OSDN Git Service

* gcc-interface/trans.c (establish_gnat_vms_condition_handler): Clear
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
1 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
2
3         * gcc-interface/trans.c (establish_gnat_vms_condition_handler): Clear
4         DECL_CONTEXT.
5         (Subprogram_Body_to_gnu): Fix pasto.
6
7 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
8
9         * gcc-interface/gigi.h (standard_datatypes): Remove ADT_void_type_decl.
10         (void_type_decl_node): Remove.
11         (init_gigi_decls): Likewise.
12         (gnat_install_builtins): Declare.
13         (record_builtin_type): Likewise.
14         (create_type_stub_decl): Likewise.
15         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Void>: Use void_type.
16         (gnat_to_gnu_entity) <E_Array_Type>: Make fat and thin pointer types
17         artificial.
18         <E_Array_Subtype>: Use the index types, not only their name, in the
19         record giving the names of the bounds, if any.
20         For a packed array type, make it artificial only if the base type
21         was artificial as well.  Remove redundant statement.
22         (gnat_to_gnu_entity) <E_Incomplete_Type>: Do not create TYPE_DECL for
23         dummy types.
24         Use create_type_stub_decl to build the TYPE_STUB_DECL of types.
25         (rest_of_type_decl_compilation_no_defer): Likewise.
26         * gcc-interface/misc.c (gnat_printable_name): Add missing guard.
27         * gcc-interface/utils.c (make_dummy_type): Always create TYPE_STUB_DECL
28         and use create_type_stub_decl to build it.
29         (gnat_pushdecl): Rewrite condition.
30         (gnat_install_builtins): Remove bogus declaration.
31         (record_builtin_type): New function.
32         (finish_record_type): Use create_type_stub_decl to build TYPE_STUB_DECL
33         of types.
34         (create_type_stub_decl): New function.
35         (create_type_decl): Assert that the type is not dummy.  If the type
36         hasn't been named yet, equate the TYPE_STUB_DECL to the created node.
37         (build_vms_descriptor32): Do not create TYPE_DECL for the descriptor.
38         (build_vms_descriptor): Likewise.
39         (init_gigi_decls): Delete and move bulk of code to...
40         * gcc-interface/trans.c (gigi): ...here.  Use record_builtin_type.
41         (emit_range_check): Add gnat_node parameter.
42         (emit_index_check): Likewise.
43         (emit_check): Likewise.
44         (build_unary_op_trapv): Likewise.
45         (build_binary_op_trapv): Likewise.
46         (convert_with_check): Likewise.
47         (Attribute_to_gnu): Adjust calls for above changes.
48         (call_to_gnu): Likewise.
49         (gnat_to_gnu): Likewise.
50         (assoc_to_constructor): Likewise.
51         (pos_to_constructor): Likewise.
52         (Sloc_to_locus): Set BUILTINS_LOCATION for Standard_Location nodes.
53         (process_type): Do not create TYPE_DECL for dummy types.
54
55 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
56
57         * gcc-interface/decl.c (gnat_to_gnu_entity): Reorder local variables.
58         * gcc-interface/trans.c: Fix formatting throughout.  Fix comments.
59         * gcc-interface/utils.c: Fix comments.
60
61 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
62
63         * gcc-interface/decl.c (compile_time_known_address_p): Rewrite and
64         move around.
65         (gnat_to_gnu_type): Move around.
66         (get_unpadded_type): Likewise.
67         * gcc-interface/utils.c (update_pointer_to): Use synthetic macro.
68         Tidy comments.
69
70 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
71
72         * gcc-interface/trans.c (check_for_eliminated_entity): New function.
73         (Attribute_to_gnu): Invoke it for Access- and Address-like attributes.
74         (call_to_gnu): Invoke it instead of manually checking.
75
76 2009-04-04  Eric Botcazou  <ebotcazou@adacore.com>
77
78         * gcc-interface/utils.c (finish_record_type): Force structural equality
79         checks if the record type is discriminated.
80
81 2009-03-31  Eric Botcazou  <ebotcazou@adacore.com>
82
83         * system-linux-alpha.ads (Functions_Return_By_DSP): Remove.
84         * system-linux-mips.ads (Functions_Return_By_DSP): Likewise.
85         * system-linux-mipsel.ads (Functions_Return_By_DSP): Likewise.
86         * system-linux-s390.ads (Functions_Return_By_DSP): Likewise.
87         * system-linux-s390x.ads (Functions_Return_By_DSP): Likewise.
88         * system-linux-sparc.ads (Functions_Return_By_DSP): Likewise.
89         * system-linux-sparcv9.ads (Functions_Return_By_DSP): Likewise.
90
91 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
92
93         * gcc-interface/decl.c (maybe_pad_type): Use TREE_OVERFLOW instead
94         of TREE_CONSTANT_OVERFLOW.
95
96 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
97
98         PR rtl-optimization/323
99         * gcc-interface/misc.c (gnat_post_options): Set
100         flag_excess_precision_cmdline.  Give an error for
101         -fexcess-precision=standard for processors where the option is
102         significant.
103
104 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
105
106         PR c/39323
107         * gcc-interface/utils.c (create_field_decl): Use "unsigned int"
108         on bit_align.
109
110 2009-03-11  Olivier Hainque  <hainque@adacore.com>
111
112         * gcc-interface/trans.c (gnat_to_gnu) <case N_Slice>: In range
113         checks processing, remove unintended TREE_TYPE walk on index type.
114
115 2009-03-01  Eric Botcazou  <ebotcazou@adacore.com>
116
117         PR ada/39264
118         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Do no
119         call make_packable_type on fat pointer types.
120         <E_Array_Subtype>: Likewise.
121         <E_Record_Subtype>: Call make_packable_type on all record types
122         except for fat pointer types.
123         (make_packable_type): Likewise.
124         (gnat_to_gnu_field): Likewise.
125
126 2009-02-28  Eric Botcazou  <ebotcazou@adacore.com>
127
128         * gcc-interface/Makefile.in (cygwin/mingw): Revert accidental
129         EH_MECHANISM change made on 2007-12-06.
130
131 2009-02-26  Andreas Schwab  <schwab@suse.de>
132
133         PR ada/39172
134         * Makefile.in (srcdir): Set to @top_srcdir@ instead of @srcdir@.
135         * gcc-interface/Makefile.in: Change all uses of $(srcdir),
136         $(fsrcdir) and $(fsrcpfx) to add ada subdir.
137         (AWK): Substitute.
138         (target_cpu_default): Substitute.
139
140 2009-02-25  Laurent GUERBY  <laurent@guerby.net>
141
142         PR ada/39221
143         * a-teioed.adb (Expand): Fix Result overflow.
144
145 2009-02-25  Laurent GUERBY <laurent@guerby.net>
146
147         * gcc-interface/Makefile.in: Fix multilib handling for
148         sparc64-linux.
149
150 2009-02-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
151
152         * s-oscons-tmplt.c [__osf__ && !_SS_MAXSIZE]: Undef AF_UNIX6.
153
154 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
155
156         * gcc-interface/misc.c (gnat_post_options): Turn off warn_psabi.
157
158 2009-02-16  Eric Botcazou  <ebotcazou@adacore.com>
159
160         * gcc-interface/deftarg.c: Remove.
161
162 2009-02-10  Olivier Hainque  <hainque@adacore.com>
163             Eric Botcazou  <ebotcazou@adacore.com>
164
165         * gcc-interface/decl.c (enum alias_set_op): New enumeration.
166         (copy_alias_set): Rename into...
167         (relate_alias_sets): ...this.  Add third parameter OP.  Retrieve the
168         underlying array of unconstrained arrays for the new type as well.
169         If the old and new alias sets don't conflict, make one a subset of
170         the other as per the OP parameter.
171         (gnat_to_gnu_entity): Adjust calls to copy_alias_set.
172         <E_Record_Type>: Do not copy the alias set for derived types.
173         For all types, make the alias set of derived types a superset of
174         that of their parent type.
175         (make_aligning_type): Adjust calls to copy_alias_set.
176         (make_packable_type): Likewise.
177         * gcc-interface/trans.c (gnat_to_gnu)<N_Validate_Unchecked_Conversion>:
178         Check for alias set conflict instead of strict equality to issue the
179         warning.
180
181 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
182
183         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_String_Literal_Subtype>:
184         Set TYPE_NONALIASED_COMPONENT on the array type only if appropriate.
185         (copy_alias_set): Assert that arrays have the same aliasing settings.
186         (substitute_in_type) <ARRAY_TYPE>: Copy TYPE_NONALIASED_COMPONENT.
187
188 2009-02-08  Eric Botcazou  <ebotcazou@adacore.com>
189
190         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_String_Literal_Subtype>:
191         Set TYPE_NONALIASED_COMPONENT on the array type.
192
193 2009-01-31  Laurent GUERBY  <laurent@guerby.net>
194
195         * gcc-interface/Makefile.in: Fix mipsel linux handling.
196
197 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
198
199         * gcc-interface/Makefile.in: Fix multilib handling for
200         powerpc64-linux.
201
202 2009-01-12  Eric Botcazou  <ebotcazou@adacore.com>
203
204         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Really strip
205         only useless conversions around renamed objects.
206
207 2009-01-11  Eric Botcazou  <ebotcazou@adacore.com>
208
209         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Put
210         the _Tag field before any discriminants in the field list.
211         (components_to_record): Remove obsolete comment.
212
213 2008-12-09  Jakub Jelinek  <jakub@redhat.com>
214
215         PR ada/38450
216         * gcc-interface/utils.c (finish_record_type): Use SET_TYPE_MODE.
217         * gcc-interface/decl.c (gnat_to_gnu_entity, make_aligning_type):
218         Likewise.
219
220 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
221
222         PR bootstrap/38262
223         * gcc-interface/Make-lang.in (gnat1): Add BACKENDLIBS, remove GMPLIBS.
224
225 2008-11-29  Eric Botcazou  <ebotcazou@adacore.com>
226
227         PR ada/30827
228         * g-comver.adb (Ver_Len_Max): Fix inconsistency.
229
230 2008-11-27  Eric Botcazou  <ebotcazou@adacore.com>
231
232         * gcc-interface/decl.c: Fix various nits.
233
234 2008-11-20  Eric Botcazou  <ebotcazou@adacore.com>
235
236         * gcc-interface/utils.c (init_gigi_decls): Fix type mismatch.
237
238 2008-11-16  Eric Botcazou  <ebotcazou@adacore.com>
239
240         PR ada/38127
241         * gcc-interface/decl.c (make_type_from_size) <INTEGER_TYPE>: Do not
242         special-case boolean types.  Propagate  the name.
243         * gcc-interface/targtyps.c: Tweak comment.
244
245 2008-11-15  Geert Bosch  <bosch@adacore.com>
246
247         * gcc-interface/trans.c (emit_check): Put back a final save_expr
248         to prevent exponential expansion during gimplification.
249
250 2008-11-15  Eric Botcazou  <ebotcazou@adacore.com>
251
252         * gcc-interface/lang-specs.h: Expand -coverage and reorder switches.
253
254 2008-11-15  Eric Botcazou  <ebotcazou@adacore.com>
255
256         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Force constants
257         initialized to a static constant to be statically allocated even if
258         they are of a padding type, provided the original type also has
259         constant size.
260
261 2008-11-15  Laurent Guerby  <laurent@guerby.net>
262
263         PR ada/37993
264         * gcc-interface/Makefile.in: Add multilib handling for x86_64
265         on darwin.
266         * system-darwin-x86_64.ads: New file.
267
268 2008-11-13  Olivier Hainque  <hainque@adacore.com>
269
270         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Function>:
271         Turn Ada Pure on subprograms back into GCC CONST when eh constructs
272         are explicit to the middle-end.  Tidy.
273
274 2008-11-09  Eric Botcazou  <ebotcazou@adacore.com>
275
276         * gcc-interface/ada-tree.def (PLUS_NOMOD_EXPR): New tree code.
277         (MINUS_NOMOD_EXPR): Likewise.
278         * gcc-interface/utils2.c (build_binary_op) <PREINCREMENT_EXPR>: Make
279         unreachable.
280         <PLUS_NOMOD_EXPR>: New case.
281         <MINUS_NOMOD_EXPR>: Likewise.
282         * gcc-interface/trans.c (Loop_Statement_to_gnu): Build increment-and-
283         assignment statement instead of using an increment operator.
284
285 2008-11-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
286
287         * system-irix-n64.ads: New file.
288         * gcc-interface/Makefile.in (mips-sgi-irix6*): Support O32 and N64
289         multilibs.
290
291 2008-11-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
292
293         PR ada/37681
294         * system-solaris-x86_64.ads: New file.
295         * gcc-interface/Makefile.in (*86-solaris2*): Support x86_64 multilib.
296
297 2008-11-07  Bechir Zalila  <bechir.zalila@gmail.com>
298             Eric Botcazou  <ebotcazou@adacore.com>
299
300         PR ada/34289
301         * lib.ads: (Enable_Switch_Storing): Declare.
302         * lib.adb: (Enable_Switch_Storing): New procedure.
303         * switch-c.adb (Scan_Front_End_Switches): Add support for -gnatea.
304         * make.adb: (Compile_Sources.Compile): Add -gnatea as first option.
305         (Display): Never display -gnatea
306         * gcc-interface/lang-specs.h: If -gnatea is present, pass -gnatez.
307
308 2008-11-07  Thomas Quinot  <quinot@adacore.com>
309
310         * gcc-interface/trans.c (Attribute_to_gnu, case Attr_Length): Check
311         for empty range in original base type, not converted result type.
312
313 2008-11-07  Geert Bosch  <bosch@adacore.com>
314
315         * gcc-interface/trans.c (build_binary_op_trapv): Convert arguments
316         and result for call to __gnat_mulv64.
317
318 2008-11-07  Eric Botcazou  <ebotcazou@adacore.com>
319
320         * gcc-interface/trans.c: Fix formatting nits.
321
322 2008-11-07  Geert Bosch  <bosch@adacore.com>
323
324         * gcc-interface/trans.c (build_binary_op_trapv): Avoid emitting
325         overflow check for constant result.
326
327 2008-11-07  Geert Bosch  <bosch@adacore.com>
328
329         * gcc-interface/trans.c (build_binary_op_trapv): Use more efficient
330         overflow check for addition/subtraction if neither operand is constant.
331
332 2008-11-06  Eric Botcazou  <ebotcazou@adacore.com>
333
334         * gcc-interface/Makefile.in (SPARC/Solaris): Use a common set of
335         files for the target-dependent part of the runtime.
336         (SPARC/Linux): Likewise.
337
338 2008-11-06  Eric Botcazou  <ebotcazou@adacore.com>
339
340         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Out_Parameter>: If not
341         optimizing, create a PARM_DECL pointing to the VAR_DECL for debugging
342         purposes.
343
344 2008-11-06  Eric Botcazou  <ebotcazou@adacore.com>
345
346         * gcc-interface/misc.c (gnat_printable_name): Always return a copy
347         in GC memory.
348
349 2008-11-06  Eric Botcazou  <ebotcazou@adacore.com>
350
351         PR ada/19419
352         * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>:
353         Generate a call to memmove for an assignment between overlapping
354         array slices.
355
356 2008-11-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
357
358         PR target/37977
359         * gcc-interface/Makefile.in: Add multilib handling for
360         s390-linux and s390x-linux.
361
362 2008-10-24  Jakub Jelinek  <jakub@redhat.com>
363
364         * gcc-interface/Make-lang.in (check-ada-subtargets): Depend on
365         check-acats-subtargets and check-gnat-subtargets.
366         (check_acats_targets): New variable.
367         (check-acats-subtargets, check-acats%): New targets.
368         (check-acats): If -j is used and CHAPTERS is empty, run the testing
369         in multiple make goals, possibly parallel, and afterwards run
370         dg-extract-results.sh to merge the sum and log files.
371
372 2008-10-17  Geert Bosch  <bosch@adacore.com>
373
374         * gcc-interface/trans.c (gnat_to_gnu) <N_Slice>: Simplify expansion
375         to use only a single check instead of three, and avoid unnecessary
376         COMPOUND_EXPR.
377         (emit_check): Avoid useless COMPOUND_EXPRs and SAVE_EXPRs, sometimes
378         creating more opportunities for optimizations.
379
380 2008-10-13  Jakub Jelinek  <jakub@redhat.com>
381
382         PR middle-end/37601
383         * gcc-interface/utils.c (gnat_types_compatible_p): Handle
384         NULL TYPE_DOMAIN.
385
386 2008-10-07  Eric Botcazou  <ebotcazou@adacore.com>
387
388         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Move code
389         dealing with volatileness to after code dealing with renaming.
390
391 2008-10-06  Eric Botcazou  <ebotcazou@adacore.com>
392
393         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Minor tweaks.
394         * gcc-interface/trans.c (Pragma_to_gnu): Likewise.
395
396 2008-10-06  Eric Botcazou  <ebotcazou@adacore.com>
397
398         * gcc-interface/utils.c (can_fold_for_view_convert_p): New predicate.
399         (unchecked_convert): Use it to disable problematic folding with
400         VIEW_CONVERT_EXPR in the general case.  Always disable it for the
401         special VIEW_CONVERT_EXPR built for integral types and cope with
402         its addressability issues by preserving the first conversion.
403
404 2008-10-01  Andreas Schwab  <schwab@suse.de>
405
406         * system-linux-ppc64.ads: New file.
407         * gcc-interface/Makefile.in: Add multilib handling for
408         powerpc-linux.
409
410 2008-09-26  Eric Botcazou  <ebotcazou@adacore.com>
411
412         * decl.c (gnat_to_gnu_entity) <object>: Cap the alignment promotion
413         to that of ptr_mode instead of word_mode.
414
415 2008-09-26  Eric Botcazou  <ebotcazou@adacore.com>
416
417         PR ada/5911
418         * gcc-interface/Makefile.in (SPARC/Solaris): Add multilib support.
419
420 2008-09-25  Samuel Tardieu  <sam@rfc1149.net>
421
422         PR ada/37641
423         * adaint.c (__gnat_set_non_writable): Use FILE_WRITE_EA
424         instead of deprecated FILE_WRITE_PROPERTIES.
425
426 2008-09-22  Olivier Hainque  <hainque@adacore.com>
427
428         * gcc-interface/decl.c (gnat_to_gnu_entity): Even when they
429         are never assigned, volatile entities are not constant for code
430         generation purposes.
431
432 2008-09-21  Laurent Guerby  <laurent@guerby.net>
433
434         PR ada/5911
435         * gcc-interface/Makefile.in: Add multilib handling for x86_64
436         and sparc.
437         * system-linux-sparcv9.ads: New file.
438
439 2008-09-20  Eric Botcazou  <ebotcazou@adacore.com>
440
441         * exp_dbug.ads: Document new convention for the XVZ variable.
442         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Generate
443         debug info if necessary for the type padding the component type.
444         <E_Array_Subtype>: Likewise.
445         (maybe_pad_type): Emit the XVZ variable in units.
446         * gcc-interface/trans.c (Loop_Statement_to_gnu): Fix formatting nits.
447         (Subprogram_Body_to_gnu): Set the source line of the subprogram's node
448         on statements generated to initialize the parameter attributes cache.
449         Set the source line of the end label of the body on the special return
450         statement built for a procedure with copy-in copy-out parameters.
451
452 2008-09-20  Eric Botcazou  <ebotcazou@adacore.com>
453
454         PR ada/37585
455         * gcc-interface/utils.c (create_subprog_decl): Disable inlining for
456         inlined external functions if they contain a nested function not
457         declared inline.
458
459 2008-09-18  Jan Hubicka  <jh@suse.cz>
460
461         * gcc-interface/utils.c (create_subprog_decl): Use DECL_DECLARED_INLINE_P.
462         (end_subprog_body): Do not set DECL_INLINE.
463
464 2008-09-17  Pascal Rigaux  <pixel@mandriva.com>
465
466         PR ada/21327
467         * gnat_ugn.texi: Use proper format in direntry.
468
469 2008-09-15  Eric Botcazou  <ebotcazou@adacore.com>
470
471         * gcc-interface/trans.c (gigi): Declare the name of the compilation
472         unit as the first global name.
473
474 2008-09-14  Jan Hubicka  <jh@suse.cz>
475
476         * gcc-interface/Make-lang.in (gnat1): Add CFLAGS.
477
478 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
479
480         * a-crbtgk.adb, a-direct.ads, a-tasatt.adb, ali.ads,
481         bindgen.adb, checks.adb, einfo.ads, exp_aggr.adb, exp_ch11.adb,
482         exp_ch3.adb, exp_ch4.adb, exp_ch6.adb, exp_ch7.adb, exp_ch9.adb,
483         exp_dbug.ads, exp_disp.adb, exp_dist.adb, exp_pakd.adb,
484         exp_util.adb, g-alveop.ads, g-comlin.adb, g-comlin.ads,
485         g-diopit.adb, g-socket.ads, gcc-interface/decl.c,
486         gcc-interface/gigi.h, gcc-interface/trans.c,
487         lib-load.adb, lib-xref.ads, make.adb, mlib-prj.adb, nlists.ads,
488         opt.ads, par-ch10.adb, par-ch5.adb, par.adb, s-os_lib.ads,
489         s-oscons-tmplt.c, s-parint.ads, s-regpat.ads, s-shasto.ads,
490         s-stausa.ads, s-taprop-vms.adb, sem.adb, sem_ch10.adb,
491         sem_ch11.adb, sem_ch12.adb, sem_ch13.adb, sem_ch3.adb,
492         sem_ch3.ads, sem_ch4.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb,
493         sem_elim.adb, sem_prag.adb, sem_util.adb, sem_util.ads,
494         sem_warn.adb, sinfo.ads, styleg.adb, vms_data.ads: Fix typos in
495         comments.
496         * gnathtml.pl: Fix typos.
497
498 2008-09-10  Joel Sherrill <joel.sherrill@oarcorp.com>
499
500         * gcc-interface/Makefile.in: Switch RTEMS to s-interr-hwint.adb.
501         * s-osinte-rtems.ads: Add shared hardware interrupt adapter
502         layer. RTEMS binds to OS provided adapter routines so there are
503         no modifications to s-osinte-rtems.adb.
504
505 2008-09-09  Arnaud Charlet  <charlet@adacore.com>
506             Joel Sherrill  <joel.sherrill@oarcorp.com>
507
508        * gcc-interface/Makefile.in: Switch VxWorks to s-interr-hwint.adb.
509
510        * s-interr-vxworks.adb: Renamed to s-interr-hwint.adb
511
512        * s-interr-hwint.adb: New file.
513
514         * s-osinte-vxworks.ads, s-osinte-vxworks.adb: Add new functions
515         needed by s-interr-hwint.adb.
516
517         * s-osinte-vxworks-kernel.adb: New file.
518
519 2008-09-05  Joel Sherrill <joel.sherrill@oarcorp.com>
520
521         * s-stchop-rtems.adb: Add file missed in early commit.  Already
522         referenced in gcc-interface/Makefile.in.
523
524 2008-08-30  Thomas Quinot  <quinot@adacore.com>
525
526         * gcc-interface/Make-lang.in: Allow s-oscons.{o,ali} to
527         be built even without a separate libada directory.
528
529 2008-08-22  Arnaud Charlet  <charlet@adacore.com>
530
531         * lib-xref.ads: Fix typo in subprogram reference definition.
532
533 2008-08-22  Robert Dewar  <dewar@adacore.com>
534
535         * s-sopco3.adb, s-sopco4.adb, s-sopco5.adb, s-strops.adb: Minor code fix
536         to avoid warning.
537
538         * g-trasym.adb: Ditto
539
540         * s-utf_32.adb (Get_Category): Fix obvious typo
541
542         * s-wwdcha.adb: Minor code reorganization
543         Remove dead code
544
545 2008-08-22  Robert Dewar  <dewar@adacore.com>
546
547         * checks.adb (Determine_Range): Deal with values that might be invalid
548
549         * opt.adb, opt.ads (Assume_No_Invalid_Values[_Config]): New
550         configuration switches.
551
552         * par-prag.adb: Dummy entry for pragma Assume_No_Invalid_Values
553
554         * sem_prag.adb: Implement pragma Assume_No_Default_Values
555
556         * snames.adb, snames.ads, snames.h:
557         Add entries for pragma Assume_No_Invalid_Values
558
559         * switch-c.adb: Add processing for -gnatB switch
560
561         * usage.adb: Add entry for flag -gnatB (no bad invalid values)
562
563 2008-08-22  Javier Miranda  <miranda@adacore.com>
564
565         * exp_ch3.adb (Build_Init_Statements): Transfer to the body of the
566         init procedure all the expanded code associated with the spec of
567         task types and protected types.
568
569 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
570
571         * exp_aggr.adb (Static_Array_Aggregate): Call Analyze_And_Resolve on the
572         component expression copies rather than directly setting Etype and
573         Is_Static_Expression.
574
575 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
576
577         * sem_util.adb (Has_Preelaborable_Initialization): Revise checking of
578         private types to allow for types derived from a private type with
579         preelaborable initialization, but return False for a private extension
580         (unless it has the pragma).
581
582 2008-08-22  Robert Dewar  <dewar@adacore.com>
583
584         * opt.ads: Minor code reorganization (put entries in alpha order)
585
586 2008-08-22  Pascal Obry  <obry@adacore.com>
587
588         * initialize.c, adaint.c: Use Lock_Task and Unlock_Task for non-blocking
589         spawn.
590
591 2008-08-22  Geert Bosch  <bosch@adacore.com>
592
593         * gcc-interface/trans.c: Define FP_ARITH_MAY_WIDEN
594         (convert_with_check): Only use longest_float_type if FP_ARITH_MAY_WIDEN is 0
595
596 2008-08-22  Doug Rupp  <rupp@adacore.com>
597
598         * bindgen.adb [VMS] (Gen_Adainit_Ada, Gen_Adainit_C): Import and call
599         __gnat_set_features.
600
601         * init.c
602         (__gnat_set_features): New function.
603         (__gnat_features_set): New tracking variable.
604         (__gl_no_malloc_64): New feature global variable
605
606 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
607
608         * sem_ch8.adb (Use_One_Type): Do not emit warning message about redundant
609         use_type_clause in an instance.
610
611 2008-08-22  Bob Duff  <duff@adacore.com>
612
613         * exp_ch6.ads: Remove pragma Precondition, since it breaks some builds.
614
615 2008-08-22  Robert Dewar  <dewar@adacore.com>
616
617         * exp_ch6.adb: Minor reformatting
618
619         * exp_ch7.adb: Minor reformatting
620
621         * exp_ch7.ads: Put routines in proper alpha order
622
623         * exp_dist.adb: Minor reformatting
624
625 2008-08-22  Vincent Celier  <celier@adacore.com>
626
627         * prj.ads: Minor comment update
628
629 2008-08-22  Robert Dewar  <dewar@adacore.com>
630
631         * sem_ch5.adb (One_Bound): Fix latent bug involving secondary stack
632
633 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
634
635         * exp_tss.adb:
636         (Base_Init_Proc): For a protected subtype, use the base type of the
637         corresponding record to locate the propoer initialization procedure.
638
639 2008-08-22  Robert Dewar  <dewar@adacore.com>
640
641         * checks.adb:
642         (In_Subrange_Of): New calling sequence
643         (Determine_Range): Prepare for new processing using base type
644
645         * exp_ch4.adb:
646         (Compile_Time_Compare): Use new calling sequence
647
648         * exp_ch5.adb:
649         (Compile_Time_Compare): Use new calling sequence
650
651         * sem_eval.adb:
652         (Compile_Time_Compare): New calling sequence allows dealing with
653         invalid values.
654         (In_Subrange_Of): Ditto
655
656         * sem_eval.ads:
657         (Compile_Time_Compare): New calling sequence allows dealing with
658         invalid values.
659         (In_Subrange_Of): Ditto
660
661 2008-08-22  Pascal Obry  <obry@adacore.com>
662
663         * adaint.c: Fix possible race condition on win32_wait().
664
665 2008-08-22  Bob Duff  <duff@adacore.com>
666
667         * exp_ch5.adb, exp_ch7.adb, exp_ch7.ads, exp_util.adb, freeze.adb,
668         exp_ch4.adb, exp_ch6.ads, exp_ch6.adb, sem_ch6.adb, exp_aggr.adb,
669         exp_intr.adb, exp_ch3.adb: Rename:
670         Exp_Ch7.Controlled_Type => Needs_Finalization
671         Exp_Ch7.CW_Or_Controlled_Type => CW_Or_Has_Controlled_Part
672         Exp_Ch5.Expand_N_Extended_Return_Statement.Controlled_Type =>
673          Has_Controlled_Parts
674         (Has_Some_Controlled_Component): Fix bug in array case.
675
676 2008-08-22  Robert Dewar  <dewar@adacore.com>
677
678         * sem_ch8.adb: Minor reformatting
679
680 2008-08-22  Kevin Pouget  <pouget@adacore.com>
681
682         * s-shasto.ads, s-shasto.adb: Move Shared_Var_ROpen, Shared_Var_WOpen and
683         Shared_Var_Close procedure specifications from package spec to package body.
684
685         * rtsfind.ads: Remove RE_Shared_Var_Close, RE_Shared_Var_ROpen,
686         RE_Shared_Var_WOpen entries.
687
688         * exp_dist.adb: Update RE_Any_Content_Ptr to RE_Any_Container_Ptr in
689         Build_To_Any_Call, Build_TypeCode_Call and Build_From_Any_Call procedures.
690
691 2008-08-22  Eric Botcazou  <ebotcazou@adacore.com>
692
693         * init.c: adjust EH support code on Alpha/Tru64 as well.
694
695         * raise-gcc.c: Add back a couple of comments.
696
697 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
698
699         * exp_ch5.adb (Expand_Simple_Function_Return): If secondary stack is
700         involved and the return type is class-wide, use the type of the expression
701         for the generated access type. Suppress useless discriminant checks on the
702         allocator.
703
704 2008-08-22  Bob Duff  <duff@adacore.com>
705
706         * exp_ch7.adb: Minor comment fix
707
708         * exp_ch6.ads: Minor comment fix
709
710 2008-08-22  Thomas Quinot  <quinot@adacore.com>
711
712         * sem_ch8.adb: Minor reformatting
713         Minor code reorganization (introduce subprogram to factor duplicated
714         code).
715
716 2008-08-22  Sergey Rybin  <rybin@adacore.com>
717
718         * gnat_ugn.texi: Change the description of gnatcheck default rule
719         settings.
720
721 2008-08-22  Eric Botcazou  <ebotcazou@adacore.com>
722
723         * init.c (__gnat_adjust_context_for_raise): Delete for AIX, HP-UX,
724         Solaris, FreeBSD, VxWorks and PowerPC/Linux.  For x86{-64}/Linux,
725         do not adjust the PC anymore.
726         (__gnat_error_handler): Do not call __gnat_adjust_context_for_raise
727         on AIX, HP-UX, Solaris, FreeBSD and VxWorks.
728
729         * raise-gcc.c (get_call_site_action_for): Use _Unwind_GetIPInfo
730         instead of _Unwind_GetIP.
731
732 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
733
734         * exp_aggr.adb (Static_Array_Aggregate): When a static array aggregate
735         with a range is transformed into a positional aggregate, any copied
736         component literals should be marked Is_Static_Expression.
737
738         * sem_eval.adb (Compile_Time_Known_Value): Don't treat null literals as
739         not being known at at compile time when Configurable_Run_Time_Mode is
740         true.
741
742 2008-08-22  Robert Dewar  <dewar@adacore.com>
743
744         * exp_attr.adb:
745         (Expand_N_Attribute_Reference): No validity checking on OUT parameter of
746         Read or Input attribute.
747
748 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
749
750         * sem_ch8.adb (Use_One_Type): when checking which of two use_type
751         clauses in related units is redundant, if one of the units is a package
752         instantiation, use its instance_spec to determine which unit is the
753         ancestor of the other.
754
755 2008-08-22  Javier Miranda  <miranda@adacore.com>
756
757         * exp_attr.adb (Expand_N_Attribute_Reference): In case of access
758         attributes add missing support to handle designated types that come
759         from the limited view.
760
761         * exp_disp.adb (Expand_Interface_Conversion): Remove wrong assertion.
762
763 2008-08-22  Sergey Rybin  <rybin@adacore.com>
764
765         * vms_data.ads: Add entry for new gnatcheck -mNNN option
766
767         * gnat_ugn.texi: Add description for gnatcheck option '-m'
768
769 2008-08-22  Sergey Rybin  <rybin@adacore.com>
770
771         * gnat_ugn.texi: Update the gnatcheck subsection for metric rules
772         acoording to the latest changes in the metric rule interface
773
774 2008-08-22  Vincent Celier  <celier@adacore.com>
775
776         * make.adb (Check.File_Not_A_Source_Of): New Boolean function
777         (Check): Check if the file names registered in the ALI file for the
778         spec, the body and each of the subunits are the ones expected.
779
780 2008-08-22  Robert Dewar  <dewar@adacore.com>
781
782         * g-catiio.adb: Code cleanup.
783
784 2008-08-20  Vincent Celier  <celier@adacore.com>
785
786         * make.adb (Gnatmake): Remove extra space in version line
787
788         * ali.adb:
789         (Scan_ALI): Use Name_Find, not Name_Enter to get the name of a subunit,
790         as the name may already have been entered in the table by the Project
791         Manager.
792
793 2008-08-20  Jose Ruiz  <ruiz@adacore.com>
794
795         * errno.c (__get_errno, __set_errno for MaRTE): Transform then into
796         weak symbols so we use the version provided by MaRTE when available.
797
798 2008-08-20  Emmanuel Briot  <briot@adacore.com>
799
800         * g-catiio.ads, g-catiio.adb:
801         (Value): Avoid an unnecessary system call to Clock in most cases.
802         This call is only needed when only the time is provided in the string,
803         and ignored in all other cases. This is more efficient.
804
805 2008-08-20  Eric Botcazou  <ebotcazou@adacore.com>
806
807         * raise-gcc.c: Fix formatting nits.
808
809 2008-08-20  Robert Dewar  <dewar@adacore.com>
810
811         * sem_ch13.adb:
812         (Adjust_Record_For_Reverse_Bit_Order): Do not access First_Bit for
813         non-existing component clause.
814
815         * exp_ch5.adb: Minor reformatting
816
817         * g-comlin.adb: Minor reformatting
818
819         * make.adb: Minor reformatting
820
821         * prj-proc.adb: Minor reformatting
822
823         * stylesw.ads: Minor reformatting
824
825 2008-08-20  Vincent Celier  <celier@adacore.com>
826
827         * make.adb (Gnatmake_Switch_Found): New Boolean global variable
828         (Switch_May_Be_Passed_To_The_Compiler): New Boolean global variable
829         (Add_Switches): New Boolean parameter Unknown_Switches_To_The_Compiler
830          defaulted to True. Fail when Unknown_Switches_To_The_Compiler is False
831         and a switch is not recognized by gnatmake.
832         (Gnatmake): Implement new scheme for gnatmake switches and global
833         compilation switches.
834         (Switches_Of): Try successively Switches (<file name>),
835         Switches ("Ada"), Switches (others) and Default_Switches ("Ada").
836
837 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
838
839         * styleg-c.ads, styleg-c.adb (Missing_Overriding): new procedure to
840         implement style check that overriding operations are explicitly marked
841         at such.
842
843         * style.ads (Missing_Overriding): new procedure that provides interface
844         to previous one.
845
846         * stylesw.ads, stylesw.adb: New style switch -gnatyO, to enable check
847         that the declaration or body of overriding operations carries an
848         explicit overriding indicator.
849
850         * sem_ch8.adb
851         (Analyze_Subprogram_Renaming): if operation is overriding, check whether
852         explicit indicator should be present.
853
854         * sem_ch6.adb (Verify_Overriding_Indicator,
855         Check_Overriding_Indicator): If operation is overriding, check whether
856         declaration and/or body of subprogram should be present
857
858 2008-08-20  Vincent Celier  <celier@adacore.com>
859
860         * prj-nmsc.adb (Check_Naming_Schemes): Accept source file names for
861         gprbuild when casing is MixedCase, whatever the casing of the letters
862         in the file name.
863
864 2008-08-20  Gary Dismukes  <dismukes@adacore.com>
865
866         * exp_ch3.adb (Build_Array_Init_Proc): Clarify comment related to
867         creating dummy init proc.
868         (Requires_Init_Proc): Return False in the case No_Default_Initialization
869         is in force and the type does not have associated default
870         initialization. Move test of Is_Public (with tests of restrictions
871         No_Initialize_Scalars and No_Default_Initialization) to end, past tests
872         for default initialization.
873
874 2008-08-20  Jerome Lambourg  <lambourg@adacore.com>
875
876         * g-comlin.adb (For_Each_Simple_Switch): Take care of switches not part
877         of any alias or prefix but having attached parameters (as \"-O2\").
878
879 2008-08-20  Robert Dewar  <dewar@adacore.com>
880
881         * s-fileio.adb: Minor reformatting
882
883 2008-08-20  Thomas Quinot  <quinot@adacore.com>
884
885         * exp_strm.adb (Build_Elementary_Input_Call,
886         Build_Elementary_Write_Call): Fix incorrect condition in circuitry that
887         selects the stream attribute routines for long float types.
888
889 2008-08-20  Vincent Celier  <celier@adacore.com>
890
891         * prj-proc.adb (Process_Declarative_Items): Add Location for Array_Data
892
893         * prj.ads (Array_Data): Add a component Location
894
895 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
896
897         * sem_prag.adb:
898         (Analyze_Pragma, case Obsolescent): Add entity information on the pragma
899         argument for ASIS and navigation use.
900
901 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
902
903         * einfo.ads: Add comment.
904
905 2008-08-20  Bob Duff  <duff@adacore.com>
906
907         * sem_eval.ads: Minor comment fix.
908
909 2008-08-20  Bob Duff  <duff@adacore.com>
910
911         * exp_ch4.adb (Expand_N_And_Then, Expand_N_Or_Else): Improve constant
912         folding. We were folding things like "False and then ...", but not
913         "X and then ..." where X is a constant whose value is known at compile
914         time.
915
916 2008-08-20  Hristian Kirtchev  <kirtchev@adacore.com>
917
918         * exp_ch5.adb (Controlled_Type): New routine.
919         (Expand_N_Extended_Return_Statement): When generating a move of the
920         final list in extended return statements, check the type of the
921         function and in the case of double expanded return statements, the type
922         of the returned object.
923         (Expand_Simple_Function_Return): Perform an interface conversion when
924         the type of the returned object is an interface and the context is an
925         extended return statement.
926
927 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
928
929         * sem_util.adb (Set_Debug_Info_Needed): If the entity is a private type
930         and the full view is visible, set flag on full view as well.
931
932 2008-08-20  Thomas Quinot  <quinot@adacore.com>
933
934         * g-comlin.adb: Minor reformatting
935         Minor code reorganization.
936
937         * freeze.adb: Minor reformatting
938
939 2008-08-20  Vincent Celier  <celier@adacore.com>
940
941         * prj-nmsc.adb (Check_File): An excluded Ada source file may be a
942         source of another project.
943
944 2008-08-20  Pascal Obry  <obry@adacore.com>
945
946         * s-os_lib.ads: Minor reformatting.
947
948 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
949
950         * gnatvsn.ads: Minor reformatting.
951
952 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
953
954         * a-crbtgk.adb, repinfo.adb, g-traceb.ads, repinfo.ads,
955         system-linux-s390x.ads, s-fatflt.ads, s-parame-ae653.ads, g-spipat.adb,
956         g-spipat.ads, g-tasloc.adb, g-debpoo.adb, g-except.ads, g-debpoo.ads,
957         mdll-utl.adb, g-string.adb, g-soliop-solaris.ads, par-sync.adb,
958         exp_ch6.ads, a-cihama.ads, g-curexc.ads, system-linux-sh4.ads,
959         g-utf_32.adb, g-hesorg.adb, s-proinf-irix-athread.ads, s-parint.adb,
960         s-parint.ads, exp_ch7.ads, system-linux-alpha.ads, g-dirope.adb,
961         sinfo-cn.adb, par-labl.adb, a-ciorse.adb, g-calend.adb,
962         s-parame-vms-alpha.ads, nlists.h, exp_imgv.adb, exp_fixd.ads,
963         g-calend.ads, gnatcmd.ads, g-table.adb, s-memory-mingw.adb,
964         g-alveop.ads, g-memdum.ads, g-altive.ads, initialize.c, g-regpat.adb,
965         g-busorg.ads, g-regpat.ads, g-encstr.ads, g-regexp.adb, g-regexp.ads,
966         live.ads, g-dyntab.adb, prj-nmsc.ads, par-ch12.adb, 9drpc.adb,
967         g-alvevi.ads, s-memory.adb, math_lib.adb, s-parame.ads, s-memory.ads,
968         s-regexp.adb, a-exexda.adb, i-cstrea-vms.adb, a-exexpr.adb,
969         g-soliop-mingw.ads, s-imgrea.adb, namet.adb, system-vms.ads,
970         s-inmaop-dummy.adb, s-finroo.ads, a-ngcefu.adb, s-hibaen.ads,
971         g-soliop.ads, s-auxdec.adb, g-locfil.ads, gnatxref.adb, memroot.adb,
972         osint-b.ads, memroot.ads, s-parame-hpux.ads, errutil.adb,
973         system-linux-s390.ads, par-util.adb, osint-c.ads, exp_pakd.ads,
974         i-pacdec.ads, par-endh.adb, mlib-tgt.ads, prj-strt.ads,
975         s-osprim-vms.adb, s-proinf.ads, output.ads, g-moreex.ads,
976         a-finali.ads, s-fatlfl.ads, namet.h, mdll.ads, g-dynhta.ads,
977         s-imgenu.ads, par-tchk.adb, g-excact.ads, memtrack.adb, s-fatgen.adb,
978         a-exexpr-gcc.adb, g-arrspl.adb, par-ch4.adb, g-cgideb.adb, freeze.ads,
979         g-altcon.adb, s-fatllf.ads, gnatfind.adb, s-osinte-lynxos-3.adb,
980         a-exextr.adb, g-htable.ads, a-calfor.adb, s-imgcha.adb, argv.c,
981         a-chahan.ads, g-hesora.adb, system-vms_64.ads, par-ch5.adb, g-md5.adb,
982         lib-xref.ads, g-md5.ads, g-casuti.ads, s-fatsfl.ads, exp_dbug.ads,
983         s-htable.ads, a-ngcoar.adb, s-arit64.ads, a-ngelfu.adb, a-filico.ads,
984         par-ch6.adb, s-inmaop.ads, s-parame-vxworks.ads, s-casuti.ads,
985         a-numaux-darwin.adb, a-cohama.ads, system-linux-sparc.ads, g-os_lib.adb,
986         system-vms-ia64.ads, s-parame-vms-restrict.ads, a-clrefi.ads,
987         s-parame-vms-ia64.ads, a-strfix.adb, a-coorse.adb, a-comlin.ads,
988         a-chtgke.adb, s-imgint.adb, g-expect.ads, exp_ch4.ads, s-finimp.adb,
989         mingw32.h, g-heasor.adb, g-alleve.adb, a-ngrear.adb, s-mastop-irix.adb,
990         s-poosiz.adb, link.c: Fix copyright notice.
991
992 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
993
994         * g-comlin.ads: Update comments.
995
996 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
997
998         * sem_ch8.adb (Analyze_Subprogram_Renaming): Inherit Is_Imported flag.
999
1000 2008-08-20  Gary Dismukes  <dismukes@adacore.com>
1001
1002         * exp_ch11.adb:
1003         (Expand_Exception_Handlers): Call Make_Exception_Handler instead of
1004         Make_Implicit_Exception_Handler when rewriting an exception handler with
1005         a choice parameter, and pass the handler's Sloc instead of that of the
1006         handled sequence of statements. Make_Implicit_Exception_Handler sets the
1007         Sloc to No_Location (unless debugging generated code), which we don't
1008         want for the case of a user handler.
1009
1010 2008-08-20  Robert Dewar  <dewar@adacore.com>
1011
1012         * freeze.adb (Freeze_Record_Type): Improve msg for non-contiguous field
1013
1014         * sem_ch13.adb:
1015         (Adjust_Record_For_Reverse_Bit_Order): Messages about layout are
1016         now labeled as info msgs, not warnings.
1017
1018         * tbuild.ads: Clarify documentation of Make_Implicit_Exception_Handler
1019
1020         * usage.adb: Minor change to avoid overlong line for -gnatwz/Z
1021
1022         * a-textio.adb: Remove redundant test.
1023
1024         * a-witeio.adb: Minor code reorganization
1025         Remove redundant test found working on another issue
1026
1027         * a-ztexio.adb: Minor code reorganization
1028         Remove redundant test found working on another issue
1029
1030 2008-08-20  Thomas Quinot  <quinot@adacore.com>
1031
1032         * s-fileio.adb (Open) Use C helper function to determine whether a
1033         given errno value corresponds to a "file not found" error.
1034
1035         * sysdep.c (__gnat_is_file_not_found_error): New C helper function.
1036
1037 2008-08-20  Jose Ruiz  <ruiz@adacore.com>
1038
1039         * errno.c (__get_errno for MaRTE): Use the MaRTE function pthread_errno
1040         to get access to the per-task errno variable.
1041         (__set_errno for MaRTE): Do not redefine this function here since it is
1042         already defined in MaRTE.
1043
1044 2008-08-20  Tristan Gingold  <gingold@adacore.com>
1045
1046         * gnat_ugn.texi: Gcov is not supported on static library on AIX.
1047
1048 2008-08-20  Robert Dewar  <dewar@adacore.com>
1049
1050         * freeze.adb: Minor reformatting
1051
1052         * g-comlin.adb: Minor reformatting
1053
1054         * g-socket.adb: Minor reformatting
1055
1056         * g-socthi-mingw.adb: Minor reformatting
1057
1058         * g-stheme.adb: Minor reformatting
1059
1060 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
1061
1062         * sem_aggr.adb, sem_type.adb, exp_ch9.ads, einfo.ads,
1063         exp_ch6.adb, exp_aggr.adb (Valid_Ancestor): Resolve
1064         confusion between partial and full views of an ancestor of the context
1065         type when the parent is a private extension declared in a parent unit,
1066         and full views are available for the context type.
1067
1068 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
1069             Robert Dewar  <dewar@adacore.com>
1070
1071         PR ada/30827
1072         * bindgen.adb (Gen_Output_File_Ada): Zero-terminate the
1073         version string.
1074         Move comment in the right place.
1075         * g-comver.adb (Version): Look for a zero-termination in
1076         addition to a closing parenthesis.
1077
1078 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
1079
1080         * exp_ch13.adb, exp_disp.adb, sem_cat.adb, sem_ch10.adb,
1081         * sem_ch12.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb,
1082         * sem_prag.adb, sem_util.adb, sem_warn.adb: Use
1083         Is_Package_Or_Generic_Package instead of hand-crafted tests.
1084
1085 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
1086
1087         PR ada/15808
1088         * sem_ch6.adb (Check_Private_Overriding): Check for generic packages
1089         as well.
1090
1091 2008-08-17  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1092
1093         * adaint.c (_gnat_set_close_on_exec) [_WIN32]: Implement.
1094
1095 2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
1096
1097         * gcc-interface/trans.c (call_to_gnu): Use the Sloc of the call
1098         for back-copy statements in lieu of that of the actual.
1099
1100 2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
1101
1102         PR ada/20548
1103         * gcc-interface/decl.c (gnat_to_gnu_entity): Use DECL_SIZE_UNIT in the
1104         setjmp test consistently.  Adjust for new behavior of flag_stack_check.
1105         * gcc-interface/utils2.c (build_call_alloc_dealloc): Remove redundant
1106         test of flag_stack_check.  Adjust for new behavior of flag_stack_check.
1107
1108 2008-08-13  Samuel Tardieu  <sam@rfc1149.net>
1109
1110         PR ada/36777
1111         * sem_util.ads, sem_util.adb (Is_Protected_Self_Reference): New.
1112         * sem_attr.adb (Check_Type): The current instance of a protected
1113         object is not a type name.
1114         (Analyze_Access_Attribute): Accept instances of protected objects.
1115         (Analyze_Attribute, Attribute_Address clause): Ditto.
1116         * exp_attr.adb (Expand_N_Attribute_Reference): Rewrite
1117         the prefix as being the current instance if needed.
1118
1119 2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>
1120
1121         * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]:
1122         Remove duplicate s-win32.o. Add s-winext.o.
1123
1124 2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>
1125
1126         * g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM
1127         with SOSC.SOCK__STREAM.
1128         * g-socthi-mingw.adb (C_Select) Replace Constants.MSG_OOB with
1129         SOSC.MSG_OOB.
1130
1131 2008-08-11  Joel Sherrill  <joel.sherrill@oarcorp.com>
1132
1133         * s-oscons-tmplt.c: RTEMS defines AF_INET6 but does support it.
1134         * gsocket.h, socket.c: Update to support RTEMS.
1135         * gcc-interface/Make-lang.in: Include CFLAGS_FOR_TARGET when cross.
1136
1137 2008-08-10  Samuel Tardieu  <sam@rfc1149.net>
1138             Robert Dewar <dewar@adacore.com>
1139
1140         * exp_ch4.adb (Expand_N_Op_Expon): Force evaluation of
1141         left argument even when right argument is 0.
1142         (Expand_N_Op_Mod): Ditto when right argument is 1.
1143         (Expand_N_Op_Multiply): Ditto when any argument is 0.
1144         (Expand_N_Op_Rem): Ditto when right argument is 1.
1145
1146 2008-08-09  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1147
1148         * gcc-interface/misc.c (gnat_handle_option): Replace set_Wunused
1149         by warn_unused.
1150
1151 2008-08-08  Ed Schonberg  <schonberg@adacore.com>
1152
1153         * freeze.adb (Generate_Prim_Op_References): New procedure, abstracted
1154         from Freeze_Entity. Used to generate cross-reference information for
1155         types declared in generic packages.
1156
1157 2008-08-08  Thomas Quinot  <quinot@adacore.com>
1158
1159         * gcc-interface/Makefile.in: Reintroduce g-soccon.ads as a
1160         compatibility shim.
1161
1162 2008-08-08  Thomas Quinot  <quinot@adacore.com>
1163
1164         * gsocket.h:
1165         On Windows, include <errno.h> and redefine only selected errno values
1166         from their <winsock2.h> definitions.
1167
1168         * s-osinte-freebsd.ads: Minor reformatting
1169
1170         * s-osinte-hpux.ads, s-osinte-irix.ads: Minor reformatting
1171
1172         * g-soccon.ads: New file.
1173
1174         * g-stheme.adb, g-socthi-vms.adb, g-socthi-vxworks.adb,
1175         g-socthi-mingw.adb, g-sttsne-vxworks.adb, g-socthi.adb,
1176         g-stsifd-sockets.adb, g-socket.adb, g-socket.ads,
1177         g-sothco.adb, g-sothco.ads: Add back GNAT.Sockets.Constants as a child
1178         unit, to allow building software that depends on this internal unit
1179         with both older and newer compilers.
1180
1181 2008-08-08  Robert Dewar  <dewar@adacore.com>
1182
1183         * s-strxdr.adb: Minor reformatting
1184
1185 2008-08-08  Bob Duff  <duff@adacore.com>
1186
1187         * gnat_ugn.texi: The "Run-Time Checks" section said "arithmetic overflow
1188         checking for integer operations (including division by zero)", which
1189         is wrong -- divide by zero is not part of overflow checking.
1190         Also added misc clarification about what check-suppression means.
1191
1192         * gnat_rm.texi: Clarify the meaning of pragma Suppress.
1193
1194 2008-08-08  Jerome Lambourg  <lambourg@adacore.com>
1195
1196         * g-comlin.adb (Add_Switch): Handle addition of switches at the
1197         begining of the command line.
1198         (Append, Add): Renaming of Append to Add as this now allows addition
1199         at the begining of the list.
1200
1201         * g-comlin.ads (Add_Switch): Handle addition of switches at the
1202         begining of the command line.
1203
1204 2008-08-08  Thomas Quinot  <quinot@adacore.com>
1205
1206         * g-sercom.ads:
1207         (Name): Document application scope (only legacy PC serial ports on
1208         Linux and Windows).
1209
1210 2008-08-08  Thomas Quinot  <quinot@adacore.com>
1211
1212         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Revert
1213         previous change, not needed after all.
1214
1215 2008-08-08  Ed Schonberg  <schonberg@adacore.com>
1216
1217         * exp_ch4.adb (Expand_Allocator_Expression): add check if null
1218         exclusion indicator is present
1219
1220 2008-08-08  Robert Dewar  <dewar@adacore.com>
1221
1222         * g-comlin.adb: Minor code reorganization
1223         Minor reformatting
1224
1225         * g-comlin.ads: Minor reformatting
1226
1227         * s-fileio.adb: Minor reformatting
1228
1229         * sem_attr.adb: Minor code reorganization (use Nkind_In)
1230         Minor reformatting
1231
1232 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
1233
1234         * gcc-interface/Make-lang.in: Use GCC_FOR_TARGET when dealing
1235         with s-oscons-tmplt.i.
1236
1237 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
1238
1239         * gcc-interface/Make-lang.in (OSCONS_CPPFLAGS): Remove.
1240
1241 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1242
1243         * sem_ch3.adb (Analyze_Component_Declaration): Protect against misuse
1244         of incomplete type.
1245
1246         * sem_ch8.adb (Analyze_Object_Renaming): Diagnose properly a renaming
1247         of a formal parameter of an incomplete type. Improve error message for
1248         other improper uses of incomplete types.
1249
1250 2008-08-06  Robert Dewar  <dewar@adacore.com>
1251
1252         * gnat_ugn.texi: Clarify -gnato documentation
1253
1254 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1255
1256         * gcc-interface/Makefile.in,
1257         g-socthi-vxworks.adb, g-socthi-mingw.adb, g-sttsne-vxworks.adb,
1258         g-socthi.adb, g-socket.adb, g-socket.ads, g-sothco.ads,
1259         g-soccon-linux-x86.ads, g-soccon-vxworks.ads, g-soccon-mingw.ads,
1260         g-soccon-hpux-ia64.ads, g-soccon-irix.ads, g-soccon-linux-64.ads,
1261         g-soccon-aix.ads, g-soccon-solaris.ads, g-soccon-lynxos.ads,
1262         g-soccon-vms.ads, g-soccon.ads, g-soccon-freebsd.ads,
1263         g-soccon-linux-ppc.ads, g-soccon-tru64.ads, g-soccon-hpux.ads,
1264         g-soccon-solaris-64.ads, gen-oscons.c, g-soccon-darwin.ads,
1265         g-soccon-mingw-64.ads, g-soccon-linux-mips.ads, g-soccon-rtems.ads:
1266         Remove GNAT.Sockets.Constants. This internal package is replaced by
1267         System.OS_Constants.
1268
1269 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1270
1271         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
1272         Remove obsolete targets referencing gen-soccon
1273         When generating s-oscons.ads, use a file name that includes the
1274         THREAD_KIND, to ensure that the (potentially different) version from a
1275         previous build with a different threads flavour does not get reused.
1276
1277 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1278
1279         * sem_res.adb: Minor reformatting
1280
1281         * s-fileio.adb (Open): When file open operation fails, raise Name_Error
1282         only when the operating system reports a non-existing file or directory
1283         (ENOENT), otherwise raise Name_Error.
1284
1285         * exp_ch11.adb: Minor reformatting
1286
1287 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1288
1289         * sem_ch3.adb (Access_Subprogram_Declaration): If the return type is
1290         incomplete, add the access_to_subprogram type to the list of private
1291         dependents only if the incomplete type will be completed in the current
1292         scope.
1293         (Build_Discriminant_Constraints): If the type of the discriminant is
1294         access_to_variable, reject a constraint that is access_to_constant.
1295
1296 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1297
1298         * g-socket-dummy.adb, g-socket-dummy.ads, g-sothco-dummy.adb,
1299         g-sothco-dummy.ads, g-socthi-dummy.adb, g-socthi-dummy.ads,
1300         g-sttsne-dummy.ads: New files.
1301
1302         * gcc-interface/Makefile.in, Makefile.rtl: Use placeholder sources
1303         with pragma Unimplemented_Unit for sockets packages on Nucleus.
1304
1305 2008-08-06  Pascal Obry  <obry@adacore.com>
1306
1307         * adaint.c: Another fix for ACL support on Windows.
1308
1309 2008-08-06  Javier Miranda  <miranda@adacore.com>
1310
1311         * exp_disp (Expand_Interface_Actuals): Adds missing support for
1312         expansion of calls to subprograms using selected components.
1313
1314 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1315
1316         * sem_res.adb (Resolve_Call): Use base type to determine whether a
1317         dereference is needed because a subtype of an access_to_subprogram is
1318         simply an access-subtype
1319
1320 2008-08-06  Jerome Lambourg  <lambourg@adacore.com>
1321
1322         * g-comlin.adb (Set_Command_Line): Now that aliases can contain
1323         parameters, always specify the expected separator.
1324
1325 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1326
1327         * xnmake.adb: Use new XUtil package for platform independent text
1328         output.
1329
1330 2008-08-06  Vincent Celier  <celier@adacore.com>
1331
1332         * gnat_ugn.texi: Document compiler switch -gnateG
1333
1334 2008-08-06  Quentin Ochem  <ochem@adacore.com>
1335
1336         * s-stausa.adb (Fill_Stack): Fixed pragma assert and top pattern mark
1337         in the case of an empty pattern size.
1338         (Compute_Result): Do not do any computation in the case of an empty
1339         pattern size.
1340         (Report_Result): Fixed computation of the overflow guard.
1341
1342 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1343
1344         * g-awk.adb (Finalize): Do not use directly objects of the type in the
1345         finalization routine to prevent elaboration order anomalies in new
1346         finalization scheme.
1347
1348 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1349
1350         * sem_ch3.adb (Find_Type_Name): protect against duplicate incomplete
1351         declaration for the same type.
1352
1353 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1354
1355         * sem.adb: Minor rewording (comment)
1356
1357 2008-08-06  Jerome Lambourg  <lambourg@adacore.com>
1358
1359         * g-comlin.adb (Define_Switch, Get_Switches): New.
1360         (Can_Have_Parameter, Require_Parameter, Actual_Switch): New, used when
1361         ungrouping switches.
1362         (For_Each_Simple_Switch): Allow more control over parameters handling.
1363         This generic method now allows ungrouping of switches with parameters
1364         and switches with more than one letter after the prefix.
1365         (Set_Command_Line): Take care of switches that are prefixed with a
1366         switch handling parameters without delimiter (-gnatya and -gnaty3 for
1367         example).
1368         (Add_Switch, Remove_Switch): Handle parameters possibly present inside
1369         a group, as in gnaty3aM80 (3 and 80 are parameters). Report status of
1370         the operation.
1371         (Start, Alias_Switches, Group_Switches): Take care of parameters
1372         possibly present inside a group.
1373
1374         * g-comlin.ads (Define_Switch): New method used to define a list of
1375         expected switches, that are necessary for correctly ungrouping switches
1376         with more that one character after the prefix.
1377         (Get_Switches): Method that builds a getopt string from the list of
1378         switches as set previously by Define_Switch.
1379         (Add_Switch, Remove_Switch): New versions of the methods, reporting the
1380         status of the operation. Also allow the removal of switches with
1381         parameters only.
1382         (Command_Line_Configuration_Record): Maintain a list of expected
1383         switches.
1384
1385 2008-08-06  Doug Rupp  <rupp@adacore.com>
1386
1387         * gcc-interface/decl.c (gnat_to_gnu_param): Force 32bit descriptor if
1388         TARGET_MALLOC64 clear.
1389
1390         * gcc-interface/utils2.c (build_call_alloc_dealloc): Force 32bit malloc
1391         if TARGET_MALLOC64 clear.
1392
1393         * gcc-interface/gigi.h (TARGET_ABI_OPEN_VMS): Move here from utils2.c
1394         (TARGET_MALLC64): New macro. Default to clear.
1395
1396 2008-08-06  Doug Rupp  <rupp@adacore.com>
1397
1398         * gcc-interface/utils2.c (snames.h) Include
1399         (TARGET_ABI_OPEN_VMS): Initialize.
1400         (build_call_alloc_dealloc); [TARGET_ABI_OPEN_VMS] Allocate on 32bit heap
1401         for Convention C.
1402
1403 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1404
1405         * sem_ch3.adb (Process_Discriminants): diagnose redundant or improper
1406         null exclusion in a discriminant declaration
1407
1408         * sem_ch8.adb (Analyze_Object_Renaming): diagnose null exclusion
1409         indicators when type is not an access type.
1410
1411         * sem_ch12.adb (Formal_Object_Declaration): diagnose null exclusion
1412         indicators when type is not an access type.
1413
1414 2008-08-06  Javier Miranda  <miranda@adacore.com>
1415
1416         * exp_disp (Expand_Interface_Conversion): Freeze the entity associated
1417         with the target interface before expanding the code of the interface
1418         conversion.
1419
1420 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1421
1422         * freeze.adb:
1423         (Freeze_Entity): A deferred constant does not violate the restriction
1424         No_Default_Initialization,
1425
1426         * sem_ch3.adb (Process_Subtype): An allocator is a valid construct that
1427         can carry a null exclusion indicator, and on which an error may be
1428         posted if the indicator is redundant.
1429
1430         * sem_ch8.adb (Analyze_Object_Renaming): Verify that a null exclusion
1431         does not apply to a subtype mark that already excludes null.
1432
1433         * sem_ch12.adb (Formal_Object_Declaration): Verify that a null
1434         exclusion does not apply to a subtype mark that already excludes null.
1435
1436 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1437
1438         * Makefile.rtl: Compile s-oscons.ads as part of the runtime library.
1439
1440 2008-08-05  Doug Rupp  <rupp@adacore.com>
1441
1442         * vms_data.ads: Translation for /POINTER_SIZE qualifier.
1443
1444 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1445
1446         * gsocket.h: Make this file includable in a Nucleus environment, which
1447         does not support sockets.
1448
1449         * socket.c: Remove Nucleus-specific hack.
1450
1451 2008-08-05  Pascal Obry  <obry@adacore.com>
1452
1453         * adaint.c: Remove support for readable attribute on vxworks and nucleus
1454
1455 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1456
1457         * sem_attr.adb:
1458         (Analyze_Attribute, case 'Result): handle properly the case where some
1459         operand of the expression in a post-condition generates a transient
1460         block.
1461
1462         * sem_ch5.adb (Analyze_Assignment_Statement): Apply conversion to
1463         right-hand side when it is an anonymous access_to_subprogram, to force
1464         static accessibility check when needed.
1465
1466 2008-08-05  Sergey Rybin  <rybin@adacore.com>
1467
1468         * gnat_ugn.texi: Changing the description of the gnatcheck metrics
1469         rule according to the change in the rule option.
1470         Add documentation for -gnatw.b/-gnatw.B
1471
1472 2008-08-05  Robert Dewar  <dewar@adacore.com>
1473
1474         * ug_words: Add entries for -gnatw.b/-gnatw.B
1475
1476         * vms_data.ads: Add entries for -gnatw.b/-gnatw.B
1477
1478 2008-08-05  Vincent Celier  <celier@adacore.com>
1479
1480         * a-wtdeio.adb (Put (Current_Output)): Use Fore in the call to Put
1481         (File).
1482
1483         * a-ztdeio.adb: Ditto.
1484
1485 2008-08-05  Pascal Obry  <obry@adacore.com>
1486
1487         * adaint.c, adaint.h, s-os_lib.adb, s-os_lib.ads: Add support for the
1488         readable attribute.
1489
1490 2008-08-05  Vincent Celier  <celier@adacore.com>
1491
1492         * s-wchwts.adb:
1493         (Wide_String_To_String): Returns a String with the same 'First as its
1494         parameter S.
1495         (Wide_Wide_String_To_String): Ditto
1496
1497         * s-wchwts.ads:
1498         (Wide_String_To_String): Document that the lowest index of the returned
1499         String is equal to S'First.
1500
1501 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1502
1503         * xoscons.adb, xutil.ads, xutil.adb, s-oscons-tmplt.c: New files.
1504
1505         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Generate
1506         s-oscons.ads
1507
1508 2008-08-05  Robert Dewar  <dewar@adacore.com>
1509
1510         * opt.ads (Warn_On_Biased_Representation): New flag
1511
1512         * sem_ch13.adb:
1513         (Analyze_Attribute_Definition_Clause): Issue warning when biased
1514         representation is required.
1515         (Minimum_Size): Don't allow biasing if enum rep clause case
1516
1517         * sem_warn.adb:
1518         (Set_Dot_Warning_Switch): Add handling of -gnatw.b/B switches
1519         (Set_Warning_Switch): Include -gnatw.b in -gnatwa, -gnatw.B in gnatws
1520
1521         * usage.adb: Add lines for -gnatw.b/B switches
1522
1523 2008-08-05  Pascal Obry  <obry@adacore.com>
1524
1525         * a-coinve.adb: Reorder the code to avoid uninitialized warning.
1526
1527         * adaint.c: In UNIX cases do not call __gnat_stat but stat directly.
1528
1529 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1530
1531         * socket.c: Minor reformatting.
1532
1533 2008-08-05  Robert Dewar  <dewar@adacore.com>
1534
1535         * sem_ch3.adb: Minor reformatting
1536
1537         * prj-nmsc.adb: Minor reformatting
1538
1539 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1540
1541         * sem_ch12.adb (Validate_Array_Type_Instance): Only apply complex
1542         visibility check on the component type if the simple test fails.
1543
1544 2008-08-05  Jose Ruiz  <ruiz@adacore.com>
1545
1546         * init.c (__gnat_install_handler for linux): If we are building the
1547         Xenomai run time then we need to do two additional things: avoid
1548         memory swapping and transform the Linux environment task into a native
1549         Xenomai task.
1550
1551         * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS for xenomai run
1552         time): Use interface to Xenomai native skin and avoid linux-specific
1553         way of setting CPU affinity.
1554         (EH_MECHANISM for the xenomai run time): Use sjlj exception mechanism.
1555
1556 2008-08-05  Bob Duff  <duff@adacore.com>
1557
1558         * checks.ads: Minor comment fix
1559
1560 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1561
1562         * g-sercom.adb, g-sercom.ads, g-sercom-mingw.adb,
1563         g-sercom-linux.adb (Data_Bits): Change literals B7 and B8 to CS7 and
1564         CS8.
1565
1566 2008-08-05  Robert Dewar  <dewar@adacore.com>
1567
1568         * mlib.adb: Minor code reorganization
1569         Minor reformatting
1570
1571         * make.adb: Minor reformatting
1572
1573         * prj-attr.ads: Minor reformatting
1574
1575         * s-os_lib.adb: Minor reformatting
1576
1577         * s-fileio.adb: Minor code reorganization
1578         Minor reformatting
1579
1580         * prj.ads: Minor reformatting
1581
1582 2008-08-05  Bob Duff  <duff@adacore.com>
1583
1584         * sem_ch3.adb (Analyze_Object_Declaration): Avoid type Any_Access in
1585         unresolved initial value of "null", because it causes implicitly
1586         generated "=" operators to be ambiguous, and because this type should
1587         not be passed to gigi.
1588
1589 2008-08-05  Vincent Celier  <celier@adacore.com>
1590
1591         * mlib.adb: Update comments.
1592
1593         * make.adb (Switches_Of): Check for Switches (others), before checking
1594         for Default_Switches ("Ada").
1595         (Gnatmake): Use Builder'Switches (others) in preference to
1596         Builder'Default_Switches ("Ada") if there are several mains.
1597
1598         * prj-attr-pm.adb:
1599         (Add_Attribute): Add component Others_Allowed in Attribute_Record
1600         aggregate.
1601
1602         * prj-attr.adb:
1603         Add markers to indicates that attributes Switches allow others as index
1604         (Others_Allowed_For): New Boolean function, returning True for
1605         attributes with the mark.
1606         (Initialize): Recognize optional letter 'O' as the marker for
1607         associative array attributes where others is allowed as the index.
1608
1609         * prj-attr.ads:
1610         (Others_Allowed_For): New Boolean function
1611         (Attribute_Record): New Boolean component Others_Allowed
1612
1613         * prj-dect.adb:
1614         (Parse_Attribute_Declaration): For associative array attribute where
1615         others is allowed as the index, allow others as an index.
1616
1617         * prj-nmsc.adb:
1618         (Process_Binder): Skip associative array attributes with index others
1619         (Process_Compiler): Ditto
1620
1621         * prj-util.adb:
1622         (Value_Of (Index, In_Array)): Make no attempt to put in lower case when
1623         index is All_Other_Names.
1624
1625         * prj.ads:
1626         (All_Other_Names): New constant
1627
1628         * prj-proc.adb:
1629         (Process_Declarative_Items): Skip associative array attribute when index
1630         is reserved word "others".
1631
1632 2008-08-05  Vasiliy Fofanov  <fofanov@adacore.com>
1633
1634         * gen-oscons.c: Adapt for VMS where termios.h is not available.
1635
1636 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1637
1638         * a-rttiev.adb: Minor reformatting (comments)
1639
1640         * gen-soccon.c: Rename to gen-oscons.c
1641
1642         * gen-oscons.c: New file. Now generate System.OS_Constants instead of
1643         GNAT.Sockets.Constants.
1644         Add new constants for GNAT.Serial_Communications and System.File_IO.
1645
1646 2008-08-05  Javier Miranda  <miranda@adacore.com>
1647
1648         * sem_util.adb (Collect_Interfaces_Info): Minor reformating.
1649         * exp_ch3.adb (Build_Offset_To_Top_Functions): Code cleanup: the
1650         implementation of this routine has been simplified.
1651
1652 2008-08-05  Pascal Obry  <obry@adacore.com>
1653
1654         * adaint.c, adaint.h, s-os_lib.adb, s-os_lib.ads: Fix the
1655         Set_Read_Only Win32 implementation.
1656
1657 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1658
1659         * exp_strm.adb: Minor reformatting (comments)
1660
1661         * sem_ch12.adb: Minor reformatting.
1662
1663 2008-08-05  Robert Dewar  <dewar@adacore.com>
1664
1665         * sem_ch3.adb: Minor reformatting
1666
1667         * checks.adb: Minor reformatting
1668
1669 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1670
1671         * tbuild.ads (New_External_Name): Update spec to reflect relaxed
1672         restriction on Prefix.
1673
1674 2008-08-05  Jerome Lambourg  <lambourg@adacore.com>
1675
1676         * g-comlin.adb (Sort_Sections, Group_Switches): New/Modified internal
1677         methods needed to handle switch sections when building a command line.
1678         (Define_Section, Add_Switch, Remove_Switch, Is_New_Section,
1679         Current_Section): New public methods or methods modified to handle
1680         building command lines with sections.
1681         (Set_Command_Line): Take into account sections when analysing a switch
1682         string.
1683         (Start): Sort the switches by sections before iterating the command line
1684         elements.
1685
1686         * g-comlin.ads (Define_Section, Add_Switch, Remove_Switch,
1687         Is_New_Section, Current_Section): New methods or methods modified to
1688         handle building command lines with sections.
1689
1690 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1691
1692         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): For access
1693         discriminants, indicate that the corresponding object declaration has
1694         no initialization, to prevent spurious warnings when the access type is
1695         null-excluding.
1696
1697 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1698
1699         * sem_res.adb (Resolve_Call): If this is a call to the predefined
1700         Abort_Task, warn if the call appears within a protected operation.
1701
1702 2008-08-04  Robert Dewar  <dewar@adacore.com>
1703
1704         * exp_ch4.adb (Expand_N_In): Suppress range warnings in instances
1705
1706 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1707
1708         * sem_ch3.adb:
1709         (Replace_Anonymous_Access_To_Protected_Subprogram): Handle properly an
1710         anonymous access to protected subprogram that is the return type of the
1711         specification of a subprogram body.
1712
1713         * sem_ch6.adb:
1714         (Analyze_Subprogram_Body): if the return type is an anonymous access to
1715         subprogram, freeze it now to prevent access anomalies in the back-end.
1716
1717         * exp_ch9.adb: Minor code cleanup.
1718         Make sure that new declarations are inserted into the tree before
1719         analysis (from code reading).
1720
1721 2008-08-04  Robert Dewar  <dewar@adacore.com>
1722
1723         * exp_ch5.adb:
1724         (Expand_Simple_Function_Return): Check No_Secondary_Stack restriction
1725         at point of return.
1726
1727 2008-08-04  Thomas Quinot  <quinot@adacore.com>
1728
1729         * sem_type.adb, sem_ch4.adb, sprint.adb, exp_ch3.adb: Minor reformatting
1730
1731 2008-08-04  Vasiliy Fofanov  <fofanov@adacore.com>
1732
1733         * g-soccon-mingw.ads: Fix value for MSG_WAITALL
1734
1735 2008-08-04  Javier Miranda  <miranda@adacore.com>
1736
1737         * sem_prag.adb (Process_Convention): Add missing support for
1738          N_Private_Extension_Declaration nodes.
1739
1740 2008-08-04  Robert Dewar  <dewar@adacore.com>
1741
1742         * exp_ch4.adb: Minor reformatting
1743
1744 2008-08-04  Pascal Obry  <obry@adacore.com>
1745
1746         * adaint.h: Add missing prototype.
1747
1748         * adaint.c: Refine support for Windows file attributes.
1749
1750 2008-08-04  Robert Dewar  <dewar@adacore.com>
1751
1752         * sem_res.adb:
1753         (Valid_Conversion): Catch case of designated types having different
1754         sizes, even though they statically match.
1755
1756 2008-08-04  Javier Miranda  <miranda@adacore.com>
1757
1758         * sem_eval.adb (Subtypes_Statically_Match): Remove superfluous patch
1759         added in previous patch to handle access to subprograms.
1760
1761 2008-08-04  Robert Dewar  <dewar@adacore.com>
1762
1763         * freeze.adb:
1764         (Freeze_Entity): Only check No_Default_Initialization restriction for
1765         constructs that come from source
1766
1767 2008-08-04  Thomas Quinot  <quinot@adacore.com>
1768
1769         * exp_ch6.adb: Minor comment fix.
1770
1771         * sem_ch4.adb: Minor reformatting.
1772
1773 2008-08-04  Robert Dewar  <dewar@adacore.com>
1774
1775         * sem_res.adb: (Large_Storage_Type): Improve previous change.
1776
1777 2008-08-04  Pascal Obry  <obry@adacore.com>
1778
1779         * adaint.c, s-os_lib.adb, s-os_lib.ads: Use Windows ACL to deal with
1780         file attributes.
1781
1782 2008-08-04  Javier Miranda  <miranda@adacore.com>
1783
1784         * sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support
1785         for N_Formal_Object_Declaration nodes. Adding kludge required by
1786         First_Formal to provide its functionality with access to functions.
1787         (Replace_Anonymous_Access_To_Protected_Subprogram): Add missing support
1788         for anonymous access types returned by functions.
1789
1790         * sem_ch5.adb (Analyze_Assignment): Code cleanup to avoid duplicate
1791         conversion of null-excluding access types (required only once to force
1792         the generation of the required runtime check).
1793
1794         * sem_type.adb (Covers): minor reformating
1795
1796         * checks.adb (Null_Exclusion_Static_Checks): Avoid reporting errors
1797         with internally generated nodes. Avoid generating the error inside init
1798         procs.
1799
1800         * sem_res.adb (Resolve_Membership_Test): Minor reformating.
1801         (Resolve_Null): Generate the null-excluding check in case of assignment
1802         to a null-excluding object.
1803         (Valid_Conversion): Add missing support for anonymous access to
1804         subprograms.
1805
1806         * sem_ch6.adb (Check_Return_Subtype_Indication): Add missing support for
1807         anonymous access types whose designated type is an itype. This case
1808         occurs with anonymous access to protected subprograms types.
1809         (Analyze_Return_Type):  Add missing support for anonymous access to
1810         protected subprogram.
1811
1812         * sem_eval.adb (Subtypes_Statically_Match): In case of access to
1813         subprograms addition of missing check on matching convention. Required
1814         to properly handle access to protected subprogram types.
1815
1816         * exp_ch3 (Build_Assignment): Code cleanup removing duplicated check on
1817         null excluding access types.
1818
1819 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1820
1821         * sem_ch12.adb: Add comments
1822
1823         * sem_ch4.adb (Analyze_Allocator): If the designated type is a non-null
1824         access type and the allocator is not initialized, warn rather than
1825         reporting an error.
1826
1827 2008-08-04  Robert Dewar  <dewar@adacore.com>
1828
1829         * exp_ch4.adb: Minor reformatting
1830
1831         * exp_dist.adb: Minor reformatting
1832
1833         * g-comlin.adb: Minor reformatting
1834
1835 2008-08-04  Gary Dismukes  <dismukes@adacore.com>
1836
1837         * exp_aggr.adb (Build_Record_Aggr_Code): Perform a conversion of the
1838         target to the type of the aggregate in the case where the target object
1839         is class-wide.
1840
1841         * exp_ch5.adb (Expand_Simple_Function_Return): When the function's
1842         result type is class-wide and inherently limited, and the expression
1843         has a specific type, create a return object of the specific type, for
1844         more efficient handling of returns of build-in-place aggregates (avoids
1845         conversions of the class-wide return object to the specific type on
1846         component assignments).
1847
1848         * sem_ch6.adb (Check_Return_Subtype_Indication): Suppress the error
1849         about a type mismatch for a class-wide function with a return object
1850         having a specific type when the object declaration doesn't come from
1851         source. Such an object can result from the expansion of a simple return.
1852
1853 2008-08-04  Vasiliy Fofanov  <fofanov@adacore.com>
1854
1855         * g-soccon-mingw-64.ads, system-mingw-x86_64.ads: New files.
1856
1857         * gcc-interface/Makefile.in: Use 64bit-specific system files when
1858         compiling for 64bit windows.
1859
1860 2008-08-04  Jerome Lambourg  <lambourg@adacore.com>
1861
1862         * g-comlin.adb (Group_Switches): Preserve the switch order when
1863         grouping and allow switch grouping of switches with more than one
1864         character extension (e.g. gnatw.x).
1865         (Args_From_Expanded): Remove this now obsolete method.
1866
1867 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1868
1869         * exp_ch4.adb (Get_Allocator_Final_List): Freeze anonymous type for
1870         chain at once, to ensure that type is properly decorated for back-end,
1871         when allocator appears within a loop.
1872
1873 2008-08-04  Kevin Pouget  <pouget@adacore.com>
1874
1875         * snames.h, snames.adb, snames.ads:
1876         Add Attr_To_Any, Attr_From_Any and Attr_TypeCode defines.
1877
1878         * exp_dist.ads, exp_dist.adb: Add Build_From_Any_Call,
1879         Build_To_Any_Call and Build_TypeCode_Call procedures.
1880
1881         * exp_attr.adb, sem_attr.adb: Add corresponding cases.
1882
1883         * rtsfind.ads: Add corresponding names.
1884
1885         * tbuild.adb: Update prefix restrictions to allow '_' character.
1886
1887 2008-08-04  Doug Rupp  <rupp@adacore.com>
1888
1889         * gigi.h (fill_vms_descriptor): Add third parameter gnat_actual
1890         * trans.c (call_to_gnu): Call fill_vms_descriptor with new parameter.
1891         * utils2.c (fill_vms_descriptor): Add third parameter for error sloc and
1892         use it.  Calculate pointer range overflow using 64bit types.
1893
1894 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1895
1896         * sem_ch3.adb (Access_Definition): A formal object declaration is a
1897         legal context for an anonymous access to subprogram.
1898
1899         * sem_ch4.adb (Analyze_One_Call): If the call can be interpreted as an
1900         indirect call, report success to the caller to include possible
1901         interpretation.
1902
1903         * sem_ch6.adb (Check_Return_Type_Indication): Apply proper conformance
1904         check when the type
1905         of the extended return is an anonymous access_to_subprogram type.
1906
1907         * sem_res.adb:
1908         (Resolve_Call): Insert a dereference if the type of the subprogram is an
1909         access_to_subprogram and the context requires its return type, and a
1910         dereference has not been introduced previously.
1911
1912 2008-08-04  Arnaud Charlet  <charlet@adacore.com>
1913
1914         * usage.adb (Usage): Minor rewording of -gnatwz switch, to improve
1915         gnatcheck support in GPS.
1916
1917 2008-08-04  Vincent Celier  <celier@adacore.com>
1918
1919         * mlib.adb (Create_Sym_Links): Create relative symbolic links when
1920         requested
1921
1922 2008-08-04  Vincent Celier  <celier@adacore.com>
1923
1924         * gprep.adb (Process_One_File): Call Prep.Preprocess with a Boolean
1925         variable, but don't check the resulting value as it has no impact on
1926         the processing.
1927
1928         * opt.ads:
1929         (Generate_Processed_File): New Boolean flag, set to True in the compiler
1930         when switch -gnateG is used.
1931
1932         * prep.adb:
1933         (Preprocess): new Boolean out parameter Source_Modified. Set it to True
1934         when the source is modified by the preprocessor and there is no
1935         preprocessing errors.
1936
1937         * prep.ads (Preprocess): new Boolean out parameter Source_Modified
1938
1939         * sinput-l.adb:
1940         (Load_File): Output the result of preprocessing if the source text was
1941         modified.
1942
1943         * switch-c.adb (Scan_Front_End_Switches): Recognize switch -gnateG
1944
1945         * switch-m.adb (Normalize_Compiler_Switches): Normalize switch -gnateG
1946
1947         * ug_words: Add VMS equivalent for -gnateG
1948
1949         * vms_data.ads:
1950         Add VMS option /GENERATE_PROCESSED_SOURCE, equivalent to switch -gnateG
1951
1952 2008-08-04  Doug Rupp  <rupp@adacore.com>
1953
1954         * gcc-interface/utils2.c:
1955         (fill_vms_descriptor): Raise CE if attempt made to pass 64bit pointer
1956         in 32bit descriptor.
1957
1958 2008-08-04  Robert Dewar  <dewar@adacore.com>
1959
1960         * par-ch10.adb: Minor reformatting
1961
1962         * i-cobol.adb: Minor reformatting.
1963
1964 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1965
1966         * sem_ch3.adb (Access_Definition): Create an itype reference for an
1967         anonymous access return type of a regular function that is not a
1968         compilation unit.
1969
1970 2008-08-04  Vincent Celier  <celier@adacore.com>
1971
1972         * prj-attr.adb: New Builder attribute Global_Compilation_Switches
1973
1974         * snames.adb: New standard name Global_Compilation_Switches
1975
1976         * snames.ads: New standard name Global_Compilation_Switches
1977
1978         * make.adb: Correct spelling error in comment
1979
1980 2008-08-04  Arnaud Charlet  <charlet@adacore.com>
1981
1982         * sem_prag.adb (Check_Form_Of_Interface_Name): Fix handling for CLI
1983         target.
1984
1985 2008-08-04  Thomas Quinot  <quinot@adacore.com>
1986
1987         * sem_ch10.adb: Minor comment fix.
1988
1989 2008-08-04  Robert Dewar  <dewar@adacore.com>
1990
1991         * restrict.adb: Improved messages for restriction warnings
1992
1993         * restrict.ads: Improved messages for restriction messages
1994
1995         * s-rident.ads (Profile_Name): Add No_Profile
1996
1997 2008-08-04  Robert Dewar  <dewar@adacore.com>
1998
1999         * system-darwin-x86.ads: Correct bad definition of Max_Nonbinary_Modulus
2000
2001 2008-08-04  Robert Dewar  <dewar@adacore.com>
2002
2003         * freeze.adb (Freeze_Entity): Check for size clause for boolean warning
2004
2005 2008-08-04  Vincent Celier  <celier@adacore.com>
2006
2007         * prj-proc.adb:
2008         (Copy_Package_Declarations): When inheriting package Naming from a
2009         project being extended, do not inherit source exception names.
2010
2011 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
2012
2013         * sem_prag.adb (Check_Precondition_Postcondition): When scanning the
2014         list of declaration to find previous subprogram, do not go to the
2015         original node of a generic unit.
2016
2017 2008-08-02  Eric Botcazou  <ebotcazou@adacore.com>
2018
2019         * gcc-interface/utils2.c (build_binary_op) <PLUS_EXPR, MINUS_EXPR>:
2020         New case.  Convert BOOLEAN_TYPE operation to the default integer type.
2021
2022 2008-08-01  Eric Botcazou  <ebotcazou@adacore.com>
2023
2024         * gcc-interface/ada-tree.h (DECL_PARM_ALT): Now DECL_PARM_ALT_TYPE.
2025         * gcc-interface/decl.c (gnat_to_gnu_param): Fix formatting, simplify
2026         and adjust for above renaming.
2027         * gcc-interface/utils.c (convert_vms_descriptor): Likewise. Add new
2028         gnu_expr_alt_type parameter.  Convert the expression to it instead
2029         of changing its type in place.
2030         (build_function_stub): Adjust call to above function.
2031
2032 2008-08-01  Eric Botcazou  <ebotcazou@adacore.com>
2033
2034         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: Remove dead
2035         code.  Do not get full definition of deferred constants with address
2036         clause for a use.  Do not ignore deferred constant definitions with
2037         address clause.  Ignore constant definitions already marked with the
2038         error node.
2039         <object>: Remove obsolete comment.  For a deferred constant with
2040         address clause, get the initializer from the full view.
2041         * gcc-interface/trans.c (gnat_to_gnu) <N_Attribute_Definition_Clause>:
2042         Rework and remove obsolete comment.
2043         <N_Object_Declaration>: For a deferred constant with address clause,
2044         mark the full view with the error node.
2045         * gcc-interface/utils.c (convert_to_fat_pointer): Rework and fix
2046         formatting nits.
2047
2048 2008-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
2049
2050         * rtsfind.ads: Add block IO versions of stream routines for Strings.
2051
2052         * bindgen.adb, gnat_rm.texi, gnat_ugn.texi, opt.ads,
2053         sem_prag.adb, snames.adb, snames.ads, snames.h,
2054         par-prag.adb: Undo previous stream related changes.
2055
2056         * s-rident.ads: Add new restriction No_Stream_Optimizations.
2057
2058         * s-ststop.ads, s-ststop.adb: Comment reformatting.
2059         Define enumeration type to designate different IO mechanisms.
2060         Enchance generic package Stream_Ops_Internal to include an
2061         implementation of Input and Output.
2062
2063         * exp_attr.adb (Find_Stream_Subprogram): If restriction
2064         No_Stream_Optimization is active, choose the default byte IO
2065         implementations of stream attributes for Strings.
2066         Otherwise use the corresponding block IO version.
2067
2068 2008-08-01  Olivier Hainque  <hainque@adacore.com>
2069
2070         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Function>: Do not
2071         turn Ada Pure into GCC const, now implicitely implying nothrow as well.
2072
2073 2008-08-01  Robert Dewar  <dewar@adacore.com>
2074
2075         * par-ch3.adb (P_Defining_Identifier): Avoid repeated attempt to
2076         convert plain identifier into defining identifier.
2077
2078 2008-08-01  Robert Dewar  <dewar@adacore.com>
2079
2080         * sem_prag.adb (Check_Form_Of_Interface_Name): Refine and improve
2081         warnings
2082
2083         * lib-xref.adb: Add error defense.
2084
2085 2008-08-01  Bob Duff  <duff@adacore.com>
2086
2087         * ioexcept.ads, sequenio.ads, directio.ads: Correct comment.
2088
2089 2008-08-01  Gary Dismukes  <dismukes@adacore.com>
2090
2091         * exp_ch6.adb (Expand_Call): Adjustment to previous fix for passing
2092         correct accessibility levels. In the "when others" case, retrieve the
2093         access level of the Etype of Prev rather than Prev_Orig, because the
2094         original exression has not always been analyzed.
2095
2096 2008-08-01  Robert Dewar  <dewar@adacore.com>
2097
2098         * prj-nmsc.adb: Minor reformatting
2099
2100         * sem_ch4.adb: Minor reformatting
2101         Minor code reorganization
2102
2103         * prj.ads: Minor reformatting
2104
2105         * s-os_lib.adb: Minor reformatting
2106
2107         * par-prag.adb (Prag, case Wide_Character_Encoding): Deal with upper
2108         half encodings
2109
2110         * scans.ads: Minor reformatting.
2111
2112         * sem_prag.adb (Analyze_Pragma): Put entries in alpha order
2113         (Analyze_Pragma): Make sure all GNAT pragmas call GNAT_Pragma
2114
2115         * sem_res.adb:
2116         (Resolve_Call): Check violation of No_Specific_Termination_Handlers
2117
2118         * sem_ch12.adb: Minor comment reformatting
2119
2120         * par-ch3.adb (P_Type_Declaration): Properly handle missing type
2121         keyword
2122
2123 2008-08-01  Robert Dewar  <dewar@adacore.com>
2124
2125         * sem_ch6.adb (Process_PPCs): Don't copy spec PPC to body if not
2126         generating code
2127
2128 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2129
2130         * checks.adb (Apply_Float_Conversion_Check): If the expression to be
2131         converted is a real literal and the target type has static bounds,
2132         perform the conversion exactly to prevent floating-point anomalies on
2133         some targets.
2134
2135 2008-08-01  Vincent Celier  <celier@adacore.com>
2136
2137         * prj-attr.adb: New attribute Compiler'Name_Syntax (<lang>)
2138
2139         * prj-nmsc.adb (Process_Compiler): Recognize attribute Name_Syntax
2140
2141         * prj.adb (Object_Exist_For): Use Object_Generated, not
2142         Objects_Generated that is removed and was never modified anyway.
2143
2144         * prj.ads:
2145         (Path_Syntax_Kind): New enumeration type
2146         (Language_Config): New component Path_Syntax, defaulted to Host.
2147         Components PIC_Option and Objects_Generated removed, as they are not
2148         used.
2149
2150         * snames.adb: New standard name Path_Syntax
2151
2152         * snames.ads: New standard name Path_Syntax
2153
2154 2008-08-01  Vincent Celier  <celier@adacore.com>
2155
2156         * mlib-utl.adb:
2157         (Adalib_Path): New variable to store the path of the adalib directory
2158         when procedure Specify_Adalib_Dir is called.
2159         (Lib_Directory): If Adalib_Path is not null, return its value
2160         (Specify_Adalib_Dir): New procedure
2161
2162         * mlib-utl.ads (Specify_Adalib_Dir): New procedure
2163
2164 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2165
2166         * sem_prag.adb:
2167         (Check_Precondition_Postcondition): If not generating code, analyze the
2168         expression in a postcondition that appears in a subprogram body, so that
2169         it is properly decorated for ASIS use.
2170
2171 2008-08-01  Gary Dismukes  <dismukes@adacore.com>
2172
2173         * exp_ch6.adb (Expand_Call): Remove ugly special-case code that resets
2174         Orig_Prev to Prev in the case where the actual is N_Function_Call or
2175         N_Identifier. This was interfering with other cases that are rewritten
2176         as N_Identifier, such as allocators, resulting in passing of the wrong
2177         accessibility level, and based on testing this code is apparently no
2178         longer needed at all.
2179
2180 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2181
2182         * sem_ch4.adb (Analyze_One_Call): Handle complex overloading of a
2183         procedure call whose prefix
2184         is a parameterless function call that returns an access_to_procedure.
2185
2186 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
2187
2188         * adaint.c (__gnat_tmp_name): Refine the generation of temporary names
2189         for RTX. Adding a suffix that is incremented at each iteration.
2190
2191 2008-08-01  Robert Dewar  <dewar@adacore.com>
2192
2193         * sem_ch6.adb (Analyze_Subprogram_Body): Remove special casing of
2194         Raise_Exception
2195
2196 2008-08-01  Jerome Lambourg  <lambourg@adacore.com>
2197
2198         * s-os_lib.adb (Normalize_Pathname): Take care of double-quotes in
2199         paths, which are authorized by Windows but can lead to errors when used
2200         elsewhere.
2201
2202 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2203
2204         * sem_ch12.ads (Need_Subprogram_Instance_Body): new function, to create
2205         a pending instantiation for the body of a subprogram that is to be
2206         inlined.
2207
2208         * sem_ch12.adb:
2209         (Analyze_Subprogram_Instantiation): use Need_Subprogram_Instance_Body.
2210
2211         * sem_prag.adb (Make_Inline): If the pragma applies to an instance,
2212         create a pending instance for its body, so that calls to the subprogram
2213         can be inlined by the back-end.
2214
2215 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
2216
2217         * gnat_ugn.texi: Document the RTX run times (rts-rtx-rtss and
2218         rts-rtx-w32).
2219
2220 2008-08-01  Robert Dewar  <dewar@adacore.com>
2221
2222         * scng.adb (Error_Illegal_Wide_Character): Bump scan pointer
2223
2224 2008-08-01  Doug Rupp  <rupp@adacore.com>
2225
2226         * gnat_rm.texi: Document new mechanism Short_Descriptor.
2227
2228         * types.ads (Mechanism_Type): Modify range for new Short_Descriptor
2229         mechanism values.
2230
2231         * sem_prag.adb (Set_Mechanism_Value): Enhance for Short_Descriptor
2232         mechanism and Short_Descriptor mechanism values.
2233
2234         * snames.adb (preset_names): Add short_descriptor entry.
2235
2236         * snames.ads: Add Name_Short_Descriptor.
2237
2238         * types.h: Add new By_Short_Descriptor mechanism values.
2239
2240         * sem_mech.adb (Set_Mechanism_Value): Enhance for Short_Descriptor
2241         mechanism and Short_Descriptor mechanism values.
2242
2243         * sem_mech.ads (Mechanism_Type): Add new By_Short_Descriptor mechanism
2244         values.
2245         (Descriptor_Codes): Modify range for new mechanism values.
2246
2247         * treepr.adb (Print_Entity_Enfo): Handle new By_Short_Descriptor
2248         mechanism values.
2249
2250         * gcc-interface/decl.c (gnat_to_gnu_entity): Handle By_Short_Descriptor.
2251         (gnat_to_gnu_param): Handle By_Short_Descriptor.
2252
2253         * gcc-interface/gigi.h (build_vms_descriptor64): Remove prototype.
2254         (build_vms_descriptor32): New prototype.
2255         (fill_vms_descriptor): Remove unneeded gnat_actual parameter.
2256
2257         * gcc-interface/trans.c (call_to_gnu): Removed unneeded gnat_actual
2258         argument in call fill_vms_descriptor.
2259
2260         * gcc-interface/utils.c (build_vms_descriptor32): Renamed from
2261         build_vms_descriptor and enhanced to hande Short_Descriptor mechanism.
2262         (build_vms_descriptor): Renamed from build_vms_descriptor64.
2263         (convert_vms_descriptor32): New function.
2264         (convert_vms_descriptor64): New function.
2265         (convert_vms_descriptor): Rewrite to handle both 32bit and 64bit
2266         descriptors.
2267
2268         * gcc-interface/utils2.c (fill_vms_descriptor): Revert previous changes,
2269         no longer needed.
2270
2271 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
2272
2273         * adaint.c (__gnat_tmp_name): RTSS applications do not support tempnam
2274         nor tmpnam, so we always use c:\WINDOWS\Temp\gnat-XXXXXX as temporary
2275         name.
2276
2277 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
2278
2279         * cstreams.c (__gnat_full_name): RTSS applications cannot ask for the
2280         current directory so only fully qualified names are allowed.
2281
2282 2008-08-01  Robert Dewar  <dewar@adacore.com>
2283
2284         * gnat_ugn.texi:
2285         Minor editing, remove uncomfortable use of semicolon
2286
2287         * s-ststop.adb: Add some ??? comments
2288
2289         * sem_ch10.adb: Minor reformatting
2290
2291         * snames.ads:
2292         Minor comment fixes, some pragmas were not properly
2293         categorized in the comments, documentation change only
2294
2295         * xref_lib.adb: Minor reformatting
2296
2297         * sinput.adb: Minor reformatting
2298
2299         * gnatchop.adb: Minor reformatting
2300
2301         * sem_util.ads: Minor reformatting.
2302
2303         * opt.ads: Minor documentation fix
2304
2305         * scng.adb: Minor reformatting
2306
2307         * prj-part.adb: Update comments
2308
2309 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2310
2311         * exp_disp.adb (Expand_Interface_Conversion): If the target type is a
2312         tagged synchronized type, use corresponding record type.
2313
2314 2008-08-01  Doug Rupp  <rupp@adacore.com>
2315
2316         * mlib-tgt-specific-vms-alpha.adb (Build_Dynamic_Library): Output a
2317         dummy transfer address for debugging.
2318
2319         * mlib-tgt-specific-vms-ia64.adb (Build_Dynamic_Library): Likewise.
2320
2321         * vms_data.ads: vms_data.ads: New qualfier /MACHINE_CODE_LISTING
2322
2323 2008-07-31  Eric Botcazou  <ebotcazou@adacore.com>
2324
2325         * gcc-interface/decl.c (gnat_to_gnu_entity): Fix formatting.
2326         * gcc-interface/utils.c (create_field_decl): Avoid superfluous work.
2327
2328 2008-07-31  Pascal Obry  <obry@adacore.com>
2329
2330         * prj-nmsc.adb: Keep Object and Exec directory casing.
2331
2332 2008-07-31  Jose Ruiz  <ruiz@adacore.com>
2333
2334         * system-rtx-rtss.ads
2335         Change the default stack size. It is important to set the commit part.
2336
2337         * s-taprop-rtx.adb
2338         (Initialize): Get the clock resolution.
2339         (RT_Resolution): Return the clock resolution that is indicated by the
2340         system.
2341
2342         * s-parame-vxworks.adb
2343         Document that this body is used for RTX in RTSS (kernel) mode.
2344
2345         * gcc-interface/Makefile.in
2346         (LIBGNAT_TARGET_PAIRS for the rtx_rtss run time): Use the
2347         s-parame-vxworks.adb body in order to have reasonable stack sizes in
2348         RTX RTSS kernel mode. Virtual memory is not used in that case, so we
2349         cannot ask for too big values.
2350
2351 2008-07-31  Robert Dewar  <dewar@adacore.com>
2352
2353         * exp_aggr.adb: Minor reformatting
2354
2355         * makeutl.adb: Minor reformatting
2356
2357         * prj-env.adb: Minor reformatting
2358
2359 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2360
2361         * exp_disp.adb (Prim_Op_Kind): Retrieve the full view when a private
2362         tagged type is completed by a concurrent type.
2363
2364 2008-07-31  Gary Dismukes  <dismukes@adacore.com>
2365
2366         * sem_aggr.adb:
2367         (Resolve_Record_Aggregate): Bypass error that a type without
2368         components must have a "null record" aggregate when compiling for Ada
2369         2005, since it's legal to give an aggregate of form (others => <>)
2370         for such a type.
2371
2372 2008-07-31  Javier Miranda  <miranda@adacore.com>
2373
2374         * sem_ch4.adb (Valid_First_Argument_Of): Complete its functionality to
2375         handle synchronized types. Required to handle well the object.operation
2376         notation applied to synchronized types.
2377
2378 2008-07-31  Quentin Ochem  <ochem@adacore.com>
2379
2380         * s-stausa.adb (Fill_Stack): Stack_Used_When_Filling is now stored
2381         anymore - just used internally.
2382         Added handling of very small tasks - when the theoretical size is
2383         already full at the point of the call.
2384         (Report_Result): Fixed result computation, Stack_Used_When_Filling does
2385         not need to be added to the result.
2386
2387 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2388
2389         * sem_ch6.adb (Disambiguate_Spec): Continue the disambiguation if the
2390         corresponding spec is a primitive wrapper. Update comment.
2391
2392 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2393
2394         * bindgen.adb Comment reformatting. Update the list of run-time globals.
2395         (Gen_Adainit_Ada): Add the declaration, import and value set for
2396         configuration flag Canonical_Streams.
2397         (Gen_Adainit_C): Add the declaration and initial value of external
2398         symbol __gl_canonical_streams.
2399
2400         * init.c: Update the list of global values computed by the binder.
2401
2402         * opt.ads: Add flag Canonical_Streams.
2403
2404         * par-prag.adb (Prag): Include Pragma_Canonical_Streams to the list of
2405         semantically handled pragmas.
2406
2407         * sem_prag.adb: Add an entry into enumeration type Sig_Flags.
2408         (Analyze_Pragma): Add case for pragma Canonical_Streams.
2409
2410         * snames.adb: Add character value for name Canonical_Streams.
2411
2412         * snames.ads:
2413         Add Name_Canonical_Streams to the list of configuration pragmas.
2414         Add Pragma_Canonical_Streams to enumeration type Pragma_Id.
2415
2416         * snames.h: Add a definition for Pragma_Canonical_Streams.
2417
2418         * s-ststop.adb:
2419         Add a flag and import to seize the value of external symbol
2420         __gl_canonical_streams. Update comment and initial value of constant
2421         Use_Block_IO.
2422
2423         * gnat_rm.texi: Add section of pragma Canonical_Streams.
2424
2425         * gnat_ugn.texi:
2426         Add pragma Canonical_Streams to the list of configuration pragmas.
2427
2428 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2429
2430         * sem_ch10.adb (Build_Unit_Name): If the unit name in a with_clause
2431         has the form A.B.C and B is a unit renaming, analyze its compilation
2432         unit and add a with_clause on A.b to the context.
2433
2434 2008-07-31  Vincent Celier  <celier@adacore.com>
2435
2436         * makeutl.adb (Executable_Prefix_Path): If Locate_Exec_On_Path fails,
2437         return the empty string, instead of raising Constraint_Error.
2438
2439 2008-07-31  Gary Dismukes  <dismukes@adacore.com>
2440
2441         * checks.ads (Apply_Accessibility_Check): Add parameter Insert_Node.
2442
2443         * checks.adb (Apply_Accessibility_Check): Insert the check on
2444         Insert_Node.
2445
2446         * exp_attr.adb:
2447         (Expand_N_Attribute_Refernce, Attribute_Access): Pass attribute node
2448         to new parameter Insert_Node on call to Apply_Accessibility_Check.
2449         Necessary to distinguish the insertion node because the dereferenced
2450         formal may come from a rename, but the check must be inserted in
2451         front of the attribute.
2452
2453         * exp_ch4.adb:
2454         (Expand_N_Allocator): Pass actual for new Insert_Node parameter on
2455         call to Apply_Accessibility_Check.
2456         (Expand_N_Type_Conversion): Pass actual for new Insert_Node parameter
2457         on call to Apply_Accessibility_Check.
2458         Minor reformatting
2459
2460 2008-07-31  Javier Miranda  <miranda@adacore.com>
2461
2462         * sem_type.adb (Has_Compatible_Type): Complete support for synchronized
2463         types when the candidate type is a synchronized type.
2464
2465         * sem_res.adb (Resolve_Actuals): Reorganize code handling synchronized
2466         types, and complete management of synchronized types adding missing
2467         code to handle formal that is a synchronized type.
2468
2469         * sem_ch4.adb (Try_Primitive_Operation): Avoid testing attributes that
2470         are not available and cause the compiler to blowup. Found compiling
2471         test with switch -gnatc
2472
2473         * sem_ch6.adb (Check_Synchronized_Overriding): Remove local subprogram
2474         Has_Correct_Formal_Mode plus code cleanup.
2475
2476 2008-07-31  Bob Duff  <duff@adacore.com>
2477
2478         * sinput.adb (Skip_Line_Terminators): Fix handling of LF/CR -- it was
2479         recognized as two end-of-lines, but it should be just one.
2480
2481 2008-07-31  Thomas Quinot  <quinot@adacore.com>
2482
2483         * exp_ch9.adb: Minor reformatting
2484
2485         * tbuild.ads: Fix several occurrences of incorrectly referring to
2486         Name_Find as Find_Name.
2487
2488 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2489
2490         * exp_aggr.adb (Aggr_Size_OK): If the aggregate has a single component
2491         and the context is an object declaration with non-static bounds, treat
2492         the aggregate as non-static.
2493
2494 2008-07-31  Vincent Celier  <celier@adacore.com>
2495
2496         * prj-part.adb, prj-part.ads, prj.adb, prj.ads, prj-env.adb:
2497         Move back spec of Parse_Single_Project to body, as it is not called
2498         outside of package Prj.Part.
2499         (Project_Data): Remove components Linker_Name, Linker_Path and
2500         Minimum_Linker_Options as they are no longer set.
2501         Remove function There_Are_Ada_Sources from package Prj and move code
2502         in the only place it was used, in Prj.Env.Set_Ada_Paths.
2503
2504 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
2505
2506         * mlib-utl.ads: Fix typo.
2507
2508 2008-07-31  Robert Dewar  <dewar@adacore.com>
2509
2510         * sem_ch12.adb: Minor reformatting
2511
2512 2008-07-31  Sergey Rybin  <rybin@adacore.com>
2513
2514         * gnat_ugn.texi: Change the description of the
2515         Overly_Nested_Control_Structures: now the rule always requires a
2516         positive parameter for '+R' option
2517
2518 2008-07-31  Thomas Quinot  <quinot@adacore.com>
2519
2520         * g-pehage.adb: Minor reformatting
2521
2522 2008-07-31  Pascal Obry  <obry@adacore.com>
2523
2524         * s-finimp.ads: Minor reformatting.
2525
2526 2008-07-31  Vincent Celier  <celier@adacore.com>
2527
2528         * s-regexp.ads: Minor comment fix
2529
2530 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
2531
2532         * s-direio.adb (Reset): Replace pragma Unmodified by Warnings (Off),
2533         so that we can compile this file successfully with -gnatc.
2534
2535 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2536
2537         * exp_attr.adb (Find_Stream_Subprogram): Check the base type instead
2538         of the type when looking for stream subprograms for type String,
2539         Wide_String and Wide_Wide_String.
2540
2541         * s-ststop.adb: Change the initialization expression of constant
2542         Use_Block_IO.
2543
2544 2008-07-31  Geert Bosch  <bosch@adacore.com>
2545
2546         * arit64.c:
2547         New file implementing __gnat_mulv64 signed integer multiplication with
2548         overflow checking
2549
2550         * fe.h (Backend_Overflow_Checks_On_Target): Define for use by Gigi
2551
2552         * gcc-interface/gigi.h:
2553         (standard_types): Add ADT_mulv64_decl
2554         (mulv64_decl): Define subprogram declaration for __gnat_mulv64
2555
2556         * gcc-interface/utils.c:
2557         (init_gigi_decls): Add initialization of mulv64_decl
2558
2559         * gcc-interface/trans.c:
2560         (build_unary_op_trapv): New function
2561         (build_binary_op_trapv): New function
2562         (gnat_to_gnu): Use the above functions instead of
2563         build_{unary,binary}_op
2564
2565         * gcc-interface/Makefile.in
2566         (LIBGNAT_SRCS): Add arit64.c
2567         (LIBGNAT_OBJS): Add arit64.o
2568
2569 2008-07-31  Vincent Celier  <celier@adacore.com>
2570
2571         * prj-nmsc.adb (Check_Library_Attributes): Check if Linker'Switches or
2572         Linker'Default_Switches are declared. Warn if they are declared.
2573
2574 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2575
2576         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Use
2577         Insert_Actions to place the pointer declaration in the code, rather
2578         than Insert_Before_And_Analyze, so that insertions of temporaries are
2579         kept in the proper order when transient scopes are present.
2580
2581
2582 2008-07-31  Robert Dewar  <dewar@adacore.com>
2583
2584         * einfo.adb (Spec_PPC): Now defined for generic subprograms
2585
2586         * einfo.ads (Spec_PPC): Now defined for generic subprograms
2587
2588         * sem_prag.adb (Check_Precondition_Postcondition): Handle generic
2589         subprogram case
2590
2591 2008-07-31  Vincent Celier  <celier@adacore.com>
2592
2593         * s-os_lib.adb: Minor comment fix
2594
2595 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2596
2597         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): After analysis,
2598         transfer pre/postconditions from generic copy to original tree, so that
2599         they will appear in each instance.
2600         (Process_PPCs): Do not transform postconditions into a procedure in a
2601         generic context, to prevent double expansion of check pragmas.
2602
2603         * sem_attr.adb: In an instance, the prefix of the 'result attribute
2604         can be the renaming of the
2605         current instance, so check validity of the name accordingly.
2606
2607 2008-07-31  Robert Dewar  <dewar@adacore.com>
2608
2609         * mlib-utl.ads: Minor reformatting
2610
2611 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2612
2613         sem_attr.adb: 'Result can have an ambiguous prefix, and is resolved
2614         from context. This attribute must be usable in Ada95 mode.
2615         The attribute can appear in the body of a function marked
2616         Inline_Always, but in this case the postocondition is not enforced.
2617
2618         sem_prag.adb (Check_Precondition_Postcondition): within the expansion
2619         of an inlined call pre- and postconditions are legal
2620
2621 2008-07-31  Vincent Celier  <celier@adacore.com>
2622
2623         * prj.adb, prj.ads, clean.adb, prj-nmsc.adb: Remove declarations that
2624         were for gprmake only
2625
2626 2008-07-31  Robert Dewar  <dewar@adacore.com>
2627
2628         * gnat_ugn.texi: Update -gnatN documentation.
2629
2630         * gnat_rm.texi: Add note about pre/postcondition
2631         pragmas not checked in conjunction with front-end inlining.
2632
2633 2008-07-31  Robert Dewar  <dewar@adacore.com>
2634
2635         * g-pehage.adb, g-pehage.ads: Minor reformatting
2636
2637 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
2638
2639         * mlib-utl.ads, prj-makr.ads: Add comments.
2640
2641 2008-07-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2642
2643         * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS)
2644         [WINDOWS]: Add s-winext.o.
2645
2646 2008-07-30  Eric Botcazou  <ebotcazou@adacore.com>
2647
2648         PR ada/36554
2649         * back_end.adb (Call_Back_End): Pass Standard_Boolean to gigi.
2650         * gcc-interface/gigi.h (gigi): Take new standard_boolean parameter.
2651         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Enumeration_Subtype>:
2652         Set precision to 1 for subtype of BOOLEAN_TYPE.
2653         (set_rm_size): Set TYPE_RM_SIZE_NUM for BOOLEAN_TYPE.
2654         (make_type_from_size): Deal with BOOLEAN_TYPE.
2655         * gcc-interface/misc.c (gnat_print_type): Likewise.
2656         * gcc-interface/trans.c (gigi): Take new standard_boolean parameter.
2657         Set boolean_type_node as its translation in the table, as well
2658         as boolean_false_node for False and boolean_true_node for True.
2659         * gcc-interface/utils.c (gnat_init_decl_processing): Create custom
2660         8-bit boolean_type_node and set its TYPE_RM_SIZE_NUM.
2661         (create_param_decl): Deal with BOOLEAN_TYPE.
2662         (build_vms_descriptor): Likewise.
2663         (build_vms_descriptor64): Likewise.
2664         (convert): Deal with BOOLEAN_TYPE like with ENUMERAL_TYPE.
2665
2666 2008-07-30  Robert Dewar  <dewar@adacore.com>
2667
2668         * exp_ch9.adb: Minor reformatting
2669
2670         * exp_util.ads (Find_Prim_Op): Document that Program_Error is raised
2671         if no primitive operation is found.
2672
2673         * exp_util.adb: (Find_Prim_Op): Add comments for previous change
2674
2675         * sem_ch8.adb: Minor reformatting
2676
2677 2008-07-30  Laurent Pautet  <pautet@adacore.com>
2678
2679         * g-pehage.adb:
2680         Remove a limitation on the length of the words handled by the minimal
2681         perfect hash function generator.
2682
2683         * g-pehage.ads:
2684         Detail the use of subprograms Insert, Initialize, Compute and Finalize.
2685         Fix some typos.
2686
2687 2008-07-30  Robert Dewar  <dewar@adacore.com>
2688
2689         * gnatlink.adb: Minor reformatting
2690
2691 2008-07-30  Thomas Quinot  <quinot@adacore.com>
2692
2693         * rtsfind.adb (Check_RPC): Check version consistency even when not
2694         generating RCI stubs. Provide more detailed error message in case of
2695         mismatch.
2696
2697 2008-07-30  Ed Schonberg  <schonberg@adacore.com>
2698
2699         * sem_ch8.adb (Analyze_Subprogram_Renaming): When renaming an attribute
2700         as a actual in an instance, check for a missing attribute to prevent
2701         program_error on an illegal program.
2702
2703         * exp_util.adb (Find_Prim_Op): Rather than Assert (False), raise program
2704         error if primitive is not found, so that exception can be handled
2705         elsewhere on illegal programs.
2706
2707 2008-07-30  Robert Dewar  <dewar@adacore.com>
2708
2709         * uintp.adb (UI_GCD): Fix potential overflow
2710
2711 2008-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
2712
2713         * einfo.adb: Flag245 is now used.
2714         (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Relax the assertion
2715         check to include functions.
2716         (Is_Private_Primitive, Set_Is_Private_Primitive): New subprograms.
2717         (Wrapped_Entity, Set_Wrapped_Entity): Relax the assertion check to
2718         include functions.
2719         (Write_Entity_Flags): Move flag Is_Primitive, add Is_Private_Primitive
2720         to the list of displayed flags.
2721
2722         * einfo.ads: Update comment on the usage of Is_Primitive_Wrapper and
2723         Wrapped_Entity. These two flags are now present in functions.
2724         New flag Is_Private_Primitive.
2725         (Is_Private_Primitive, Set_Is_Private_Primitive): New subprograms.
2726
2727         * exp_ch9.adb:
2728         (Build_Wrapper_Bodies): New subprogram.
2729         (Build_Wrapper_Body): The spec and body have been moved to in
2730         Build_Wrapper_ Bodies. Code cleanup.
2731         (Build_Wrapper_Spec): Moved to the spec of Exp_Ch9. Code cleanup.
2732         Wrappers are now generated for primitives declared between the private
2733         and full view of a concurrent type that implements an interface.
2734         (Build_Wrapper_Specs): New subprogram.
2735         (Expand_N_Protected_Body): Code reformatting. Replace the wrapper body
2736         creation mechanism with a call to Build_Wrapper_Bodies.
2737         (Expand_N_Protected_Type_Declaration): Code reformatting. Replace the
2738         wrapper spec creation mechanism with a call to Build_Wrapper_Specs.
2739         (Expand_N_Task_Body): Replace the wrapper body creation
2740         mechanism with a call to Build_Wrapper_Bodies.
2741         (Expand_N_Task_Type_Declaration): Replace the wrapper spec
2742         creation mechanism with a call to Build_Wrapper_Specs.
2743         (Is_Private_Primitive_Subprogram): New subprogram.
2744         (Overriding_Possible): Code cleanup.
2745         (Replicate_Entry_Formals): Renamed to Replicate_Formals, code cleanup.
2746
2747         * exp_ch9.ads (Build_Wrapper_Spec): Moved from the body of Exp_Ch9.
2748
2749         * sem_ch3.adb: Add with and use clause for Exp_Ch9.
2750         (Process_Full_View): Build wrapper specs for all primitives
2751         that belong to a private view completed by a concurrent type
2752         implementing an interface.
2753
2754         * sem_ch6.adb (Analyze_Subprogram_Body): When the current subprogram
2755         is a primitive of a
2756         concurrent type with a private view that implements an interface, try to
2757         find the proper spec.
2758         (Analyze_Subprogram_Declaration): Mark a subprogram as a private
2759         primitive if the type of its first parameter is a non-generic tagged
2760         private type.
2761         (Analyze_Subprogram_Specification): Code reformatting.
2762         (Disambiguate_Spec): New routine.
2763         (Find_Corresponding_Spec): Add a flag to controll the output of errors.
2764         (Is_Private_Concurrent_Primitive): New routine.
2765
2766         * sem_ch6.ads:
2767         (Find_Corresponding_Spec): Add a formal to control the output of errors.
2768
2769 2008-07-30  Doug Rupp  <rupp@adacore.com>
2770
2771         * gigi.h (build_vms_descriptor64): New function prototype.
2772         (fill_vms_descriptor): Modified function prototype.
2773
2774         * utils.c (build_vms_descriptor64): New function.
2775
2776         * utils2.c (fill_vms_descriptor): Fix handling on 32bit systems.
2777
2778         * trans.c (call_to_gnu): Call fill_vms_descriptor with new third
2779         argument.
2780
2781         * decl.c (gnat_to_gnu_tree): For By_Descriptor mech, build both a
2782         64bit and 32bit descriptor and save the 64bit version as an alternate
2783         TREE_TYPE in the parameter.
2784         (make_type_from_size) <RECORD_TYPE>: Use the appropriate mode for the
2785         thin pointer.
2786
2787         * ada-tree.h (DECL_PARM_ALT, SET_DECL_PARM_ALT): New macros.
2788
2789 2008-07-30  Robert Dewar  <dewar@adacore.com>
2790
2791         * make.adb: Minor reformatting
2792
2793         * mlib-utl.adb: Minor reformatting
2794
2795         * osint.ads: Minor reformatting
2796
2797 2008-07-30  Jose Ruiz  <ruiz@adacore.com>
2798
2799         * adaint.c
2800         (__gnat_file_exists): Do not use __gnat_stat for RTX.
2801         (__main for RTX in RTSS mode): Create this dummy procedure symbol to
2802         avoid the use of this symbol from libgcc.a in RTX kernel mode.
2803
2804         * cio.c
2805         (put_int, put_int_stderr, put_char, put_char_stderr): For RTX we call
2806         the function RtPrintf for console output.
2807
2808         * argv.c Do not use the environ variable for RTX.
2809
2810         * gnatlink.adb (gnatlink): The part that handles the --RTS option has
2811         been moved before the call to Osint.Add_Default_Search_Dirs in order
2812         to take into account the flags in system.ads (RTX_RTSS_Kernel_Module)
2813         from the appropriate run time.
2814
2815         * targparm.ads
2816         (RTX_RTSS_Kernel_Module_On_Target): Add this flag that is set to True if
2817         target is a RTSS module for RTX.
2818
2819         * targparm.adb (Targparm_Tags, RTX_Str, Targparm_Str): Add tag RTX for
2820         RTX_RTSS_Kernel_Module
2821         (Get_Target_Parameters): Add processing of RTX_RTSS_Kernel_Module flag.
2822
2823         * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS for RTX): Use gcc
2824         exception handling mechanism for Windows and RTX in Win32 mode, but
2825         not for RTX in kernel mode (RTSS).
2826         (LIBGNAT_SRCS): Remove ada.h
2827
2828 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2829
2830         * gcc-interface/Make-lang.in (ALL_ADAFLAGS): Remove X_ADAFLAGS and
2831         T_ADAFLAGS, replace ALL_ADA_CFLAGS with ADA_CFLAGS.
2832         (ALL_ADA_CFLAGS): Remove, replace throughout with ADA_CFLAGS.
2833         * gcc-interface/Makefile.in (XCFLAGS, X_CFLAGS, X_CPPFLAGS, T_CPPFLAGS,
2834         X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS, ADA_CFLAGS,
2835         ALL_ADA_CFLAGS): Remove.
2836         (ALL_ADAFLAGS, MOST_ADAFLAGS): Remove X_ADAFLAGS and T_ADAFLAGS,
2837         replace ALL_ADA_CFLAGS with ADA_CFLAGS.
2838         (GCC_CFLAGS): Remove X_CFLAGS.
2839         (LOOSE_CFLAGS): Remove X_CFLAGS and XCFLAGS.
2840         (ALL_CPPFLAGS): Remove X_CPPFLAGS and T_CPPFLAGS.
2841         (ADA_CFLAGS): Substitute.
2842
2843 2008-07-30  Laurent Guerby  <laurent@guerby.net>
2844
2845         PR ada/5911
2846         * gcc-interface/Makefile.in (MULTISUBDIR, RTSDIR): New variables.
2847         Pass MULTISUBDIR to recursive make. Use $(RTSDIR) instead of rts.
2848         Replace stamp-gnatlib* by stamp-gnatlib*-rts.
2849         * gcc-interface/Make-lang.in: Replace stamp-gnatlib2
2850         by stamp-gnatlib2-rts.
2851
2852 2008-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2853
2854         PR documentation/15479
2855         * gnat-style.texi: Remove AdaCore copyright statement and GPL
2856         statement for GNAT.  Add @copying stanza, use it.  Update to
2857         GFDL 1.2.  Do not list GFDL as Invariant Section, do not list
2858         title as Front-Cover Text.
2859         * gnat_rm.texi: Likewise.
2860         * gnat_ugn.texi: Likewise.
2861
2862 2008-07-29  Jan Hubicka  <jh@suse.cz>
2863
2864         * trans.c (process_inlined_subprograms): Remove tree_really_inline
2865         check.
2866
2867 2008-07-29  Arnaud Charlet  <charlet@adacore.com>
2868
2869         * gcc-interface: New directory.
2870
2871         * ada-tree.def, cuintp.c, gigi.h, Makefile.in, targtyps.c, ada.h,
2872         utils.c, ada-tree.h, decl.c, lang.opt, Make-lang.in, trans.c,
2873         config-lang.in, deftarg.c, lang-specs.h, misc.c, utils2.c: Moved
2874         to gcc-interface subdirectory.
2875
2876 2008-07-29  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2877
2878         * Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Remove extra s-win32.o.
2879
2880 2008-07-28  Jan Hubicka  <jh@suse.cz>
2881
2882         * misc.c (gnat_post_options): Do not set flag_no_inline.
2883
2884 2008-07-28  Richard Guenther  <rguenther@suse.de>
2885
2886         Merge from gimple-tuples-branch.
2887
2888         2008-07-22  Olivier Hainque  <hainque@adacore.com>
2889
2890         * gigi.h (end_subprog_body): New ELAB_P argument, saying if
2891         this is called for an elab proc to be discarded if empty.
2892         * utils.c (end_subprog_body): Honor ELAB_P.
2893         (build_function_stub): Adjust call to end_subprog_body.
2894         * trans.c (Subprogram_Body_to_gnu): Likewise.
2895         (gigi): Reorganize processing of elab procs to prevent
2896         gimplifying twice, using the new end_subprog_body argument.
2897
2898         2008-07-19  Richard Guenther  <rguenther@suse.de>
2899
2900         * Make-lang.in (trans.o): Add tree-iterator.h dependency.
2901         (utils.o): Likewise.
2902         * trans.c: Include tree-iterator.h.
2903         (gnat_gimplify_expr): Adjust prototype.  Fix typo.
2904         (gnat_gimplify_stmt): Use SET_EXPR_LOCATION.
2905         (set_expr_location_from_node): Likewise.
2906         (gigi): Tuplify.
2907         * ada-tree.h (union lang_tree_node): Use TREE_CHAIN instead
2908         of GENERIC_NEXT.
2909         * utils.c: Include tree-iterator.h.
2910         * gigi.h (gnat_gimplify_expr): Adjust prototype.
2911
2912         2008-07-18  Aldy Hernandez  <aldyh@redhat.com>
2913
2914         * trans.c: Include gimple.h instead of tree-gimple.h.
2915         * utils.c: Same.
2916
2917         2008-07-14  Aldy Hernandez  <aldyh@redhat.com>
2918
2919         * trans.c (gnat_gimplify_expr): Use gimplify_assign.
2920
2921 2008-07-25  Jan Hubicka  <jh@suse.cz>
2922
2923         * utils.c (end_subprog_body): Remove inline trees check.
2924         * misc.c (gnat_post_options): Do not set flag_inline_trees.
2925
2926 2008-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2927
2928         * raise-gcc.c: Move tsystem.h before tm.h.
2929
2930 2008-07-20  Arnaud Charlet  <charlet@adacore.com>
2931
2932         * gnathtml.pl: New file.
2933
2934 2008-07-19  Olivier Hainque  <hainque@adacore.com>
2935
2936         * targtyps.c (get_target_default_allocator_alignment): Use
2937         MALLOC_ABI_ALIGNMENT.
2938
2939 2008-07-17  Olivier Hainque  <hainque@adacore.com>
2940
2941         * adaint.c (__MINGW32__ section): Include ctype.h and define
2942         a fallback ISALPHA if IN_RTS.
2943         (__gnat_is_absolute_path): Use ISALPHA instead of isalpha.
2944
2945 2008-07-17  Olivier Hainque  <hainque@adacore.com>
2946
2947         * utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG
2948         argument, to apply to references in addition to definitions.  Prevent
2949         setting TREE_STATIC on externals.
2950         (gnat_pushdecl): Always clear DECL_CONTEXT on public externals.
2951
2952 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2953
2954         PR documentation/15479
2955         * gnat_ugn.texi (@ovar): New macro, from autoconf.texi.
2956         Replace backets around optional parameters with @ovar
2957         where possible, use @r{[}, @r{]} otherwise.
2958         Replace some @r, @i, and @emph with @var where appropriate.
2959
2960 2008-07-02  Eric Botcazou  <ebotcazou@adacore.com>
2961
2962         * decl.c (make_type_from_size) <INTEGER_TYPE>: Fix typo and tidy up.
2963
2964 2008-06-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2965
2966         * ada-tree.h (SET_TYPE_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Fix
2967         -Wc++-compat warnings.
2968         * adaint.c (__gnat_locate_regular_file, __gnat_locate_exec,
2969         __gnat_locate_exec_on_path): Likewise.
2970         * decl.c (annotate_value): Likewise.
2971         * misc.c (gnat_handle_option): Likewise.
2972         * trans.c (gnat_to_gnu, extract_encoding, decode_name,
2973         post_error_ne_tree): Likewise.
2974
2975 2008-06-27  Eric Botcazou  <ebotcazou@adacore.com>
2976
2977         * utils.c (convert) <CONSTRUCTOR>: When converting it to a packable
2978         version of its type, attempt to first convert its elements.
2979
2980 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
2981
2982         * Makefile.in: Fix *86 kfreebsd target specific pairs.
2983
2984 2008-06-25  Samuel Tardieu  <sam@rfc1149.net>
2985
2986         * Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well.
2987
2988 2008-06-24  Eric Botcazou  <ebotcazou@adacore.com>
2989
2990         * utils2.c (known_alignment): Derive the alignment from pointed-to
2991         types only if it is otherwise unknown.
2992         <INTEGER_CST>: Tidy.
2993         <MULT_EXPR>: Likewise.
2994         <POINTER_PLUS_EXPR>: If the alignment of the offset is unknown, use
2995         that of the base.
2996
2997 2008-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2998
2999         PR ada/36573
3000         * s-osinte-hpux-dce.ads (SA_ONSTACK): Define.
3001
3002 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3003
3004         * gnat_rm.texi (Implementation Defined Characteristics)
3005         (Standard Library Routines): Use @smallexample for indented
3006         text.  Drop Indentation outside examples.
3007         * gnat_ugn.texi: Likewise.
3008
3009 2008-06-13  Olivier Hainque  <hainque@adacore.com>
3010
3011         * decl.c (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Define to 0
3012         if undefined.
3013         (gnat_to_gnu_entity) <case E_Function/Procedure>: Request stack
3014         realignment with force_align_arg_pointer attribute on foreign
3015         convention subprograms if FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN.
3016
3017 2008-06-13  Olivier Hainque  <hainque@adacore.com>
3018
3019         * utils.c (rest_of_record_type_compilation): When computing
3020         encodings for the components of a variable size type, early
3021         strip conversions on the current position expression to make
3022         sure it's shape is visible.  Use remove_conversions for this
3023         purpose.
3024
3025 2008-06-12  Eric Botcazou  <ebotcazou@adacore.com>
3026
3027         * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: In the case of a
3028         constrained subtype of a discriminated type, discard the fields that
3029         are beyond its limits according to its size.
3030
3031 2008-06-10  Olivier Hainque  <hainque@adacore.com>
3032
3033         * utils.c (create_subprog_decl): If this is for the 'main' entry
3034         point according to the asm name, redirect main_identifier_node.
3035
3036 2008-06-09  Eric Botcazou  <ebotcazou@adacore.com>
3037
3038         * decl.c (components_to_record): Adjust the packedness for the
3039         qualified union as well.
3040
3041 2008-06-09  Arnaud Charlet  <charlet@adacore.com>
3042
3043         * Make-lang.in: Use -gnatwns instead of -gnatws to make sytyle
3044         checks non fatal.
3045
3046 2008-06-07  Samuel Tardieu  <sam@rfc1149.net>
3047
3048         * sem_res.adb (Large_Storage_Type): A type is large if it
3049         requires as many bits as Positive to store its values and its
3050         bounds are known at compile time.
3051         * sem_ch13.adb (Minimum_Size): Note that this function returns
3052         0 if the size is not known at compile time.
3053
3054 2008-06-06  Nicolas Setton  <setton@adacore.com>
3055             Olivier Hainque  <hainque@adacore.com>
3056
3057         * ada-tree.h (DECL_PARALLEL_TYPE): New language specific
3058         attribute, parallel descriptive type attached to another
3059         type for debug info generation purposes.
3060         * utils.c (add_parallel_type): New function, register
3061         parallel type to be attached to a type.
3062         (get_parallel_type): New function, fetch a registered
3063         parallel type, if any.
3064         (rest_of_record_type_compilation): Register the parallel
3065         type we make for variable size records.
3066         * gigi.h (add_parallel_type, get_parallel_type): Declare.
3067         * decl.c (gnat_to_gnu_entity, maybe_pad_type): Register the
3068         parallel debug types we make.
3069         * trans.c (extract_encoding, decode_name): New functions.
3070         (gigi): If the DWARF attribute extensions are available, setup
3071         to use them.
3072         * lang.opt: Register language specific processing request
3073         for -gdwarf+.
3074         * misc.c (gnat_dwarf_extensions): New global variable. How much
3075         do we want of our DWARF extensions. 0 by default.
3076         (gnat_handle_option) <OPT_gdwarf_>: Increment gnat_dwarf_extensions.
3077         (gnat_post_options): Map gnat_dwarf_extensions to the
3078         commonuse_gnu_debug_info_extensions for later processing.
3079
3080 2008-06-04  Samuel Tardieu  <sam@rfc1149.net>
3081
3082         * einfo.ads, einfo.adb: Remove unused flag Function_Returns_With_DSP.
3083
3084 2008-06-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3085
3086         * Makefile.in (common_tools): Fix typos in $(exeext) extension.
3087         * gnat_ugn.texi (Style Checking)
3088         (Adding the Results of Compiler Checks to gnatcheck Output)
3089         (Example of Binder Output File): Fix typos.
3090         * ali.ads, einfo.ads, exp_ch4.adb, exp_ch6.adb,
3091         exp_dbug.ads, exp_dist.adb, exp_smem.adb, g-socket.ads,
3092         s-osinte-rtems.ads, s-shasto.ads, s-stausa.adb,
3093         s-stausa.ads, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
3094         sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_util.ads,
3095         sinfo.ads, utils.c: Fix typos in comments.
3096         * sem_ch6.adb, vms_data.ads: Fix typos in strings.
3097
3098 2008-05-29  Thomas Quinot  <quinot@adacore.com>
3099
3100         * sem_eval.adb: Minor reformatting
3101
3102 2008-05-29  Ed Schonberg  <schonberg@adacore.com>
3103
3104         * sem_ch6.adb (Analyze_Subprogram_Specification): if the return type
3105         is abstract, do not apply abstractness check on subprogram if this is
3106         a renaming declaration.
3107
3108 2008-05-29  Arnaud Charlet  <charlet@adacore.com>
3109
3110         PR ada/864
3111         * osint.ads, osint.adb (Program_Name): New parameter "Prog" to
3112         allow recognition of program suffix in addition to prefix.
3113
3114         * gnatchop.adb (Locate_Executable): Add support for prefix.
3115
3116         * make.adb, gnatcmd.adb, gnatlink.adb, prj-makr.adb,
3117         mlib-utl.adb: Adjust calls to Program_Name.
3118
3119 2008-05-29  Robert Dewar  <dewar@adacore.com>
3120
3121         * sem_ch3.adb: Minor reformatting
3122         * sem_prag.adb: Minor reformatting
3123         * sem_res.adb: Minor reformatting
3124         * sinput-p.ads: Minor reformatting
3125
3126 2008-05-29  Javier Miranda  <miranda@adacore.com>
3127
3128         * sem_util.adb:
3129         (Abstract_Interface_List): Add missing support for full type-declaration
3130         associated with synchronized types.
3131
3132 2008-05-29  Robert Dewar  <dewar@adacore.com>
3133
3134         * sem_eval.adb (Is_Same_Value): Take care of several more cases
3135
3136 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
3137
3138         * sem_ch5.adb (Analyze_Assignment): If the name is of a local anonymous
3139         access type, wrap the expression in a conversion to force an
3140         accessibility check.
3141
3142         * sem_aggr.adb (Aggegate_Constraint_Checks): Apply conversion to force
3143         accessibility checks even when expansion is disabled in order to
3144         generate messages in the presence of previous errors or in
3145         semantics-only mode.
3146
3147 2008-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3148
3149         * system-lynxos-ppc.ads (Always_Compatible_Rep): Set to False.
3150         * system-lynxos-x86.ads (Always_Compatible_Rep): Set to False.
3151
3152 2008-05-28  Vincent Celier  <celier@adacore.com>
3153
3154         PR ada/34446
3155         * gnat_ugn.texi: Document restriction introduced on 2007-04-20 in
3156         preprocessing expressions
3157
3158 2008-05-28  Vincent Celier  <celier@adacore.com>
3159
3160         * sinput-p.adb (Source_File_Is_Subunit): Allow special character used
3161         for preprocessing
3162
3163         * sinput-p.ads: Minor comment update and reformatting
3164
3165 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
3166
3167         * sem_res.adb (Valid_Conversion): An anonymous access_to_subprogram
3168         type has a deeper level than any master only when it is the type of an
3169         access parameter.
3170
3171 2008-05-28  Javier Miranda  <miranda@adacore.com>
3172
3173         * sem_ch3.adb (Derive_Progenitor_Subprograms): Add documentation.
3174
3175 2008-05-28  Javier Miranda  <miranda@adacore.com>
3176
3177         * sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed.
3178         * sem_util.adb (Find_Overridden_Synchronized_Primitive): Removed.
3179         * sem_ch6.adb (Check_Synchronized_Overriding): Remove one formal.
3180         Add code that was previously located in
3181         Find_Overridden_Synchronized_Primitive because it is only used here.
3182
3183 2008-05-28  Sergey Rybin  <rybin@adacore.com>
3184
3185         * sem_prag.adb (Process_Extended_Import_Export_Subprogram_Pragma): Set
3186         Entity field for formal_parameter_NAME in MECHANISM_ASSOCIATION.
3187
3188 2008-05-28  Robert Dewar  <dewar@adacore.com>
3189
3190         * restrict.ads:
3191         Add missing restrictions, and properly label all GNAT defined ones
3192
3193         * rtsfind.ads:
3194         Add entry for Ada_Real_Time.Timing_Events.Timing_Event
3195         Add entry for Ada.Task_Termination.Set_Specific_Handler
3196         Add entry for Ada.Task_Termination.Specific_Handler
3197
3198         * s-rident.ads:
3199         Add missing restrictions and properly mark all gnat defined ones
3200
3201         * sem_ch3.adb:
3202         (Analyze_Object_Declaration): Check No_Local_Timing_Events restriction
3203
3204         * sem_res.adb:
3205         (Resolve_Call): Check violation of No_Specific_Termination_Handlers
3206
3207         * gnat_rm.texi: Add missing restrictions, and properly label all
3208         GNAT defined ones
3209
3210 2008-05-28  Robert Dewar  <dewar@adacore.com>
3211
3212         * restrict.adb:
3213         (Check_Restriction): violation of restriction No_Finalization is
3214         treated as a serious error to stop expansion
3215
3216 2008-05-28  Robert Dewar  <dewar@adacore.com>
3217
3218         * exp_util.adb: Minor reformatting
3219         * exp_util.ads: Minor reformatting.
3220
3221 2008-05-28  Arnaud Charlet  <charlet@adacore.com>
3222
3223         * Make-lang.in: Remove gprmake.
3224
3225         * gprmake.adb, makegpr.ads, makegpr.adb: Removed.
3226
3227 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
3228
3229         * sem_ch3.adb (Diagnose_Interface): Cleanup error messages involving
3230         improper progenitor names, and avoid cascaded errors.
3231
3232 2008-05-28  Robert Dewar  <dewar@adacore.com>
3233
3234         * gnat_rm.texi: Add note on Old giving warning when applied to constant
3235
3236         * sem_attr.adb (Analyze_Attribute, case Old): Give warning if prefix is
3237         a constant
3238
3239 2008-05-28  Robert Dewar  <dewar@adacore.com>
3240
3241         * exp_fixd.adb (Build_Multiply): Correct one-off error in computing
3242         size
3243
3244 2008-05-28  Robert Dewar  <dewar@adacore.com>
3245
3246         * exp_ch5.adb:
3247         (Expand_Simple_Function_Return): Copy unaligned result into temporary
3248
3249 2008-05-28  Javier Miranda  <miranda@adacore.com>
3250
3251         * sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support
3252         for user-defined predefined primitives.
3253
3254         * sem_util.adb (Matches_Prefixed_View_Profile): Ditto.
3255         (Find_Overridden_Synchronized_Primitive): Ditto.
3256
3257         * sem_ch6.adb (Check_Synchronized_Overriding): Ditto.
3258
3259 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
3260
3261         * a-ststio.adb, s-direio.adb:
3262         Further code clean up of previous change.
3263         Update comments.
3264
3265 2008-05-27  Vincent Celier  <celier@adacore.com>
3266
3267         * prj-nmsc.adb: Minor reformatting
3268
3269 2008-05-27  Bob Duff  <duff@adacore.com>
3270
3271         * sem_ch3.adb (Build_Incomplete_Type_Declaration): In the case of an
3272         untagged private type with a tagged full type, where the full type has
3273         a self reference, create the corresponding class-wide type early, in
3274         case the self reference is "access T'Class".
3275
3276 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3277
3278         * exp_aggr.adb (Build_Array_Aggr_Code): If component type includes
3279         tasks and context is an object declaration. create master entity before
3280         expansion.
3281
3282 2008-05-27  Robert Dewar  <dewar@adacore.com>
3283
3284         * mlib-prj.adb: Minor reformatting
3285
3286         * prj-part.adb: Minor reformatting
3287
3288         * prj.ads: Minor reformatting
3289
3290         * exp_ch3.adb: Minor reformatting.
3291
3292         * sem_ch3.ads: Minor reformatting
3293
3294         * sem_eval.adb: Minor reformatting
3295
3296 2008-05-27  Vincent Celier  <celier@adacore.com>
3297
3298         * gnatcmd.adb:
3299         <prefix>-gnat stack spawns gnatstack, not <prefix>-gnatstack
3300
3301 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3302
3303         * exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains
3304         tasks, create an activation chain now, before the expansion into
3305         assignments and build-in-place calls that require the presence of an
3306         activation chain.
3307         (Backend_Processing_Possible): If the component type is inherently
3308         limited, the aggregate must be expanded into individual built-in-place
3309         assignments.
3310
3311         * sem_ch6.adb (Build_Extra_Formals): Use underlying type of result to
3312         determine whether an allocation extra parameter must be built, to
3313         handle case of a private type whose full type is a discriminated type
3314         with defaults.
3315
3316 2008-05-27  Bob Duff  <duff@adacore.com>
3317
3318         * gnat_rm.texi:
3319         Document the new behavior regarding trampolines.
3320
3321 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
3322
3323         * a-direio.adb, a-sequio.adb: Replace address clause by
3324         unrestricted_access, simpler and compatible with .NET.
3325
3326 2008-05-27  Vincent Celier  <celier@adacore.com>
3327
3328         * prj-part.adb:
3329         (Project_Path_Name_Of.Try_Path): Do not use Locate_Regular_File to find
3330         a project file, so that symbolic links are not resolved.
3331
3332 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
3333
3334         * a-ztexio.adb, a-textio.adb, a-witeio.adb, s-direio.adb:
3335         Replace heavy address clause by 'Unrestricted_Access, cleaner and more
3336         portable across GNAT targets, since this kind of address clause is not
3337         supported by VM back-ends (.NET/JGNAT).
3338
3339 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
3340
3341         * bindgen.adb: Update comments.
3342
3343         * s-tasinf-mingw.adb: Add "with" of System.OS_Interface
3344
3345 2008-05-27  Vincent Celier  <celier@adacore.com>
3346
3347         * gnatcmd.adb, prj-proc.adb, make.adb, mlib-prj.adb, prj.adb,
3348         prj.ads, makegpr.adb, makeutl.adb, clean.adb, prj-nmsc.adb,
3349         mlib-tgt.adb, prj-env.adb, prj-env.ads:
3350         (Path_Information): New record type
3351         Use component of type Path_Information when there are two paths, one in
3352         canonical format and one in display format.
3353         Update the project manager to these new components.
3354
3355 2008-05-27  Robert Dewar  <dewar@adacore.com>
3356
3357         * makeutl.adb: Minor reformatting
3358         * prj-nmsc.adb: Minor reformatting
3359         * s-stausa.adb: Minor reformatting
3360         * s-stausa.ads: Minor reformatting
3361         * sem_ch6.adb: Minor reformatting
3362
3363 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3364
3365         * sem_res.adb: Minor comment fixes
3366
3367 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3368
3369         * makeutl.adb: Minor code reorganization
3370
3371         * exp_aggr.adb: Add ??? comment
3372         Fix typo
3373
3374         * exp_ch6.adb: Minor reformatting
3375
3376 2008-05-27  Quentin Ochem  <ochem@adacore.com>
3377
3378         * s-stausa.adb (Initialize): Updated result initialization, and
3379         initialization of environment stack.
3380         (Fill_Stack): Improved computation of the pattern zone, taking into
3381         account already filled at the calling point.
3382         (Get_Usage_Range): Now uses Min_Measure and Max_Measure instead of
3383         Measure and Overflow_Guard.
3384         (Report_Result): Fixed computation of the result using new fields of
3385         Stack_Analyzer.
3386
3387         * s-stausa.ads (Initialize_Analyzer): Replaced Size / Overflow_Guard
3388         params by more explicit Stack_Size / Max_Pattern_Size params.
3389         (Stack_Analyzer): Added distinct Stack_Size & Pattern_Size fields.
3390         Added Stack_Used_When_Filling field.
3391         (Task_Result): Replaced Measure / Overflow_Guard by more explicit
3392         Min_Measure and Max_Measure fields.
3393
3394         * s-tassta.adb (Task_Wrapper): Updated call to Initialize_Analyzer.
3395
3396 2008-05-27  Vincent Celier  <celier@adacore.com>
3397
3398         * prj-nmsc.adb:
3399         (Check_File): Make sure that a unit that replaces the same unit in a
3400          project being extended is properly processed.
3401
3402 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3403
3404         * sem_ch3.adb:
3405         (Get_Discr_Value): Remove obsolete code that failed to find the value
3406         of a discriminant for an inherited task component appearing in a type
3407         extension.
3408
3409 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3410
3411         (System.File_IO.{Close, Delete, Reset}):
3412         Change File parameter from "in out AFCB_Ptr" to "access AFCB_Ptr".
3413
3414         (Ada.*_IO.{Close, Delete, Reset, Set_Mode}):
3415         Pass File parameter by reference.
3416
3417 2008-05-27  Vincent Celier  <celier@adacore.com>
3418
3419         * prj-nmsc.adb:
3420         (Process_Sources_In_Multi_Language_Mode): Check that there are not two
3421         sources of the same project that have the same object file name.
3422         (Find_Explicit_Sources): Always remove a source exception that was not
3423         found.
3424
3425 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3426
3427         * sem_ch3.adb: Minor reformatting
3428
3429 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3430
3431         * sem_ch6.adb:
3432         (Is_Interface_Conformant): Handle properly a primitive operation that
3433         overrides an interface function with a controlling access result.
3434         (Type_Conformance): If Skip_Controlling_Formals is true, when matching
3435         inherited and overriding operations, omit as well the conformance check
3436         on result types, to prevent spurious errors.
3437
3438 2008-05-27  Vincent Celier  <celier@adacore.com>
3439
3440         * makeutl.ads, makeutl.adb:
3441         (Set_Location): New procedure
3442         (Get_Location): New function
3443         (Update_Main): New procedure
3444
3445 2008-05-27  Vincent Celier  <celier@adacore.com>
3446
3447         * prj-nmsc.adb:
3448         (Check_Library): Allow standard project to be extended as a static
3449         library project.
3450         (Get_Mains): Do not inherit attribute Main in an extending library
3451         project.
3452
3453 2008-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3454
3455         * system-darwin-ppc.ads (Always_Compatible_Rep): Set to False.
3456         * system-darwin-x86.ads (Always_Compatible_Rep): Likewise.
3457         * system-freebsd-x86.ads (Always_Compatible_Rep): Likewise.
3458         * system-linux-ppc.ads (Always_Compatible_Rep): Likewise.
3459         * system-linux-x86_64.ads (Always_Compatible_Rep): Likewise.
3460         * system-linux-x86.ads (Always_Compatible_Rep): Likewise.
3461         * system-mingw.ads (Always_Compatible_Rep): Likewise.
3462         * system-solaris-sparc.ads (Always_Compatible_Rep): Likewise.
3463         * system-solaris-sparcv9.ads (Always_Compatible_Rep): Likewise.
3464         * system-solaris-x86.ads (Always_Compatible_Rep): Likewise.
3465
3466 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3467
3468         * sem_attr.adb: add guard to previous patch.
3469
3470 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3471
3472         * exp_disp.adb (Build_Dispatch_Tables): For a private type completed by
3473         a synchronized tagged type, do not attempt to build dispatch table for
3474         full view. The table is built for the corresponding record type, which
3475         has its own declaration.
3476
3477 2008-05-27  Gary Dismukes  <dismukes@adacore.com>
3478
3479         * sem_ch3.adb (Fixup_Bad_Constraint): Set the Etype on the bad subtype
3480         to the known type entity E, rather than setting it to Any_Type. Fixes
3481         possible blowup in function Base_Init_Proc, as called from Freeze_Entity
3482         for objects whose type had an illegal constraint.
3483
3484 2008-05-27  Vincent Celier  <celier@adacore.com>
3485
3486         * gnat_ugn.texi:
3487         Add succinct documentation for attribute Excluded_Source_List_File
3488
3489 2008-05-27  Vincent Celier  <celier@adacore.com>
3490
3491         * prj-attr.adb: Add new project level attribute Map_File_Option
3492
3493         * prj-nmsc.adb (Process_Linker): Process new attribute Map_File_Option
3494
3495         * prj.ads: Minor reformatting and comment update
3496         (Project_Configuration): New component Map_File_Option
3497
3498         * snames.adb: New standard name Map_File_Option
3499
3500         * snames.ads: New standard name Map_File_Option
3501
3502 2008-05-27  Vincent Celier  <celier@adacore.com>
3503
3504         * xsnames.adb: Remove unused variable Oname
3505
3506 2008-05-27  Doug Rupp  <rupp@adacore.com>
3507
3508         * exp_ch6.adb:
3509         (Expand_N_Function_Call): Fix comments. Minor reformatting.
3510
3511         * exp_vfpt.ads:
3512         (Expand_Vax_Foreign_Return): Fix comments.
3513
3514 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3515
3516         * exp_dist.adb: Minor reformating
3517
3518 2008-05-26  Gary Dismukes  <dismukes@adacore.com>
3519
3520         * exp_ch3.adb (Expand_N_Object_Declaration): Remove checks for
3521         No_Default_Initialization, which is now delayed until the freeze point
3522         of the object. Add a comment about deferral of the check.
3523
3524         * freeze.adb (Freeze_Entity): The check for No_Default_Initialization
3525         on objects is moved here.
3526
3527 2008-05-26  Eric Botcazou  <ebotcazou@adacore.com>
3528
3529         * s-casi16.adb (Uhalf): Rewrite it as integer with small alignment.
3530         (Compare_Array_S16): Adjust for above change.
3531         * s-casi32.adb (Uword): Likewise.
3532         (Compare_Array_S32): Likewise.
3533         * s-casi64.adb (Uword): Likewise.
3534         (Compare_Array_S64): Likewise.
3535         * s-caun16.adb (Uhalf): Likewise.
3536         (Compare_Array_U16): Likewise.
3537         * s-caun32.adb (Uword): Likewise.
3538         (Compare_Array_U32): Likewise.
3539         * s-caun64.adb (Uword): Likewise.
3540         (Compare_Array_U64): Likewise.
3541
3542 2008-05-26  Robert Dewar  <dewar@adacore.com>
3543
3544         * exp_ch6.adb: Add ??? comment for previous change
3545
3546         * exp_vfpt.adb: Minor reformatting
3547
3548         * exp_vfpt.ads: Add ??? comment for last change
3549
3550         * sem_attr.adb: Add some ??? comments for previous change
3551
3552         * s-vaflop.ads: Add comments for previous change
3553
3554 2008-05-26  Doug Rupp  <rupp@adacore.com>
3555
3556         * s-vaflop-vms-alpha.adb:
3557         Remove System.IO use clause, to prevent spurious ambiguities when
3558         package is access through rtsfind.
3559
3560 2008-05-26  Sergey Rybin  <rybin@adacore.com>
3561
3562         * tree_io.ads (ASIS_Version_Number): Update because of the changes
3563         made in front-end
3564
3565 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3566
3567         * sem_attr.adb:
3568         (Resolve_Attribute, case 'address):  S (A .. B)' address can be safely
3569         converted to S (A)'address only if A .. B is known to be a non-null
3570         range.
3571
3572 2008-05-26  Doug Rupp  <rupp@adacore.com>
3573
3574         * s-vaflop.adb:
3575         (Return_D, Return_F, Return_G): New functions.
3576
3577         * s-vaflop.ads:
3578         (Return_D, Return_F, Return_G): New functions.
3579
3580         * exp_vfpt.adb:
3581         (Expand_Vax_Foreign_Return): New procedure
3582
3583         * exp_vfpt.ads:
3584         (Expand_Vax_Foreign_Return): New procedure
3585
3586         * rtsfind.ads:
3587         (RE_Return_D, RE_Return_F, RE_Return_G): New RE_Ids
3588         (RE_Return_D, RE_Return_F, RE_Return_G): New RE_Unit_Table elements
3589
3590         * exp_ch6.adb:
3591         Import Exp_Vfpt
3592         (Expand_N_Function_Call): Call Expand_Vax_Foreign_Return.
3593
3594         * s-vaflop-vms-alpha.adb:
3595         (Return_D, Return_F, Return_G): New functions.
3596
3597 2008-05-26  Gary Dismukes  <dismukes@adacore.com>
3598
3599         * exp_ch3.adb (Build_Array_Init_Proc): Only set Init_Proc to a dummy
3600         init proc entity when there is actual default initialization associated
3601         with the component type, to avoid spurious errors on objects of scalar
3602         array types that are marked Is_Public when No_Default_Initialization
3603         applies.
3604
3605 2008-05-26  Thomas Quinot  <quinot@adacore.com>
3606
3607         * rtsfind.ads, rtsfind.adb:
3608         (RE_Get_RACW): New runtime library entity provided by PolyORB s-parint.
3609         (Check_RPC): Support per-PCS-kind API versioning.
3610
3611         exp_dist.ads, exp_dist.adb:
3612         (Build_Stub_Tag, Get_Stub_Elements): New utility subprograms.
3613         (PolyORB_Support.Add_RACW_From_Any): Offload common code to new runtime
3614          library function Get_RACW.
3615         (PolyORB_Support.Add_RACW_To_Any): Offload common code to new runtime
3616         library function Get_Reference.
3617         (PolyORB_Support.Add_RACW_Read_Attribute): Use Get_RACW instead of going
3618         through an intermediate Any.
3619         (PolyORB_Support.Add_RACW_Write_Attribute): Use Get_Reference instead of
3620         going through an intermediate Any.
3621
3622         * sem_dist.adb: Minor reformatting.
3623
3624 2008-05-26  Javier Miranda  <miranda@adacore.com>
3625
3626         * einfo.ads (Abstract_Interface_Alias): Renamed as Interface_Alias.
3627         (Set_Abstract_Interface_Alias): Renamed as Set_Interface_Alias.
3628         (Is_Internal): Adding documentation on internal entities that have
3629         attribute Interface_Alias (old attribute Abstract_Interface_Alias)
3630
3631         * einfo.adb (Abstract_Interface_Alias): Renamed as Interface_Alias.
3632         (Set_Abstract_Interface_Alias): Renamed as Set_Interface_Alias.
3633         Added assertion to force entities with this attribute to have
3634         attribute Is_Internal set to True.
3635         (Next_Tag_Component): Simplify assertion using attribute Is_Tag.
3636
3637         * sem_ch3.adb (Derive_Interface_Subprograms): This subprogram has been
3638         renamed as Derive_Progenitor_Subprograms. In addition, its code is
3639         a new implementation.
3640         (Add_Interface_Tag_Components): Remove special management of
3641         synchronized interfaces.
3642         (Analyze_Interface_Declaration): Minor reformating
3643         (Build_Derived_Record_Type): Minor reformating
3644         (Check_Abstract_Overriding): Avoid reporting error in case of abstract
3645         predefined primitive inherited from interface type because the body of
3646         internally generated predefined primitives of tagged types are generated
3647         later by Freeze_Type
3648         (Derive_Subprogram): Avoid generating an internal name if the parent
3649         subprogram overrides an interface primitive.
3650         (Derive_Subprograms): New implementation that keeps separate the
3651         management of tagged types not implementing interfaces, from tagged
3652         types that implement interfaces.
3653         (Is_Progenitor): New implementation.
3654         (Process_Full_View): Add documentation
3655         (Record_Type_Declaration): Replace call to Derive_Interface_Subprograms
3656         by call to Derive_Progenitor_Subprograms.
3657
3658         * sem_ch6.ads (Is_Interface_Conformant): New subprogram.
3659         (Check_Subtype_Conformant, Subtype_Conformant): Adding new argument
3660         Skip_Controlling_Formals.
3661
3662         * sem_ch6.adb (Is_Interface_Conformant): New subprogram.
3663         (Check_Conventions): New implementation. Remove local subprogram
3664         Skip_Check. Remove formal Search_From of routine Check_Convention.
3665         (Check_Subtype_Conformant, Subtype_Conformant): Adding new argument
3666         Skip_Controlling_Formals.
3667         (New_Overloaded_Entity): Enable addition of predefined dispatching
3668         operations.
3669
3670         * sem_disp.ads
3671         (Find_Primitive_Covering_Interface): New subprogram.
3672
3673         * sem_disp.adb (Check_Dispatching_Operation): Disable registering
3674         the task body procedure as a primitive of the corresponding tagged
3675         type.
3676         (Check_Operation_From_Private_Type): Avoid adding twice an entity
3677         to the list of primitives.
3678         (Find_Primitive_Covering_Interface): New subprogram.
3679         (Override_Dispatching_Operation): Add documentation.
3680
3681         * sem_type.adb (Covers): Minor reformatings
3682
3683         * sem_util.ads (Collect_Abstract_Interfaces): Renamed as
3684         Collect_Interfaces.
3685         Rename formal.
3686         (Has_Abstract_Interfaces): Renamed as Has_Interfaces.
3687         (Implements_Interface): New subprogram.
3688         (Is_Parent): Removed.
3689         (Primitive_Names_Match): New subprogram.
3690         (Remove_Homonym): Moved here from Derive_Interface_Subprograms.
3691         (Ultimate_Alias): New subprogram.
3692
3693         * sem_util.adb (Collect_Abstract_Interfaces): Renamed as
3694         Collect_Interfaces.
3695         Remove special management for synchronized types. Rename formal. Remove
3696         internal subprograms Interface_Present_In_Parent and Add_Interface.
3697         (Has_Abstract_Interfaces): Renamed as Has_Interfaces. Replace assertion
3698         on non-record types by code to return false in such case.
3699         (Implements_Interface): New subprogram.
3700         (Is_Parent): Removed. No special management is now required for
3701         synchronized types covering interfaces.
3702         (Primitive_Names_Match): New subprogram.
3703         (Remove_Homonym): Moved here from Derive_Interface_Subprograms.
3704         (Ultimate_Alias): New subprogram.
3705
3706         * exp_ch3.adb (Add_Internal_Interface_Entities): New subprogram.
3707         Add internal entities associated with secondary dispatch tables to
3708         the list of tagged type primitives that are not interfaces.
3709         (Freeze_Record_Type): Add new call to Add_Internal_Interface_Entities
3710         (Make_Predefined_Primitive_Specs): Code reorganization to improve
3711         the management of predefined equality operator. In addition, if
3712         the type has an equality function corresponding with a primitive
3713         defined in an interface type, the inherited equality is abstract
3714         as well, and no body can be created for it.
3715
3716         * exp_disp.ads (Is_Predefined_Dispatching_Operation): Moved from
3717         exp_util to exp_disp.
3718         (Is_Predefined_Interface_Primitive): New subprogram. Returns True if
3719         an entity corresponds with one of the predefined primitives required
3720         to implement interfaces.
3721         Update copyright notice.
3722
3723         * exp_disp.adb (Set_All_DT_Position): Add assertion. Exclude from the
3724         final check on abstract subprograms all the primitives associated with
3725         interface primitives because they must be visible in the public and
3726         private part.
3727         (Write_DT): Use Find_Dispatching_Type to locate the name of the
3728         interface type. This allows the use of this routine, for debugging
3729         purposes, when the tagged type is not fully decorated.
3730         (Is_Predefined_Dispatching_Operation): Moved from exp_util to exp_disp.
3731         Factorize code calling new subprogram Is_Predefined_Interface_Primitive.
3732         (Is_Predefined_Interface_Primitive): New subprogram. Returns True if an
3733         entity corresponds with one of the predefined primitives required to
3734         implement interfaces.
3735
3736         * exp_util.adb (Find_Interface_ADT): New implementation
3737         (Find_Interface): Removed.
3738
3739         * sprint.adb (Sprint_Node_Actual): Generate missing output for the
3740         list of interfaces associated with nodes
3741         N_Formal_Derived_Type_Definition and N_Private_Extension_Declaration.
3742
3743 2008-05-26  Thomas Quinot  <quinot@adacore.com>
3744
3745         * exp_ch5.adb (Make_Tag_Ctrl_Assignment): Add missing guard on
3746         condition for assignment to temporary.
3747
3748 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3749
3750         * exp_ch4.adb (Expand_Concatenate_Other): Add explicit constraint
3751         checks on the upper bound if the index type is a modular type, to
3752         prevent wrap-around computations when size is close to upper bound of
3753         type.
3754
3755 2008-05-26  Robert Dewar  <dewar@adacore.com>
3756
3757         * sem_ch3.adb: Minor reformatting
3758
3759 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3760
3761         * sem_ch12.adb (Remove_Parent): Use specification of instance
3762         to retrieve generic parent,
3763         to handle properly the case where the instance is a child unit.
3764         Add guard to handle properly wrapper packages.
3765         Minor reformatting
3766
3767 2008-05-26  Thomas Quinot  <quinot@adacore.com>
3768
3769         * sinfo.ads: Minor reformatting
3770
3771 2008-05-26  Hristian Kirtchev  <kirtchev@adacore.com>
3772
3773         * exp_ch4.adb (Expand_N_Type_Conversion): Minor code reformatting.
3774         Generate a tag check when the result subtype of a function, defined by
3775         an access definition, designates a specific tagged type.
3776         (Make_Tag_Check): New routine.
3777
3778 2008-05-26  Arnaud Charlet  <charlet@adacore.com>
3779
3780         * ceinfo.adb, csinfo.adb: Remove warnings. Update headers.
3781
3782 2008-05-26  Eric Botcazou  <ebotcazou@adacore.com>
3783
3784         * gigi.h (gigi): Remove bogus ATTRIBUTE_UNUSED marker.
3785         (builtin_decl_for): Likewise.
3786         * trans.c (gigi): Likewise.
3787         * utils.c (def_builtin_1): Fix formatting.
3788
3789 2008-05-26  Hristian Kirtchev  <kirtchev@adacore.com>
3790
3791         * exp_ch3.adb (Build_Init_Statements): Alphabetize local variables.
3792         Create the statements which map a string name to protected or task
3793         entry indix.
3794
3795         * exp_ch9.adb: Add with and use clause for Stringt.
3796         Minor code reformatting.
3797         (Build_Entry_Names): New routine.
3798         (Make_Initialize_Protection, Make_Task_Create_Call): Generate a value
3799         for flag Build_Entry_Names which controls the allocation of the data
3800         structure for the string names of entries.
3801
3802         * exp_ch9.ads (Build_Entry_Names): New subprogram.
3803
3804         * exp_util.adb (Entry_Names_OK): New function.
3805
3806         * exp_util.ads (Entry_Names_OK): New function.
3807
3808         * rtsfind.ads: Add RO_PE_Set_Entry_Name and RO_TS_Set_Entry_Name to
3809         enumerations RE_Id and RE_Unit_Table.
3810
3811         * s-taskin.adb Add with and use clause for Ada.Unchecked_Deallocation.
3812         (Free_Entry_Names_Array): New routine.
3813
3814         * s-taskin.ads: Comment reformatting.
3815         Add types String_Access, Entry_Names_Array, Entry_Names_Array_Access.
3816         Add component Entry_Names to record Ada_Task_Control_Block.
3817         (Free_Entry_Names_Array): New routine.
3818
3819         * s-tassta.adb (Create_Task): If flag Build_Entry_Names is set,
3820         dynamically allocate an array
3821         of string pointers. This structure holds string entry names.
3822         (Free_Entry_Names): New routine.
3823         (Free_Task, Vulnerable_Free_Task): Deallocate the entry names array.
3824         (Set_Entry_Names): New routine.
3825
3826         * s-tassta.ads:
3827         (Create_Task): Add formal Build_Entry_Names. The flag is used to
3828         control the allocation of the data structure which stores entry names.
3829         (Set_Entry_Name): New routine.
3830
3831         * s-tpoben.adb:
3832         Add with and use clause for Ada.Unchecked_Conversion.
3833         (Finalize): Deallocate the entry names array.
3834         (Free_Entry_Names): New routine.
3835         (Initialize_Protection_Entries): When flag Build_Entry_Names is set,
3836         create an array of string pointers to hold the entry names.
3837         (Set_Entry_Name): New routine.
3838
3839         * s-tpoben.ads:
3840         Add field Entry_Names to record Protection_Entries.
3841         (Initialize_Protection_Entries): Add formal Build_Entry_Names.
3842         (Set_Entry_Name): New routine.
3843
3844 2008-05-26  Vincent Celier  <celier@adacore.com>
3845
3846         * prj-nmsc.adb:
3847         (Process_Project_Level_Simple_Attributes): process attribute Library_GCC
3848
3849         * prj.ads:
3850         (Project_Configuration): New component Shared_Lib_Driver
3851
3852 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3853
3854         * inline.adb:
3855         (Cleanup_Scopes): For a protected operation, transfer finalization list
3856         to protected body subprogram, to force cleanup actions when needed.
3857
3858 2008-05-26  Robert Dewar  <dewar@adacore.com>
3859
3860         * sem_cat.adb: Minor reformatting
3861
3862         * gnatname.adb: Minor reformatting
3863
3864         * osint.ads: Minor reformatting
3865
3866         * s-carun8.ads: Minor reformatting
3867
3868         * g-heasor.ads: Minor comment fix (unit is now pure)
3869
3870 2008-05-26  Robert Dewar  <dewar@adacore.com>
3871
3872         * exp_ch2.adb:
3873         (Expand_Current_Value): Properly type generated integer literal
3874
3875 2008-05-26  Sergey Rybin  <rybin@adacore.com>
3876
3877         * gnat_ugn.texi: Add description for the new gnatcheck rule -
3878         Separate_Numeric_Error_Handlers.
3879
3880 2008-05-26  Pascal Obry  <obry@adacore.com>
3881
3882         * sem_aggr.adb: Minor reformatting.
3883
3884 2008-05-26  Jose Ruiz  <ruiz@adacore.com>
3885
3886         * s-osinte-aix.adb:
3887         (To_Target_Priority): Setting the time slice value to 0 or greater sets
3888         the scheduling policy to FIFO within priorities or round-robin
3889         respectively.
3890         Hence, the priority must be set in this case to the one selected by the
3891         user.
3892
3893 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3894
3895         * sem_ch12.adb:
3896         (Remove_Parent): If the enclosing scope is an instance whose generic
3897         parent is declared within some parent scope of the just completed
3898         instance, make full views of the entities in that parent visible, when
3899         applicable.
3900
3901 2008-05-26  Kai Tietz  <kai.tietz@onevision.com>
3902
3903         * mingw32.h (STD_MINGW): Set to true for target w64.
3904
3905 2008-05-25  Eric Botcazou  <ebotcazou@adacore.com>
3906
3907         * trans.c (Attribute_to_gnu) <Code_Address>: Set TREE_NO_TRAMPOLINE
3908         instead of TREE_STATIC on the ADDR_EXPR.
3909
3910 2008-05-24  Eric Botcazou  <ebotcazou@adacore.com>
3911
3912         * trans.c (gnat_to_gnu): Do not set source location info on NOP_EXPRs.
3913         (Sloc_to_locus): Do not overwrite known GCC locations when translating
3914         GNAT standard locations.
3915
3916 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
3917
3918         * gigi.h (mark_visited): Declare.
3919         * decl.c (gnat_to_gnu_entity): Use mark_visited instead of marking
3920         only the topmost node of expressions.
3921         (elaborate_expression_1): Look deeper for read-only variables.
3922         * trans.c (add_decl_expr): Use mark_visited instead of marking by hand.
3923         (mark_visited): Move logic to mark_visited_r.  Invoke walk_tree.
3924         (mark_visited_r): New function.
3925
3926 2008-05-23  Vincent Celier  <celier@adacore.com>
3927
3928         * snames.adb: New standard name Excluded_Source_List_File.
3929
3930         * snames.ads: New standard name Excluded_Source_List_File.
3931
3932         * prj-attr.adb: New project level attribute Excluded_Source_List_File.
3933
3934         * prj-nmsc.adb: (Find_Excluded_Sources): New parameter Project.
3935         Get excluded sources from
3936         file indicated by attribute Excluded_Source_List_File, when present and
3937         neither Excluded_Source_Files nor Locally_Removed_Files are declared.
3938
3939 2008-05-23  Robert Dewar  <dewar@adacore.com>
3940
3941         * exp_dist.adb: Minor reformatting
3942
3943 2008-05-23  Ed Schonberg  <schonberg@adacore.com>
3944
3945         * sem_attr.adb (Resolve_Attribute, case 'address): If the prefix is a
3946         slice, convert it to an indexed component, which is equivalent, more
3947         efficient, and usable even if the slice itself is not addressable.
3948
3949 2008-05-23  Olivier Hainque  <hainque@adacore.com>
3950
3951         * gnat_ugn.texi (Calling Conventions): Document that the Intrinsic
3952         convention also allows access to named compiler built-in subprograms
3953         such as the GCC __builtin family.
3954
3955 2008-05-23  Vincent Celier  <celier@adacore.com>
3956
3957         * prj-nmsc.adb (Check_Naming_Schemes): Check a file for spec, body and
3958         sep. If there are several possibilities, choose the one with the
3959         longer prefix.
3960
3961 2008-05-23  Vincent Celier  <celier@adacore.com>
3962
3963         * gnatlink.adb (Process_Args): Do not disable scanning of ALI file for
3964         back end switches when executable specified with --GCC= is same as
3965         default, even if there are additional options.
3966
3967         * gnat_ugn.texi:
3968         Document when the back end switches from the ALI file are taken into
3969         account when gnatlink is invoked with --GCC=
3970
3971 2008-05-23  Thomas Quinot  <quinot@adacore.com>
3972
3973         * s-os_lib.adb:
3974         (copy_File): Do not open destination file if source file is unreadable.
3975
3976 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
3977
3978         * utils.c (handle_type_generic_attribute): Adjust to accept
3979         fixed arguments before an elipsis.
3980
3981 2008-05-21  Thomas Quinot  <quinot@adacore.com>
3982
3983         * g-sothco.ads, g-sothco.adb: New files.
3984
3985 2008-05-20  Thomas Quinot  <quinot@adacore.com>
3986
3987         * Makefile.rtl (GNAT.Sockets.Thin_Common): New unit.
3988
3989         * g-sttsne-vxworks.adb: Add missing dependency on Sockets.Constants.
3990         Add missing "with" of Ada.Unchecked_Conversion
3991
3992         * g-soccon-linux-ppc.ads, g-soccon-linux-64.ads, g-soccon-lynxos.ads,
3993         g-soccon-linux-x86.ads, g-soccon-hpux-ia64.ads,
3994         g-soccon-solaris-64.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
3995         g-soccon-irix.ads, g-soccon-hpux.ads, g-soccon-solaris.ads,
3996         g-soccon-vms.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads,
3997         g-socthi-vxworks.adb, g-soccon-freebsd.ads, g-soccon.ads:
3998         Move common code out of GNAT.Sockets.Thin implementations and into
3999         Thin_Common.
4000         New constant SIZEOF_fd_set
4001         New flag Has_Sockaddr_Len
4002         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
4003
4004         * g-stsifd-sockets.adb
4005         (Create): Remove call to Set_Length; use Set_Family to set the family
4006         and (on appropriate platforms) length fields in struct sockaddr.
4007
4008         * g-socthi.adb, g-socthi.ads, g-socthi-vms.ads, g-socthi-vms.adb,
4009         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.adb,
4010         g-soccon-darwin.ads, g-soccon-darwin.ads: New constant SIZEOF_fd_set
4011         Move common code out of GNAT.Sockets.Thin implementations and into
4012         Thin_Common.
4013
4014         * g-socket.ads, g-socket.adb:
4015         Move common code out of GNAT.Sockets.Thin implementations and into
4016         Thin_Common.
4017         (Connect_Socket, Accept_Socket): Provide new versions of these two
4018         routines that operate with a user specified timeout.
4019         (Bind_Socket, Connect_Socket, Send_Socket): Remove calls to Set_Length,
4020         this is now handled automatically by Set_Family on platforms that
4021         require it.
4022
4023         * gen-soccon.c:
4024         Move common code out of GNAT.Sockets.Thin implementations and into
4025         Thin_Common.
4026         (SIZEOF_sockaddr_in6): On platforms where IPv6 is not supported, define
4027         this constant to 0 (not -1) because we use it to initialize an
4028         unsigned_char value.
4029         Align values for numeric constants only.
4030         Handle the case of systems that do not support AF_INET6.
4031         New constant SIZEOF_fd_set
4032         New flag Has_Sockaddr_Len
4033         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
4034
4035         * gsocket.h: New flag Has_Sockaddr_Len
4036         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
4037
4038 2008-05-20  Santiago Uruena  <uruena@adacore.com>
4039
4040         * i-cobol.ads: Interfaces.COBOL should be preelaborate.
4041
4042 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
4043
4044         * s-linux-hppa.ads (atomic_lock_t): Put back proper alignment now that
4045         the underlying issue with malloc/free has been fixed. Remove associated
4046         comments.
4047         Minor reformatting.
4048         Related to PR ada/24533
4049
4050 2008-05-20  Robert Dewar  <dewar@adacore.com>
4051
4052         * ali.adb: Correct casing of ASCII.NUL
4053
4054         * styleg-c.adb (Check_Identifier): Handle case of names in ASCII
4055         properly.
4056
4057 2008-05-20  Robert Dewar  <dewar@adacore.com>
4058             Gary Dismukes  <dismukes@adacore.com>
4059
4060         * checks.adb (Apply_Arithmetic_Overflow_Check): Avoid intermediate
4061         overflow if result converted to wider integer type.
4062         (Apply_Type_Conversion_Checks): Don't emit checks on conversions to
4063         discriminated types when discriminant checks are suppressed.
4064
4065 2008-05-20  Vincent Celier  <celier@adacore.com>
4066
4067         * cstand.adb (Print_Standard): Issue the correct Size clause for type
4068         Wide_Wide_Character.
4069
4070 2008-05-20  Tristan Gingold  <gingold@adacore.com>
4071
4072         * decl.c: Do not emit a variable for a object that has an address
4073         representation clause whose value is known at compile time.
4074         When a variable has an address clause whose value is known at compile
4075         time, refer to this variable by using directly the address instead of
4076         dereferencing a pointer.
4077
4078 2008-05-20  Robert Dewar  <dewar@adacore.com>
4079
4080         PR ada/30740
4081         * einfo.ads, einfo.adb (Non_Binary_Modulus): Applies to all types and
4082         subtypes, always False for non-modular types.
4083         Shared_Var_Assign_Proc (node22) and Shared_Var_Read_Proc (node 15)
4084         entry nodes have been replaced by Shared_Var_Procs_Instance (node22)
4085         for Shared_Storage package.
4086         (Is_RACW_Stub_Type): New entity flag.
4087
4088         * exp_ch4.adb
4089         (Expand_N_Op_Expon): Avoid incorrect optimization of a*(2**b) in the
4090         case where we have a modular type with a non-binary modules.
4091         Comments reformattings.
4092
4093         * sem_intr.adb: Simplify code not that Non_Binary_Modulus applies to
4094         all types.
4095
4096 2008-05-20  Javier Miranda  <miranda@adacore.com>
4097
4098         * exp_aggr.adb
4099         (Build_Record_Aggr_Code): Fix wrong tests checking progenitors. Previous
4100         tests did not covered the case in which the type of the aggregate has
4101         no progenitors but some its parents has progenitors.
4102
4103 2008-05-20  Gary Dismukes  <dismukes@adacore.com>
4104             Hristian Kirtchev  <kirtchev@adacore.com>
4105
4106         * exp_ch3.adb
4107         (Expand_N_Object_Declaration): Correct the condition which triggers the
4108         generation of a call to Displace when initializing a class-wide object.
4109         (Build_Dcheck_Functions): Build discriminant-checking for null variants
4110         when Frontend_Layout_On_Target is true to ensure that they're available
4111         for calling when a record variant size function is built in Layout.
4112
4113 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4114
4115         * exp_ch5.adb (Expand_Assign_Record): Within an initialization
4116         procedure for a derived type retrieve the discriminant values from the
4117         parent using the corresponding discriminant.
4118         (Expand_N_Assignment_Statement): Skip generation of implicit
4119         if-statement associated with controlled types if we are
4120         compiling with restriction No_Finalization.
4121
4122 2008-05-20  Vincent Celier  <celier@adacore.com>
4123
4124         * prj.adb (Hash (Project_Id)): New function
4125         (Project_Empty): Add new component Interfaces_Defined
4126
4127         * prj.ads (Source_Data): New component Object_Linked
4128         (Language_Config): New components Object_Generated and Objects_Linked
4129         (Hash (Project_Id)): New function
4130         (Source_Data): New Boolean components In_Interfaces and
4131         Declared_In_Interfaces.
4132         (Project_Data): New Boolean component Interfaces_Defined
4133
4134         * prj-attr.adb:
4135         New project level attribute Object_Generated and Objects_Linked
4136         Add new project level attribute Interfaces
4137
4138         * prj-dect.adb: Use functions Present and No throughout
4139         (Parse_Variable_Declaration): If a string type is specified as a simple
4140         name and is not found in the current project, look for it also in the
4141         ancestors of the project.
4142
4143         * prj-makr.adb:
4144         Replace procedure Make with procedures Initialize, Process and Finalize
4145         to implement H414-023: process different directories with different
4146         patterns.
4147         Use functions Present and No throughout
4148
4149         * prj-makr.ads:
4150         Replace procedure Make with procedures Initialize, Process and Finalize
4151
4152         * prj-nmsc.adb
4153         (Add_Source): Set component Object_Exists and Object_Linked accordnig to
4154         the language configuration.
4155         (Process_Project_Level_Array_Attributes): Process new attributes
4156         Object_Generated and Object_Linked.
4157         (Report_No_Sources): New Boolean parameter Continuation, defaulted to
4158         False, to indicate that the erreor/warning is a continuation.
4159         (Check): Call Report_No_Sources with Contnuation = True after the first
4160         call.
4161         (Error_Msg): Process successively contnuation character and warning
4162         character.
4163         (Find_Explicit_Sources): Check that all declared sources have been found
4164         (Check_File): Indicate in hash table Source_Names when a declared source
4165         is found.
4166         (Check_File): Set Other_Part when found
4167         (Find_Explicit_Sources): In multi language mode, check if all exceptions
4168         to the naming scheme have been found. For Ada, report an error if an
4169         exception has not been found. Otherwise, disregard the exception.
4170         (Check_Interfaces): New procedure
4171         (Add_Source): When Other_Part is defined, set mutual pointers in spec
4172         and body.
4173         (Check): In multi-language mode, call Check_Interfaces
4174         (Process_Sources_In_Multi_Language_Mode): Set In_Interfaces to False
4175         for an excluded source.
4176         (Remove_Source): A source replacing a source in the interfaces is also
4177         in the interfaces.
4178
4179         * prj-pars.adb: Use function Present
4180
4181         * prj-part.adb: Use functions Present and No throughout
4182         (Parse_Single_Project): Set the parent project for child projects
4183         (Create_Virtual_Extending_Project): Register project with no qualifier
4184         (Parse_Single_Project): Allow an abstract project to be extend several
4185         times. Do not allow an abstract project to extend a non abstract
4186         project.
4187
4188         * prj-pp.adb: Use functions Present and No throughout
4189         (Print): Take into account the full associative array attribute
4190         declarations.
4191
4192         * prj-proc.adb: Use functions Present and No throughout
4193         (Expression): Call itself with the same From_Project_Node for the
4194         default value of an external reference.
4195
4196         * prj-strt.adb: Use functions Present and No throughout
4197         (Parse_Variable_Reference): If a variable is specified as a simple name
4198         and is not found in the current project, look for it also in the
4199         ancestors of the project.
4200
4201         * prj-tree.ads, prj-tree.adb (Present): New function
4202         (No): New function
4203         Use functions Present and No throughout
4204         (Parent_Project_Of): New function
4205         (Set_Parent_Project_Of): New procedure
4206
4207         * snames.ads, snames.adb:
4208         Add new standard names Object_Generated and Objects_Linked
4209
4210 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
4211
4212         * exp_ch6.adb (Expand_Call): Add guard to ensure that both the parent
4213         and the derived type are of the same kind.
4214         (Expand_Call): Generate type conversions for actuals of
4215         record or array types when the parent and the derived types differ in
4216         size and/or packed status.
4217
4218 2008-05-20  Javier Miranda  <miranda@adacore.com>
4219             Ed Schonberg  <schonberg@adacore.com>
4220
4221         * exp_disp.adb (Make_DT, Make_Secondary_DT, Make_Tags): Avoid
4222         generating dispatch tables of locally defined tagged types statically.
4223         Remove implicit if-statement that is no longer required.
4224         (Expand_Dispatching_Call): If this is a call to an instance of the
4225         generic dispatching constructor, the type of the first argument may be
4226         a subtype of Tag, so always use the base type to recognize this case.
4227
4228 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4229
4230         * exp_dist.adb
4231         (GARLIC_Support.Add_RACW_Read_Attribute): When a zero value is received,
4232         and the RACW is null-excluding, raise CONSTRAINT_ERROR instead of
4233         assigning NULL into the result, to avoid a spurious warning.
4234         (Add_RACW_Features, case Same_Scope): Add assertion that designated type
4235         is not frozen.
4236         (Add_Stub_Type): Set entity flag Is_RACW_Stub_Type on generated stub
4237         type.
4238         (Build_From_Any_Function, Build_To_Any_Function,
4239         Build_TypeCode_Function): For a type that has user-specified stream
4240         attributes, use an opaque sequence of octets as the representation.
4241
4242 2008-05-20  Kevin Pouget  <pouget@adacore.com>
4243
4244         * exp_smem.ads, exp_smem.adb: Construction of access and assign
4245         routines has been replaced by an instantiation of
4246         System.Shared_Storage.Shared_Var_Procs generic package, while expanding
4247         shared variable declaration.
4248         Calls to access and assign routines have been replaced by calls to
4249         Read/Write routines of System.Shared_Storage.Shared_Var_Procs
4250         instantiated package.
4251
4252         * rtsfind.ads: RE_Shared_Var_Procs entry has been added in RE_Unit_Table
4253         It identifies the new generic package added in s-shasto.
4254
4255         * s-shasto.adb, s-shasto.ads: A new generic package has been added, it
4256         is instantiated for each shared passive variable. It provides
4257         supporting procedures called upon each read or write access by the
4258         expanded code.
4259
4260         * sem_attr.adb:
4261         For this runtime unit (always compiled in GNAT mode), we allow
4262         stream attributes references for limited types for the case where
4263         shared passive objects are implemented using stream attributes,
4264         which is the default in GNAT's persistent storage implementation.
4265
4266 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4267
4268         * freeze.adb
4269         (Freeze_Enumeration_Type): For a subtype that inherits a foreign
4270         convention from its base type, do not set the type to that of integer,
4271         because it may inherit a size clause.
4272         Warn on a size clause with a size different
4273         from that of Integer, if the type has convention C.
4274
4275 2008-05-20  Vincent Celier  <celier@adacore.com>
4276
4277         * gnatname.adb
4278         (Scan_Args): Rewrite to take into account new switch --and to separate
4279         arguments into sections.
4280         (Gnatname): Call Prj.Makr.Initialize, then Prj.Makr.Process for each
4281         section, then Finalize.
4282
4283 2008-05-20  Tristan Gingold  <gingold@adacore.com>
4284
4285         * init.c: Enable stack probing on ppc-linux.
4286
4287         * tracebak.c: Add symbolic traceback for ppc-linux.
4288
4289         * system-linux-ppc.ads: Enable stack probing on ppc-linux.
4290
4291 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
4292
4293         * Makefile.in
4294         (common-tools): New rule, to avoid parallel build failure on gnat tools.
4295         Reenable parallel builds on this Makefile.
4296
4297         * Make-lang.in: Update dependencies.
4298
4299 2008-05-20  Robert Dewar  <dewar@adacore.com>
4300
4301         * opt.ads (Treat_Restrictions_As_Warnings): New switch
4302
4303         * sem_prag.adb, par-prag.adb, restrict.ads: Implement flag
4304         Treat_Restrictions_As_Warnings.
4305
4306         * switch-c.adb: Recognize new switch -gnatr
4307
4308         * usage.adb: Add line for -gnatr
4309
4310 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
4311
4312         * par-ch3.adb
4313         (P_Access_Definition): Change the error message when parsing "access
4314         all" in Ada 95 mode. The message no longer forces the user to recompile
4315         in 05 mode only to discover that anonymous access types are not allowed
4316         to have "all".
4317
4318 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
4319
4320         * par-ch9.adb
4321         (P_Protected): Update the error message on missing "-gnat05" switch when
4322         using interfaces in conjunction with protected types. Remove the
4323         incorrect error message associated with the presence of "private" after
4324         a "with".
4325
4326 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4327
4328         * sem_aggr.adb: Update comments.
4329         Improve previous change for PR ada/17985
4330
4331 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4332
4333         * sem_cat.adb
4334         (Set_Categorization_From_Scope): Do not set In_Remote_Types unless in
4335         the visible part of the spec of a remote types unit.
4336         (Validate_Remote_Access_Object_Type_Declaration):
4337         New local subprogram Is_Valid_Remote_Object_Type, replaces
4338         Is_Recursively_Limited_Private.
4339         (Validate_RACW_Primitives): Enforce E.2.2(14) rules: the types of all
4340         non-controlling formals (and the return type, even though this is not
4341         explicit in the standard) must support external streaming.
4342         (Validate_RCI_Subprogram_Declaration): Enforce E.2.3(14) rules: same
4343         as above for of RAS types and RCI subprograms. (The return type is not
4344         checked yet).
4345         Update comments related to RACWs designating limited interfaces per
4346         ARG ruling on AI05-060.
4347
4348         * sem_util.ads, sem_util.adb
4349         (Is_Remote_Access_To_Class_Wide_Type): Only rely on Is_Remote_Types and
4350         Is_Remote_Call_Interface to identify RACW types in a stable and
4351         consistent way. We used to rely in this predicate on the privateness of
4352         the designated type and its ancestors, but depending on the currently
4353         visible private parts, this caused false negatives. We now uniformly
4354         rely on checks made at the point where the RACW type is declared.
4355         (Inspect_Deferred_Constant_Completion): Moved from Sem_Ch7.
4356
4357 2008-05-20  Javier Miranda  <miranda@adacore.com>
4358             Ed Schonberg  <schonberg@adacore.com>
4359             Hristian Kirtchev  <kirtchev@adacore.com>
4360
4361         * sem_ch3.adb
4362         (Analyze_Object_Declaration): Fix over-conservative condition
4363         restricting use of predefined assignment with tagged types that have
4364         convention CPP.
4365         (Analyze_Object_Declaration): Relax the check regarding deferred
4366         constants declared in scopes other than packages since they can be
4367         completed with pragma Import.
4368         Add missing escaping of all-caps word 'CPP' in error messages.
4369         (Build_Discriminated_Subtype): Do not inherit representation clauses
4370         from parent type if subtype already carries them, because they are
4371         inherited earlier during derivation and already include those that may
4372         come from a partial view.
4373
4374         * sem_ch9.adb, sem_ch5.adb, sem_ch6.adb (Analyze_Subprogram_Body):
4375         Check the declarations of a subprogram body for proper deferred
4376         constant completion.
4377
4378         * sem_ch7.ads, sem_ch7.adb
4379         (Inspect_Deferred_Constant_Completion): Moved to sem_util.
4380
4381 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4382             Thomas Quinot  <quinot@adacore.com>
4383
4384         * sem_ch4.adb
4385         (Try_Indexed_Call): Handle properly a construct of the form F(S) where
4386         F is a parameterless function that returns an array, and S is a subtype
4387         mark.
4388         (Analyze_Call): Insert dereference when the prefix is a parameterless
4389         function that returns an access to subprogram and the call has
4390         parameters.
4391         Reject a non-overloaded call whose name resolves to denote
4392         a primitive operation of the stub type generated to support a remote
4393         access-to-class-wide type.
4394
4395 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4396
4397         * sem_ch8.adb
4398         (Note_Redundant_Use): Diagnose a redundant use within a subprogram body
4399         when there is a use clause for the same entity in the context.
4400         (Analyze_Subprogram_Renaming): A renaming_as_body is legal if it is
4401         created for a stream attribute of an abstract type or interface type.
4402
4403 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4404
4405         * sem_dist.ads, sem_dist.adb (Is_RACW_Stub_Type_Operation): New
4406         subprogram.
4407
4408         * sem_type.adb
4409         (Add_One_Interp): Ignore any interpretation that is a primitive
4410         operation of an RACW stub type (these primitives are only executed
4411         through dispatching, never through static calls).
4412         (Collect_Interps): When only one interpretation has been found, set N's
4413         Entity and Etype to that interpretation, otherwise Entity and Etype may
4414         still refer to an interpretation that was ignored by Add_One_Interp,
4415         in which case would end up with being marked as not overloaded but with
4416         an Entity attribute not pointing to its (unique) correct interpretation.
4417
4418 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4419
4420         * sem_eval.adb
4421         (Eval_Slice): Warn when a slice whose discrete range is a subtype name
4422         denotes the whole array of its prefix.
4423
4424 2008-05-20  Robert Dewar  <dewar@adacore.com>
4425
4426         * sem_res.adb (Resolve_Op_Not): Warn on double negation
4427
4428 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4429
4430         * sprint.adb
4431         (Print_Itype): Do not modify the sloc of the component type of a
4432         (packed) array itype, because it is an unrelated type whose source
4433         location is independent of the point of creation of the itype itself.
4434
4435 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4436
4437         * uintp.adb, urealp.adb: Replace calls to Increment_Last + Set with
4438         Append.
4439
4440 2008-05-20  Robert Dewar  <dewar@adacore.com>
4441             Vincent Celier  <celier@adacore.com>
4442
4443         * vms_data.ads: Add entry for -gnatr
4444         Put GNAT SYNC section in proper alpha order
4445         Add VMS qualifier /DISPLAY_PROGRESS equivalent to gnatmake switch -d
4446
4447         * gnat_ugn.texi: Add documentation for new gnatname switch --and
4448         Update the style checks section
4449         Add documentation of -gnatr
4450         Add to the "Adding the Results of Compiler Checks to gnatcheck Output"
4451         subsection the explanation how compiler checks should be disabled for
4452         gnatcheck.
4453         Update the list of Ada 95 reserved words used by in the project language
4454         Add documentation for project qualifiers.
4455         Document that abstract projects may be extended by different projects in
4456         the same project tree.
4457         Add documentation for gnatmake switch -d
4458
4459         * ug_words: Add -gnatyy VMS equivalence string.
4460         Add entry for -gnatr
4461
4462 2008-05-20  Bob Duff  <duff@adacore.com>
4463
4464         * a-rttiev.adb
4465         (Set_Handler): Remove code from both of these that implements
4466         RM-D.15(15/2), because it causes a race condition and potential
4467         deadlock.
4468         (Process_Queued_Events): Add comment explaining "exception when others
4469         => null". Add clarifying ".all", even though implicit .all is legal
4470         here.
4471
4472 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
4473
4474         * s-winext.ads: Replace representation clause by pragma Pack. Gives
4475         equivalent representation, but has the advantage of allowing
4476         compilation of this file under 64 bits platforms.
4477
4478         * s-os_lib.adb (Normalize_Pathname): Mark Cur_Dir constant.
4479
4480         * s-osinte-irix.ads: (Alternate_Stack_Size): Add dummy declaration.
4481
4482         * adaint.c:
4483         Don't define dummy implementation of convert_addresses on ppc-linux.
4484
4485 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4486
4487         * exp_ch7.adb
4488         (Expand_Ctrl_Function_Call): Do not attach result to finalization list
4489         if expression is aggregate component.
4490
4491 2008-05-20  Robert Dewar  <dewar@adacore.com>
4492
4493         * g-byorma.adb, gnatlink.adb, prepcomp.adb, sinfo.ads,
4494         sem_ch12.adb: Update comments. Minor reformatting.
4495
4496         * exp_ch2.adb: Typo
4497
4498         * s-unstyp.ads: Fixed some typos in comments.
4499
4500 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
4501
4502         * s-taspri-vxworks.ads (Task_Address, Task_Address_Size): New
4503         type/constant.
4504
4505         * g-socthi-vxworks.ads: Update to latest socket changes.
4506
4507         * a-caldel-vms.adb: Resync with a-caldel spec.
4508
4509         * exp_ch9.ads, sem_ch8.ads, inline.adb: Minor reformatting.
4510         Update comments.
4511
4512 2008-05-17  Eric Botcazou  <ebotcazou@adacore.com>
4513
4514         * trans.c (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Account
4515         for dummy types pointed to by the converted pointer types.
4516
4517 2008-05-15  Eric Botcazou  <ebotcazou@adacore.com>
4518
4519         * trans.c (add_decl_expr): At toplevel, mark the TYPE_ADA_SIZE field
4520         of records and unions.
4521         (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Fix formatting.
4522
4523 2008-05-14  Samuel Tardieu  <sam@rfc1149.net>
4524             Robert Dewar <dewar@adacore.com>
4525
4526         * sem_attr.adb (Analyze_Attribute, Attribute_Old case): Add
4527         restrictions to the prefix of 'Old.
4528         * sem_util.ads, sem_util.adb (In_Parameter_Specification): New.
4529         * gnat_rm.texi ('Old): Note that 'Old cannot be applied to local
4530         variables.
4531
4532 2008-05-13  Eric Botcazou  <ebotcazou@adacore.com>
4533
4534         PR ada/24880
4535         PR ada/26635
4536         * utils.c (convert) <INTEGER_TYPE>: When converting an additive
4537         expression to an integral type with lower precision, use NOP_EXPR
4538         directly in a couple of special cases.
4539
4540 2008-05-12  Samuel Tardieu  <sam@rfc1149.net>
4541             Ed Schonberg <schonberg@adacore.com>
4542
4543         * sem_ch3.adb (Build_Derived_Record_Type): Accept statically matching
4544         constraint expressions.
4545
4546 2008-05-12  Tomas Bily  <tbily@suse.cz>
4547
4548         * utils2.c (known_alignment, contains_save_expr_p)
4549         (gnat_mark_addressable): Use CASE_CONVERT.
4550         * decl.c (annotate_value): Likewise.
4551         * trans.c (maybe_stabilize_reference): Likewise.
4552         * utils2.c (build_binary_op): Use CONVERT_EXPR_P.
4553         * utils.c (rest_of_record_type_compilation): Likewise.
4554         * trans.c (protect_multiple_eval, Attribute_to_gnu)
4555         (protect_multiple_eval): Likewise.
4556
4557 2008-05-08  Andreas Schwab  <schwab@suse.de>
4558
4559         * utils.c (handle_pure_attribute, init_gigi_decls): Rename
4560         DECL_IS_PURE to DECL_PURE_P.
4561
4562 2008-05-05  Eric Botcazou  <ebotcazou@adacore.com>
4563
4564         * decl.c (maybe_pad_type): Add ??? comment.
4565
4566 2008-05-03  Eric Botcazou  <ebotcazou@adacore.com>
4567
4568         * decl.c (components_to_record): Zero the alignment of the qualified
4569         union built for the variant part upon creating it.
4570
4571 2008-05-03  Eric Botcazou  <ebotcazou@adacore.com>
4572
4573         * decl.c (maybe_pad_type): Try to get a form of the type with integral
4574         mode even if the alignment is not a factor of the original size.  But
4575         make sure to create the inner field with the original size.  Reorder.
4576         * trans.c (addressable_p) <COMPONENT_REF>: Treat the field of a padding
4577         record as always addressable.
4578         * utils.c (convert): Deal specially with conversions between original
4579         and packable versions of a record type.
4580         * utils2.c (build_binary_op) <MODIFY_EXPR>: Be more restrictive when
4581         recognizing an assignment between padded objects.
4582
4583 2008-05-01  Eric Botcazou  <ebotcazou@adacore.com>
4584
4585         * decl.c (make_packable_type): Resize the last component to its RM size
4586         only if it is of an aggregate type.
4587         * trans.c (call_to_gnu): Fix nit in comment.
4588         (gnat_to_gnu): Likewise.
4589
4590 2008-04-30  Samuel Tardieu  <sam@rfc1149.net>
4591
4592         * Makefile.in: Adapt sh4-linux target.
4593
4594 2008-04-29  Ed Schonberg  <schonberg@adacore.com>
4595
4596         PR ada/35792
4597         * sem_ch3.adb (Find_Type_Name): Refuse completion of an incomplete
4598         tagged type by an untagged protected or task type.
4599
4600 2008-04-28  Eric Botcazou  <ebotcazou@adacore.com>
4601             Tristan Gingold  <gingold@adacore.com>
4602
4603         PR ada/36007
4604         * decl.c (gnat_to_gnu_entity) <object>: Do not promote alignment
4605         of aliased objects with an unconstrained nominal subtype.
4606         Cap the promotion to the effective alignment of the word mode.
4607
4608 2008-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4609
4610         * Make-lang.in (ada.tags, check-acats, ada/treeprs.ads)
4611         (ada/einfo.h, ada/sinfo.h, ada/nmake.adb, ada/nmake.ads):
4612         Use '&&' instead of ';'.
4613
4614 2008-04-24  Olivier Hainque  <hainque@adacore.com>
4615
4616         * trans.c (Attribute_to_gnu) <case Attr_Length>: Length computation
4617         doesn't require signed arithmetic anymore.
4618
4619 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
4620
4621         * trans.c (Attribute_to_gnu): Don't set TREE_INVARIANT.
4622         (call_to_gnu): Don't set TREE_INVARIANT.
4623         * utils2.c (gnat_build_constructor): Don't set TREE_INVARIANT.
4624
4625 2008-04-22  Joel Sherrill <joel.sherrill@oarcorp.com>
4626
4627         * s-osinte-rtems.adb: Add sigalstack function.
4628         * s-osinte-rtems.ads: Add SO_ONSTACK and sigalstack
4629         function. Add Alternate_Stack and Alternate_Stack_Size.
4630         Add missing process_shared field to pthread_condattr_t
4631         and change ss_low_priority to int from timespec.
4632
4633 2008-04-22  Samuel Tardieu  <sam@rfc1149.net>
4634
4635         * i-forbla.adb: Link against -llapack and -lblas by default
4636         instead of the private -lgnalasup.
4637
4638 2008-04-21  Olivier Hainque  <hainque@adacore.com>
4639
4640         Access to most C builtins from Ada
4641         * utils.c: #include "langhooks.h" and define GCC_DIAG_STYLE.
4642         (handle_pure_attribute, handle_novops_attribute,
4643         handle_nonnull_attribute, handle_sentinel_attribute,
4644         handle_noreturn_attribute, handle_malloc_attribute,
4645         handle_type_generic_attribute): New attribute handlers, from C fe.
4646         (gnat_internal_attribute_table): Map the new handlers.
4647         (gnat_init_decl_processing): Move call to gnat_install_builtins to ...
4648         (init_gigi_decls): ... here.
4649         (handle_const_attribute, handle_nothrow_attribute, builtin_decl_for):
4650         Move to a section dedicated to builtins processing.
4651         (build_void_list_node, builtin_type_for_size): New functions.
4652         (def_fn_type, get_nonnull_operand): Likewise.
4653         (install_builtin_elementary_type, install_builtin_function_types,
4654         install_builtin_attributes): Likewise.
4655         (fake_attribute_handler): Fake handler for attributes we don't
4656         support in Ada.
4657         (def_builtin_1): New function, worker for DEF_BUILTIN.
4658         (install_builtin_functions): New function.
4659         (gnat_install_builtins): Move to the builtins processing section.
4660         Now calling the newly introduced installers.
4661
4662 2008-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4663
4664         * decl.c (gnat_to_gnu_entity) <object>: Also promote the alignment of
4665         constant objects, but not exceptions.
4666         * trans.c (add_decl_expr): Use gnat_types_compatible_p for type
4667         compatibility test.
4668         * utils.c (create_var_decl_1): Likewise.
4669         * utils2.c (build_binary_op) <MODIFY_EXPR>: Also use the padded view of
4670         the type when copying to padded object and the source is a constructor.
4671
4672 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
4673
4674         * decl.c (gnat_to_gnu_entity) <object>: When trying to promote the
4675         alignment, reset it to zero if it would end up not being greater
4676         than that of the type.
4677
4678 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
4679
4680         * decl.c (maybe_pad_type): Only generate the XVS parallel type if
4681         the padded type has a variable size.
4682
4683 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
4684
4685         * decl.c (gnat_to_gnu_entity) <E_Subprogram_Type>: Use the return by
4686         target pointer mechanism as soon as the size is not constant.
4687
4688 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
4689
4690         * gigi.h (create_var_decl_1): Declare.
4691         (create_var_decl): Turn into a macro invoking create_var_decl_1.
4692         (create_true_var_decl): Likewise.
4693         * utils.c (create_var_decl_1): Make global and reorder parameters.
4694         (create_var_decl): Delete.
4695         (create_true_var_decl): Likewise.
4696
4697 2008-04-17  Eric Botcazou  <ebotcazou@adacore.com>
4698
4699         * decl.c (gnat_to_gnu_entity) <object>: Promote the alignment of
4700         objects by default.
4701         * fe.h (Debug_Flag_Dot_A): Delete.
4702         * debug.adb (-gnatd.a): Update documentation.
4703
4704 2008-04-17  Samuel Tardieu  <sam@rfc1149.net>
4705
4706         * g-socket.ads, g-socket.adb (Get_Address): Make Stream a
4707         "not null" parameter.
4708
4709 2008-04-17  Samuel Tardieu  <sam@rfc1149.net>
4710
4711         * g-socket.adb: Add a message "IPv6 not supported" to the
4712         Socket_Error exception.
4713
4714 2008-04-16  Samuel Tardieu  <sam@rfc1149.net>
4715
4716         PR ada/29015
4717         * sem_ch12.adb (Instantiate_Type): Check whether the full view of
4718         the type is known instead of the underlying type.
4719
4720 2008-04-15  Ed Schonberg  <schonberg@adacore.com>
4721
4722         PR ada/22387
4723         * exp_ch5.adb (Expand_Assign_Record): Within an initialization
4724         procedure for a derived type retrieve the discriminant values from
4725         the parent using the corresponding discriminant.
4726
4727 2008-04-15  Samuel Tardieu  <sam@rfc1149.net>
4728             Gary Dismukes  <dismukes@adacore.com>
4729
4730         PR ada/28733
4731         * sem_ch8.adb (Analyze_Use_Package): Do not allow "use" of something
4732         which is not an entity (and hence not a package).
4733         (End_Use_Package): Ditto.
4734
4735 2008-04-15  Ed Schonberg  <schonberg@adacore.com>
4736
4737         PR ada/16086
4738         * sem_ch12.adb (Analyze_Formal_Subprogram): The default can be any
4739         protected operation that matches the signature, not only an entry, a
4740         regular subprogram or a literal.
4741
4742 2008-04-15  Eric Botcazou  <ebotcazou@adacore.com>
4743
4744         * ada-tree.h (DECL_BY_COMPONENT_PTR_P): Use DECL_LANG_FLAG_3.
4745         * decl.c (gnat_to_gnu_entity) <object>: Call maybe_pad_type only
4746         if a size or alignment is specified.  Do not take into account
4747         alignment promotions for the computation of the object's size.
4748         <type>: Call maybe_pad_type only if a size or alignment is specified.
4749         (maybe_pad_type): Really reuse the RM_Size of the original type if
4750         requested.
4751         * trans.c (Attribute_to_gnu): Fix a couple of nits.
4752         * utils2.c (build_binary_op) <MODIFY_EXPR>: Merge related conditional
4753         statements.  Use the padded view of the type when copying between
4754         padded objects of the same underlying type.
4755
4756 2008-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4757
4758         * vms_data.ads: Fix typo in constant.
4759         * gen-soccon.c: Fix typo in error string.
4760         * gnat_rm.texi (Pragma Optimize_Alignment, Pragma Postcondition):
4761         Fix typos.
4762         * a-calcon.ads, a-calend-vms.adb, a-calend.adb, a-crdlli.ads,
4763         bcheck.adb, checks.adb, einfo.ads, errout.adb, erroutc.adb,
4764         erroutc.ads, exp_attr.adb, exp_ch11.adb, exp_ch2.adb,
4765         exp_ch5.adb, exp_ch9.adb, exp_ch9.ads, exp_pakd.adb,
4766         exp_util.adb, fmap.adb, g-soccon-linux-mips.ads,
4767         g-soccon-rtems.ads, g-timsta.adb, g-timsta.ads, lib-writ.ads,
4768         mlib-tgt-specific-linux.adb, mlib-tgt-specific-tru64.adb,
4769         s-interr-vxworks.adb, s-interr.adb, s-osinte-lynxos.ads,
4770         s-rident.ads, s-taprop-solaris.adb, s-tassta.adb, s-win32.ads,
4771         sem_aggr.adb, sem_attr.ads, sem_ch10.adb, sem_ch13.ads,
4772         sem_ch3.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb, sem_ch9.adb,
4773         sem_prag.ads, sem_res.adb, sem_util.adb, sem_util.ads,
4774         sinfo.ads: Fix typos in comments.
4775
4776 2008-04-14  Robert Dewar  <dewar@adacore.com>
4777
4778         * sem_prag.adb (Analyze_Pragma, Linker_Section case): Extend error
4779         to every non-object and change error message.
4780
4781 2008-04-14  Robert Dewar  <dewar@adacore.com>
4782
4783         * sem_util.ads, sem_util.adb (In_Subprogram): Remove.
4784         * sem_attr.adb (Anayze_Attribute): Check for Current_Subprogram
4785         directly.
4786
4787 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4788
4789         PR ada/18680
4790         * sem_prag.adb (Analyze_Pragma, Linker_Section case): Refuse to
4791         apply pragma Linker_Section on type.
4792
4793 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4794
4795         PR ada/16098
4796         * sem_prag.adb (Error_Pragma_Ref): New.
4797         (Process_Convention): Specialized message for non-local
4798         subprogram renaming. Detect the problem in homonyms as well.
4799
4800 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4801
4802         PR ada/15915
4803         * sem_util.ads, sem_util.adb (Denotes_Variable): New function.
4804         * sem_ch12.adb (Instantiate_Object): Use it.
4805         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Ensure that
4806         storage pool denotes a variable as per RM 13.11(15).
4807
4808 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4809
4810         * sem_util.ads, sem_util.adb (In_Subprogram): New function.
4811         * sem_attr.adb (Analyze_Attribute, Attribute_Old case): Use it.
4812
4813 2008-04-14  Rolf Ebert  <rolf.ebert.gcc@gmx.de>
4814
4815         PR ada/20822
4816         * xgnatugn.adb (Put_Line): New procedure, ensuring Unix
4817         line endings even on non-Unix platforms.
4818
4819 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4820
4821         PR ada/35050
4822         * xref_lib.adb (Parse_Identifier_Info): Correctly parse and ignore the
4823         renaming information.
4824
4825 2008-04-13  Samuel Tardieu  <sam@rfc1149.net>
4826
4827         PR ada/17985
4828         * sem_aggr.adb (Valid_Ancestor_Type): A type is not an ancestor of
4829         itself.
4830
4831 2008-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4832
4833         * sfn_scan.adb, sfn_scan.ads, sinfo.ads,
4834         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput.ads,
4835         snames.ads, sprint.adb, stand.ads, stringt.ads,
4836         styleg.adb, styleg.ads, stylesw.adb, stylesw.ads,
4837         switch.ads, sysdep.c, table.adb, table.ads,
4838         targparm.ads, tb-gcc.c, tbuild.ads, tracebak.c,
4839         trans.c, tree_io.adb, treepr.adb, types.adb, types.ads,
4840         uintp.adb, uintp.ads, utils.c, utils2.c, validsw.ads,
4841         vms_conv.adb, vms_conv.ads, vms_data.ads, widechar.adb,
4842         widechar.ads, xeinfo.adb, xgnatugn.adb, xr_tabls.adb,
4843         xr_tabls.ads, xref_lib.adb, xref_lib.ads, xsinfo.adb:
4844         Fix comment typos.
4845
4846         * sem_ch10.adb, sem_ch10.ads,
4847         sem_ch12.adb, sem_ch12.ads, sem_ch13.adb, sem_ch13.ads,
4848         sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
4849         sem_ch6.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
4850         sem_elab.adb, sem_elab.ads, sem_elim.ads, sem_eval.adb,
4851         sem_eval.ads, sem_intr.adb, sem_mech.adb, sem_mech.ads,
4852         sem_prag.adb, sem_prag.ads, sem_res.adb, sem_res.ads,
4853         sem_type.adb, sem_util.adb, sem_util.ads, sem_warn.adb,
4854         sem_warn.ads: Fix comment typos.
4855
4856         * s-secsta.adb, s-sequio.ads, s-shasto.ads,
4857         s-soflin.ads, s-stalib.ads, s-stausa.adb,
4858         s-stausa.ads, s-strxdr.adb, s-taenca.adb, s-taenca.ads,
4859         s-taprob.adb, s-taprop-hpux-dce.adb, s-taprop-irix.adb,
4860         s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-posix.adb,
4861         s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
4862         s-taprop-vxworks.adb, s-taprop.ads, s-tarest.adb,
4863         s-tarest.ads, s-tasini.adb, s-tasini.ads, s-taskin.ads,
4864         s-tasque.ads, s-tassta.adb, s-tassta.ads, s-tasuti.ads,
4865         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
4866         s-tpopsp-posix.adb, s-tpopsp-rtems.adb, s-tposen.adb,
4867         s-tposen.ads, s-traceb-hpux.adb, s-traces.ads,
4868         s-trafor-default.ads, s-unstyp.ads, s-utf_32.ads,
4869         s-vaflop.adb, s-vaflop.ads, s-valrea.adb, s-valuti.adb,
4870         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, scans.ads,
4871         scn.adb, scng.adb, seh_init.c, sem.ads, sem_aggr.adb,
4872         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
4873         sem_cat.adb, sem_cat.ads: Fix comment typos.
4874
4875 2008-04-12  Joel Sherrill  <joel@oarcorp.com>
4876
4877         PR ada/35825
4878         * g-soccon-rtems.ads: Add IP_PKTINFO as unsupported.
4879
4880 2008-04-12  Arnaud Charlet  <charlet@adacore.com>
4881
4882         * s-linux-hppa.ads: Fix syntax errors.
4883
4884 2008-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4885
4886         * gnat_ugn.texi: Fix typos.
4887         * raise-gcc.c, repinfo.adb, repinfo.ads, restrict.adb,
4888         restrict.ads, rtsfind.adb, rtsfind.ads, s-arit64.ads,
4889         s-asthan-vms-alpha.adb, s-auxdec.ads, s-casuti.ads,
4890         s-fatflt.ads, s-fatgen.adb, s-fatlfl.ads,
4891         s-fatllf.ads, s-fatsfl.ads, s-filofl.ads,
4892         s-finimp.adb, s-finroo.ads, s-fishfl.ads,
4893         s-fvadfl.ads, s-fvaffl.ads, s-fvagfl.ads,
4894         s-hibaen.ads, s-htable.ads, s-imgcha.adb,
4895         s-imgenu.ads, s-imgint.adb, s-imgrea.adb,
4896         s-inmaop-dummy.adb, s-inmaop.ads, s-interr-vms.adb,
4897         s-interr-vxworks.adb, s-interr.adb, s-interr.ads,
4898         s-intman-vxworks.ads, s-intman.ads, s-mastop-irix.adb,
4899         s-os_lib.adb, s-os_lib.ads, s-osinte-aix.ads,
4900         s-osinte-darwin.ads, s-osinte-freebsd.ads,
4901         s-osinte-hpux.ads, s-osinte-lynxos-3.adb,
4902         s-osinte-lynxos-3.ads, s-osinte-lynxos.ads,
4903         s-osinte-rtems.ads, s-osinte-solaris-posix.ads,
4904         s-osprim-mingw.adb, s-osprim-vms.adb, s-parame-ae653.ads,
4905         s-parame-hpux.ads, s-parame-vms-alpha.ads,
4906         s-parame-vms-ia64.ads, s-parame-vms-restrict.ads,
4907         s-parame-vxworks.ads, s-parame.ads, s-parint.adb,
4908         s-parint.ads, s-poosiz.adb, s-proinf-irix-athread.ads,
4909         s-proinf.ads, s-regexp.adb, s-regpat.adb, s-regpat.ads,
4910         s-rident.ads: Fix comment typos.
4911
4912 2008-04-09  Samuel Tardieu  <sam@rfc1149.net>
4913
4914         PR ada/28305
4915         * sem_ch6.adb (Build_Body_To_Inline): Do not save and restore
4916         environment if generic instance is a top-level one.
4917
4918 2008-04-09  Doug Rupp  <rupp@adacore.com>
4919
4920         * decl.c (validate_size): Set minimum size for fat pointers same as
4921         access types. Code clean ups.
4922
4923         * gmem.c (xstrdup32): New macro for 32bit dup on VMS, noop otherwise
4924         (__gnat_gmem_a2l_initialize): Dup exename into 32 bit memory on VMS
4925
4926         * s-auxdec-vms_64.ads, s-auxdec.ads (Short_Address_Size): New constant
4927
4928         * s-crtl.ads (malloc32) New function, alias for malloc
4929         (realloc32) New function, alias for realloc
4930
4931         * socket.c (__gnat_new_socket_set): Malloc fd_set in 32 bits on VMS
4932
4933         * utils2.c (build_call_alloc_dealloc): Return call to short malloc if
4934         allocator size is 32 and default pointer size is 64.
4935         (find_common_type): Document assumption on t1/t2 vs lhs/rhs. Force use of
4936         lhs type if smaller, whatever the modes.
4937
4938         * gigi.h (malloc32_decl): New macro definition
4939
4940         * utils.c (init_gigi_decls): New malloc32_decl
4941         Various code clean ups.
4942
4943         * s-asthan-vms-alpha.adb (Process_AST.To_Address): Unchecked convert to
4944         Task_Address vice System.Address.
4945
4946         * s-taspri-vms.ads: Import System.Aux_DEC
4947         (Task_Address): New subtype of System.Aux_DEC.Short_Address
4948         (Task_Address_Size): New constant size of System.Aux_DEC.Short_Address
4949
4950         * s-asthan-vms-alpha.adb (Process_AST.To_Address): Unchecked convert to
4951         Task_Address vice System.Address.
4952
4953         * s-inmaop-vms.adb: Import System.Task_Primitives
4954         (To_Address): Unchecked convert to Task_Address vice System.Address
4955
4956         * s-taprop-vms.adb (Timed_Delay): Always set the timer even if delay
4957         expires now.
4958         (To_Task_ID) Unchecked convert from Task_Adddress vice System.Address
4959         (To_Address) Unchecked convert to Task_Address vice System.Address
4960
4961         * s-tpopde-vms.adb: Remove unnecessary warning pragmas
4962
4963         * g-socthi-vms.ads: Add 32bit size clauses on socket access types.
4964
4965 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4966
4967         * gigi.h (standard_datatypes): Add ADT_fdesc_type and ADT_null_fdesc.
4968         (fdesc_type_node): Define.
4969         (null_fdesc_node): Likewise.
4970         * decl.c (gnat_to_gnu_entity) <E_Access_Subprogram_Type>: If the target
4971         uses descriptors for vtables and the type comes from a dispatch table,
4972         return the descriptor type.
4973         * trans.c (Attribute_to_gnu) <Attr_Unrestricted_Access>: If the target
4974         uses descriptors for vtables and the type comes from a dispatch table,
4975         build a descriptor in the static case and copy the existing one in the
4976         non-static case.
4977         (gnat_to_gnu) <N_Null>: If the target uses descriptors for vtables and
4978         the type is a pointer-to-subprogram coming from a dispatch table,
4979         return the null descriptor.
4980         <N_Unchecked_Type_Conversion>: If the target uses descriptors for
4981         vtables, the source type is the descriptor type and the target type
4982         is a pointer type, first build the pointer.
4983         * utils.c (init_gigi_decls): If the target uses descriptors for vtables
4984         build the descriptor type and the null descriptor.
4985
4986 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4987
4988         * decl.c (prepend_attributes): Fix typo.
4989         * trans.c (Pragma_to_gnu): Likewise.
4990         * utils.c (gnat_genericize): Likewise.
4991
4992 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4993             Richard Kenner  <kenner@adacore.com>
4994
4995         * ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Only set it when bit-packed.
4996         * decl.c (gnat_to_gnu_entity): Adjust for above change.
4997         <E_Record_Type>: Try to get a better form of the component for
4998         packing, even if it has an integral mode.
4999         <E_Record_Subtype>: Likewise.
5000         * trans.c (gnat_to_gnu): Do not require BLKmode for the special
5001         exception suppressing the final conversion between record types.
5002
5003 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5004
5005         * decl.c (gnat_to_gnu_entity) <object>: If -gnatd.a and not optimizing
5006         alignment for space, promote the alignment of non-scalar variables with
5007         no size and alignment.
5008         * gigi.h (gnat_types_compatible_p): Declare.
5009         * misc.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Set to above predicate.
5010         * trans.c (gnat_to_gnu): Revert revision 129339 change.  Minor cleanup.
5011         * utils.c (gnat_types_compatible_p) : New predicate.
5012         (convert): Use it throughout to test for cases where a mere view
5013         conversion is sufficient.
5014         * utils2.c (build_binary_op): Minor tweaks.
5015         (build_unary_op): Likewise.
5016
5017 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5018
5019         * decl.c (adjust_packed): Expand comment.
5020
5021 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
5022
5023         * s-tasuti.ads: Use Task_Address instead of System.Address.
5024
5025         * makeutl.adb (Path_Or_File_Name): New function
5026
5027         * nlists.ads, itypes.ads: Update comments.
5028
5029         * s-crtl.ads (malloc32, realloc32): New functions.
5030
5031         * s-auxdec.ads (Short_Address_Size): New constant.
5032
5033         * a-taside.adb, s-tasdeb.adb: Use Task_Address.
5034
5035         * s-ststop.ads, s-ststop.adb: New file.
5036
5037         * exp_tss.ads, s-taprop-lynxos.adb: Update comments.
5038         Minor reformatting.
5039
5040 2008-04-08  Pascal Obry  <obry@adacore.com>
5041
5042         * g-sercom.ads, g-sercom.adb (Data_Rate): Add B115200.
5043         (Stop_Bits_Number): New type.
5044         (Parity_Check): Likewise.
5045         (Set): Add parameter to set the number of stop bits and
5046         the parity. Parameter timeout is now a duration instead
5047         of a plain integer.
5048
5049         * g-sercom-linux.adb:
5050         Implement the stop bits and parity support for GNU/Linux.
5051         Fix handling of timeout, it must be given in tenth of seconds.
5052
5053         * g-sercom-mingw.adb:
5054         Implement the stop bits and parity support for Windows.
5055         Use new s-win32.ads unit instead of declaring Win32 services
5056         directly into this body.
5057         Update handling of timeout as now a duration.
5058
5059         * s-win32.ads, s-winext.ads: New files.
5060
5061 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5062             Arnaud Charlet  <charlet@adacore.com>
5063
5064         * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads: Removed.
5065
5066         s-taspri-posix-noaltstack.ads, s-linux.ads, s-linux-alpha.ads,
5067         s-linux-hppa.ads: New files. Disable alternate stack on ia64-hpux.
5068
5069         * s-osinte-lynxos-3.ads,
5070         (Alternate_Stack): Remove when not needed. Simplify declaration
5071         otherwise.
5072         (Alternate_Stack_Size): New constant.
5073
5074         s-osinte-mingw.ads, s-taprop-mingw.adb: Code clean up: avoid use of
5075         'Unrestricted_Access.
5076
5077         * s-osinte-hpux.ads, s-osinte-solaris-posix.ads, s-osinte-aix.ads,
5078         s-osinte-lynxos.ads, s-osinte-freebsd.ads s-osinte-darwin.ads,
5079         s-osinte-tru64.ads, s-osinte-irix.ads, s-osinte-linux.ads,
5080         s-osinte-solaris.ads, s-osinte-vms.ads
5081         (SA_ONSTACK): New constant.
5082         (stack_t): New record type.
5083         (sigaltstack): New imported function.
5084         (Alternate_Stack): New imported variable.
5085         (Alternate_Stack_Size): New constant.
5086
5087         * system-linux-x86_64.ads: (Stack_Check_Probes): Set to True.
5088
5089         * s-taspri-lynxos.ads, s-taspri-solaris.ads, s-taspri-tru64.ads,
5090         s-taspri-hpux-dce.ads, s-taspri-dummy.ads, s-taspri-posix.ads,
5091         s-taspri-vms.ads (Task_Address): New subtype of System.Address
5092         (Task_Address_Size): New constant size of System.Address
5093         (Alternate_Stack_Size): New constant.
5094
5095         * s-taprop-posix.adb, s-taprop-linux.adb (Get_Stack_Attributes): Delete.
5096         (Enter_Task): Do not notify stack to System.Stack_Checking.Operations.
5097         Establish the alternate stack if the platform makes use of n alternate
5098         signal stack for stack overflows.
5099         (Create_Task): Take into account the alternate stack in the stack size.
5100         (Initialize): Save the address of the alternate stack into the ATCB for
5101         the environment task.
5102         (Create_Task): Fix assertions for NPTL library (vs old LinuxThreads).
5103
5104         * s-parame.adb (Minimum_Stack_Size): Increase value to 16K
5105
5106         * system-linux-x86.ads: (Stack_Check_Probes): Set to True.
5107
5108         * s-intman-posix.adb:
5109         (Initialize): Set SA_ONSTACK for SIGSEGV if the platform makes use of an
5110         alternate signal stack for stack overflows.
5111
5112         * init.c (__gnat_adjust_context_for_raise, Linux version): On i386 and
5113         x86-64, adjust the saved value of the stack pointer if the signal was
5114         raised by a stack checking probe.
5115         (HP-UX section): Use global __gnat_alternate_stack as signal handler
5116         stack and only for SIGSEGV.
5117         (Linux section): Likewise on x86 and x86-64.
5118         [VxWorks section]
5119         (__gnat_map_signal): Now static.
5120         (__gnat_error_handler): Not static any more.
5121         (__gnat_adjust_context_for_raise): New function. Signal context
5122         adjustment for PPC && !VTHREADS && !RTP, as required by the zcx
5123         propagation circuitry.
5124         (__gnat_error_handler): Second argument of a sigaction handler is a
5125         pointer, not an int, and is unused.
5126         Adjust signal context before mapping to exception.
5127         Install signal handlers for LynxOS case.
5128
5129         * s-taskin.ads (Common_ATCB): New field Task_Alternate_Stack.
5130         (Task_Id): Set size to Task_Address_Size
5131         (To_Task_id): Unchecked convert from Task_Address vice System.Address
5132         (To_Address): Unchecked convert to Task_Address vice System.Address
5133
5134         * s-tassta.adb (Task_Wrapper): Define the alternate stack and save its
5135         address into the ATCB if the platform makes use of an alternate signal
5136         stack for stack overflows.
5137         (Free_Task): Add call to Finalize_Attributes_Link.
5138         Add argument Relative_Deadline to pass the value specified for
5139         the task. This is not yet used for any target.
5140
5141         * s-tassta.ads (Create_Task): Add argument Relative_Deadline to pass
5142         the value specified for the task.
5143
5144 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
5145
5146         (s-osinte-vxworks6.ads): Removed, merged with s-osinte-vxworks.ads/.adb
5147         (s-vxwext.ads, s-vxwext-kernel.ads, s-vxwext-rtp.ads,
5148         s-vxwext-rtp.adb): New files.
5149
5150         * s-taprop-vxworks.adb, s-osinte-vxworks.ads, s-osinte-vxworks.adb:
5151         Minor updates to accomodate changes above.
5152
5153 2008-04-08  Pascal Obry  <obry@adacore.com>
5154
5155         * a-exetim-mingw.adb, s-gloloc-mingw.adb, s-taprop-mingw.adb,
5156         s-tasinf-mingw.ad{s,b}, s-taspri-mingw.ads:
5157         Use new s-win32.ads unit instead of declaration
5158         from s-osinte-mingw.ads.
5159
5160         * s-osinte-mingw.ads:
5161         Move all non tasking based interface to s-win32.ads.
5162
5163         * s-osprim-mingw.adb:
5164         Remove duplicated declarations and use s-win32.ads
5165         unit instead.
5166
5167 2008-04-08  Vincent Celier  <celier@adacore.com>
5168             Arnaud Charlet  <charlet@adacore.com>
5169
5170         * mlib-tgt-aix.adb, mlib-tgt-darwin.adb, mlib-tgt-hpux.adb,
5171         mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-lynxos.adb,
5172         mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
5173         mlib-tgt-vms.ads, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
5174         mlib-tgt-vxworks.adb, mlib-tgt-mingw.adb: Renamed into...
5175
5176         * mlib-tgt-specific-aix.adb, mlib-tgt-specific-darwin.adb,
5177         mlib-tgt-specific-hpux.adb, mlib-tgt-specific-irix.adb,
5178         mlib-tgt-specific-linux.adb, mlib-tgt-specific-lynxos.adb,
5179         mlib-tgt-specific-solaris.adb, mlib-tgt-specific-tru64.adb,
5180         mlib-tgt-vms_common.adb, mlib-tgt-vms_common.ads,
5181         mlib-tgt-specific-vms-alpha.adb, mlib-tgt-specific-vms-ia64.adb,
5182         mlib-tgt-specific-vxworks.adb, mlib-tgt-specific-xi.adb,
5183         mlib-tgt-specific-mingw.adb: New names.
5184
5185         * Makefile.in:
5186         On VxWorks platforms use s-stchop-limit.ads for s-stchop.ads
5187         Get rid of gnatbl.
5188         (EXTRA_GNATRTL_NONTASKING_OBJS): Add s-win32.o
5189         Files mlib-tgt-*.adb have been renamed mlib-tgt-specific-*.adb
5190         Minor updates for VMS
5191
5192         * gnatbl.c: Removed.
5193
5194 2008-04-08  Thomas Quinot  <quinot@adacore.com>
5195
5196         * g-expect-vms.adb, a-textio.adb, a-witeio.adb, exp_dbug.adb,
5197         g-expect.adb, g-locfil.adb, gnatchop.adb, gnatdll.adb, gnatlbr.adb,
5198         gnatmem.adb, g-regist.adb, i-vxwork.ads, mlib-utl.adb, i-vxwork-x86.ads,
5199         a-ztexio.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-ia64.adb,
5200         s-os_lib.adb, s-regpat.adb, s-regpat.ads: Fix incorrect casing of
5201         ASCII.NUL throughout.
5202
5203 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
5204             Matthew Heaney  <heaney@adacore.com>
5205
5206         * a-cgcaso.adb, a-convec.adb: (Swap, Sift): Avoid use of complex
5207         renaming.
5208
5209         * a-cgaaso.ads, a-secain.ads, a-slcain.ads, a-shcain.ads,
5210         a-crdlli.ads, a-coormu.ads, a-ciormu.ads: modified header to conform
5211         to convention for non-RM specs.
5212         Add descriptive header, and documented each operation
5213         document each operation
5214
5215 2008-04-08  Robert Dewar  <dewar@adacore.com>
5216             Bob Duff  <duff@adacore.com>
5217             Gary Dismukes  <dismukes@adacore.com>
5218             Ed Schonberg  <schonberg@adacore.com>
5219
5220         * alloc.ads: Add entries for Obsolescent_Warnings table
5221
5222         * einfo.ads, einfo.adb: Minor reformatting.
5223         (Is_Discriminal): New subprogram.
5224         (Is_Prival): New subprogram.
5225         (Is_Protected_Component): New subprogram.
5226         (Is_Protected_Private): Removed.
5227         (Object_Ref, Set_Object_Ref): Removed.
5228         (Prival, Set_Prival): Change assertion.
5229         (Privals_Chain, Set_Privals_Chain): Removed.
5230         (Prival_Link, Set_Prival_Link): New subprogram.
5231         (Protected_Operation, Set_Protected_Operation): Removed.
5232         (Protection_Object, Set_Protection_Object): New subprogram.
5233         (Write_Field17_Name): Remove case for Object_Ref.
5234         (Write_Field20_Name): Add case for Prival_Link.
5235         (Write_Field22_Name): Remove case for Protected_Operation,
5236         Privals_Chain.
5237         Add case for Protection_Object.
5238         (Can_Use_Internal_Rep): Make this into a [base type only] attribute,
5239         so clients
5240         (Overlays_Constant): New flag
5241         (Is_Constant_Object): New predicate
5242         (Is_Standard_Character_Type): New predicate
5243         (Optimize_Alignment_Space): New flag
5244         (Optimize_Alignment_Time): New flag
5245         (Has_Postconditions): New flag
5246         (Obsolescent_Warrning): Field removed
5247         (Spec_PPC_List): New field
5248         (Relative_Deadline_Variable, Set_Relative_Deadline_Variable): Add
5249         subprograms to get and set the relative deadline associated to a task.
5250
5251         * exp_attr.adb (May_Be_External_Call): Account for the case where the
5252         Access attribute is part of a named parameter association.
5253         (Expand_Access_To_Protected_Op): Test for the attribute occurring
5254         within an init proc and use that directly as the scope rather than
5255         traversing up to the protected operation's enclosing scope. Only apply
5256         assertion on Is_Open_Scopes in the case the scope traversal is done.
5257         For the init proc case use the address of the first formal (_init) as
5258         the protected object reference.
5259         Implement Invalid_Value attribute
5260         (Expand_N_Attribute_Reference): Case Attribute_Unrestricted_Access.
5261         contents of the dispatch table there is no need to duplicate the
5262         itypes associated with record types (i.e. the implicit full view
5263         of private types).
5264         Implement Enum_Val attribute
5265         (Expand_N_Attribute_Reference, case Old): Properly handle appearence
5266         within _Postconditions procedure
5267         (Expand_N_Attribute_Reference, case Result): Implement new attribute
5268
5269         * exp_ch5.adb (Expand_N_Simple_Return_Statement): Handle case in which
5270         a return statement calls a function that is not available in
5271         configurable runtime.
5272         (Analyze_If_Statement): don't optimize simple True/False cases in -O0
5273         (Expand_Non_Function_Return): Generate call to _Postconditions proc
5274         (Expand_Simple_Function_Return): Ditto
5275
5276         * frontend.adb: Add call to Sem_Aux.Initialize
5277
5278         * sem_aux.ads, sem_aux.adb: New file.
5279
5280         * par-prag.adb: Add entries for pragmas Precondition/Postcondition
5281         Add new Pragma_Relative_Deadline.
5282         Add support for pragmas Check and Check_Policy
5283
5284         * sem_attr.ads, sem_attr.adb (Check_Not_CPP_Type): New subprogram.
5285         (Check_Stream_Attribute): Add missing check (not allowed in CPP types)
5286         (Analyze_Attribute): In case of attributes 'Alignment and 'size add
5287         missing check because they are not allowed in CPP tagged types.
5288         Add Sure parameter to Note_Possible_Modification calls
5289         Add implementation of Invalid_Value attribute
5290         Implement new attribute Has_Tagged_Values
5291         Implement Enum_Val attribute
5292         (Analyze_Attribute, case Range): Set Name_Req True for prefix of
5293         generated attributes.
5294         (Analyze_Attribute, case Result): If prefix of the attribute is
5295         overloaded, it always resolves to the enclosing function.
5296         (Analyze_Attribute, case Result): Properly deal with analysis when
5297         Postconditions are not active.
5298         (Resolve_Attribute, case Result): Properly deal with appearence during
5299         preanalysis in spec.
5300         Add processing for attribute Result
5301
5302         * sem_ch6.ads, sem_ch6.adb (Check_Overriding_Indicator): Code cleanup
5303         for operators.
5304         (Analyze_Subprogram_Body): Install private_with_clauses when the body
5305         acts as a spec.
5306         (Check_Inline_Pragma): recognize an inline pragma that appears within
5307         the subprogram body to which it applies.
5308         (Analyze_Function_Return): Check that type of the expression of a return
5309         statement in a function with a class-wide result is not declared at a
5310         deeper level than the function.
5311         (Process_PPCs): Deal with enabling/disabling, using PPC_Enabled flag
5312         (Verify_Overriding_Indicator): Handle properly subprogram bodies for
5313         user- defined operators.
5314         (Install_Formals): Moved to spec to allow use from Sem_Prag for
5315         analysis of precondition/postcondition pragmas.
5316         (Analyze_Subprogram_Body.Last_Real_Spec_Entity): New name for
5317         Last_Formal, along with lots of comments on what this is about
5318         (Analyze_Subprogram_Body): Fix case where we move entities from the
5319         spec to the body when there are no body entities (now possible with
5320         precondition and postcondition pragmas).
5321         (Process_PPCs): New procedure
5322         (Analyze_Subprogram_Body): Add call to Process_PPCs
5323
5324         * sem_ch8.adb (Use_One_Type): refine warning on a redundant use_type
5325         clause.
5326         (Pop_Scope): Restore Check_Policy_List on scope exit
5327         (Push_Scope): Save Check_Policy_List on scope entry
5328         Change name In_Default_Expression      => In_Spec_Expression
5329         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5330         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5331         (Analyze_Object_Renaming): Allow 'Reference as object
5332         (Analyze_Pragma, case Restriction_Warnings): Call GNAT_Pragma
5333         (Process_Restrictions_Or_Restriction_Warnings): Check for bad spelling
5334         of restriction identifier.
5335         Add Sure parameter to Note_Possible_Modication calls
5336
5337         * sem_prag.ads, sem_prag.adb (Analyze_Pragma, case Stream_Convert):
5338         Don't check for primitive operations when calling Rep_Item_Too_Late.
5339         (Process_Import_Or_Interface): Do not place flag on formal
5340         subprograms.
5341         (Analyze_Pragma, case Export): If the entity is a deferred constant,
5342         propagate information to full view, which is the one elaborated by the
5343         back-end.
5344         (Make_Inline): the pragma is effective if it applies to an internally
5345         generated subprogram declaration for a body that carries the pragma.
5346         (Analyze_Pragma, case Optimize_Alignment): Set new flag
5347         Optimize_Alignment_Local.
5348         (Analyze_PPC_In_Decl_Part): New procedure
5349         (Get_Pragma_Arg): Moved to outer level
5350         (Check_Precondition_Postcondition): Change to allow new visibility
5351         rules for package spec
5352         (Analyze_Pragma, case Check_Policy): Change placement rules to be
5353         same as pragma Suppress/Unsuppress.
5354         Change name In_Default_Expression      => In_Spec_Expression
5355         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5356         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5357         (Check_Precondition_Postcondition): Do proper visibility preanalysis
5358         for the case of these pragmas appearing in the spec.
5359         (Check_Enabled): New function
5360         (Initialize): New procedure
5361         (Tree_Read): New procedure
5362         (Tree_Write): New procedure
5363         (Check_Precondition_Postcondition): New procedure
5364         Implement pragmas Check and Check_Policy
5365         Merge Assert processing with Check
5366
5367         * sem_warn.adb (Warn_On_Known_Condition): Handle pragma Check
5368         New warning flag -gnatw.e
5369
5370         * sinfo.ads, sinfo.adb (Has_Relative_Deadline_Pragma): New function
5371         returning whether a task (or main procedure) has a pragma
5372         Relative_Deadline.
5373         (Set_Has_Relative_Deadline_Pragma): Procedure to indicate that a task
5374         (or main procedure) has a pragma Relative_Deadline.
5375         Add Next_Pragma field to N_Pragma node
5376         (PPC_Enabled): New flag
5377         (Next_Pragma): Now used for Pre/Postcondition processing
5378
5379         * snames.h, snames.ads, snames.adb: New standard name
5380         Inherit_Source_Path
5381         Add entry for 'Invalid_Value attribute
5382         Add entry for new attribute Has_Tagged_Values
5383         Add entry for Enum_Val attribute
5384         Add new standard names Aggregate, Configuration and Library.
5385         Add _Postconditions
5386         Add _Result
5387         Add Pragma_Precondition
5388         Add Pragma_Postcondition
5389         Add Attribute_Result
5390         New standard name Archive_Builder_Append_Option
5391         (Preset_Names): Add _relative_deadline and relative_deadline definitions
5392         There was also a missing non_preemptive_within_priorities.
5393         (Get_Pragma_Id, Is_Pragma_Name): Add support for pragma
5394         Relative_Deadline.
5395         Add support for pragmas Check and Check_Policy
5396
5397         * tree_gen.adb: Call Sem_Aux.Tree_Write
5398
5399         * tree_in.adb: Call Sem_Aux.Tree_Read
5400
5401         * exp_ch11.adb (Expand_N_Raise_Statement): New Build_Location calling
5402         sequence
5403
5404         * exp_intr.adb (Expand_Source_Info): New Build_Location calling
5405         sequence
5406
5407         * exp_prag.adb (Expand_Pragma_Relative_Deadline): New procedure.
5408         (Expand_N_Pragma): Call the appropriate procedure for expanding pragma
5409         Relative_Deadline.
5410         (Expand_Pragma_Check): New procedure
5411
5412         * sinput.ads, sinput.adb (Build_Location_String): Now appends to name
5413         buffer.
5414
5415         * sinfo.adb (PPC_Enabled): New flag
5416
5417 2008-04-08  Robert Dewar  <dewar@adacore.com>
5418             Gary Dismukes  <dismukes@adacore.com>
5419             Javier Miranda  <miranda@adacore.com>
5420             Ed Schonberg  <schonberg@adacore.com>
5421
5422         * fe.h: Remove global Optimize_Alignment flag, no longer used
5423
5424         * layout.adb: Test Optimize_Alignment flags rather than global switch
5425
5426         * lib.ads, lib.adb: New OA_Setting field in library record
5427
5428         * lib-load.adb: New OA_Setting field in library record
5429
5430         * lib-writ.ads, lib-writ.adb (Collect_Withs, Write_With_Lines): Place
5431         units mentioned in limited_with_ clauses in the ali file, with an
5432         'Y' marker.
5433         New Ox fields in U line
5434
5435         * opt.adb: New flag Optimize_Alignment_Local
5436         (Check_Policy_List[_Config]): New flags
5437
5438         * opt.ads (Invalid_Value_Used): New flag
5439         New switch Optimize_Alignment_Local
5440         (Warn_On_Parameter_Order): New flag
5441         (Check_Policy_List[_Config]): New flags
5442
5443         * ali.ads, ali.adb: Add indicator 'Y' to mark mark the presence of
5444         limited_with clauses.
5445         New data structures for Optimize_Alignment
5446
5447         * bcheck.adb (Check_Consistent_Restriction_No_Default_Initialization):
5448         New procedure
5449         (Check_Consistent_Optimize_Alignment): Rework for new structure
5450         (Check_Consistent_Restrictions): Fix incorrect error message
5451
5452         sem_ch10.adb (Decorate_Tagged_Type): Set the Parent field of a newly
5453         created class-wide type (to the Parent field of the specific type).
5454         (Install_Siblings): Handle properly private_with_clauses on subprogram
5455         bodies and on generic units.
5456         (Analyze_With_Clause, Install_Limited_Withed_Unit): Guard against an
5457         illegal limited_with_clause that names a non-existent package.
5458         (Check_Body_Required): Determine whether a unit named a limited_with
5459         clause needs a body.
5460         (Analyze_Context): A limited_with_clause is illegal on a unit_renaming.
5461         Capture Optimize_Alignment settings to set new OA_Setting field in
5462         library record.
5463         (Build_Limited_Views): Include task and protected type declarations.
5464
5465         * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Handle the
5466         case of a possible constant redeclaration where the current object is
5467         an entry index constant.
5468         (Analyze_Object_Declaration): Generate an error in case of CPP
5469         class-wide object initialization.
5470         (Analyze_Object_Declaration): Add extra information on warnings for
5471         declaration of unconstrained objects.
5472         (Access_Type_Declaration): Set Associated_Final_Chain to Empty, to avoid
5473         conflicts with the setting of Stored_Constraint in the case where the
5474         access type entity has already been created as an E_Incomplete_Type due
5475         to a limited with clause.
5476         Use new Is_Standard_Character_Type predicate
5477         (Analyze_Object_Declaration): Apply access_constant check only after
5478         expression has been resolved, given that it may be overloaded with
5479         several access types.
5480         (Constant_Redeclaration): Additional legality checks for deferred
5481         constant declarations tha involve anonymous access types and/or null
5482         exclusion indicators.
5483         (Analyze_Type_Declaration): Set Optimize_Alignment flags
5484         (Analyze_Subtype_Declaration): Ditto
5485         (Analyze_Object_Declaration): Ditto
5486         (Analyze_Object_Declaration): Don't count tasks in generics
5487         Change name In_Default_Expression      => In_Spec_Expression
5488         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5489         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5490         (Process_Discriminants): Additional check for illegal use of default
5491         expressions in access discriminant specifications in a type that is not
5492         explicitly limited.
5493         (Check_Abstract_Overriding): If an inherited function dispaches on an
5494         access result, it must be overridden, even if the type is a null
5495         extension.
5496         (Derive_Subprogram): The formals of the derived subprogram have the
5497         names and defaults of the parent subprogram, even if the type is
5498         obtained from the actual subprogram.
5499         (Derive_Subprogram): In the presence of interfaces, a formal of an
5500         inherited operation has the derived type not only if it descends from
5501         the type of the formal of the parent operation, but also if it
5502         implements it. This is relevant for the renamings created for the
5503         primitive operations of the actual for a formal derived type.
5504         (Is_Progenitor): New predicate, to determine whether the type of a
5505         formal in the parent operation must be replaced by the derived type.
5506
5507         * sem_util.ads, sem_util.adb (Has_Overriding_Initialize): Make
5508         predicate recursive to handle components that have a user-defined
5509         Initialize procedure. Handle controlled derived types whose ancestor
5510         has a user-defined Initialize procedured.
5511         (Note_Possible_Modification): Add Sure parameter, generate warning if
5512         sure modification of constant
5513         Use new Is_Standard_Character_Type predicate
5514         (Find_Parameter_Type): when determining whether a protected operation
5515         implements an interface operation, retrieve the type of the formal from
5516         the entity when the formal is an access parameter or an
5517         anonymous-access-to-subprogram.
5518         Move Copy_Parameter_List to sem_util, for use when building stubbed
5519         subprogram bodies.
5520         (Has_Access_Values): Tagged types now return False
5521         (Within_HSS_Or_If): New procedure
5522         (Set_Optimize_Alignment_Flags): New procedure
5523         Change name In_Default_Expression      => In_Spec_Expression
5524         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5525         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5526
5527 2008-04-08  Tristan Gingold  <gingold@adacore.com>
5528
5529         * s-fileio.adb: Name_Error shouldn't be raised for a tempory file.
5530
5531 2008-04-08  Tristan Gingold  <gingold@adacore.com>
5532
5533 PR ada/10768
5534
5535         * cuintp.c: Fix 16 bits issue for AVR.
5536         On AVR, integer is 16 bits, so it can't be used to do math with
5537         Base (=32768).
5538         So use long_integer instead.
5539
5540 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5541
5542         * a-calend-vms.ads, a-calend-vms.adb: Add with and use clause for
5543         System.OS_Primitives.
5544         Change type of various constants, parameters and local variables from
5545         Time to representation type OS_Time.
5546         (To_Ada_Time, To_Unix_Time): Correct sign of origin shift.
5547         Remove the declaration of constant Mili_F from several routines. New
5548         body for internal package Conversions_Operations.
5549         (Time_Of): Add default parameters for several formals.
5550
5551         * a-caldel.adb: Minor reformatting
5552
5553         * a-calend.ads, a-calend.adb: New body for internal package
5554         Conversions_Operations.
5555         (Time_Of): Add default parameters for several formals.
5556
5557         * Makefile.rtl: Add a-ststop
5558         Add Ada.Calendar.Conversions to the list of runtime files.
5559         Add g-timsta
5560
5561         * a-calcon.adb, a-calcon.ads: New files.
5562
5563 2008-04-08  Jose Ruiz  <ruiz@adacore.com>
5564             Tristan Gingold  <gingold@adacore.com>
5565
5566         * s-interr-dummy.adb, s-interr-vms.adb, s-interr-sigaction.adb
5567         (Install_Restricted_Handlers): New procedure
5568         which is a simplified version of Install_Handlers that does not store
5569         previously installed.
5570
5571         * s-interr-vxworks.adb: Fix ACATS cxc3001
5572         On VxWorks interrupts can't be detached.
5573         (Install_Restricted_Handlers): New procedure.
5574
5575         * s-interr.ads, s-interr.adb (Install_Restricted_Handlers): New
5576         procedure.
5577
5578 2008-04-08  Olivier Hainque  <hainque@adacore.com>
5579
5580         * s-intman-vxworks.ads, s-intman-vxworks.adb
5581         (Map_And_Raise_Exception): Remove. Was an import of only part of the
5582         required services already implemented elsewhere.
5583         (Notify_Exception): Delete body, import __gnat_error_handler instead.
5584         (Initialize): Add SA_SIGINFO to the sa_flags, to get the sigcontext
5585         argument passed to the handler, which we need for ZCX propagation
5586         purposes.
5587
5588 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5589
5590         * adaint.h, adaint.c (__gnat_current_time_string): New routine.
5591
5592         * g-timsta.adb, g-timsta.ads: New files.
5593
5594 2008-04-08  Robert Dewar  <dewar@adacore.com>
5595
5596         * a-except-2005.ads, a-except-2005.adb, a-except.ads, a-except.adb
5597         (Raise_Exception): In accordance with AI-446, raise CE for Null_Id
5598         (Raise_Exception_Always): Fix documentation accordingly
5599
5600 2008-04-08  Robert Dewar  <dewar@adacore.com>
5601
5602         * a-strbou.ads, a-strbou.adb (From_String): New procedure (for use by
5603         Stream_Convert)
5604
5605         * sem_ch13.ads (Rep_Item_Too_Late): Document that Stream_Convert sets
5606         FOnly
5607
5608 2008-04-08  Javier Miranda  <miranda@adacore.com>
5609             Robert Dewar  <dewar@adacore.com>
5610             Ed Schonberg  <schonberg@adacore.com>
5611
5612         * a-tags.adb (Register_Interface_Offset): New subprogram.
5613         (Set_Dynamic_Offset_To_Top): New subprogram (see previous comment).
5614         (To_Predef_Prims_Table_Ptr): Removed.
5615         (Acc_Size): Removed.
5616         (To_Acc_Size): Removed.
5617         (Parent_Size): Modified to the call the subprogram returning the size of
5618         the parent by means of the new TSD component Size_Func.
5619
5620         * a-tags.ads (Offset_To_Top_Ptr): New access type declaration.
5621         (DT_Offset_To_Top_Offset): New constant value that is used to generate
5622         code referencing the Offset_To_Top component of the dispatch table's
5623         prologue.
5624         (Prim_Ptr): New declaration of access to procedure. Used to avoid the
5625         use of 'address to initialize dispatch table slots.
5626         (Size_Func): New component of the TSD. Used by the run-time to call the
5627         size primitive of the tagged type.
5628
5629         * checks.adb (Apply_Access_Check): Avoid check when accessing the
5630         Offset_To_Top component of a dispatch table.
5631         (Null_Exclusion_Static_Checks): If the non-null access type appears in a
5632         deferred constant declaration. do not add a null expression, to prevent
5633         spurious errors when full declaration is analyzed.
5634         (Apply_Discriminant_Check): If both discriminant constraints share a
5635         node which is not static but has no side effects, do not generate a
5636         check for that discriminant.
5637         (Generate_Index_Checks): Set Name_Req to true in call to duplicate
5638         subexpr, since the prefix of an attribute is a name.
5639
5640         * checks.ads: Fix nit in comment.
5641
5642         * exp_ch3.ads, exp_ch3.adb (Freeze_Record_Type): Do not add the spec
5643         and body of predefined primitives in case of CPP tagged type
5644         derivations.
5645         (Freeze_Type): Deal properly with no storage pool case
5646         (Make_Predefined_Primitive_Specs): Generate specification of abstract
5647         primitive Deep_Adjust if a nonlimited interface is derived from a
5648         limited interface.
5649         (Build_Dcheck_Functions): Create discriminant-checking functions only
5650         for variants that have some component(s).
5651         (Build_Slice_Assignment): In expanded code for slice assignment, handle
5652         properly the case where the slice bounds extend to the last value of the
5653         underlying representation.
5654         (Get_Simple_Init_Val): New calling sequence, accomodate Invalid_Value
5655         (Is_Variable_Size_Record): An array component has a static size if
5656         index bounds are enumeration literals.
5657
5658         * exp_disp.adb (Make_DT): Use the first subtype to determine whether
5659         an external tag has been specified for the type.
5660         (Building_Static_DT): Add missing support for private types.
5661         (Make_DT): Add declaration of Parent_Typ to ensure consistent access
5662         to the entity associated with the parent of Typ. This is done to
5663         avoid wrong access when the parent is a private type.
5664         (Expand_Interface_Conversion): Improve error message when the
5665         configurable runtime has no support for dynamic interface conversion.
5666         (Expand_Interface_Thunk): Add missing support to interface types in
5667         configurable runtime.
5668         (Expand_Dispatching_Call): remove obsolete code.
5669         (Make_DT): Replace occurrences of RE_Address by RE_Prim_Ptr, and
5670         ensure that all subtypes and aggregates associated with dispatch
5671         tables have the attribute Is_Dispatch_Table_Entity set to true.
5672         (Register_Primitive): Rename one variable to improve code reading.
5673         Replace occurrences of RE_Addres by RE_Prim_Ptr. Register copy o
5674         of the pointer to the 'size primitive in the TSD.
5675
5676         * rtsfind.ads (RE_DT_Offset_To_Top_Offset): New entity.
5677         (RE_Offset_To_Top_Ptr): New entity.
5678         (RE_Register_Interface_Offset): New entity.
5679         (RE_Set_Dynamic_Offset_To_Top): New entity.
5680         (RE_Set_Offset_To_Top): Removed entity.
5681         (RE_Prim_Ptr): New entity
5682         (RE_Size_Func): New entity
5683         (RE_Size_Ptr): New entity
5684         (RTU_Id): Add Ada_Dispatching and Ada_Dispatching_EDF.
5685         (Ada_Dispatching_Child): Define this new subrange.
5686         (RE_Id): Add new required run-time calls (RE_Set_Deadline, RE_Clock,
5687          RE_Time_Span, and RE_Time_Span_Zero).
5688         (RE_Unit_Table): Add new required run-time calls
5689
5690         * rtsfind.adb (Get_Unit_Name): Add processing for Ada.Dispatching
5691         children.
5692
5693         * exp_atag.ads, exp_atag.adb (Build_Offset_To_Top): New subprogram.
5694         (Build_Set_Static_Offset_To_Top): New subprogram. Generates code that
5695          initializes the Offset_To_Top component of a dispatch table.
5696         (Build_Predef_Prims): Removed.
5697         (Build_Get_Predefined_Prim_Op_Address): Replace call to Predef_Prims by
5698          its actual code.
5699         (Build_Set_Size_Function): New subprogram.
5700
5701         * exp_ch13.adb: Do not generate storage variable for storage_size zero
5702         (Expand): Handle setting/restoring flag Inside_Freezing_Actions
5703
5704 2008-04-08  Robert Dewar  <dewar@adacore.com>
5705
5706         * a-ztdeau.adb, a-tideau.adb, a-wtdeau.adb (Puts_Dec): Fix error in
5707         computing Fore when Exp > 0
5708
5709 2008-04-08  Robert Dewar  <dewar@adacore.com>
5710
5711         * back_end.adb: Remove Big_String_Ptr declarations (now in Types)
5712
5713         * errout.adb: Remove Big_String_Ptr declarations (now in Types)
5714         Change name Is_Style_Msg to Is_Style_Or_Info_Msg
5715
5716         * fmap.adb: Remove Big_String declarations (now in Types)
5717         (No_Mapping_File): New Boolean global variable
5718         (Initialize): When mapping file cannot be read, set No_Mapping_File to
5719         False.
5720         (Update_Mapping_File): Do nothing if No_Mapping_File is True. If the
5721         tables were empty before adding entries, open the mapping file
5722         with Truncate = True, instead of delete/re-create.
5723
5724         * fname-sf.adb: Remove Big_String declarations (now in Types)
5725
5726         * s-strcom.adb, g-dyntab.ads, g-table.ads, s-carsi8.adb,
5727         s-stalib.ads, s-carun8.adb: Add zero size Storage_Size clauses for
5728         big pointer types
5729
5730         * table.ads: Add for Table_Ptr'Storage_Size use 0
5731
5732         * types.ads: Add Big_String declarations
5733         Add Size_Clause of zero for big pointer types
5734
5735 2008-04-08  Vincent Celier  <celier@adacore.com>
5736
5737         * clean.adb (Parse_Cmd_Line): Recognize switch --subdirs=
5738         (Usage): Add line for switch --subdirs=
5739         Add new switch -eL, to follow symbolic links when processing project
5740         files.
5741
5742         * gnatcmd.adb: Process switches -eL and --subdirs=
5743         (Non_VMS_Usage): Output "gnaampcmd" instead of "gnat", and call
5744         Program_Name to get proper tool names when AAMP_On_Target is set.
5745         (Gnatcmd): Call Add_Default_Search_Dirs and Get_Target_Parameters to get
5746         AAMP_On_Target set properly for use of GNAAMP tools (this is needed by
5747         Osint.Program_Name).
5748
5749         * gnatname.adb: (Scan_Args): Recognize switches -eL and --subdirs=
5750         (Usage): Add lines for switches -eL and --subdirs=
5751
5752         * makeusg.adb: Add line for switch --subdirs=
5753
5754         * prj.ads:
5755         (Source_Data): New Boolean component Compiled, defaulted to True
5756         (Empty_File_Name: New global variable in private part, initialized in
5757         procedure Initialize.
5758         (Subdirs_Option): New constant string
5759         (Subdirs): New String_Ptr global variable
5760         (Language_Config): New component Include_Compatible_Languages
5761         (Project_Qualifier): New type for project qualifiers
5762         (Project_Data): New component Qualifier
5763         (Project_Configuration): New component Archive_Builder_Append_Option
5764
5765         * prj-nmsc.adb (Get_Unit_Exceptions): When a unit is already in
5766         another imported project indicate the name of this imported project.
5767         (Check_File): When a unit is in two project files, indicate the project
5768         names and the paths of the source files for each project.
5769         (Add_Source): Set Compiled to False if compiler driver is empty. Only
5770         set object, dependency and switches file names if Compiled is True.
5771         (Process_Compiler): Allow the empty string for value of attribute Driver
5772         (Get_Directories): When Subdirs is not null and Object_Dir is not
5773          specified, locate and create if necessary the actual object dir.
5774         (Locate_Directory): When Subdirs is not empty and Create is not the
5775         empty string, locate and create if necessary the actual directory
5776         as a subdirectory of directory Name.
5777         (Check_Library_Attributes.Check_Library): Allow a project where the only
5778         "sources" are header files of file based languages to be imported by
5779         library projects, in multi-language mode (gprbuild).
5780         (Check_Library_Attributes.Check_Library): In multi-language mode
5781         (gprbuild), allow a library project to import a project with no
5782         sources, even when this is not declared explicitly.
5783         (Check_If_Externally_Built): A virtual project extending an externally
5784         built project is also externally built.
5785         (Check_Library_Attributes): For a virtual project extending a library
5786         project, inherit the library directory.
5787         (Process_Project_Level_Array_Attributes): Process new attribute
5788         Inherit_Source_Path.
5789         For projects with specified qualifiers "standard", "library" or
5790         "abstract", check that the project conforms to the qualifier.
5791         (Process_Project_Level_Simple_Attributes): Process new attribute
5792          Archive_Builder_Append_Option.
5793
5794         * switch-m.adb: (Scan_Make_Switches): Process switch --subdirs=
5795         (Normalize_Compiler_Switches): Only keep compiler switches that are
5796         passed to gnat1 by the gcc driver and that are stored in the ALI file
5797         by gnat1.
5798         Do not take into account switc -save-temps
5799
5800         * makegpr.adb (Compile_Link_With_Gnatmake): Transmit switch -eL if
5801         gprmake is called with -eL.
5802         (Scan_Arg): Recognize switch -eL
5803         (Usage): Add line for switch -eL
5804
5805         * prj.adb (Initialize): Initialize Empty_File_Name
5806         (Project_Empty): New component Qualifier
5807
5808         * prj-attr.ads, prj-attr.adb: New project level attribute
5809         Inherit_Source_Path.
5810         New project level attribute Archive_Builder_Append_Option
5811
5812         * prj-dect.adb: Replace System.Strings by GNAT.Strings.
5813
5814         * prj-ext.adb (Initialize_Project_Path): In Multi_Language mode, add
5815         <prefix>/lib/gnat in the project path, after <prefix>/share/gpr, for
5816         upward compatibility.
5817
5818         * prj-part.adb (Project_Path_Name_Of.Try_Path): In high verbosity, put
5819         each Trying ..." on different lines.
5820         (Parse_Single_Project): Recognize project qualifiers. Fail in qualifier
5821         is "configuration" when not in configuration. Fail when in configuration
5822         when a specified qualifier is other than "configuration".
5823
5824         * prj-proc.adb (Process_Declarative_Items): Link new elements of copied
5825         full associative array together.
5826         (Recursive_Process): Put the project qualifier in the project data
5827
5828         * prj-tree.ads, prj-tree.adb: (Project_Qualifier_Of): New function
5829         (Set_Project_Qualifier_Of): New procedure
5830
5831 2008-04-08  Robert Dewar  <dewar@adacore.com>
5832
5833         * errout.ads: Update comments for new handling of info: messages
5834
5835         * erroutc.adb (Matches): New procedure
5836         (Warning_Specifically_Suppressed): Modified to handle multiple * chars
5837         (Is_Style_Or_Info_Msg): New name for Is_Style_Msg, now set for
5838          info messages as well as style messages.
5839
5840         * erroutc.ads: Remove unneeded fields from Specific_Warning_Entry
5841
5842         * sem_elab.adb (Supply_Bodies): Create actual bodies for stubbed
5843         subprograms.
5844         (Check_A_Call): Special "info: " warnings now have ? in the text
5845         (Elab_Warning): Use info message in static case
5846
5847 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
5848
5849         * exp_aggr.adb (Static_Array_Aggregate): Use Max_Aggr_Size to determine
5850         whether an array aggregate with static bounds and scalar components
5851         should be expanded into a static constant.
5852
5853 2008-04-08  Gary Dismukes  <dismukes@adacore.com>
5854             Ed Schonberg  <schonberg@adacore.com>
5855             Robert Dewar  <dewar@adacore.com>
5856
5857         * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Add tests of
5858         Has_Stream_Attribute_ Definition when checking for available stream
5859         attributes on parameters of a limited type in Ada 2005. Necessary for
5860         proper recognition of visible stream attribute clauses.
5861         (Has_Stream_Attribute_Definition): If the type is derived from a
5862         private type, then use the derived type's underlying type for checking
5863         whether it has stream attributes.
5864         (Validate_Object_Declaration): The check for a user-defined Initialize
5865         procedure applies also to types with controlled components or a
5866         controlled ancestor.
5867         Reject an object declaration in a preelaborated unit if the type is a
5868         controlled type with an overriding Initialize procedure.
5869         (Validate_Remote_Access_To_Class_Wide_Type): Return without further
5870         checking when the parent of a dereference is a selected component and
5871         the name has not been analyzed.
5872
5873         * sem_ch4.adb (Analyze_Selected_Component): Add checking for selected
5874         prefixes that are invalid explicit dereferences of remote
5875         access-to-class-wide values, first checking whether the selected
5876         component is a prefixed form of call to a tagged operation.
5877         (Analyze_Call): Remove code that issues an error for limited function
5878         calls in illegal contexts, as we now support all of the contexts that
5879         were forbidden here.
5880         Allow a function call that returns a task.and appears as the
5881         prefix of a selected component.
5882         (Analyze_Reference): Give error message if we try to make a 'Reference
5883         for an object that is atomic/aliased without its type having the
5884         corresponding attribute.
5885         (Analyze_Call): Remove condition checking for attributes to allow
5886         calls to functions with inherently limited results as prefixes of
5887         attributes. Remove related comment about Class attributes.
5888         (Analyze_Selected_Component): If the prefix is a remote type, check
5889         whether this is a prefixed call before reporting an error.
5890         (Complete_Object_Operation): If the controlling formal is an access to
5891         variable reject an actual that is a constant or an access to one.
5892         (Try_Object_Operation): If prefix is a tagged protected object,retrieve
5893         primitive operations from base type.
5894
5895         * exp_ch4.adb (Expand_N_Indexed_Component): Test for prefix that is a
5896         build-in-place
5897         function call and call Make_Build_In_Place_Call_In_Anonymous_Context.
5898         (Expand_N_Selected_Component): Test for prefix that is a build-in-place
5899         function call and call Make_Build_In_Place_Call_In_Anonymous_Context.
5900         (Expand_N_Slice): Test for prefix that is a build-in-place function call
5901         and call Make_Build_In_Place_Call_In_Anonymous_Context.
5902         (Analyze_Call): Remove code that issues an error for limited function
5903         calls in illegal contexts, as we now support all of the contexts that
5904         were forbidden here.
5905         New calling sequence for Get_Simple_Init_Val
5906         (Expand_Boolean_Operator): Add call to Silly_Boolean_Array_Xor_Test
5907         (Expand_N_Op_Not): Add call to Silly_Boolan_Array_Not_Test
5908
5909 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5910             Ed Schonberg  <schonberg@adacore.com>
5911             Robert Dewar  <dewar@adacore.com>
5912
5913         * exp_ch2.adb: Minor reformatting.
5914         (Expand_Entry_Index_Parameter): Set the type of the identifier.
5915         (Expand_Entry_Reference): Add call to Expand_Protected_Component.
5916         (Expand_Protected_Component): New routine.
5917         (Expand_Protected_Private): Removed.
5918         Add Sure parameter to Note_Possible_Modification calls
5919
5920         * sem_ch12.ads, sem_ch12.adb (Analyze_Subprogram_Instantiation): The
5921         generated subprogram declaration must inherit the overriding indicator
5922         from the instantiation node.
5923         (Validate_Access_Type_Instance): If the designated type of the actual is
5924         a limited view, use the available view in all cases, not only if the
5925         type is an incomplete type.
5926         (Instantiate_Object):  Actual is illegal if the formal is null-excluding
5927         and the actual subtype does not exclude null.
5928         (Process_Default): Handle properly abstract formal subprograms.
5929         (Check_Formal_Package_Instance): Handle properly defaulted formal
5930         subprograms in a partially parameterized formal package.
5931         Add Sure parameter to Note_Possible_Modification calls
5932         (Validate_Derived_Type_Instance): if the formal is non-limited, the
5933         actual cannot be limited.
5934         (Collect_Previous_Instances): Generate instance bodies for subprograms
5935         as well.
5936
5937         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Small): Don't
5938         try to set RM_Size.
5939         Add Sure parameter to Note_Possible_Modification calls
5940         (Analyze_At_Clause): Preserve Comes_From_Source on Rewrite call
5941         (Analyze_Attribute_Definition_Clause, case Attribute_Address): Check for
5942         constant overlaid by variable and issue warning.
5943         Use new Is_Standard_Character_Type predicate
5944         (Analyze_Record_Representation_Clause): Check that the specified
5945         Last_Bit is not less than First_Bit - 1.
5946         (Analyze_Attribute_Definition_Clause, case Address): Check for
5947         self-referential address clause
5948
5949         * sem_ch5.ads, sem_ch5.adb (Diagnose_Non_Variable_Lhs): Rewrite the
5950         detection mechanism when the lhs is a prival.
5951         (Analyze_Assignment): Call Check_Unprotected_Access to detect
5952         assignment of a pointer to protected data, to an object declared
5953         outside of the protected object.
5954         (Analyze_Loop_Statement): Check for unreachable code after loop
5955         Add Sure parameter to Note_Possible_Modication calls
5956         Protect analysis from previous syntax error such as a scope mismatch
5957         or a missing begin.
5958         (Analyze_Assignment_Statement): The assignment is illegal if the
5959         left-hand is an interface.
5960
5961         * sem_res.ads, sem_res.adb (Resolve_Arithmetic_Op): For mod/rem check
5962         violation of restriction No_Implicit_Conditionals
5963         Add Sure parameter to Note_Possible_Modication calls
5964         Use new Is_Standard_Character_Type predicate
5965         (Make_Call_Into_Operator): Preserve Comes_From_Source when rewriting
5966         call as operator. Fixes problems (e.g. validity checking) which
5967         come from the result looking as though it does not come from source).
5968         (Resolve_Call): Check case of name in named parameter if style checks
5969         are enabled.
5970         (Resolve_Call): Exclude calls to Current_Task as entry formal defaults
5971         from the checking that such calls should not occur from an entry body.
5972         (Resolve_Call): If the return type of an Inline_Always function
5973         requires the secondary stack, create a transient scope for the call
5974         if the body of the function is not available for inlining.
5975         (Resolve_Actuals): Apply Ada2005 checks to view conversions of arrays
5976         that are actuals for in-out formals.
5977         (Try_Object_Operation): If prefix is a tagged protected object,retrieve
5978         primitive operations from base type.
5979         (Analyze_Selected_Component): If the context is a call to a protected
5980         operation the parent may be an indexed component prior to expansion.
5981         (Resolve_Actuals): If an actual is of a protected subtype, use its
5982         base type to determine whether a conversion to the corresponding record
5983         is needed.
5984         (Resolve_Short_Circuit): Handle pragma Check
5985
5986         * sem_eval.adb: Minor code reorganization (usea Is_Constant_Object)
5987         Use new Is_Standard_Character_Type predicate
5988         (Eval_Relational_Op): Catch more cases of string comparison
5989
5990 2008-04-08  Robert Dewar  <dewar@adacore.com>
5991             Gary Dismukes  <dismukes@adacore.com>
5992
5993         * s-rident.ads: Add No_Default_Initialization restriction
5994
5995         * exp_tss.adb:
5996         (Has_Non_Null_Base_Init_Proc): Handle No_Default_Initialization case
5997         (Set_TSS): Handle No_Default_Initialization case
5998
5999         * exp_ch6.adb (Expand_N_Subprogram_Body): Handle restriction
6000         No_Default_Initialization
6001         (Expand_N_Subprogram_Body): Remove redundant initialization of out
6002         parameters when Normalize_Scalars is active.
6003         (Add_Final_List_Actual_To_Build_In_Place_Call): Add formal Sel_Comp
6004         Fix casing error in formal parameter name in call
6005         (Register_Predefined_DT_Entry): Replace occurrences of RE_Address by
6006         (Expand_Call, Propagate_Tag): Call Kill_Current_Values when processing a
6007         dispatching call on VM targets.
6008
6009 2008-04-08  Gary Dismukes  <dismukes@adacore.com>
6010             Thomas Quinot  <quinot@adacore.com>
6011
6012         * exp_ch7.adb (Find_Final_List): Change the test for generating a
6013         selected component from an access type's Associated_Final_Chain to
6014         check for the presence of that field, rather than assuming it exists
6015         for all named access types.
6016         (Make_Clean): New formal Chained_Cleanup_Action allowing to specify a
6017         procedure to call at the end of the generated cleanup procedure.
6018         (Expand_Cleanup_Actions): When a new cleanup procedure is generated, and
6019         and an At_End_Proc already exists in the handled sequence of statements
6020         for which cleanup actions are being expanded, the original cleanup
6021         action must be preserved.
6022
6023 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
6024             Ed Schonberg  <schonberg@adacore.com>
6025             Robert Dewar  <dewar@adacore.com>
6026             Gary Dismukes  <dismukes@adacore.com>
6027
6028         * exp_ch9.ads, exp_ch9.adb (Build_Protected_Entry,
6029         Build_Unprotected_Subprogram_Body): Generate debug info for
6030         declarations related to the handling of private data in task and
6031         protected types.
6032         (Debug_Private_Data_Declarations): New subprogram.
6033         (Install_Private_Data_Declarations): Remove all debug info flagging.
6034         This is now done by Debug_Private_Data_Declarations at the correct
6035         stage of expansion.
6036         (Build_Simple_Entry_Call): If the task name is a function call, expand
6037         the prefix into an object declaration, and make the surrounding block a
6038         task master.
6039         (Build_Master_Entity): An internal block is a master if it wraps a call.
6040         Code reformatting, update comments. Code clean up.
6041         (Make_Task_Create_Call): Use 'Unrestricted_Access instead of 'Address.
6042         (Replicate_Entry_Formals): If the formal is an access parameter or
6043         anonymous access to subprogram, copy the original tree to create new
6044         entities for the formals of the subprogram.
6045         (Expand_N_Task_Type_Declaration): Create a Relative_Deadline variable
6046         for tasks to store the value passed using pragma Relative_Deadline.
6047         (Make_Task_Create_Call): Add the Relative_Deadline argument to the
6048         run-time call to create a task.
6049         (Build_Wrapper_Spec): If the controlling argument of the interface
6050         operation is an access parameter with a non-null indicator, use the
6051         non-null indicator on the wrapper.
6052
6053         * sem_ch9.adb (Analyze_Protected_Type): Only retrieve the full view when
6054         present, which it may not be in the case where the type entity is an
6055         incomplete view brought in by a limited with.
6056         (Analyze_Task_Type): Only retrieve the full view when present, which it
6057         may not be in the case where the type entity is an incomplete view brought
6058         in by a limited with.
6059         (Analyze_Protected_Definition): Set Is_Frozen on all itypes generated for
6060         private components of a protected type, to prevent the generation of freeze
6061         nodes for which there is no proper scope of elaboration.
6062
6063         * exp_util.ads, exp_util.adb
6064         (Remove_Side_Effects): If the expression is a function call that returns a
6065         task, expand into a declaration to invoke the build_in_place machinery.
6066         (Find_Protection_Object): New routine.
6067         (Remove_Side_Effects): Also make a copy of the value
6068         for attributes whose result is of an elementary type.
6069         (Silly_Boolean_Array_Not_Test): New procedure
6070         (Silly_Boolean_Array_Xor_Test): New procedure
6071         (Is_Volatile_Reference): New function
6072         (Remove_Side_Effects): Use Is_Volatile_Reference
6073         (Possible_Bit_Aligned_Component): Handle slice case properly
6074
6075         * exp_pakd.adb (Expand_Packed_Not): Move silly true/true or false/false
6076         case test to Exp_Util
6077         (Expand_Packed_Xor): Move silly true/true case test to Exp_Util
6078
6079 2008-04-08  Thomas Quinot  <quinot@adacore.com>
6080
6081         * exp_dist.ads, exp_dist.adb: Fix casing error in formal parameter name
6082         in call
6083         (Add_RACW_Features): When processing an RACW in another unit than the
6084         main unit, set Body_Decls to No_List to indicate that the bodies of
6085         the type's TSS must not be generated.
6086         (GARLIC_Support.Add_RACW_Read_Attribute,
6087         GARLIC_Support.Add_RACW_Write_Attribute): Do not generate bodies if
6088         Body_Decls is No_List.
6089         (PolyORB_Support.Add_RACW_Read_Attribute,
6090         PolyORB_Support.Add_RACW_Write_Attribute,
6091         PolyORB_Support.Add_RACW_From_Any,
6092         PolyORB_Support.Add_RACW_To_Any,
6093         PolyORB_Support.Add_RACW_TypeCode): Same.
6094         (Transmit_As_Unconstrained): New function.
6095         (Build_Ordered_Parameters_List): Use the above to order parameters.
6096         (GARLIC_Support.Build_General_Calling_Stubs):
6097         Use the above to determine which parameters to unmarshall using 'Input
6098         at the point where their temporary is declared (as opposed to later on
6099         with a 'Read call).
6100         (PolyORB_Support.Build_General_Calling_Stubs):
6101         Use the above to determine which parameters to unmarshall using From_Any
6102         at the point where their temporary is declared (as opposed to later on
6103         with an assignment).
6104
6105 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6106
6107         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): If this is
6108         an Input function for an access type, do not perform default
6109         initialization on the local variable that receives the value, to
6110         prevent spurious warnings when the type is null-excluding.
6111
6112 2008-04-08  Robert Dewar  <dewar@adacore.com>
6113             Ed Schonberg  <schonberg@adacore.com>
6114
6115         * freeze.adb (Freeze_Entity): Improve warnings on access types in pure
6116         units.
6117         (Size_Known): Generic formal scalar types have known at compile
6118         time size, so remove check.
6119         Fix casing error in formal parameter name in call
6120         (Freeze_Subprogram): If the subprogram is a user-defined operator,
6121         recheck its overriding indication.
6122
6123 2008-04-08  Vincent Celier  <celier@adacore.com>
6124
6125         * gnat1drv.adb: Send all messages indicating an error to standard error
6126
6127 2008-04-08  Robert Dewar  <dewar@adacore.com>
6128
6129         * gnatbind.adb (Restriction_Could_Be_Set): New procedure
6130         (List_Applicable_Restrictions): Do not list existing restrictions
6131
6132 2008-04-08  Thomas Quinot  <quinot@adacore.com>
6133
6134         * g-socket.ads, g-socket.adb: Improve documentation of GNAT.Sockets:
6135         add a pointer to generic sockets literature
6136         do not mention that the given example is "typical" usage.
6137         Remove obsolete comment about multicast not being supported on Windows.
6138         (Connect_Socket): Make Server mode IN rather than IN OUT
6139         since this formal is never modified.
6140
6141 2008-04-08  Robert Dewar  <dewar@adacore.com>
6142
6143         * sprint.adb (Write_Itype): Handle Itypes whose Parent field points to
6144         the declaration for some different entity.
6145         (Sprint_Node_Actual, case N_Derived_Type_Definition): When an interface
6146         list is precent (following the parent subtype indication), display
6147         appropriate "and" keyword.
6148
6149         * itypes.adb: Remove unnecessary calls to Init_Size_Align and Init_Esize
6150         Remove unnecessary calls to Init_Size_Align and Init_Esize.
6151         Add notes on use of Parent field of an Itype
6152
6153 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6154             Robert Dewar  <dewar@adacore.com>
6155             Gary Dismukes  <dismukes@adacore.com>
6156
6157         * lib-xref.adb (Is_On_LHS): Remove dead code
6158         (Output_Overriden_Op): If the overridden operation is itself inherited,
6159         list the ancestor operation, which is the one whose body or absstract
6160         specification is actually being overridden. For source navigation
6161         purposes.
6162
6163         * sem_ch7.adb (Is_Primitive_Of): use base type to determine whether
6164         operation is primitive for the type.
6165         (Declare_Inherited_Private_Subprograms): If the new operation overrides
6166         an inherited private subprogram, set properly the Overridden_Operation
6167         attribute, for better cross-reference information.
6168         (Analyze_Package_Specification): Do late analysis of spec PPCs
6169         (Install_Private_Declaration, Uninstall_Declarations): Save/restore
6170         properly the full view and underlying full views of a private type in a
6171         child unit, whose full view is derived from a private type in a parent
6172         unit, and whose own full view becomes visible in the child body.
6173
6174         * sem_disp.adb (Check_Dispatching_Operation): When a body declares a
6175         primitive operation after the type has been frozen, add an explicit
6176         reference to the type and the operation, because other primitive
6177         references have been emitted already.
6178         (Expand_Call, Propagate_Tag): Call Kill_Current_Values when processing a
6179         dispatching call on VM targets.
6180
6181 2008-04-08  Vincent Celier  <celier@adacore.com>
6182             Thomas Quinot  <quinot@adacore.com>
6183
6184         * make.adb: (Gnatmake_Called): Remove, no longer necessary
6185         (Compile_Surces): Call Delete_Temp_Config_Files only if Gnatmake_Called
6186         is True and Debug_Flag_N is False. Debug_Flag_N means "keep temp files".
6187         (Insert_Project_Sources): Take into account index in multi-unit source
6188         files.
6189         After building a library project, delete all temporary files.
6190         (Initialize): Reset current output after parsing project file.
6191         (Collect_Arguments_And_Compile): Never insert in the queue the sources
6192         of library projects that are externally built.
6193         Put file name in error and inform messages if -df is used
6194         (Display): If invoked with -d7, do not display path names, but only
6195         file names.
6196
6197         * makeutl.ads (Path_Or_File_Name): New function
6198         (Path_Or_File_Name): New function
6199
6200 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
6201
6202         * Make-lang.in: Disable warnings during first stage of bootstrap
6203         Get rid of gnatbl.
6204         Update dependencies.
6205
6206 2008-04-08  Vincent Celier  <celier@adacore.com>
6207
6208         * mlib-prj.adb (Build_Library): Compare with ALI file name in canonical
6209         case to decide if ALI object file is included in library.
6210         (Build_Library): Never attempt to build a library if the project is
6211         externally built.
6212
6213 2008-04-08  Thomas Quinot  <quinot@adacore.com>
6214
6215         * nlists.adb (Is_Non_Empty_List): Remove redundant test. First
6216         (No_List) is defined to return Empty.
6217
6218 2008-04-08  Jose Ruiz  <ruiz@adacore.com>
6219
6220         * osint.ads, osint.adb (Get_Libraries_From_Registry): Improve
6221         documentation.
6222         Update comments.
6223         (Read_Default_Search_Dirs): Do not consider spaces as path separators
6224         because spaces may be part of legal paths.
6225
6226 2008-04-08  Robert Dewar  <dewar@adacore.com>
6227
6228         * par-ch11.adb (P_Exception_Handler): Check indentation level for
6229         handler
6230
6231 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6232
6233         * par-ch3.adb (P_Type_Declaration) Reject the keyword "synchronized"
6234         in a type declaration, if this is not an interface declaration or
6235         private type extension.
6236
6237 2008-04-08  Vincent Celier  <celier@adacore.com>
6238
6239         * prj-util.adb (Executable_Of): New String parameter Language. When
6240         Ada_Main is False and Language is not empty, attempt to remove the body
6241         suffix or the spec suffix of the language to get the base of the
6242         executable file name.
6243         (Put): New Boolean parameter Lower_Case, defauilted to False. When
6244         Lower_Case is True, put the value in lower case in the name list.
6245         (Executable_Of): If there is no executable suffix in the configuration,
6246         then do not modify Executable_Extension_On_Target.
6247
6248         * prj-util.ads (Executable_Of): New String parameter Language,
6249         defaulted to the empty string.
6250         (Put): New Boolean parameter Lower_Case, defauilted to False
6251
6252 2008-04-08  Robert Dewar  <dewar@adacore.com>
6253
6254         * scng.adb (Scan_Identifier): Handle case of identifier starting with
6255         wide character using UTF-8 encoding.
6256
6257 2008-04-08  Javier Miranda  <miranda@adacore.com>
6258
6259         * sem.adb (Analyze): Consider case in which we analyze an empty node
6260         that was generated by a call to a runtime function that is not
6261         available under the configurable runtime.
6262
6263         * sem.ads (Inside_Freezing_Actions): New flag.
6264         (Save_Check_Policy_List): New field in scope stack entry
6265
6266 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6267             Robert Dewar  <dewar@adacore.com>
6268
6269         * sem_aggr.adb (Analyze_N_Extension_Aggregate): Add legality checks for
6270         the ancestor part of an extension aggregate for a limited type.
6271         (Resolve_Array_Aggregate): Issue warning for sliding of aggregate with
6272         enumeration index bounds.
6273         (Resolve_Array_Aggregate): Add circuit for diagnosing missing choices
6274         when array is too short.
6275         (Check_Expr_OK_In_Limited_Aggregate): Move function
6276         Check_Non_Limited_Type from Resolve_Record_Aggregate to top level (and
6277         change name).
6278         (Resolve_Array_Aggregate.Resolve_Aggr_Expr):
6279         Check_Expr_OK_In_Limited_Aggregates called to check for illegal limited
6280         component associations.
6281         (Check_Non_Limited_Type): Moved to outer level and renamed.
6282         (Resolve_Record_Aggregate): In an extension aggregate, an association
6283         with a box initialization can only designate a component of the
6284         extension, not a component inherited from the given ancestor
6285
6286         * sem_case.adb: Use new Is_Standard_Character_Type predicate
6287
6288 2008-04-08  Robert Dewar  <dewar@adacore.com>
6289
6290         * s-imgdec.adb (Set_Decimal_Digits): Fix error when input is zero with
6291         negative scale
6292         (Set_Decimal_Digits): Properly handle Aft=0 (equivalent to Aft=1)
6293         Properly handle case where Aft > Scale and input number is less than
6294         one.
6295
6296 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
6297
6298         * s-stoele.ads, s-soflin.ads: Move the location of
6299         Dummy_Communication_Block from System.Storage_Elements to
6300         System.Soft_Links.
6301
6302         * s-tpobop.ads: Add comment on usage of Dummy_Communication_Block to
6303         emulate Communication_Block in certain scenarios.
6304
6305 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
6306
6307         * s-strxdr.adb, s-stratt.ads, s-stratt.adb (Block_IO_OK): New
6308         subprogram.
6309         Add new subtype S_WWC, unchecked conversion routines From_WWC and
6310         To_WWC.
6311         (I_WWC, O_WWC): New routines for input and output of
6312         Wide_Wide_Character.
6313
6314 2008-04-08  Robert Dewar  <dewar@adacore.com>
6315
6316         * stringt.adb (Write_String_Table_Entry): Handle wide characters
6317         properly
6318
6319 2008-04-08  Robert Dewar  <dewar@adacore.com>
6320
6321         * styleg.adb (Check_Comment): Allow special char after -- in
6322         non-end-of-line case
6323
6324 2008-04-08  Robert Dewar  <dewar@adacore.com>
6325
6326         * stylesw.adb: Implement -gnaty + - y options
6327         (Set_GNAT_Style_Check_Options): Includ I in style check string
6328
6329         * stylesw.ads: Add comments for new style switch options
6330
6331 2008-04-08  Sergey Rybin  <rybin@adacore.com>
6332
6333         * tree_io.ads: Increase ASIS_Version_Number because of adding Sem_Aux
6334         to the set of the GNAT components needed by ASIS.
6335
6336 2008-04-08  Bob Duff  <duff@adacore.com>
6337
6338         * types.h: Change CE_Null_Exception_Id to the correct value (8, was 9).
6339
6340 2008-04-08  Tristan Gingold  <gingold@adacore.com>
6341
6342         * vxaddr2line.adb: Use Unsigned_32 instead of Integer for address type.
6343         Improve error message generation.
6344
6345 2008-04-08  Vincent Celier  <celier@adacore.com>
6346
6347         * a-direct.adb (Start_Search): Check for Name_Error before checking for
6348         Use_Error, as specified in the RM. Check if directory is open and raise
6349         Use_Error if it is not.
6350
6351 2008-04-08  Vincent Celier  <celier@adacore.com>
6352             Robert Dewar  <dewar@adacore.com>
6353
6354         * vms_conv.adb (Output_Version): Print "GNAAMP" instead of "GNAT when
6355         AAMP_On_Target is set.
6356
6357         * vms_data.ads: Add NOxxx to style check switch list
6358         Add entry COMPONENTS for -gnatVe
6359         Add VMS qualifiers for -eL (/FOLLOW_LINKS_FOR_FILES) and --subdirs=
6360         (/SUBDIRS=).
6361         (GCC_Switches): Add /ALL_BACK_END_WARNINGS.
6362         Add qualifiers for gnatmetric coupling options
6363         Add note that -gnata enables all checks
6364         Add entries [NO]PARAMETER_ORDER for -gnatw.p[P]
6365         Fix inconsistency for VMS qualifier for the gnatpp '-rnb' option
6366         New warning flag -gnatw.e
6367
6368         * usage.adb: Add entries for -gnaty+ -gnaty- -gnatyy
6369         Add entry for -gnatyN (forgotten before)
6370         Line for new warning switch -gnatw.p
6371         New warning flag -gnatw.e
6372
6373         * gnat_ugn.texi: Add documentation fpr project file switch -aP
6374         Document -gnaty - + y
6375         Replace occurences of "package specification" with "package spec"
6376         Define preprocessing symbols in documentation of gnatprep
6377         Clarify reason for distinguishing overflow checking
6378         Add documentation for project-aware tool switches -eL and --subdirs=
6379         Complete list of configuration pragmas
6380         Specify that, even when gnatmake switch -x is used, mains on the command
6381         line need to be sources of project files.
6382         Editing of gnatcheck/gnatmetric doc.
6383         Add documentation for -gnatw.p/-gnatw.P
6384         Add missing documentation for -fno-inline-functions.
6385         Add documentation for -gnatw.e
6386
6387         * gnat_rm.texi: Add documentation for No_Default_Initialization
6388         Replace occurences of "package specification" with "package spec"
6389         Document use of * in Warnings Off string
6390         Update documentation of alignment/component clauses.
6391         Add documentation for Invalid_Value
6392         Document new consistency rule for Optimize_Alignment
6393         Add documentation for Precondition and Postcondition pragmas
6394         Add documentation for Check and Check_Policy pragmas
6395         Document new Enum_Val attribute
6396         Remove requirement for static string in pragma Assert
6397         Add documentation on GNAT.Time_Stamp
6398
6399         * ug_words: add entry for -gnatVe
6400         Add entries for -gnat.p[P] /WARNINGS=[NO]PARAMETER_ORDER
6401         Add entry for -gnatw.e
6402
6403         * debug.adb: Add missing documentation for d.a flag
6404         Document new -gnatd.a switch.
6405         Add documentation for new gnatmake debug switch -df
6406
6407 2008-04-08  Thomas Quinot  <quinot@adacore.com>
6408
6409         * gen-soccon.c: Bump year in copyright notices.
6410
6411         * g-soccon-vxworks.ads: Add new constant IP_PKTINFO
6412
6413 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
6414
6415         * ctrl_c.c: Improve handling of ctrl-c on LynxOS and Windows.
6416         Minor reformatting.
6417
6418 2008-04-08  Robert Dewar  <dewar@adacore.com>
6419             Bob Duff  <duff@adacore.com>
6420
6421         * impunit.adb: Add Interfaces.Java.JNI, System.Strings.Stream_Ops,
6422         Ada.Calendar.Conversions, Ada.Dispatching.EDF, GNAT.Time_Stamp
6423
6424         * s-intman-mingw.adb: Minor comment fix -- spell 'explicitly' correctly
6425
6426         * g-trasym.adb: Minor comment fix -- spell 'explicitly' correctly
6427
6428         * g-trasym.ads: Minor comment improvements
6429
6430         * s-stalib.adb: Minor comment fix -- spell 'explicitly' correctly
6431
6432         * a-sequio.ads, a-direio.ads: improve message for tagged type
6433
6434         * a-strunb.ads: Minor reformatting
6435
6436         * a-tifiio.adb: Minor reformatting
6437
6438         * atree.adb (Fix_Parents): Use clearer names for formals
6439         Cleanup and simplify code
6440         Use named notation in calls
6441
6442         * exp_fixd.adb (Do_Multiply_Fixed_Universal): Use named notation in
6443         confusing calls
6444
6445         * uintp.adb: Used named notation for some confusing calls
6446
6447         * bindusg.adb: Minor change in one line of output
6448
6449         * cstand.adb: Minor reformatting of src representation of Standard
6450
6451         * a-assert.ads: Add comment.
6452
6453         * g-decstr.adb: Fix bad indentation
6454
6455         * expander.ads, expander.adb: Code clean up.
6456
6457         * sem_dist.ads: Minor comment improvement
6458
6459         * sem_type.adb, g-dirope.ads, g-exctra.ads, s-valwch.adb,
6460         s-wchstw.adb, targparm.ads, widechar.adb: Minor reformatting
6461
6462         * i-cstrin.adb: Fix casing error in formal parameter name in call
6463
6464 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6465
6466         * binde.adb (Gather_All_Links, Gather_Dependencies): units that are
6467         mentioned in limited_with_clauses to do create semantic dependencies
6468         even though they appear in the ali file.
6469
6470 2008-04-08  Emmanuel Briot  <briot@adacore.com>
6471
6472         * g-comlin.ads, g-comlin.adb (Expansion): Remove unreachable return
6473         statement.
6474         (Get_Configuration): New subprogram.
6475
6476         * prj-pp.ads, prj-pp.adb (Pretty_Print): new parameters Id and Id_Tree
6477         These optional parameters help preserve the casing of the project's name
6478         when pretty-printing.
6479
6480 2008-04-08  Jerome Lambourg  <lambourg@adacore.com>
6481             Arnaud Charlet  <charlet@adacore.com>
6482
6483         * bindgen.adb (Gen_Adainit_Ada): If the main program is a CIL function,
6484         then use __gnat_set_exit_status to report the returned status code.
6485
6486         * comperr.adb (Compiler_Abort): Convert most bug boxes into clean error
6487         messages on .NET, since some constructs of the language are not
6488         properly supported.
6489
6490         * gnatlink.adb (Gnatlink): In case the command line is too long for the
6491         .NET linker, gnatlink now concatenate all .il files and pass this to
6492         ilasm.
6493
6494 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
6495             Xavier Grave  <grave@ipno.in2p3.fr>
6496
6497         * Makefile.in: Add make ifeq define for mips/mipsel support.
6498         * g-soccon-linux-mips.ads, system-linux-mipsel.ads,
6499         system-linux-mips.ads: New files.
6500
6501 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
6502
6503         * sysdep.c: add __GLIBC__ to the #ifdef preprocessor macros to
6504         detect systems using GNU libc.
6505         * gsocket.h: ditto.
6506         * socket.c: ditto.
6507         * adaint.c: ditto.
6508         * link.c: ditto.
6509
6510 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
6511
6512         * s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New
6513         constant constant for sysconf call.
6514         (bit_field): New packed boolean type used by cpu_set_t.
6515         (cpu_set_t): New type corresponding to the C type with
6516         the same name. Note that on the Ada side we use a bit
6517         field array for the affinity mask. There is not need
6518         for the C macro for setting individual bit.
6519         (pthread_setaffinity_np): New imported routine.
6520         * Makefile.in: Use s-tasinf-linux.ads and s-tasinf-linux.adb
6521         on GNU/kFreeBSD.
6522
6523 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
6524
6525         * utils2.c (build_binary_op): Fold ARRAY_REF and ARRAY_RANGE_REF too.
6526
6527 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
6528
6529         * gigi.h (create_subprog_type): Remove returns_with_dsp parameter.
6530         * decl.c (gnat_to_gnu_entity): Adjust for above new prototype.
6531         * utils.c (create_subprog_type): Remove returns_with_dsp parameter.
6532         * trans.c (gnat_to_gnu) <N_Return_Statement>: Remove code dealing with
6533         Return by Depressed Stack Pointer.
6534
6535 2008-04-06  Eric Botcazou  <ebotcazou@adacore.com>
6536
6537         * decl.c (is_variable_size): Do not unconditionally return false
6538         on non-strict alignment platforms.
6539
6540 2008-04-06  Eric Botcazou  <ebotcazou@adacore.com>
6541
6542         * decl.c (rest_of_type_decl_compilation_no_defer): New local function
6543         used to process all the variants of the specified type.
6544         (gnat_to_gnu_entity): Invoke rest_of_type_decl_compilation for enumeral
6545         types too.  Call rest_of_type_decl_compilation_no_defer if undeferring.
6546         (rest_of_type_decl_compilation): Likewise.
6547         * utils.c (gnat_pushdecl): Propagate the name to all variants of type.
6548
6549 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
6550
6551         * gigi.h (insert_block): Kill.
6552         * utils.c (insert_block): Kill.
6553
6554 2008-04-02  Eric Botcazou  <ebotcazou@adacore.com>
6555
6556         * decl.c (gnat_to_gnu_entity) <object>: For a constant object whose
6557         type has self-referential size, get the size from the initializing
6558         expression directly if it is also a constant whose nominal type
6559         has self-referential size.
6560
6561 2008-04-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6562
6563         PR ada/33688
6564         * g-soccon-darwin.ads: Define new constant IP_PKTINFO.
6565
6566         PR ada/33857
6567         * env.c: Always include crt_externs.h if __APPLE__ is defined.
6568         (__gnat_setenv): Use setenv instead of putenv if __APPLE__ is defined.
6569
6570 2008-04-01  Andreas Jaeger  <aj@suse.de>
6571
6572         * g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and
6573         IP_PKTINFO.
6574
6575 2008-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6576
6577         * g-table.adb, g-tasloc.adb, g-traceb.ads,
6578         g-trasym.adb, g-utf_32.adb, gen-soccon.c, gigi.h, gmem.c,
6579         gnatbind.adb, gnatchop.adb, gnatcmd.adb,
6580         gnatcmd.ads, gnatdll.adb, gnatfind.adb,
6581         gnatlink.adb, gnatmem.adb, gprep.adb,
6582         i-cstrea-vms.adb, i-cstrin.adb, i-pacdec.ads,
6583         i-vxwork.ads, impunit.adb, init.c, initialize.c, inline.adb,
6584         layout.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
6585         lib-xref.ads, lib.adb, link.c, live.ads,
6586         make.adb, makegpr.adb, makeutl.adb, math_lib.adb,
6587         mdll-utl.adb, mdll.ads, memroot.adb, memroot.ads,
6588         misc.c, mlib-prj.adb, mlib-tgt-hpux.adb,
6589         mlib-tgt-linux.adb, mlib-tgt-tru64.adb, mlib-tgt.ads,
6590         namet.adb, namet.h, nlists.adb, nlists.ads,
6591         nlists.h, opt.ads, osint-b.ads, osint-c.adb,
6592         osint-c.ads, osint.adb, osint.ads, output.ads,
6593         par-ch10.adb, par-ch12.adb, par-ch2.adb, par-ch3.adb,
6594         par-ch4.adb, par-ch5.adb, par-ch6.adb, par-ch9.adb,
6595         par-endh.adb, par-labl.adb, par-prag.adb,
6596         par-sync.adb, par-tchk.adb, par-util.adb,
6597         par.adb, prep.adb, prep.ads, prepcomp.adb, prj-attr.ads,
6598         prj-dect.adb, prj-env.adb, prj-ext.adb, prj-nmsc.adb,
6599         prj-nmsc.ads, prj-pp.adb, prj-proc.adb,
6600         prj-strt.ads, prj-tree.ads, prj.adb, prj.ads: Fix comment typos.
6601
6602 2008-03-31  Eric Botcazou  <ebotcazou@adacore.com>
6603
6604         * decl.c (gnat_to_gnu_entity) <object>: Do not force a non-null
6605         size if it has overflowed.
6606
6607 2008-03-31  Olivier Hainque  <hainque@adacore.com>
6608             Eric Botcazou  <ebotcazou@adacore.com>
6609
6610         * utils2.c (find_common_type): Document assumption on t1/t2 vs
6611         lhs/rhs. Force use of lhs type if smaller, whatever the modes.
6612
6613 2008-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6614
6615         * a-textio.ads, a-witeio.ads, a-ztexio.ads, ali.ads,
6616         einfo.ads, erroutc.adb, erroutc.ads, exp_attr.adb,
6617         exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
6618         exp_pakd.ads, exp_prag.adb, exp_smem.adb,
6619         exp_tss.ads, exp_util.adb, exp_util.ads,
6620         exp_vfpt.adb, freeze.adb, freeze.ads,
6621         frontend.adb, g-alleve.adb, g-altcon.adb,
6622         g-altive.ads, g-alveop.ads, g-alvevi.ads,
6623         g-arrspl.adb, g-busorg.ads, g-calend.adb,
6624         g-calend.ads, g-casuti.ads, g-cgideb.adb,
6625         g-comlin.adb, g-comlin.ads, g-curexc.ads,
6626         g-debpoo.adb, g-debpoo.ads, g-decstr.adb,
6627         g-dirope.adb, g-dirope.ads, g-dynhta.ads,
6628         g-dyntab.adb, g-encstr.ads, g-excact.ads,
6629         g-except.ads, g-expect.ads, g-heasor.adb,
6630         g-hesora.adb, g-hesorg.adb, g-htable.ads,
6631         g-locfil.ads, g-md5.adb, g-md5.ads,
6632         g-memdum.ads, g-moreex.ads, g-os_lib.adb,
6633         g-pehage.adb, g-pehage.ads, g-regexp.adb,
6634         g-regexp.ads, g-regpat.adb, g-regpat.ads,
6635         g-soccon-aix.ads, g-soccon-darwin.ads,
6636         g-soccon-freebsd.ads, g-soccon-hpux-ia64.ads,
6637         g-soccon-hpux.ads, g-soccon-irix.ads,
6638         g-soccon-linux-64.ads, g-soccon-linux-ppc.ads,
6639         g-soccon-linux-x86.ads, g-soccon-lynxos.ads,
6640         g-soccon-mingw.ads, g-soccon-solaris-64.ads,
6641         g-soccon-solaris.ads, g-soccon-tru64.ads,
6642         g-soccon-vms.ads, g-soccon-vxworks.ads,
6643         g-soccon.ads, g-socket.adb, g-socket.ads,
6644         g-socthi-mingw.adb, g-socthi-vms.adb,
6645         g-socthi-vxworks.adb, g-soliop-mingw.ads,
6646         g-soliop-solaris.ads, g-soliop.ads, g-spipat.adb,
6647         g-spipat.ads, g-string.adb, g-stsifd-sockets.adb: Fix comment
6648         typos.
6649
6650 2008-03-27  Eric Botcazou  <ebotcazou@adacore.com>
6651
6652         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Also set the public flag
6653         if the procedure is imported.
6654
6655 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6656
6657         * adaint.c: Fix warnings.
6658
6659 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6660
6661         * g-dirope.ads, g-dirope.adb: (Dir_Type_Value): Moved to spec.
6662
6663 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6664
6665         * a-witeio.adb: Fix problem with Current_Output (introduce Self).
6666         Fix problem of status check for null file
6667
6668 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6669
6670         * s-proinf-irix-athread.ads, s-vxwork-mips.ads,
6671         s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
6672         s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
6673         i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
6674         s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
6675         comments.
6676
6677 2008-03-26  Thomas Quinot  <quinot@adacore.com>
6678
6679         PR ada/33688
6680         * g-socket.ads, g-socket.adb (Options, Set_Socket_Option,
6681         Get_Socket_Option): Add support for Receive_Packet_Info.
6682
6683         * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
6684         g-soccon-irix.ads, g-soccon-hpux.ads, g-soccon-solaris.ads,
6685         g-soccon-vms.ads, g-soccon-mingw.ads, g-soccon-freebsd.ads,
6686         g-soccon-hpux-ia64.ads, g-soccon-solaris-64.ads, g-soccon-darwin.ads,
6687         g-soccon-lynxos.ads, g-soccon-linux-64.ads, g-soccon-linux-x86.ads: Add
6688         new constants SO_REUSEPORT and IP_PKTINFO
6689
6690 2008-03-26  Robert Dewar  <dewar@adacore.com>
6691
6692         * a-taster.adb, s-shasto.adb, s-soflin.adb, s-taasde.adb, s-taenca.adb,
6693         a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
6694         a-intnam-lynxos.ads, a-retide.adb, a-intnam-tru64.ads, a-intnam-aix.ads,
6695         a-intnam-irix.ads, a-intnam-hpux.ads, a-intnam-linux.ads,
6696         a-intnam-solaris.ads, a-caldel-vms.adb, a-intnam-vms.ads,
6697         a-excpol-abort.adb, a-intnam-mingw.ads, s-interr.adb, s-interr.ads,
6698         s-intman.ads, s-gloloc.adb, s-osinte-lynxos-3.ads,
6699         s-interr-sigaction.adb, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
6700         a-intnam-freebsd.ads, s-osinte-freebsd.ads, s-osinte-lynxos.ads,
6701         s-taspri-lynxos.ads, s-osinte-tru64.ads, s-osinte-tru64.ads,
6702         s-taspri-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads,
6703         s-osinte-hpux-dce.ads, s-taprop-hpux-dce.adb, s-taspri-hpux-dce.ads,
6704         s-osinte-linux.ads, s-osinte-dummy.ads, s-taprop-dummy.adb,
6705         s-taspri-dummy.ads, s-interr-dummy.adb, s-osinte-solaris.ads,
6706         s-osinte-mingw.ads, s-taprop-solaris.adb, s-taspri-solaris.ads,
6707         s-inmaop-vms.adb, s-interr-vms.adb, s-intman-vms.ads, s-osinte-vms.ads,
6708         s-osinte-vms.ads, s-taprop-vms.adb, s-taspri-vms.ads,
6709         s-taspri-mingw.ads, s-interr-vxworks.adb, s-inmaop-posix.adb,
6710         s-intman-vxworks.ads, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
6711         s-taspri-vxworks.ads, s-taspri-posix.ads, a-caldel.adb, a-calend.adb,
6712         a-elchha.adb, a-dynpri.adb, a-except.adb, a-except.ads, a-interr.ads,
6713         a-textio.adb, a-tigeau.ads, atree.adb, s-taprob.adb, s-taprop.ads,
6714         s-tarest.adb, s-tarest.ads, s-tasini.adb, s-taskin.adb, s-taskin.ads,
6715         s-tasque.adb, s-tasren.adb, s-tasren.ads, s-tassta.adb, s-tassta.ads,
6716         s-tasuti.adb, s-tataat.adb, s-tataat.ads, s-tpoben.adb, s-tpoben.ads,
6717         s-tpobop.adb, s-tpobop.ads, s-tposen.adb, s-tposen.ads, s-valrea.adb,
6718         s-valuti.adb, a-intnam-darwin.ads, s-osinte-darwin.ads, s-solita.adb,
6719         a-ztinau.ads, s-osinte-linux-hppa.ads, a-except-2005.adb,
6720         a-except-2005.ads, a-rttiev.adb, s-osinte-vxworks6.ads, s-regexp.adb,
6721         s-tasloc.adb: Minor reformatting.
6722         Update comments.
6723         Remove "used for" sections from comments.
6724
6725 2008-03-26  Robert Dewar  <dewar@adacore.com>
6726
6727         * s-tpopsp-posix.adb, s-tpopsp-solaris.adb, s-tpopsp-posix-foreign.adb,
6728         s-tpopsp-lynxos.adb, s-tpopde-vms.ads, s-tpopde-vms.adb,
6729         s-tpopsp-vxworks.adb, s-casi16.adb, s-caun16.adb, s-inmaop.ads,
6730         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-tpinop.adb,
6731         s-tpinop.ads, s-tporft.adb, a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb,
6732         a-crbtgk.ads, a-crbtgk.adb, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
6733         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
6734         a-cgcaso.adb, a-cgaaso.adb, a-ciormu.adb, a-cihase.adb, a-swuwha.ads,
6735         a-rbtgso.ads, a-cgaaso.ads, a-cgaaso.ads, a-ciorma.adb, a-chtgke.ads,
6736         a-chtgke.adb, a-llfzti.ads, a-ztenau.adb, a-ztenau.ads, a-stzhas.ads,
6737         a-szbzha.ads, a-szbzha.adb, a-crdlli.ads, a-crdlli.ads, a-crdlli.adb,
6738         i-forbla-darwin.adb, i-forbla.ads, s-regexp.adb, a-nllrar.ads,
6739         a-nlrear.ads, a-nucoar.ads, a-nurear.ads, i-forlap.ads, s-gearop.adb,
6740         s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb, s-gecola.ads,
6741         s-gerebl.adb, s-gerela.ads, a-swuwha.adb, i-forbla-unimplemented.ads,
6742         double spaced if it fits on one line and otherwise single spaced.
6743
6744 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6745
6746         * s-taprop-irix.adb, s-taprop-tru64.adb, s-taprop-lynxos.adb,
6747         s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
6748         s-taprop-posix.adb (Create_Task): Do not attempt to set task priority
6749         or task info if the thread could not be created.
6750
6751 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6752
6753         * gnatvsn.ads (Library_Version): Bump to 4.4.
6754         (Current_Year): Bump to 2008.
6755
6756 2008-03-26  Robert Dewar  <dewar@adacore.com>
6757
6758         * ali.ads, ali.adb (Optimize_Alignment_Setting): New field in ALI record
6759
6760         * bcheck.adb (Check_Consistent_Optimize_Alignment): New procedure
6761
6762         * debug.adb: Add debug flags d.r and d.v
6763         Add debug flag .T (Optimize_Alignment (Time))
6764         Add debug flag .S (Optimize_Alignment (Space))
6765
6766         * freeze.adb (Freeze_Record_Type): Set OK_To_Reorder_Components
6767         depending on setting of relevant debug flags.
6768         Replace use of Warnings_Off by Has_Warnings_Off
6769         (Freeze_Entity): In circuit for warning on suspicious convention
6770         actuals, do not give warning if subprogram has same entity as formal
6771         type, or if subprogram does not come from source.
6772         (Freeze_Entity): Don't reset Is_Packed for fully rep speced record
6773         if Optimize_Alignment set to Space.
6774
6775         * frontend.adb: Add call to Sem_Warn.Initialize
6776         Add call to Sem_Warn.Output_Unused_Warnings_Off_Warnings
6777         Reset Optimize_Alignment mode from debug switches .S and .T
6778
6779         * layout.adb (Layout_Composite_Object): Rewritten for
6780         Optimize_Aligment pragma.
6781
6782         * lib-writ.ads, lib-writ.adb: New Ox parameter for Optimize_Alignment
6783         mode.
6784
6785         * opt.ads, opt.adb: (Optimize_Alignment): New global switch
6786
6787         * par-prag.adb (N_Pragma): Chars field removed, use Chars
6788         (Pragma_Identifier (..  instead, adjustments throughout to accomodate
6789         this change. Add entry for pragma Optimize_Alignment
6790
6791         * sem_prag.adb (N_Pragma): Chars field removed, use Chars
6792         (Pragma_Identifier (..
6793         instead, adjustments throughout to accomodate this change.
6794         (Process_Compile_Time_Warning_Or_Error): Use !! for generated msg
6795         (Favor_Top_Level): Use new function Is_Access_Subprogram_Type
6796         Add implementation of pragma Optimize_Alignment
6797
6798 2008-03-26  Vincent Celier  <celier@adacore.com>
6799
6800         * a-szuzti.adb, a-swuwti.adb, a-suteio.adb (functions Get_Line):
6801         Improve memory usage to avoid use of stack.
6802
6803 2008-03-26  Robert Dewar  <dewar@adacore.com>
6804
6805         * a-teioed.ads: Correct value of Default_Fill
6806
6807         * a-teioed.adb (Image): Use Fill_Character instead of '*' to fill
6808
6809 2008-03-26  Robert Dewar  <dewar@adacore.com>
6810
6811         * a-ztexio.adb, a-ztexio.ads, a-witeio.ads, a-witeio.adb: Fix problem
6812         with Current_Output (introduce Self).
6813
6814 2008-03-26  Robert Dewar  <dewar@adacore.com>
6815
6816         * checks.adb (Ensure_Valid): Capture valid status if possible
6817         (eliminate checks)
6818
6819 2008-03-26  Robert Dewar  <dewar@adacore.com>
6820
6821         * stand.ads: Deal with reordering of package standard declarations
6822
6823         * cstand.adb: Put package Standard declarations in proper order
6824
6825 2008-03-26  Robert Dewar  <dewar@adacore.com>
6826
6827         * einfo.ads, einfo.adb (N_Pragma): Chars field removed, use Chars
6828         (Pragma_Identifier (.. instead.
6829         (OK_To_Reorder_Components): New flag
6830         (Has_Entries): Code cleanup.
6831         (Warnings_Off_Used): New flag
6832         (Warnings_Off_Used_Unmodified): New flag
6833         (Warnings_Off_Used_Unreferenced): New flag
6834         (Has_Warnings_Off): New function
6835         (Has_Unmodified): New function
6836         (Has_Unreferenced): New function
6837         (Is_Trivial_Subprogram): New flag
6838         (Is_Static_Dispatch_Table_Entity): New attribute.
6839         Change name Access_Subprogram_Type_Kind to Access_Subprogram_Kind
6840         (more consistent with other similar names)
6841         (Access_Subprogram_Type): New classification function
6842
6843 2008-03-26  Robert Dewar  <dewar@adacore.com>
6844
6845         * errout.ads: Document new !! insertion sequence
6846
6847         * errout.adb (N_Pragma): Chars field removed, use Chars
6848         (Pragma_Identifier (..  instead.
6849         Replace use of Warnings_Off by Has_Warnings_Off
6850         (Error_Msg_Internal): Don't delete warning ending in !!
6851
6852 2008-03-26  Robert Dewar  <dewar@adacore.com>
6853
6854         * par.adb (Check_No_Right_Paren): Removed no longer used
6855
6856         * par-ch10.adb (N_Pragma): Chars field removed, use Chars
6857         (Pragma_Identifier (..  instead.
6858
6859         * par-ch10.adb (P_Subunit): Improvement in error recovery and message
6860
6861         * par-tchk.adb, par-ch5.adb, par-ch6.adb, par-ch3.adb,
6862         par-ch4.adb: Minor improvements in error recovery and messages.
6863
6864         * erroutc.adb (Test_Style_Warning_Serious_Msg): Treat style msgs as
6865         non-serious
6866
6867         * par-ch9.adb: Minor improvements in error recovery and messages
6868         (P_Protected): Better error recovery for "protected type x;"
6869
6870         * par-util.adb: Minor improvements in error recovery and messages
6871         (Check_No_Right_Paren): Removed no longer used
6872
6873 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
6874
6875         * exp_aggr.adb (Replace_Type): When checking for self-reference, verify
6876         that the prefix of an attribute is the type of the aggregate being
6877         expanded.
6878
6879 2008-03-26  Javier Miranda  <miranda@adacore.com>
6880             Robert Dewar  <dewar@adacore.com>
6881
6882         * exp_attr.adb (N_Pragma): Chars field removed.
6883         (Expand_N_Attribute_Reference): If the designated type associated with
6884         attribute 'Unrestricted_Access is a subprogram entity then replace it
6885         by an E_Subprogram_Type itype.
6886         Implement attribute Old
6887
6888         * sem_attr.ads (Attribute_Class_Array): Move to snames.ads
6889
6890         * sem_attr.adb (Build_Access_Subprogram_Itype): Add documentation.
6891         Replace call to
6892         New_Internal_Entity by call to Create_Itype to centralize calls
6893         building itypes, ad propagate the convention of the designated
6894         subprogram. In addition, disable the machinery cleaning constant
6895         indications from all entities in current scope when 'Unrestricted_Access
6896         corresponds with a node initializing a dispatch table slot.
6897         (Analyze_Attribute): Parameterless attributes returning a string or a
6898         type will not be called with improper arguments, so we can remove junk
6899         code that was dealing with this case.
6900         Implement attribute Old
6901
6902         * snames.ads, snames.h, snames.adb: Add entries for attribute Old
6903         Add entry for pragma Optimize_Alignment
6904         New standard names Sync and Synchronize
6905
6906 2008-03-26  Robert Dewar  <dewar@adacore.com>
6907             Arnaud Charlet  <charlet@adacore.com>
6908
6909         * exp_ch11.adb (Expand_At_End_Handler): Set From_At_End flag on raise
6910         stmt.
6911         (No_Exception_Propagation_Active): New function.
6912         (Expand_Exception_Handlers): Use No_Exception_Propagation_Active.
6913         Update comments, and review all uses of No_Exception_Propagation, which
6914         are now correct and in sync with what gigi expects.
6915
6916         * restrict.ads, restrict.adb (No_Exception_Propagation_Active): New
6917         function.
6918         (Expand_Exception_Handlers): Use No_Exception_Propagation_Active.
6919         Update comments, and review all uses of No_Exception_Propagation, which
6920         are now correct and in sync with what gigi expects.
6921
6922 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
6923
6924         * sem_ch3.adb (Access_Definition): If the access type is the return
6925         result of a protected function, create an itype reference for it
6926         because usage will be in an inner scope from the point of declaration.
6927         (Build_Derived_Record_Type): Inherit Reverse_Bit_Order and
6928         OK_To_Reorder_Components.
6929         (Make_Index): If an overloaded range includes a universal integer
6930         interpretation, resolve to Standard.Integer.
6931         (Analyze_Subtype_Indication): Copy Convention to subtype
6932         (Check_Abstract_Interfaces): Complete semantic checks on the legality of
6933         limited an synchronized progenitors in type declaration and private
6934         extension declarations.
6935
6936         * exp_ch13.adb (Expand_N_Freeze_Entity): If the scope of the entity is a
6937         protected subprogram body, determine proper scope from subprogram
6938         declaration.
6939
6940 2008-03-26  Robert Dewar  <dewar@adacore.com>
6941
6942         * exp_ch4.adb (Expand_N_Op_Concat): Remove special tests for
6943         No_Run_Time_Mode
6944
6945 2008-03-26  Gary Dismukes  <dismukes@adacore.com>
6946
6947         * exp_ch5.adb (Expand_N_Extended_Return_Statement): Suppress generation
6948         of a heap allocator for a limited unconstrained function return when
6949         resstriction No_Allocators is active.
6950         (Analyze_Allocator): The restriction No_Allocators is now only checked
6951         on allocators that have Comes_From_Source set, as per RM-H.4(7).
6952
6953         * sem_ch4.adb (Expand_N_Extended_Return_Statement): Suppress generation
6954         of a heap allocator for a limited unconstrained function return when
6955         resstriction No_Allocators is active.
6956         (Analyze_Allocator): The restriction No_Allocators is now only checked
6957         on allocators that have Comes_From_Source set, as per RM-H.4(7).
6958         (Has_Fixed_Op):  If the name in a function call is Standard."*" and the
6959         operands are fixed-point types, the universal_fixed predefined operation
6960         is used, regardless of whether the operand type (s) have a primitive
6961         operation of the same name.
6962
6963 2008-03-26  Javier Miranda  <miranda@adacore.com>
6964
6965         * exp_disp.adb (Make_DT, Make_Secondary_DT): Set attribute
6966         Is_Static_Dispatch_Table
6967         (Build_Dispatch_Tables): Replace calls to Exchange_Entities() by calls
6968         to Exchange_Declarations to exchange the private and full-view. Bug
6969         found working in this issue.
6970         (Expand_Dispatching_Call): Propagate the convention of the subprogram
6971         to the subprogram pointer type.
6972         (Make_Secondary_DT): Replace generation of Prim'Address by
6973         Address (Prim'Unrestricted_Access)
6974         (Make_DT): Replace generation of Prim'Address by
6975         Address (Prim'Unrestricted_Access)
6976         (Make_Disp_*_Bodies): When compiling for a restricted profile, use
6977         simple call form for single entry.
6978         (Make_DT): Handle new contents of Access_Disp_Table (access to dispatch
6979         tables of predefined primitives).
6980         (Make_Secondary_DT): Add support to handle access to dispatch tables of
6981         predefined primitives.
6982         (Make_Tags): Add entities to Access_Dispatch_Table associated with
6983         access to dispatch tables containing predefined primitives.
6984
6985         * exp_ch6.adb (N_Pragma): Chars field removed, use Chars
6986         (Pragma_Identifier (..  instead, adjustments throughout to accomodate
6987         this change.
6988         (Register_Predefined_DT_Entry): Updated to handle the new contents
6989         of attribute Access_Disp_Table (pointers to dispatch tables containing
6990         predefined primitives).
6991
6992         * exp_util.ads, exp_util.adb (Corresponding_Runtime_Package): New
6993         subprogram.
6994         (Find_Interface_ADT): Updated to skip the new contents of attribute
6995         Access_Dispatch_Table (pointers to dispatch tables containing predefined
6996         primitives).
6997
6998         * sem_util.adb (Has_Abstract_Interfaces): Add missing support for
6999         concurrent types.
7000         (Set_Convention): Use new function Is_Access_Subprogram_Type
7001         (Collect_Interfaces_Info): Updated to skip the new contents of attribute
7002         Access_Dispatch_Table (pointers to dispatch tables containing predefined
7003         primitives).
7004
7005         * exp_atag.ads, exp_atag.adb (Build_Inherit_Predefined_Prims): Improve
7006         expanded code avoiding calls to Build_Predef_Prims.
7007         (Build_Set_Predefined_Prim_Op_Address): Improve expanded code avoiding
7008         call to Build_Get_Predefined_Prim_Op_Address.
7009
7010 2008-03-26  Javier Miranda  <miranda@adacore.com>
7011
7012         * exp_ch7.adb (Make_Clean): Code cleanup using the new centralized
7013         subprogram Corresponding_Runtime_Package to know the runtime package
7014         that will provide support to a given protected type.
7015
7016         * exp_ch9.adb (Add_Private_Declarations,
7017         Build_Protected_Subprogram_Call,
7018         Build_Protected_Entry, Build_Simple_Entry_Call,
7019         Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
7020         Expand_N_Timed_Entry_Call, Make_Initialize_Protection): Code
7021         cleanup using the new centralized subprogram Corresponding_Runtime
7022         Package to know the runtime package that provides support to
7023         a given protected type.
7024
7025 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7026
7027         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If the component
7028         assignment is within the initialization procedure for a packed array,
7029         and Initialize_Scalars is enabled, compile right-hand side with checks
7030         off, because the value is purposely out of range.
7031
7032 2008-03-26  Vincent Celier  <celier@adacore.com>
7033
7034         * gnatcmd.adb: Add processing for GNAT SYNC
7035
7036         * vms_conv.ads: (Command_Type): Add command Sync
7037
7038         * vms_conv.adb (Initialize): Add Command_List data for new command Sync
7039
7040         * vms_data.ads: Add entries for -gnatw.w
7041         Add qualifier for gnatstub --header-file option
7042         Add switches for GNAT SYNC
7043
7044         * prj-attr.ads, prj-attr.adb: Add new package Synchronize for GNAT SYNC
7045         (Add_Package_Name): New procedure
7046         (Package_Name_List): New function
7047         (Initialize): Add known package names to the list
7048         (Register_New_Package): Add the new package name to the list
7049
7050 2008-03-26  Robert Dewar  <dewar@adacore.com>
7051
7052         * g-pehage.adb, g-regist.adb, g-spipat.ads, g-spipat.adb,
7053         s-asthan.adb, s-parint.adb, s-rpc.adb, s-stchop.adb: Replace
7054         Raise_Exception by "raise with" construct.
7055
7056 2008-03-26  Pascal Obry  <obry@adacore.com>
7057
7058         * Makefile.in: Add proper GNAT.Serial_Communications implementation on
7059         supported platforms.
7060
7061         * Makefile.rtl: Add g-sercom.o.
7062
7063         * impunit.adb: Add g-sercom.adb.
7064
7065         * s-crtl.ads (open): New routine.
7066         (close): Likewise.
7067         (write): Likewise.
7068
7069         * s-osinte-mingw.ads (BYTE): New type.
7070         (CHAR): Likewise.
7071         (OVERLAPPED): Likewise.
7072         (GENERIC_READ): New constant.
7073         (GENERIC_WRITE): Likewise.
7074         (OPEN_EXISTING): Likewise.
7075         (PSECURITY_ATTRIBUTES): Removed this type, use anonymous access
7076         type instead.
7077         (CreateFile): New routine.
7078         (WriteFile): Likewise.
7079         (ReadFile): Likewise.
7080         (CloseHandle): Move next to the other file oriented routines.
7081
7082         * g-sercom.ads: New unit.
7083
7084         * g-sercom.adb: Default implementation, calls to this unit will raise
7085         a program error exception.
7086
7087         * g-sercom-mingw.adb, g-sercom-linux.adb: Windows and
7088         GNU/Linux implementations.
7089
7090 2008-03-26  Robert Dewar  <dewar@adacore.com>
7091
7092         * itypes.adb (Create_Itype): Use new name Access_Subprogram_Kind
7093
7094         * sem_ch13.adb (Validate_Unchecked_Conversion): Give warning for
7095         unchecked conversion for different conventions only for subprogram
7096         pointers or on VMS.
7097
7098 2008-03-26  Vincent Celier  <celier@adacore.com>
7099
7100         * osint-c.adb (Set_Library_Info_Name): Use canonical case file names
7101         to check if the specified object file is correct.
7102
7103 2008-03-26  Thomas Quinot  <quinot@adacore.com>
7104
7105         * sem_cat.adb (Validate_RACW_Primitives): Do not rely on
7106         Comes_From_Source to exclude primitives from being checked. We want to
7107         exclude predefined primitives only, so use the appropriate specific
7108         predicate. Also, flag a formal parameter of an anonymous
7109         access-to-subprogram type as illegal for a primitive operation of a
7110         remote access to class-wide type.
7111
7112 2008-03-26  Vincent Celier  <celier@adacore.com>
7113
7114         * prj-dect.adb (Parse_Package_Declaration): When a package name is not
7115         known, check if it may be a missspelling of a known package name. In
7116         not verbose, not mode, issue warnings only if the package name is a
7117         possible misspelling.
7118         In verbose mode, always issue a warning for a not known package name,
7119         plus a warning if the name is a misspelling of a known package name.
7120
7121         * prj-part.adb (Post_Parse_Context_Clause): Modify so that only non
7122         limited withs or limited withs are parse during one call.
7123         (Parse_Single_Project): Post parse context clause in two passes: non
7124         limited withs before current project and limited withs after current
7125         project.
7126
7127         * prj-proc.adb (Imported_Or_Extended_Project_From): Returns an extended
7128         project with the name With_Name, even if it is only extended indirectly.
7129         (Recursive_Process): Process projects in order: first single withs, then
7130         current project, then limited withs.
7131
7132         * prj-tree.adb (Imported_Or_Extended_Project_Of): Returns an extended
7133         project with the name With_Name, even if it is only extended indirectly.
7134
7135 2008-03-26  Robert Dewar  <dewar@adacore.com>
7136
7137         * scn.adb (Initialize_Scanner): Format messages belong on standard error
7138
7139 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7140
7141         * sem_ch10.adb (Analyze_Compilation_Unit): if a unit in the context is
7142         a generic subprogram that is imported, do not attempt to compile
7143         non-existent body.
7144
7145         * sem_ch12.adb (Instantiate_Subprogram_Body): if the generic is
7146         imported, do not generate a raise_program_error for the non-existent
7147         body.
7148         (Pre_Analyze_Actuals): If an error is detected during pre-analysis,
7149         perform minimal name resolution on the generic to avoid spurious
7150         warnings.
7151         (Find_Actual_Type): the designated type of the actual in a child unit
7152         may be declared in a parent unit without being an actual.
7153
7154 2008-03-26  Robert Dewar  <dewar@adacore.com>
7155
7156         * sem_ch11.adb: Fix No_Exception_Restriction violation for SJLJ
7157         * sinfo.ads, sinfo.adb (From_At_End): New flag
7158
7159 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7160
7161         * sem_ch6.adb (Analyze_Subprogram_Body): Remove spurious check on
7162         operations that have an interface parameter.
7163         (Analyze_Subprogram_Body): Set Is_Trivial_Subprogram flag
7164         Don't treat No_Return call as raise.
7165
7166         * sem_disp.adb (Check_Dispatching_Operations): apply check for
7167         non-primitive interface primitives to access parameters, not to all
7168         parameters of an access type.
7169
7170 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7171
7172         * sem_ch7.adb (Install_Parent_Private_Declarations): If the private
7173         declarations of a parent unit are made visible when compiling a child
7174         instance, the parent is not a hidden open scope, even though it may
7175         contain other pending instance.
7176
7177         * sem_ch8.adb (Restore_Scope_Stack): If an entry on the stack is a
7178         hidden open scope for some child instance, it does affect the
7179         visibility status of other stach entries.
7180         (Analyze_Object_Renaming): Check that a class-wide object cannot be
7181         renamed as an object of a specific type.
7182
7183 2008-03-26  Robert Dewar  <dewar@adacore.com>
7184
7185         * sem_res.adb (Check_Infinite_Recursion): Diagnose definite infinite
7186         recursion and raise SE directly.
7187         (Resolve_Actuals): Reset Never_Set_In_Source if warnings off is
7188         set for formal type for IN mode parameter.
7189
7190 2008-03-26  Robert Dewar  <dewar@adacore.com>
7191
7192         * sem_warn.ads, sem_warn.adb (Warnings_Off_Pragmas): New table
7193         (Initialize): New procedure
7194         (Output_Warnings_Off_Warnings): New procedure
7195         (Check_References): Suppress certain msgs if Is_Trivial_Subprogram
7196         (Output_Non_Modifed_In_Out_Warnings): Ditto
7197         (Warn_On_Unreferenced_Entity): Ditto
7198
7199 2008-03-26  Vincent Celier  <celier@adacore.com>
7200
7201         * a-direct.adb (Start_Search): Raise Use_Error if the directory is not
7202         readable.
7203
7204 2008-03-26  Matthew Heaney  <heaney@adacore.com>
7205
7206         * a-ciorse.ads, a-cidlli.ads, a-cdlili.ads, a-cihase.ads, a-cohase.ads,
7207         a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-coorse.ads:
7208         Marked with clauses as private, and controlled operations as overriding
7209
7210 2008-03-26  Robert Dewar  <dewar@adacore.com>
7211
7212         * g-byorma.adb (Read_BOM): Reorder tests so that UTF_32 is recognized
7213
7214 2008-03-26  Robert Dewar  <dewar@adacore.com>
7215
7216         * back_end.adb, back_end.ads: Minor reformatting
7217
7218         * bindgen.adb: Minor clarification of comments
7219
7220         * fname.ads: Minor comment fixes
7221
7222         * g-altive.ads, g-catiio.ads, g-trasym.ads, prj.ads,
7223         prj-nmsc.adb, sem_aggr.adb: Minor reformatting
7224
7225         * xeinfo.adb, xnmake.adb, xsinfo.adb, xtreeprs.adb,
7226         xsnames.adb: Remove warnings off pragma no longer needed
7227
7228         * a-catizo.ads, a-calari.ads, a-calfor.adb,
7229         a-calfor.ads: Fix header.
7230
7231 2008-03-26  Tristan Gingold  <gingold@adacore.com>
7232
7233         * init.c: Do not adjust pc for HPARITH on alpha/vms.
7234
7235 2008-03-26  Robert Dewar  <dewar@adacore.com>
7236
7237         * lib-xref.adb: (OK_To_Set_Reference): New function
7238         (Generate_Reference): Don't set referenced from occurrence in Warnings,
7239         Unmodified, or Unreferenced pragma
7240
7241 2008-03-26  Robert Dewar  <dewar@adacore.com>
7242
7243         * alloc.ads: Add entries for Warnings_Off_Pragmas table
7244
7245 2008-03-26  GNAT Script  <nobody@adacore.com>
7246
7247         * Make-lang.in: Makefile automatically updated
7248
7249 2008-03-26  Robert Dewar  <dewar@adacore.com>
7250
7251         * tbuild.ads, tbuild.adb, trans.c, sprint.adb, exp_prag.adb, decl.c,
7252         par-ch2.adb, sem_elab.adb, sem_util.ads (N_Pragma): Chars field
7253         removed, use Chars (Pragma_Identifier (..  instead, adjustments
7254         throughout to accomodate this change.
7255
7256         * s-pooglo.ads, s-pooloc.ads: Minor comment updates
7257
7258         * exp_dbug.adb: Use Sem_Util.Set_Debug_Info_Needed (not
7259         Einfo.Set_Needs_Debug_Info)
7260
7261 2008-03-26  Robert Dewar  <dewar@adacore.com>
7262
7263         * gnat_ugn.texi: Add documentation for -gnatw.w/-gnatw.W
7264         Add description for the new gnatstub option '--header-file'
7265         clarification of -gnatwz/-gnatwZ
7266         Add a "Irix-Specific Considerations" section to document the need to
7267         set LD_LIBRARY_PATH when using the default shared runtime library.
7268         Added documentation for both gcov and gprof.
7269
7270         * gnat_rm.texi: Document that pragma Compile_Time_Warning generates
7271         messages that are not suppressed when clients are compiled.
7272         Add documentation of s-pooglo s-pooloc
7273         Document the new GNAT.Serial_Communications API.
7274         Add documentation for 'Old attribute
7275         Add description of pragma Optimize_Alignment
7276
7277         * ug_words: Add entries for -gnatw.w -gnatw.W
7278
7279         * usage.adb: Add line for -gnatw.w (warn on warnings off)
7280
7281 2008-03-25  Eric Botcazou  <ebotcazou@adacore.com>
7282
7283         Revert
7284         2008-03-05  Eric Botcazou  <ebotcazou@adacore.com>
7285         PR ada/35186
7286         * decl.c (maybe_pad_type): Avoid padding an integral type when
7287         bumping its alignment is sufficient.
7288
7289 2008-03-25  Arnaud Charlet  <charlet@adacore.com>
7290
7291         * exp_ch6.adb, exp_disp.adb: Update copyright notice.
7292         Fix wrong formatting (lines too long)
7293
7294 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7295
7296         * 9drpc.adb, a-caldel-vms.adb, a-caldel.adb,
7297         a-calend-vms.adb, a-calend.adb, a-calend.ads,
7298         a-calfor.adb, a-chahan.ads, a-chtgke.adb,
7299         a-cihama.ads, a-ciorse.adb, a-clrefi.ads,
7300         a-cohama.ads, a-comlin.ads, a-coorse.adb,
7301         a-crbtgk.adb, a-direct.adb, a-except-2005.adb,
7302         a-except-2005.ads, a-except.adb, a-except.ads,
7303         a-exexda.adb, a-exexpr-gcc.adb, a-exexpr.adb,
7304         a-exextr.adb, a-filico.ads, a-finali.ads,
7305         a-intnam-aix.ads, a-intnam-solaris.ads, a-ngcefu.adb,
7306         a-ngelfu.adb, a-numaux-darwin.adb, a-numeri.ads,
7307         a-sequio.ads, a-strbou.ads, a-strfix.adb,
7308         checks.adb, exp_ch3.adb, exp_ch4.adb,
7309         exp_ch4.ads, exp_ch5.adb, exp_ch6.adb,
7310         exp_ch6.ads, exp_ch7.adb, exp_ch7.ads,
7311         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb,
7312         exp_dbug.ads, exp_disp.adb, exp_dist.adb,
7313         exp_dist.ads, exp_fixd.adb, exp_fixd.ads: Fix comment typos.
7314
7315 2008-03-24  Robert Dewar  <dewar@adacore.com>
7316
7317         * s-tpopsp-posix.adb, s-tpopsp-solaris.adb, s-tpopsp-posix-foreign.adb,
7318         s-tpopsp-lynxos.adb, s-tpopde-vms.ads, s-tpopde-vms.adb,
7319         s-tpopsp-vxworks.adb, s-casi16.adb, s-caun16.adb, s-inmaop.ads,
7320         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-tpinop.adb,
7321         s-tpinop.ads, s-tporft.adb, a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb,
7322         a-crbtgk.ads, a-crbtgk.adb, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
7323         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
7324         a-cgcaso.adb, a-cgaaso.adb, a-ciormu.adb, a-cihase.adb, a-swuwha.ads,
7325         a-rbtgso.ads, a-cgaaso.ads, a-cgaaso.ads, a-ciorma.adb, a-chtgke.ads,
7326         a-chtgke.adb, a-llfzti.ads, a-ztenau.adb, a-ztenau.ads, a-stzhas.ads,
7327         a-szbzha.ads, a-szbzha.adb, a-crdlli.ads, a-crdlli.ads, a-crdlli.adb,
7328         i-forbla-darwin.adb, i-forbla.ads, s-regexp.adb, a-nllrar.ads,
7329         a-nlrear.ads, a-nucoar.ads, a-nurear.ads, i-forlap.ads, s-gearop.adb,
7330         s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb, s-gecola.ads,
7331         s-gerebl.adb, s-gerela.ads, a-swuwha.adb, i-forbla-unimplemented.ads,
7332         double spaced if it fits on one line and otherwise single spaced.
7333
7334 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7335
7336         PR documentation/15479
7337         * Make-lang.in (doc/gnat_ugn.texi) Renamed from ...
7338         (doc/gnat_ugn_unw.texi): ... this, and adjusted.
7339         (doc/gnat_ugn.info): Renamed from ...
7340         (doc/gnat_ugn_unw.info): ... this.
7341         (doc/gnat_ugn.dvi): Renamed from ...
7342         (doc/gnat_ugn_unw.dvi): ... this.
7343         (doc/gnat_ugn.pdf): Renamed from ...
7344         (doc/gnat_ugn_unw.pdf): ... this.
7345         (ADA_INFOFILES, ADA_PDFFILES, ada.install-info, ada.dvi):
7346         Adjusted.
7347         * gnat_ugn.texi (FILE): Hard-code gnat_ugn; set filename
7348         unconditionally to gnat_ugn.info.  Fix cross references to the
7349         GNAT Reference Manual.  Convert links to the GCC, GDB, Emacs,
7350         and GNU make manuals to be proper texinfo links.
7351         * gnat_rm.texi: Fix cross references to the GNAT User's Guide.
7352
7353 2008-03-21  Olivier Hainque  <hainque@adacore.com>
7354
7355         * trans.c (Attribute_to_gnu) <'length>: Compute as (hb < lb)
7356         ? 0 : hb - lb + 1 instead of max (hb - lb + 1, 0).
7357
7358 2008-03-21  Eric Botcazou  <ebotcazou@adacore.com>
7359
7360         * trans.c (addressable_p): Add notes on addressability issues.
7361
7362 2008-03-21  Olivier Hainque  <hainque@adacore.com>
7363             Ed Schonberg  <schonberg@adacore.com>
7364
7365         * trans.c (addressable_p): Accept COND_EXPR when both arms
7366         are addressable.
7367         (gnat_gimplify_expr): Let the gimplifier handle &COND_EXPR.
7368         (call_to_gnu): Do not use name reference in the error message
7369         for a misaligned by_reference_parameter. The actual may be a
7370         general expression.
7371
7372 2008-03-18  Paolo Bonzini  <bonzini@gnu.org>
7373
7374         * misc.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
7375
7376 2008-03-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7377
7378         * gnat_rm.texi (Implementation Defined Characteristics)
7379         (Wide_Text_IO, Wide_Wide_Text_IO): Add @var annotations where
7380         appropriate.
7381         * gnat_ugn.texi (Wide Character Encodings, Switches for gnatbind)
7382         (Switches for gnatchop, Installing a library): Likewise.
7383
7384 2008-03-10  Eric Botcazou  <ebotcazou@adacore.com>
7385
7386         * trans.c (emit_range_check): Do not emit the check if the base type
7387         of the expression is the type against which its range must be checked.
7388
7389 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7390
7391         * decl.c (maybe_pad_type): Use value_factor_p.
7392
7393 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7394
7395         * lang.opt (nostdlib): Move around.
7396         * misc.c (gnat_handle_option): Fix formatting.
7397         (gnat_dwarf_name): Move around.
7398         * trans.c (Case_Statement_to_gnu): Fix formatting.
7399         (gnat_to_gnu): Likewise.
7400         * utils.c (aggregate_type_contains_array_p): Likewise.
7401         (create_subprog_decl): Likewise.
7402
7403 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7404
7405         * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Do not
7406         bother propagating the TYPE_USER_ALIGN flag when creating a JM type.
7407
7408 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7409
7410         * decl.c (gnat_to_gnu_entity) <E_Record_Type>: Do not force
7411         BIGGEST_ALIGNMENT when capping the alignment of records with
7412         strict alignment and size clause.
7413
7414 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7415
7416         * lang-specs.h: Pass -gnatwa if -Wall is passed.
7417         * misc.c (gnat_handle_option) <OPT_Wall>: Expand into -Wunused
7418         and -Wuninitialized.
7419         (gnat_post_options): Clear warn_unused_parameter.
7420
7421 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7422
7423         * utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently
7424         aligned bit-fields, bumping the alignment of the record type if deemed
7425         profitable.
7426         (value_factor_p): Return false instead of 0.
7427
7428 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7429
7430         * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Add support
7431         for scalar types with small alignment.
7432
7433 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7434
7435         * trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label
7436         from that of the front-end's end label.
7437         (gnat_gimplify_stmt) <LOOP_STMT>: Set the SLOC of the backward goto
7438         from that of the loop label.
7439
7440 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
7441
7442         * decl.c (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Add
7443         comment for the packed array type case.
7444         * utils.c (build_template): Use a loop to strip padding or
7445         containing records for justified modular types.
7446
7447 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
7448
7449         * decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously
7450         large alignments specified for types.
7451         (validate_alignment): Minor cleanup.
7452
7453 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
7454
7455         * decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.
7456         (gnat_to_gnu_entity) <E_Record_Type>: Try to get a smaller form of
7457         the component for packing, if possible, as well as if a component
7458         size clause is specified.
7459         <E_Record_Subtype>: For an array type used to implement a packed
7460         array, get the component type from the original array type.
7461         Try to get a smaller form of the component for packing, if possible,
7462         as well as if a component size clause is specified.
7463         (round_up_to_align): New function.
7464         (make_packable_type): Add in_record parameter.
7465         For a padding record, preserve the size.  If not in_record and the
7466         size is too large for an integral mode, attempt to shrink the size
7467         by lowering the alignment.
7468         Ditch the padding bits of the last component.
7469         Compute sizes and mode manually, and propagate the RM size.
7470         Return a BLKmode record type if its size has shrunk.
7471         (maybe_pad_type): Use MAX_FIXED_MODE_SIZE instead of BIGGEST_ALIGNMENT.
7472         Use Original_Array_Type to retrieve the type in case of an error.
7473         Adjust call to make_packable_type.
7474         (gnat_to_gnu_field): Likewise.
7475         (concat_id_with_name): Minor tweak.
7476         * trans.c (larger_record_type_p): New predicate.
7477         (call_to_gnu): Compute the nominal type of the object only if the
7478         parameter is by-reference.  Do the conversion actual type -> nominal
7479         type if the nominal type is a larger record.
7480         (gnat_to_gnu): Do not require integral modes on the source type to
7481         avoid the conversion for types with identical names.
7482         (addressable_p): Add gnu_type parameter.  If it is specified, do not
7483         return true if the expression is not addressable in gnu_type.
7484         Adjust recursive calls.
7485         * utils.c (finish_record_type): Remove dead code.
7486
7487 2008-03-05  Eric Botcazou  <ebotcazou@adacore.com>
7488
7489         PR ada/35186
7490         * decl.c (maybe_pad_type): Avoid padding an integral type when
7491         bumping its alignment is sufficient.
7492
7493 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7494
7495         * gnatfind.adb, gnatxref.adb: Fix argument parsing typos.
7496         * s-auxdec-empty.adb, s-auxdec.adb: Fix typos in copyright
7497         statement.
7498         * a-ngcoar.adb, a-ngrear.adb, g-awk.adb, g-debpoo.adb,
7499         gprep.adb, make.adb, makegpr.adb, par-ch6.adb, prj-nmsc.adb,
7500         sem_attr.adb, sem_ch4.adb, sem_ch8.adb: Fix typos in ada source
7501         code output strings.
7502         * sem_type.adb, system-vms-ia64.ads, system-vms.ads,
7503         system-vms_64.ads: Fix typos in ada source code comments.
7504         * sinfo-cn.adb: Remove incomplete sentence.
7505
7506         PR documentation/15479
7507         * gnat_rm.texi, gnat_ugn.texi: Avoid standalone `non' word.
7508
7509 2008-02-27  Samuel Tardieu  <sam@rfc1149.net>
7510
7511         PR ada/22255
7512         * s-fileio.adb (Reset): Do not raise Use_Error if mode isn't changed.
7513
7514 2008-02-27  Samuel Tardieu  <sam@rfc1149.net>
7515
7516         PR ada/34799
7517         * sem_ch13.adb (Analyze_Record_Representation_Clause): Check
7518         that underlying type is present.
7519
7520 2008-02-26  Tom Tromey  <tromey@redhat.com>
7521
7522         * misc.c (internal_error_function): Remove test of
7523         USE_MAPPED_LOCATION.
7524         * trans.c (gigi): Remove test of USE_MAPPED_LOCATION.
7525         (Sloc_to_locus): Remove old location code.
7526
7527 2008-02-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7528
7529         * gnat_rm.texi, gnat_ugn.texi: Fix spacing after `e.g.' and
7530         `i.e.' by adding comma or `@:' as appropriate.
7531         * gnat_rm.texi (Pragma Wide_Character_Encoding): Instead of
7532         plain characters `C', use `@samp{C}'.
7533         * gnat_ugn.texi (File Naming Rules, About gnatkr)
7534         (Krunching Method): Likewise.
7535
7536         * gnat_ugn.texi (Conventions): List environment variables and
7537         metasyntactic variables.
7538         (Compiling Programs): Fix notation of metasyntactic variables.
7539         Add @file where appropriate.  Use @file for file extensions,
7540         @samp for strings.
7541         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, use @samp
7542         instead of @file, @env instead of @code.
7543
7544 2008-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7545
7546         PR documentation/15479
7547         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, replace `..'
7548         and `...' with `@dots{}' or `@enddots{}'.
7549
7550         PR documentation/15479
7551         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, add @command,
7552         use @command instead of @code, @option instead of @samp or @code,
7553         @code instead of @var, @samp instead of @file.
7554
7555         PR documentation/15479
7556         * gnat_ugn.texi (Using gnatmake in a Makefile): Do not ignore errors
7557         in Makefile rules, by using `&&' rather than `;'.
7558
7559 2008-02-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7560
7561         PR documentation/15479
7562         * gnat_ugn.texi: In non-code, avoid space before colon.
7563         (Regular Expressions in gnatfind and gnatxref): Fix indentation.
7564         (Examples of gnatxref Usage): Use @command{vi} instead of
7565         @file{vi}.
7566         (Character Set Control): Do not use @code for UTF-8.
7567         (Validity Checking): Fix typo "NaNs" instead of "NaN's".  Do not
7568         use @code for IEEE.
7569         * gnat_rm.texi (Aggregates with static bounds): Fix typo in code
7570         sample.
7571         * gnat_rm.texi, gnat_ugn.texi: Fix typos.  Bump copyright years.
7572
7573 2008-02-11  Joel Sherrill  <joel.sherrill@oarcorp.com>
7574
7575         PR ada/35143
7576         * env.c: Add __rtems__ to if defined.
7577         * s-osinte-rtems.adb: Add To_Target_Priority.  Fix formatting.
7578         * s-osinte-rtems.ads: Add To_Target_Priority prototype and
7579         PTHREAD_SCOPE_PROCESS/PTHREAD_SCOPE_SYSTEM constants.  Add
7580         pragma Convention as required.
7581         * gsocket.h: Make compile in and out of RTS.
7582         * Makefile.in: Add system-rtems.ads.  Build DEC extensions.
7583         Use g-soccon-rtems.ads.
7584         * g-soccon-rtems.ads, system-rtems.ads: New files.
7585
7586 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7587
7588         PR other/35107
7589         * Make-lang.in (gnat1): Add $(GMPLIBS).
7590
7591 2008-01-26  Eric Botcazou  <ebotcazou@adacore.com>
7592
7593         * decl.c (components_to_record): Improve comment.
7594
7595 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
7596
7597         * decl.c (components_to_record): Do not reuse the empty union type
7598         if there is a representation clause on the record.
7599         * trans.c (addressable_p): Return true for INTEGER_CST.
7600
7601 2008-01-21  Eric Botcazou  <ebotcazou@adacore.com>
7602
7603         * trans.c (gnat_to_gnu) <N_Free_Statement>: Use POINTER_PLUS_EXPR
7604         in pointer arithmetics.
7605         * utils2.c (build_allocator): Likewise.
7606
7607 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
7608
7609         * utils.c (build_function_stub): Properly build the call expression.
7610
7611 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
7612
7613         * decl.c (gnat_to_gnu_entity) <object>: Process renamings
7614         before converting the expression to the type of the object.
7615         * trans.c (maybe_stabilize_reference) <CONSTRUCTOR>: New case.
7616         Stabilize constructors for special wrapping types.
7617
7618 2008-01-13  Eric Botcazou  <ebotcazou@adacore.com>
7619
7620         * trans.c (call_to_gnu): Invoke the addressable_p predicate only
7621         when necessary.  Merge some conditional statements.  Update comments.
7622         Rename unchecked_convert_p local variable to suppress_type_conversion.
7623         Do not suppress conversions in the In case.
7624         (addressable_p) <VIEW_CONVERT_EXPR>: Do not take alignment issues
7625         into account on non strict-alignment platforms.
7626
7627 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
7628
7629         * utils.c (aggregate_type_contains_array_p): New predicate.
7630         (create_field_decl): In a packed record, force byte alignment
7631         for fields without specified position that contain an array.
7632
7633 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
7634
7635         * utils.c (unchecked_convert): Fold the VIEW_CONVERT_EXPR expression.
7636
7637 2008-01-10  John David Anglin  <dave.anglin.@nrc-cnrc.gc.ca>
7638
7639         PR ada/34466
7640         * s-osinte-linux-hppa.ads (SC_NPROCESSORS_ONLN): New constant for
7641         sysconf call.
7642         (bit_field): New packed boolean type used by cpu_set_t.
7643         (cpu_set_t): New type corresponding to the C type with
7644         the same name. Note that on the Ada side we use a bit
7645         field array for the affinity mask. There is not need
7646         for the C macro for setting individual bit.
7647         (pthread_setaffinity_np): New imported routine.
7648
7649 2008-01-03  Tero Koskinen  <tero.koskinen@iki.fi>
7650
7651         PR ada/34647
7652         * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
7653         on OpenBSD as is done on other BSD systems.
7654
7655         PR ada/34645
7656         * sysdep.c (__gnat_ttyname, getc_immediate_nowait,
7657         getc_immediate_common): Treat OpenBSD as FreeBSD regarding immediate
7658         I/O.
7659
7660         PR ada/34644
7661         * env.c (__gnat_clearenv): Treat OpenBSD as other BSD systems missing
7662         clearenv().
7663
7664         PR ada/34646
7665         * init.c (__gnat_error_handler, __gnat_install_handler,
7666         __gnat_init_float): Define for OpenBSD.
7667
7668         * initialize.c (__gnat_initialize): Define for OpenBSD.
7669
7670 2007-12-27  Samuel Tardieu  <sam@rfc1149.net>
7671
7672         PR ada/34553
7673         * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
7674         instead of mktemp() or tmpnam() on NetBSD.
7675
7676 2007-12-23  Eric Botcazou  <ebotcazou@adacore.com>
7677
7678         * trans.c (call_to_gnu): Make the temporary for non-addressable
7679         In parameters passed by reference.
7680         (addressable_p): Return true for STRING_CST and CALL_EXPR.
7681
7682 2007-12-19  Robert Dewar  <dewar@adacore.com>
7683
7684         * g-expect-vms.adb, g-expect.adb, s-poosiz.adb:
7685         Add pragma Warnings (Off) for unassigned IN OUT arguments
7686
7687         * sem_warn.adb (Output_Reference): Suppress messages for internal names
7688         (Check_References): Extensive changes to tune up warnings
7689         (Output_Non_Modifed_In_Out_Warnings): Changes to tune up warnings
7690         (Has_Pragma_Unmodifed_Check_Spec): New function
7691         (Check_References): Implement pragma Unmodified
7692         (Warn_On_Unassigned_Out_Parameter): Implement pragma Unmodified
7693
7694         * par-prag.adb: Dummy entry for pragma Unmodified
7695
7696         * sem_prag.adb: Implement pragma Unmodified
7697
7698         * einfo.ads, einfo.adb: (Has_Pragma_Unmodified): New flag
7699         (Proc_Next_Component_Or_Discriminant): Fix typo.
7700         Update comments.
7701
7702         * sem_util.adb (Note_Possible_Modification): Add processinng for pragma
7703         Unmodified.
7704         (Reset_Analyzed_Flags): Use Traverse_Proc instead of Traverse_Func,
7705         because the former already takes care of discarding the result.
7706         (Mark_Coextensions): Remove ununused initial value from Is_Dynamic.
7707         Add comment.
7708
7709         * snames.h, snames.ads, snames.adb: Add entry for pragma Unmodified
7710
7711 2007-12-19  Eric Botcazou  <ebotcazou@adacore.com>
7712
7713         * targparm.adb, targparm.ads, system.ads, system-darwin-ppc.ads,
7714         system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
7715         system-hpux-ia64.ads, system-vxworks-arm.ads, system-darwin-x86.ads,
7716         system-vms_64.ads, system-vms-ia64.ads, system-linux-ia64.ads,
7717         system-freebsd-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
7718         system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads,
7719         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
7720         system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
7721         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
7722         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads
7723         (Dynamic_Trampolines_Used): Delete.
7724
7725         * system-lynxos-x86.ads, system-lynxos-ppc.ads: Ditto.
7726         Turn on stack probing mechanism on LynxOS.
7727
7728 2007-12-19  Bob Duff  <duff@adacore.com>
7729
7730         * atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate
7731         the resulting tail recursion by hand. This prevents running out of
7732         memory on deeply nested concatenations, since Field2 is where the left
7733         operand of concatenations is stored.
7734         Fix bug (was returning OK_Orig in some cases). Fix return subtype to
7735         clarify that it can only return OK or Abandon.
7736
7737         * sem_res.adb (Resolve_Op_Concat): Replace the recursion on the left
7738         operand by iteration, in order to avoid running out of memory on
7739         deeply-nested concatenations. Use the Parent pointer to get back up the
7740         tree.
7741         (Resolve_Op_Concat_Arg, Resolve_Op_Concat_First,
7742          Resolve_Op_Concat_Rest): New procedures split out of
7743         Resolve_Op_Concat, so the iterative algorithm in Resolve_Op_Concat is
7744         clearer.
7745
7746         * checks.adb (Remove_Checks): Use Traverse_Proc instead of
7747         Traverse_Func, because the former already takes care of discarding the
7748         result.
7749
7750         * errout.adb (First_Node): Use Traverse_Proc instead of Traverse_Func,
7751         because the former already takes care of discarding the result.
7752         (Remove_Warning_Messages): Use appropriate subtype for Status and
7753         Discard
7754
7755 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7756
7757         * exp_aggr.adb (Not_OK_For_Backend): A component of a private type with
7758         discriminants forces expansion of the aggregate into assignments.
7759         (Init_Record_Controller):  If the type of the aggregate is untagged and
7760         is not inherently limited, the record controller is not limited either.
7761
7762 2007-12-19  Robert Dewar  <dewar@adacore.com>
7763
7764         * exp_attr.adb (Expand_N_Attribute_Reference, case Size): Fix error in
7765         handling compile time known size of record or array (case of front end
7766         layout active, e.g. in GNAAMP).
7767
7768 2007-12-19  Javier Miranda  <miranda@adacore.com>
7769
7770         * exp_ch3.adb (Expand_N_Object_Declaration): Complete the circuitry
7771         that forces the construction of static dispatch tables in case of
7772         record subtypes.
7773
7774 2007-12-19  Robert Dewar  <dewar@adacore.com>
7775
7776         * exp_ch9.adb (Null_Statements): Moved to library level
7777         (Trivial_Accept_OK): New function
7778         (Expand_Accept_Declaration): Use Trivial_Accept_OK
7779         (Expand_N_Accept_Statement): Use Trivial_Accept_OK
7780
7781 2007-12-19  Robert Dewar  <dewar@adacore.com>
7782
7783         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): Fix packed array type
7784         in complex case where array is Volatile.
7785
7786 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7787
7788         * freeze.adb (Freeze_Record_Type, Check_Current_Instance): Implement
7789         properly the Ada2005 rules concerning when the current instance of a
7790         record type is aliased.
7791
7792 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7793
7794         * par-ch3.adb (P_Record_Declaration): Guard against cascaded errors in
7795         mangled declaration
7796         (P_Type_Declaration): Diagnose misuse of "abstract" in untagged record
7797         declarations.
7798         (P_Variant_Part): Cleaner patch for parenthesized discriminant
7799
7800 2007-12-19  Vincent Celier  <celier@adacore.com>
7801
7802         * prj-attr.adb (Package_Node_Id_Of): Returns Unknown_Package when
7803         package is not known
7804
7805         * prj-attr.ads (Unknown_Package): New constant
7806         Do not crash when an unknown package is in several projects
7807
7808         * prj-dect.adb (Parse_Package_Declaration): Mark an unknown package as
7809         ignored
7810
7811         * prj-nmsc.adb (Check): Remove obsolete code related to no longer
7812         existing package Language_Processing.
7813
7814 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7815             Gary Dismukes  <dismukes@adacore.com>
7816             Samuel Tardieu  <sam@rfc1149.net>
7817
7818         PR ada/15803, ada/15805
7819         * sem_ch6.adb, sem_ch3.adb (Constrain_Access): In Ada2005, diagnose
7820         illegal access subtypes when there is a constrained partial view.
7821         (Check_For_Premature_Usage): New procedure inside
7822         Access_Subprogram_Declaration for checking that an access-to-subprogram
7823         type doesn't reference its own name within any formal parameters or
7824         result type (including within nested anonymous access types).
7825         (Access_Subprogram_Declaration): Add call to Check_For_Premature_Usage.
7826         (Sem_Ch3.Analyze_Object_Declaration, Sem_ch6.Process_Formals): if the
7827         context is an access_to_variable, the expression cannot be an
7828         access_to_constant.
7829
7830 2007-12-19  Bob Duff  <duff@adacore.com>
7831
7832         * sem_ch4.adb (Analyze_Concatenation_Rest): New procedure.
7833         (Analyze_Concatenation): Use iteration instead of recursion in order
7834         to avoid running out of stack space for deeply nested concatenations.
7835
7836 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7837             Gary Dismukes  <dismukes@adacore.com>
7838
7839         * sem_ch8.adb (Analyze_Subprogram_Renaming): Diagnose illegal renamings
7840         whose renamed entity is a subprogram that requires overriding.
7841         (Premature_Usage): Test for the case of N_Full_Type_Declaration when
7842         issuing an error for premature usage and issue a message that says
7843         'type' rather than 'object'.
7844
7845 2007-12-19  Gary Dismukes  <dismukes@adacore.com>
7846
7847         PR ada/34149
7848         * sem_disp.adb (Check_Dispatching_Call): Augment existing test for
7849         presence of a statically tagged operand (Present (Static_Tag)) with
7850         test for Indeterm_Ancestor_Call when determining whether to propagate
7851         the static tag to tag-indeterminate operands (which forces dispatching
7852         on such calls).
7853         (Check_Controlling_Formals): Ada2005, access parameters can have
7854         defaults.
7855         (Add_Dispatching_Operation, Check_Operation_From_Private_View): do
7856         not insert subprogram in list of primitive operations if already there.
7857
7858 2007-12-19  Tristan Gingold  <gingold@adacore.com>
7859
7860         * utils.c (create_var_decl_1): call rest_of_decl_compilation only for
7861         global variable.
7862
7863 2007-12-19  Thomas Quinot  <quinot@adacore.com>
7864
7865         Part of PR ada/33688
7866         * gen-soccon.c: Add constant IP_PKTINFO to allow getting ancillary
7867         datagram info on Linux.
7868
7869 2007-12-19  Vincent Celier  <celier@adacore.com>
7870
7871         * makegpr.adb (Check_Compilation_Needed): Normalize C_Source_Path so
7872         that the source path name is always found in the dependencies.
7873
7874 2007-12-19  Robert Dewar  <dewar@adacore.com>
7875
7876         * gnat_rm.texi, gnat_ugn.texi: Update documentation of -gnatw.o
7877         Fix name of Wide_Wide_Latin_1/9 file names
7878         Add documentation for Ada.Exceptions.Last_Chance_Handler (a-elchha.ads)
7879         Add missing documentation for Ada.Wide_[Wide_]Characters.Unicode
7880         Add missing documentation for Ada.Command_Line.Response_File
7881         Update list of warning letters for Warnings pragma
7882         Add documentation for pragma Unmodified
7883
7884 2007-12-19  Samuel Tardieu  <sam@rfc1149.net>
7885
7886         * Makefile.in: Add s-tasinf.ad[bs] substitutions for sh4-linux target.
7887
7888 2007-12-17  Arnaud Charlet  <charlet@adacore.com>
7889
7890         * s-vxwork-alpha.ads: Removed, no longer used.
7891
7892 2007-12-15  Jakub Jelinek  <jakub@redhat.com>
7893
7894         * Make-lang.in (gnat1, gnatbind): Pass ALL_CFLAGS on the link line.
7895
7896 2007-12-13  Samuel Tardieu  <sam@rfc1149.net>
7897
7898         PR ada/34360
7899         * Makefile.in: Change two occurrences of mlib-tgt.adb by correct name
7900         mlib-tgt-specific.adb.
7901
7902 2007-12-13  Bob Duff  <duff@adacore.com>
7903
7904         * trans.c (Attribute_to_gnu): Check for violations of the
7905         No_Implicit_Dynamic_Code restriction. This checking used to be done in
7906         the front end, but is moved here so we can make it more accurate.
7907
7908 2007-12-13  Pascal Obry  <obry@adacore.com>
7909
7910         * adaint.c (__gnat_pthread_setaffinity_np): New routine. A dummy
7911          version is provided for older GNU/Linux distribution not
7912          supporting thread affinity sets.
7913
7914         * s-osinte-linux.ads (SC_NPROCESSORS_ONLN): New constant for sysconf
7915         call.
7916         (bit_field): New packed boolean type used by cpu_set_t.
7917         (cpu_set_t): New type corresponding to the C type with
7918         the same name. Note that on the Ada side we use a bit
7919         field array for the affinity mask. There is not need
7920         for the C macro for setting individual bit.
7921         (pthread_setaffinity_np): New imported routine.
7922
7923         * s-taprop-linux.adb (Enter_Task): Check that the CPU affinity mask is
7924         no null.
7925         (Create_Task): Set the processor affinity mask if information
7926         is present.
7927
7928         * s-tasinf-linux.ads, s-tasinf-linux.adb: New files.
7929
7930 2007-12-13  Robert Dewar  <dewar@adacore.com>
7931
7932         * s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
7933         s-osinte-freebsd.ads, s-osinte-lynxos.ads, s-osinte-tru64.ads,
7934         s-osinte-mingw.ads, s-osinte-aix.ads, s-osinte-hpux-dce.ads,
7935         s-osinte-irix.ads, s-osinte-solaris.ads, s-intman-vms.adb,
7936         s-osinte-vms.ads, s-osinte-vxworks6.ads, s-osinte-vxworks.ads,
7937         s-auxdec.ads, s-auxdec-vms_64.ads, s-osinte-darwin.ads,
7938         s-taprop-vms.adb, s-interr-sigaction.adb, s-osinte-linux-hppa.ads,
7939         i-vxwork-x86.ads, s-tpopde-vms.ads: Add missing pragma Convention C
7940         for subprogram pointers.
7941
7942         * g-ctrl_c.adb: New file.
7943
7944         * g-ctrl_c.ads (Install_Handler): New body.
7945
7946         * freeze.adb (Freeze_Subprogram): Use new flag Has_Pragma_Inline_Always
7947         instead of obsolete function Is_Always_Inlined.
7948         (Freeze_Entity): check for tagged type in imported C subprogram
7949         (Freeze_Entity): check for 8-bit boolean in imported C subprogram
7950         (Freeze_Entity): check for convention Ada subprogram pointer in
7951         imported C subprogram.
7952         (Freeze_Fixed_Point_Type): In the case of a base type where the low
7953         bound would be chopped off and go from negative to zero, force
7954         Loval_Excl_EP to be the same as Loval_Incl_EP (the included lower
7955         bound) so that the size computation for the base type will take
7956         negative values into account.
7957
7958 2007-12-13  Eric Botcazou  <ebotcazou@adacore.com>
7959             Bob Duff  <duff@adacore.com>
7960             Tristan Gingold  <gingold@adacore.com>
7961
7962         * system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
7963         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
7964         system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads,
7965         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
7966         system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
7967         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
7968         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
7969         system-vxworks-arm.ads, system-darwin-x86.ads, system.ads,
7970         system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
7971         system-linux-ppc.ads, system-linux-hppa.ads, system-hpux-ia64.ads,
7972         system-vms-ia64.ads (Stack_Check_Limits): New target parameter.
7973         (Always_Compatible_Rep): New flag to control trampolines globally.
7974         (Dynamic_Trampolines_Used): New flag for implementing the
7975         No_Implicit_Dynamic_Code restriction more correctly (not yet used,
7976         and not yet set correctly for some targets).
7977
7978         * s-taprop-vxworks.adb: Use stack limit method of stack checking.
7979         Simply indirectly call s-stchop when a task is created.
7980
7981         * ali.ads:
7982         New flag added: Stack_Check_Switch_Set which is set when '-fstack-check'
7983         appears as an argument (entries A) in an ALI file.
7984
7985         * fe.h (Stack_Check_Limits): Declare new target parameter.
7986         (Check_Implicit_Dynamic_Code_Allowed): New procedure.
7987
7988         * init.c: Declare __gnat_set_stack_limit_hook for VxWorks kernel RTS.
7989         This variable is declared in C to be sure not subject to elaboration
7990         code.
7991         (__gnat_map_signal, VxWorks): In kernel mode, map SIGILL to
7992         Storage_Error.
7993
7994         * targparm.ads, targparm.adb (Stack_Check_Limits): New parameter.
7995         (Always_Compatible_Rep, Dynamic_Trampolines_Used): New parameters.
7996
7997         * s-stchop.ads: Add comments.
7998
7999         * s-stchop-vxworks.adb: Package almost fully rewritten to use stack
8000         limit method of stack checking.
8001
8002         * s-stchop-limit.ads: New file.
8003
8004 2007-12-13  Robert Dewar  <dewar@adacore.com>
8005
8006         * sem_ch5.adb, s-taskin.adb, a-ciorma.adb, a-coorma.adb, a-cohama.adb,
8007         a-cihama.adb, g-awk.adb,
8008         s-inmaop-posix.adb: Update handling of assigned value/unreferenced
8009         warnings
8010
8011         * exp_smem.adb: Update handling of assigned value/unreferenced warnings
8012
8013         * sem.adb: Update handling of assigned value/unreferenced warnings
8014
8015         * a-exexpr-gcc.adb: Add a pragma warnings off for boolean return
8016
8017         * lib-xref.ads: Improve documentation for k xref type
8018
8019         * lib-xref.adb:
8020         Update handling of assigned value/unreferenced warnings
8021         (Generate_Reference): Warning for reference to entity for which a
8022         pragma Unreferenced has been given should be unconditional.
8023         If the entity is a discriminal, mark the original
8024         discriminant as referenced.
8025
8026         * sem_warn.ads, sem_warn.adb
8027         (Check_One_Unit): Test Renamed_In_Spec to control giving warning for
8028         no entities referenced in package
8029         (Check_One_Unit): Don't give message about no entities referenced in
8030         a package if a pragma Unreferenced has appeared.
8031         Handle new warning flag -gnatw.a/-gnatw.A
8032         Update handling of assigned value/unreferenced warnings
8033
8034         * atree.h: Add flags up to Flag247
8035         (Flag231): New macro.
8036
8037 2007-12-13  Jose Ruiz  <ruiz@adacore.com>
8038
8039         * adaint.h: (__gnat_plist_init): Not defined for RTX.
8040
8041         * initialize.c (__gnat_initialize): Do not call __gnat_plist_init for
8042         RTX systems.
8043
8044         * Makefile.in: Add new files s-tasinf-linux.ads and s-tasinf-linux.adb.
8045         (LIBGNAT_TARGET_PAIRS, MISCLIB, THREADSLIB,
8046         EXTRA_GNATRTL_NONTASKING_OBJS, EXTRA_GNATRTL_TASKING_OBJS,
8047         GNATLIB_SHARED for RTX run time): Use the versions required by RTX.
8048
8049         * mingw32.h:
8050         Do not define GNAT_UNICODE_SUPPORT for RTX since it is not supported.
8051
8052         * sysdep.c (winflush_function for RTX): Procedure that does nothing
8053         since we only have problems with Windows 95/98, which are not
8054         supported by RTX.
8055         (__gnat_ttyname): Return the empty string on Nucleus, just as
8056         done on vxworks.
8057
8058 2007-12-13  Robert Dewar  <dewar@adacore.com>
8059
8060         * a-textio.adb, a-textio.ads:
8061         Extensive changes to private part for wide character encoding
8062
8063         * a-witeio.adb, a-witeio.ads, a-ztexio.ads, a-ztexio.adb
8064         (Look_Ahead): Fix mishandling of encoded sequences
8065         Move declaration of Wch_Con to private part (should not be visible)
8066
8067         * ali.adb (Scan_ALI): Set default encoding method to brackets instead of
8068         UTF-8. Probably this is never used, but if it is, brackets is
8069         clearly correct.
8070
8071         * bindgen.adb (Get_WC_Encoding): New procedure to properly handle
8072         setting wide character encoding for no main program case and when
8073         encoding is specified using -W?
8074         Initialize stack limit of environment task if stack limit method of
8075         stack checking is enabled.
8076         (Gen_Adainit_Ada): Use Get_WC_Encoding to output encoding method
8077         (Gen_Adainit_C): Use Get_WC_Encoding to output encoding method
8078         (Get_Main_Unit_Name): New function.
8079         (Gen_Adainit_Ada): Add call to main program for .NET when needed.
8080         (Gen_Output_File): Set Bind_Main_Program to True for .NET
8081
8082         * bindusg.adb: Add line for -Wx switch
8083
8084         * s-wchcon.adb, s-wchcon.ads: (Is_Start_Of_Encoding): New function
8085         Add comments
8086         Add new useful constant WC_Longest_Sequences
8087
8088         * switch-b.adb: Clean up handling of -Wx switch
8089         For -gnatWx, set Wide_Character_Encoding_Method_Specified
8090
8091         * switch-c.adb: -gnatg activates warning on assertion errors
8092         For -gnatWx, set Wide_Character_Encoding_Method_Specified
8093
8094         * s-wchcon.adb: (Is_Start_Of_Encoding): New function
8095
8096 2007-12-13  Robert Dewar  <dewar@adacore.com>
8097             Ed Schonberg  <schonberg@adacore.com>
8098
8099         * a-ngcoty.adb: New pragma Fast_Math
8100
8101         * opt.adb: New pragma Fast_Math
8102
8103         * par-prag.adb:
8104         Add Implemented_By_Entry to the list of pragmas which do not require any
8105         special processing.
8106         (Favor_Top_Level): New pragma.
8107         New pragma Fast_Math
8108
8109         * exp_attr.adb: Move Wide_[Wide_]Image routines to Exp_Imgv
8110         (Expand_N_Attribute_Reference, Displace_Allocator_Pointer,
8111         Expand_Allocator_Expression): Take into account VM_Target
8112         (Expand_Attribute, case 'Identity):  Handle properly the case where
8113         the prefix is a task interface.
8114         New pragma Fast_Math
8115
8116         * par.adb (Next_Token_Is): New function
8117         (P_Pragma): Add Skipping parameter
8118         (U_Left_Paren): New procedure
8119         (U_Right_Paren): New procedure
8120         New pragma Fast_Math
8121
8122         * par-ch10.adb (P_Subunit): Unconditional msg for missing ) after
8123         subunit
8124         New pragma Fast_Math
8125
8126         * sem_prag.adb: Add significance value to table Sig_Flag for pragma
8127         Implemented_By_Entry.
8128         (Analyze_Pragma): Add case for Ada 2005 pragma Implemented_By_Entry.
8129         (Set_Inline_Flags): Do not try to link pragma Inline onto chain of rep
8130         items, since it can apply to more than one overloadable entity. Set
8131         new flag Has_Pragma_Inline_Always for Inline_Always case.
8132         (Analyze_Pragma, case Complex_Representation): Improve error message.
8133         (Analyze_Pragma, case Assert): When assertions are disabled build the
8134         rewritten code with Sloc of expression rather than pragma, so new
8135         warning about failing is not deleted.
8136         (Analyze_Pragma): Allow pragma Preelaborable_Initialization to apply to
8137         protected types and update error message to reflect that. Test whether
8138         the protected type is allowed for the pragma (an error is issued if the
8139         type has any entries, or components that do not have preelaborable
8140         initialization).
8141         New pragma Fast_Math
8142         (Analyze_Pragma, case No_Return): Handle generic instance
8143
8144         * snames.h, snames.ads, snames.adb:
8145         Add new predefined name for interface primitive _Disp_Requeue.
8146         New pragma Fast_Math
8147
8148         * a-tags.ads, a-tags.adb: New calling sequence for
8149         String_To_Wide_[Wide_]String
8150         (Secondary_Tag): New subprogram.
8151
8152         * exp_imgv.ads, exp_imgv.adb: Move Wide_[Wide_]Image routines here
8153         from Exp_Attr
8154         New calling sequence for String_To_Wide_[Wide_]String
8155         (Expand_Image_Attribute): Major rewrite. New calling sequence avoids
8156         the use of the secondary stack for image routines.
8157
8158         * a-except-2005.adb, s-wchstw.ads, s-wchstw.adb, s-wwdenu.adb: New
8159         calling sequence for String_To_Wide_[Wide_]String
8160
8161         * par-ch3.adb (P_Declarative_Items): Recognize use of Overriding in
8162         Ada 95 mode
8163         (P_Unknown_Discriminant_Part_Opt): Handle missing parens gracefully
8164         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8165
8166         * par-ch6.adb (P_Subprogram): Recognize use of Overriding in Ada 95 mode
8167         (P_Formal_Part): Use Skipping parameter in P_Pragma call
8168         to improve error recovery
8169
8170         * par-util.adb (Next_Token_Is): New function
8171         (Signal_Bad_Attribute): Use new Namet.Is_Bad_Spelling_Of function
8172
8173         * par-ch2.adb (Skip_Pragma_Semicolon): Do not resynchronize to
8174         semicolon if missing
8175         (P_Pragma): Implement new Skipping parameter
8176         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8177         Fix location of flag for unrecognized pragma message
8178
8179         * par-tchk.adb (U_Left_Paren): New procedure
8180         (U_Right_Paren): New procedure
8181
8182 2007-12-13  Geert Bosch  <bosch@adacore.com>
8183
8184         * a-tifiio.adb:
8185         (Put_Int64): Use Put_Digit to advance Pos. This fixes a case where
8186         the second or later Scaled_Divide would omit leading zeroes,
8187         resulting in too few digits produced and a Layout_Error as result.
8188         (Put): Initialize Pos.
8189
8190 2007-12-13  Robert Dewar  <dewar@adacore.com>
8191
8192         atree.ads, atree.adb (Flag231..Flag247): New functions
8193         (Set_Flag231..Set_Flag247): New procedures
8194         (Basic_Set_Convention): Rename Set_Convention to be
8195         Basic_Set_Convention
8196         (Nkind_In): New functions
8197         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8198
8199         * exp_ch6.adb (Expand_Call): Use new flag Has_Pragma_Inline_Always
8200         instead
8201          of obsolete function Is_Always_Inlined
8202         (Register_Predefined_DT_Entry): Initialize slots of the second
8203         secondary dispatch table.
8204         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8205         (Expand_N_Function_Call): Remove special provision for stack checking.
8206
8207         * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
8208         Include _Disp_Requeue in the list of predefined operations.
8209         (Find_Interface_ADT): Modified to fulfill the new specification.
8210         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8211
8212         * par-ch4.adb, nlists.ads, nlists.adb:
8213         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8214
8215         * sinfo.ads, sinfo.adb: (Nkind_In): New functions
8216         Fix location of flag for unrecognized pragma message
8217
8218         * sem_ch7.adb: Use Nkind_In
8219
8220 2007-12-13  Vincent Celier  <celier@adacore.com>
8221
8222         * opt.ads:
8223         Indicate what flags are used by the Project Manager, gprbuild and
8224         gprclean.
8225         (Opt.Follow_Links_For_Dirs): New flag
8226         (Warn_On_Assertion_Failure): New flag
8227         (Wide_Character_Encoding_Method_Specified): New flag
8228         (Suppress_All_Inlining): New switch set by -fno-inline
8229         (Real_VMS_Target): New flag
8230         New pragma Fast_Math
8231
8232 2007-12-13  Robert Dewar  <dewar@adacore.com>
8233
8234         * back_end.adb: Recognize -fno-inline
8235
8236 2007-12-13  Robert Dewar  <dewar@adacore.com>
8237
8238         * checks.adb: Fix optimization problem with short-circuited form
8239
8240 2007-12-13  Bob Duff  <duff@adacore.com>
8241
8242         * clean.adb (Usage): Add line for -aP
8243         (Check_Version_And_Help): Change Check_Version_And_Help to be generic,
8244         with a parameter "procedure Usage", instead of passing a pointer to a
8245         procedure. This is to eliminate trampolines (since the Usage procedure
8246         is often nested in a main procedure, and it would be inconvenient to
8247         unnest it).
8248
8249         * g-comlin.adb (For_Each_Simple_Switch): Change For_Each_Simple_Switch
8250         to be generic, with a parameter "procedure Callback (...)", instead of
8251         passing a pointer to a procedure. This is to eliminate trampolines
8252         (since the Callback procedure is usually nested).
8253
8254         * gnatfind.adb, switch.adb, switch.ads, gnatlink.adb, gnatls.adb,
8255         gnatname.adb, gnatxref.adb, gnatchop.adb, gprep.adb, gnatbind.adb
8256         (Check_Version_And_Help): Change Check_Version_And_Help to be generic.
8257
8258         * g-pehage.adb (Compute_Edges_And_Vertices, Build_Identical_Key_Sets):
8259         Use the generic Heap_Sort_G instead of Heap_Sort_A.
8260
8261 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8262
8263         * einfo.ads, einfo.adb: Flag 232 is now Implemented_By_Entry.
8264         (Implemented_By_Entry, Set_Implemented_By_Entry): New routines.
8265         (Write_Entry_Flags): Add an entry for Implemented_By_Entry.
8266         (Renamed_In_Spec): New flag
8267         (Has_Pragma_Inline_Always): New flag
8268         Add missing doc for pragma Obsolescent_Warning
8269         Add missing doc for 17 additional unused flags (230-247)
8270         (Is_Derived_Type): Remove condition "not Is_Generic_Type".
8271         Alphabetize with clauses.
8272         Separate Is_Thunk and Has_Thunks flags
8273         (Write_Entity_Flags): Add forgotten entry for Has_Thunks
8274         (Related_Interface): Renamed to Related_Type.
8275         (Has_Thunks/Set_Has_Thunks): Subprograms of new attribute.
8276         (Set_Is_Flag): Restrict the assertion.
8277
8278 2007-12-13  Vincent Celier  <celier@adacore.com>
8279
8280         * errout.adb (Output_Source_Line): Do not keep a trailing space after
8281         the source line number if the source line is empty.
8282
8283 2007-12-13  Geert Bosch  <bosch@adacore.com>
8284
8285         * eval_fat.adb (Decompose_Int): Handle argument of zero.
8286         (Compose): Remove special casing of zero.
8287         (Exponent): Likewise.
8288         (Fraction): Likewise.
8289         (Machine): Likewise.
8290         (Decompose): Update comment.
8291
8292 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
8293
8294         * exp_aggr.adb (Build_Record_Aggr_Code): If there is an aggregate for a
8295         limited ancestor part, initialize controllers of enclosing record
8296         before expanding ancestor aggregate.
8297         (Gen_Assign): If a component of the aggregate is box-initialized, add
8298         code to call Initialize if the component is controlled, and explicit
8299         assignment of null if the component is an access type.
8300
8301         Handle properly aggregates for limited types that appear in object
8302         declarations when the aggregate contains controlled values such as
8303         protected types.
8304         When expanding limited aggregates into individual components, do not
8305         call Adjust on controlled components that are limited.
8306
8307 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
8308
8309         * expander.adb: Take into account N_Subprogram_Renaming_Declaration
8310
8311 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8312
8313         * exp_ch3.adb (Predefined_Primitive_Bodies): Generate the body of
8314         predefined primitive _Disp_Requeue.
8315         (Make_Predefined_Primitive_Specs): Create the spec for predefined
8316         primitive _Disp_Requeue.
8317         (Make_Predefined_Primitive_Specs/Predefined_Primitive_Bodies): Set the
8318         type of formal Renamed_Eq to Entity_Id (instead of Node_Id).
8319         (Make_Predefined_Primitive_Specs): Spec of "=" needed if the parent is
8320         an interface type. In case of limited interfaces we now declare all the
8321         predefined primitives associated with synchronized interfaces as
8322         abstract.
8323         (Predef_Spec_Or_Body): For interface types generate abstract subprogram
8324         declarations.
8325         (Predefined_Primitive_Bodies): Add body of "=" if the parent of the
8326         tagged type is an interface type and there is no user-defined equality
8327         function.
8328         Add also bodies of predefined primitives associated with synchronized
8329         interfaces.
8330         (Freeze_Record_Type): Do not build bodies of predefined primitives of
8331         interface types because they are now defined abstract.
8332         Add missing documentation.
8333         (Expand_Record_Controller): Update occurrence of Related_Interface
8334         to Related_Type.
8335         (Build_Offset_To_Top_Functions): Do nothing in case of VM.
8336         (Expand_N_Object_Declaration): Take into account VM_Target when handling
8337         class wide interface object declaration.
8338         (Expand_Previous_Access_Type): Do not create a duplicate master entity
8339         if the access type already has one.
8340         (Expand_N_Object_Declaration): Defend against attempt to validity check
8341         generic types. Noticed for -gnatVcf specified with previous errors.
8342
8343 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
8344
8345         * exp_ch4.adb (Expand_N_Attribute_Reference, Displace_Allocator_Pointer,
8346         Expand_Allocator_Expression): Take into account VM_Target
8347
8348         * exp_ch5.adb (Expand_N_Extended_Return_Statement): Do not use
8349         secondary stack when VM_Target /= No_VM
8350
8351 2007-12-13  Javier Miranda  <miranda@adacore.com>
8352             Ed Schonberg  <schonberg@adacore.com>
8353
8354         * exp_ch7.adb (Expand_N_Package_Body): Replace occurrence of attribute
8355         Is_Complation_Unit by Is_Library_Level_Entity in the code
8356         that decides if the static dispatch tables need to be built.
8357         (Wrap_Transient_Declaration): Do not generate a finalization call if
8358         this is a renaming declaration and the renamed object is a component
8359         of a controlled type.
8360
8361 2007-12-13  Gary Dismukes  <dismukes@adacore.com>
8362
8363         * exp_ch8.ads, exp_ch8.adb (Expand_N_Subprogram_Renaming_Declaration):
8364         In the case where the renamed subprogram is a dereference, call
8365         Force_Evaluation on the prefix.
8366
8367 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8368             Ed Schonberg  <schonberg@adacore.com>
8369
8370         * exp_ch9.adb (Expand_N_Asynchronous_Select,
8371         Expand_N_Conditional_Entry_Call, Expand_N_Timed_Entry_Call): Code and
8372         comment reformatting.
8373         (Set_Privals): Inherit aliased flag from formal. From code reading.
8374         (Build_Simple_Entry_Call): Out parameters of an access type are passed
8375         by copy and initialized from the actual. This includes entry parameters.
8376         (Expand_N_Requeue_Statement): Reimplement in order to handle both Ada 95
8377         and Ada 2005 models of requeue.
8378         (Null_Statements): Still connsider do-end block null if it contains
8379         Unreferenced and Warnings pragmas.
8380         (Expand_N_Accept_Statement): Do not optimize away null do end if
8381         dispatching policy is other than defaulted.
8382         (Expand_N_Timed_Entry_Call): When the triggering statement is a
8383         dispatching call, manually analyze the delay statement.
8384         (Find_Parameter_Type): Move subprogram to Sem_Util.
8385
8386 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8387             Javier Miranda  <miranda@adacore.com>
8388
8389         * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Primitive
8390         _Disp_Requeue occupies dispatch table slot number 15. Move
8391         _Disp_Timed_Select to slot 16.
8392         (Make_Disp_Requeue_Body, Make_Disp_Requeue_Spec): New routines which
8393         generate the spec and body of _Disp_Reqeueue.
8394         (Make_DT): Build and initialize the second dispatch table.
8395         Handle initialization of RC_Offset when the parent
8396         is a private type with variable size components.
8397         (Make_Secondary_DT): Complete documentation. Add support to
8398         initialize the second dispatch table.
8399         (Make_Tags): Generate the tag of the second dispatch table.
8400         (Register_Primitive): Add support to register primitives in the
8401         second dispatch table.
8402
8403 2007-12-13  Pascal Obry  <obry@adacore.com>
8404
8405         * expect.c (__gnat_kill) [WIN32]: Implement the SIGINT signal on
8406         Windows. This signal is used by gnatmake to kill child processes for
8407         example.
8408
8409 2007-12-13  Javier Miranda  <miranda@adacore.com>
8410
8411         * exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing
8412         support for generic dispatching constructor calls in which we need to
8413         locate the tag of a secondary dispatch table associated with an
8414         interface type to properly dispatch the call.
8415         (Expand_N_Attribute_Reference [case Address],
8416         Expand_Dispatching_Constructor_Call, Expand_Unc_Deallocation): Fix
8417         handling of VM targets.
8418
8419 2007-12-13  Robert Dewar  <dewar@adacore.com>
8420             Ed Schonberg  <schonberg@adacore.com>
8421
8422         * exp_prag.adb (Expand_Pragma_Assert): Recognize new warning flag for
8423         assert fail
8424
8425         * ug_words: Add entries for -gnatw.a -gnatw.A
8426
8427         * sem_res.adb (Set_String_Literal_Subtype): If the context of the
8428         literal is a subtype with non-static constraints, use the base type of
8429         the context as the base of the string subtype, to prevent type
8430         mismatches in gigi.
8431         (Resolve_Actuals): If the actual is an entity name, generate a
8432         reference before the actual is resolved and expanded, to prevent
8433         spurious warnings on formals of enclosing protected operations.
8434         (Analyze_Overloaded_Selected_Component): If type of prefix if
8435         class-wide, use visible components of base type.
8436         (Resolve_Selected_Component): Ditto.
8437         (Resolve_Short_Circuit): Detect case of pragma Assert argument
8438         evaluating to False, and issue warning message.
8439
8440         * usage.adb: Add lines for -gnatw.a and -gnatw.A
8441
8442 2007-12-13  Emmanuel Briot  <briot@adacore.com>
8443
8444         * g-calend.ads (No_Time): New constant, to represent an uninitialized
8445         time value
8446
8447         * g-catiio.ads, g-catiio.adb (Value): Added support for more date
8448         formats.
8449         (Month_Name_To_Number): New subprogram
8450
8451         * g-dirope.adb (Get_Current_Dir): On windows, normalize the drive
8452         letter to upper-case.
8453
8454 2007-12-13  Robert Dewar  <dewar@adacore.com>
8455             Ed Schonberg  <schonberg@adacore.com>
8456
8457         * gnat1drv.adb (Gnat1drv): Properly set new flag Opt.Real_VMS_Target
8458
8459         * layout.adb (Resolve_Attribute, case 'Access): If designated type of
8460         context is a limited view, use non-limited view when available. If the
8461         non-limited view is an unconstrained array, this enforces consistency
8462         requirements in 3.10.2 (27).
8463         (Layout_Type): For an access type whose designated type is a limited
8464         view, examine its declaration to determine if it is an unconstrained
8465         array, and size the access type accordingly.
8466         (Layout_Type): Do not force 32-bits for convention c subprogram
8467         pointers in -gnatdm mode, only if real vms target.
8468
8469         * sem_attr.adb (Analyze_Access_Attribute): Use new flag
8470         Has_Pragma_Inline_Always instead of obsolete function Is_Always_Inlined
8471         (Analyze_Access_Attribute,Attribute_Address): Remove checks for
8472         violations of the No_Implicit_Dynamic_Code restriction.
8473         (Resolve_Attribute, case 'Access): If designated type of context is a
8474         limited view, use non-limited view when available. If the non-limited
8475         view is an unconstrained array, this enforces consistency requirements
8476         in 3.10.2 (27).
8477         (Layout_Type): For an access type whose designated type is a limited
8478         view, examine its declaration to determine if it is an unconstrained
8479         array, and size the access type accordingly.
8480
8481 2007-12-13  Vincent Celier  <celier@adacore.com>
8482
8483         * gnatcmd.adb (GNATCmd): Do not issue -d= switch to gnatmetric when
8484         object directory of main project does not exist.
8485         On VMS, correctly set then environment variable for the source
8486         directories.
8487
8488 2007-12-13  Vasiliy Fofanov  <fofanov@adacore.com>
8489
8490         * g-regist.ads, g-regist.adb (Set_Value): new parameter Expand; when
8491         set to True this procedure will create the value of type REG_EXPAND_SZ.
8492         It was only possible to create REG_SZ values before.
8493
8494 2007-12-13  Robert Dewar  <dewar@adacore.com>
8495
8496         * g-spchge.ads, g-spchge.adb, g-u3spch.adb, g-u3spch.ads,
8497         g-wispch.adb, g-wispch.ads, g-zspche.adb, g-zspche.ads,
8498         namet-sp.adb, namet-sp.ads: New files.
8499
8500         * g-speche.adb: Use generic routine in g-spchge
8501
8502         * s-wchcnv.ads, s-wchcnv.adb:
8503         Minor code cleanup (make formal type consistent with spec)
8504
8505         * namet.adb: Update comments.
8506
8507         * par-endh.adb (Evaluate_End_Entry): Use new
8508         Namet.Sp.Is_Bad_Spelling_Of function
8509
8510         * par-load.adb (Load): Use new Namet.Sp.Is_Bad_Spelling_Of function
8511
8512         * sem_aggr.adb (Resolve_Record_Aggregate): If a component of an
8513         ancestor is an access type initialized with a box, set its type
8514         explicitly, for use in subsequent expansion.
8515         (Check_Misspelled_Component): Use new Namet.Sp.Is_Bad_Spelling_Of
8516         function
8517
8518 2007-12-13  Robert Dewar  <dewar@adacore.com>
8519
8520         * g-spipat.adb (Break): Fix accessibility error (vsn taking not null
8521         access Vstring)
8522
8523 2007-12-13  Robert Dewar  <dewar@adacore.com>
8524
8525         * inline.adb (Back_End_Cannot_Inline): Use new flag
8526         Has_Pragma_Inline_Always instead of obsolete function Is_Always_Inlined
8527
8528         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Body): Use new flag
8529         Has_Pragma_Inline_Always instead.
8530         of obsolete function Is_Always_Inlined
8531         (Build_Body_To_Inline): Same change
8532         (Cannot_Inline): Same change
8533         Do not give warning on exception raise in No_Return function
8534
8535         * sem_ch13.adb (Analyze_Record_Representation_Clause): If an inherited
8536         component has two inconsistent component clauses in the same record
8537         representation clause, favor the message that complains about
8538         duplication rather than inconsistency.
8539         Update comments.
8540         (Record_Representation_Clause): Do not warn on missing component
8541         clauses for inherited components of a type extension.
8542         (Rep_Item_Too_Late): Do not attempt to link pragma into rep chain for
8543         an overloadable item if it is a pragma that can apply to multiple
8544         overloadable entities (e.g. Inline) because a pragma cannot be on
8545         more than one chain at a time.
8546         (Validate_Unchecked_Conversion): Add code to warn on unchecked
8547         conversion where one of the operands is Ada.Calendar.Time.
8548         (Analyze_Attribute_Definition_Clause): Fix typo in error message.
8549         For now, ignore Component_Size clause on VM targets, as done for
8550         pragma Pack.
8551
8552 2007-12-13  Emmanuel Briot  <briot@adacore.com>
8553             Vincent Celier  <celier@adacore.com>
8554
8555         * prj.ads, prj.adb (Is_A_Language): Now takes a Name_Id instead of a
8556         string
8557         (Must_Check_Configuration, Default_Language_Is_Ada): new flags in
8558         prj.ads
8559         (Hash): Move instantiation of System.HTable.Hash from spec to body
8560         (prj-nmsc.adb): Optimize calls to Name_Find when on case sensitive
8561         systems, since we do not need to recompute the Name_Id for the canonical
8562         file name.
8563         (Body_Suffix_Id_Of, Spec_Suffix_Id_Of): new version that takes a name_id
8564         as a parameter. This parameter is in fact always "ada" in all calls, and
8565         we were doing 160560 extra calls to Name_Find to convert it to Name_Ada
8566         while loading a project with 40000 files
8567
8568         * prj-attr.adb: Fix name of attribute Dependency_Driver
8569         Change the kind of indexing for attribute Root
8570
8571         * prj-dect.adb (Parse_Declarative_Items): Allow redeclarations of
8572         variables already declared, in case constructions.
8573
8574         * prj-env.adb (Initialize): Reset Current_Source_Path_File and
8575         Current_Object_Path_File to No_Path.
8576
8577         * prj-ext.adb (Initialize_Project_Path): In multi language mode, use
8578         ADA_PROJECT_PATH if value of GPR_PROJECT_PATH is empty.
8579
8580         * prj-makr.adb: new parameter Current_Dir
8581
8582         * prj-nmsc.ads, prj-nmsc.adb (Find_Explicit_Sources): Do not look for
8583         Ada sources when language is not Ada.
8584         Change Opt.Follow_Links to Opt.Follow_Links_For_Files.
8585         (Find_Excluded_Sources, Find_Explicit_Sources): new subprograms
8586         (Must_Check_Configuration, Default_Language_Is_Ada): new flags.
8587         (Locate_Directory): Always resolve links when computing Canonical_Path
8588         (Look_For_Sources): Make sure that Name_Buffer contains the file name
8589         in Source_Files before checking for the presence of a directory
8590         separator.
8591         Optimize calls to Name_Find when on case sensitive systems.
8592         (Body_Suffix_Id_Of, Spec_Suffix_Id_Of): new version that takes a name_id
8593         as a parameter.
8594         (Prj.Nmsc.Check): new parameter Current_Dir
8595         (Check_Ada_Naming_Schemes): Restrictions on suffixes are relaxed. They
8596         cannot be empty and the spec suffix cannot be the same as the body or
8597         separate suffix.
8598         (Get_Unit): When a file name can be of several unit kinds (spec, body or
8599         subunit), always consider the longest suffix.
8600         (Check_Configuration): Do not issue an error if there is no compiler
8601         for a language. Just issue a warning and ignore the sources for the
8602         language.
8603         (Check_Library_Attributes): Only check Library_Dir if Library_Name is
8604         not empty.
8605         (Check_Naming_Schemes.Maked_Unit): Only output message if high verbosity
8606         (Unit_Exceptions): New hash table
8607         (Check_Naming_Schemes): Check if a file that could be a unit because of
8608         the naming scheme is not in fact a source because there is an exception
8609         for the unit.
8610         (Look_For_Sources): Put the unit exceptions in hash table
8611         Unit_Exceptions
8612         (Get_Unit_Exceptions): Give initial value No_Source to local variable
8613         Other_Part to avoid exception when code is compiled with validity
8614         checking.
8615         (Get_Sources_From_File): Check that there is no directory information
8616         in the file names.
8617         (Look_For_Sources): Check that there is no directory information in the
8618         list of file names in Source_Files.
8619         (Look_For_Sources): In multi-language mode, do not allow exception file
8620         names that are excluded.
8621         (Excluded_Sources_Htable): New hash table
8622         (Search_Directories.Check_File): New procedure to simplify
8623         Search_Directories.
8624         (Search_Directories): Do not consider excluded sources
8625         (Look_For_Sources): Populate Excluded_Sources_Htable before calling
8626         Search_Directories.
8627         (Get_Exceptions): Set component Lang_Kind of Source_Data
8628         (Get_Unit_Exceptions): Ditto
8629         (Search_Directories): Ditto
8630
8631         * prj-pars.adb: new parameter Current_Dir
8632
8633         * prj-part.ads, prj-part.adb:
8634         Change Opt.Follow_Links to Opt.Follow_Links_For_Files.
8635         (Opt.Follow_Links_For_Dirs): New flag
8636         (Project_Path_Name_Of): Cache information returned by this routine as
8637         Locate_Regular_File is a costly routine. The code to output a log
8638         information and the effective call to Locate_Regular_File is now
8639         factorized into a routine (code clean-up).
8640         (Parse, Parse_Single_Project): new parameter Current_Dir
8641         When main project file cannot be found, indicate in the error
8642         message the project path that was used to do the search.
8643
8644         * prj-proc.ads, prj-proc.adb (Opt.Follow_Links_For_Dirs): New flag
8645         (Prj.Proc.Process*): new parameter Current_Dir
8646
8647         * switch-m.adb: Change Opt.Follow_Links to Opt.Follow_Links_For_Files
8648
8649 2007-12-13  Bob Duff  <duff@adacore.com>
8650
8651         * restrict.ads, restrict.adb (Check_Implicit_Dynamic_Code_Allowed): New
8652         procedure to be called from the back end to check the
8653         No_Implicit_Dynamic_Code restriction.
8654
8655 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
8656
8657         * rtsfind.adb (Check_CRT): Take into account RTE_Available_Call
8658         Fixes another case where RTE_Available_Call was ignored instead of being
8659         taken into account.
8660         (Load_Fail): Ditto.
8661
8662         * rtsfind.ads: Add new entries.
8663
8664 2007-12-13  Robert Dewar  <dewar@adacore.com>
8665
8666         * g-byorma.adb, g-byorma.ads, g-decstr.adb, g-decstr.ads,
8667         g-deutst.ads, g-encstr.adb, g-encstr.ads, g-enutst.ads: New files.
8668
8669         * scn.adb: Implement BOM recognition
8670
8671 2007-12-13  Thomas Quinot  <quinot@adacore.com>
8672             Ed Schonberg  <schonberg@adacore.com>
8673
8674         * sem_ch10.adb (Check_Private_Child_Unit): A non-private library level
8675         subprogram body that acts as its own spec may not have a non-private
8676         WITH clause on a private sibling.
8677         (Build_Unit_Name): If the parent unit in the name in a with_clause on a
8678         child unit is a renaming, create an implicit with_clause on that
8679         parent, and not on the unit it renames, to prevent visibility errors
8680         in the current unit.
8681
8682 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
8683
8684         * sem_ch12.adb (Instantiate_Formal_Subprogram): In the subprogram
8685         renaming declaration, use the Slocs of the formal parameters from the
8686         declaration of the formal subprogram when creating the formal parameter
8687         entities in the renaming declaration.
8688         (Analyze_Formal_Type_Declaration): Change the placement of the error
8689         message concerning illegal known discriminants. It is now posted on the
8690         type rather than on the first discriminant. This change ensures early
8691         error report.
8692         (Freeze_Subprogram_Body): If the generic subprogram is nested within
8693         the package body that contains the instance, do not generate an
8694         out-of-place freeze node for the enclosing package.
8695         (Collect_Previous_Instantiations): Ignore internal instantiations
8696         generated for formal packages.
8697         (Validate_Derived_Type_Instance): Add a check that when a formal
8698         derived type is Known_To_Have_Preelab_Init then the actual type must
8699         have preelaborable initialization, and issue an error when this
8700         condition is violated.
8701
8702 2007-12-13  Robert Dewar  <dewar@adacore.com>
8703
8704         * s-imenne.adb, s-imenne.ads: New files.
8705
8706         * s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb,
8707         s-imgdec.ads, s-imgenu.ads, s-imgint.adb, s-imgint.ads, s-imglld.adb,
8708         s-imglld.ads, s-imglli.adb, s-imglli.ads, s-imgllu.adb, s-imgllu.ads,
8709         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwch.adb,
8710         s-imgwch.ads: New calling sequence for Image routines to avoid sec
8711         stack usage.
8712
8713 2007-12-13  Javier Miranda  <miranda@adacore.com>
8714             Ed Schonberg  <schonberg@adacore.com>
8715
8716         * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Avoid
8717         generation of spurious error if parent is an interface type; caused
8718         because predefined primitive bodies will be generated later by
8719         Freeze_Record_Type.
8720         (Process_Subtype): The subtype inherits the Known_To_Have_Preelab_Init
8721         flag.
8722         (Derive_Subprograms): Handle derivations of predefined primitives
8723         after all the user-defined primitives to ensure that they are
8724         found in proper order in instantiations.
8725         (Add_Interface_Tag_Components, Inherit_Components): Update occurrences
8726         of Related_Interface to Related_Type.
8727         (Record_Type_Declaration): Minor reordering of calls to decorate the
8728         Tag component because the entity must have set its Ekind attribute
8729         before setting its Is_Tag attribute.
8730         (Analyze_Subtype_Declaration): In the case of subtypes with
8731         Private_Kind, inherit Known_To_Have_Preelab_Init from the parent.
8732
8733 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8734             Ed Schonberg  <schonberg@adacore.com>
8735
8736         * sem_ch4.adb (Analyze_Selected_Component): Include the requeue
8737         statement to the list of contexts where a selected component with a
8738         concurrent tagged type prefix should yield a primitive operation.
8739         (Find_Primitive_Operation): Handle case of class-wide types.
8740         (Analyze_Overloaded_Selected_Component): If type of prefix is
8741         class-wide, use visible components of base type.
8742         (Resolve_Selected_Component): Ditto.
8743         (Try_Primitive_Operation, Collect_Generic_Type_Ops): If the type is a
8744         formal of a generic subprogram. find candidate interpretations by
8745         scanning the list of generic formal declarations.:
8746         (Process_Implicit_Dereference_Prefix): If the prefix has an incomplete
8747         type from a limited_with_clause, and the full view is available, use it
8748         for subsequent semantic checks.
8749         (Check_Misspelled_Selector): Use Namet.Sp.Is_Bad_Spelling_Of function
8750         (Find_Primitive_Operation): New function.
8751         (Analyze_Overloaded_Selected_Component): insert explicit dereference
8752         only once if several interpretations of the prefix yield an access type.
8753         (Try_Object_Operation): Code and comment cleanup.
8754         (Analyze_Selected_Component): Reorder local variables. Minot comment and
8755         code reformatting. When the type of the prefix is tagged concurrent, a
8756         correct interpretation might be available in the primitive and
8757         class-wide operations of the type.
8758
8759 2007-12-13  Robert Dewar  <dewar@adacore.com>
8760             Ed Schonberg  <schonberg@adacore.com>
8761
8762         * sem_ch8.adb (Analyze_Subprogram_Renaming): Special error message for
8763         renaming entry as subprogram using rename-as-body if subprogram spec
8764         frozen.
8765         (Use_One_Type): The clause is legal on an access type whose designated
8766         type has a limited view.
8767         (Find_Direct_Name): Use Namet.Sp.Is_Bad_Spelling_Of function
8768         (Find_Expanded_Name): Use Namet.Sp.Is_Bad_Spelling_Of function
8769         (Analyze_Renamed_Primitive_Operation): new procedure to determine the
8770         operation denoted by a selected component.
8771         (Analyze_Renamed_Entry): Resolve the prefix of the entry name, because
8772         it can be an expression, possibly overloaded, that returns a task or
8773         an access to one.
8774
8775 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8776             Gary Dismukes  <dismukes@adacore.com>
8777
8778         * sem_ch9.adb (Analyze_Requeue): Add a local flag to capture whether a
8779         requeue statement is dispatching. Do not emit an error when the name is
8780         not an entry and the context is a dispatching select. Add code to
8781         perform subtype conformance between the formals of the current entry
8782         and those of the target interface primitive.
8783         (Analyze_Asynchronous_Select, Analyze_Conditional_Entry_Call, Analyze_
8784         Timed_Entry_Call): Analyze the triggering statement as the first step of
8785         the processing. If this is a dispatching select, postpone the analysis
8786         of all select statements until the Expander transforms the select. This
8787         approach avoids generating duplicate identifiers after the Expander has
8788         replicated some of the select statements. In case the Expander is
8789         disabled, perform regular analysis.
8790         (Check_Triggering_Statement): New routine.
8791         (Analyze_Requeue): Exclude any interpretations that are not entries when
8792         checking overloaded names in a requeue. Also test type conformance for
8793         matching interpretations rather than requiring subtype conformance at
8794         that point to conform with the RM's resolution rule for requeues.
8795
8796 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
8797
8798         * sem_disp.adb (Check_Dispatching_Call): If an actual in a call to an
8799         inherited operation is a defaulted tag-indeterminate call, and there is
8800         a statically tagged actual, use the static tag as a controlling actual
8801         for the defaulted actual.
8802
8803 2007-12-13  Geert Bosch  <bosch@adacore.com>
8804
8805         * sem_eval.adb (Eval_Real_Literal): N_Constant_Declaration is a static
8806         context, so do not call Check_Non_Static_Context.
8807
8808 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8809
8810         * sem_type.adb (Function_Interp_Has_Abstract_Op): Add guard to check
8811         whether formal E is an entity which may have parameters.
8812
8813 2007-12-13  Bob Duff  <duff@adacore.com>
8814             Javier Miranda  <miranda@adacore.com>
8815             Robert Dewar  <dewar@adacore.com>
8816
8817         * sem_util.ads, sem_util.adb (Is_Concurrent_Interface): New routine.
8818         (Set_Convention): New procedure to set the Convention flag, and in
8819         addition make sure the Favor_Top_Level flag is kept in sync (all
8820         foreign-language conventions require Favor_Top_Level = True).
8821         (Collect_Abstract_Interfaces): Update occurrences of Related_Interface
8822         to Related_Type.
8823         (Collect_Interfaces_Info): Minor update to handle the two secondary
8824         dispatch tables. Update occurrence of Related_Interface to Related_Type.
8825         (Generate_Parent_Ref): Add parameter to specify entity to check
8826         (Is_Preelaborable_Expression): Allow the name of a discriminant to
8827         initialize a component of a type with preelaborable initialization.
8828         This includes the case of a discriminal used in such a context.
8829         (Is_Dependent_Component_Of_Mutable_Object): Take into account the
8830         latest Ada 2005 rules about renaming and 'Access of
8831         discriminant-dependent components.
8832         (Check_Nested_Access): Add handling when there are no enclosing
8833         subprograms (e.g. case of a package body).
8834         (Find_Parameter_Type): Factor routine from several other compiler files.
8835         Remove routine from Find_Overridden_Synchronized_Primitive.
8836
8837 2007-12-13  Thomas Quinot  <quinot@adacore.com>
8838
8839         * sinput.adb (Get_Source_File_Index): Add assertion to guard against
8840         an invalid access to an uninitialized slot in the
8841         Source_File_Index_Table.
8842
8843 2007-12-13  Thomas Quinot  <quinot@adacore.com>
8844
8845         * sinput-l.adb (Load_File): Disable style checks when preprocessing.
8846
8847 2007-12-13  Bob Duff  <duff@adacore.com>
8848
8849         * s-soflin.ads: Apply new pragma Favor_Top_Level to all
8850         access-to-subprogram types in this package.
8851
8852 2007-12-13  Olivier Hainque  <hainque@adacore.com>
8853
8854         * s-stausa.ads (Stack_Analyzer): Remove First_Is_Topmost, redundant
8855         with Stack_Grows_Down in System.Parameters. Rename Array_Address into
8856         Stack_Overlay_Address and document that we are using an internal
8857         abstraction.
8858         (Byte_Size, Unsigned_32_Size): Remove, now useless.
8859         (Pattern_Type, Bytes_Per_Pattern): New subtype and constant, to be used
8860         consistently throughout the various implementation pieces.
8861
8862         * s-stausa.adb (Stack_Slots): New type, abstraction for the stack
8863         overlay we are using to fill the stack area with patterns.
8864         (Top_Slot_Index_In, Bottom_Slot_Index_In): Operations on Stack_Slots.
8865         (Push_Index_Step_For, Pop_Index_Step_For): Likewise.
8866         (Fill_Stack, Compute_Result): Use the Stack_Slots abstraction.
8867
8868 2007-12-13  Robert Dewar  <dewar@adacore.com>
8869
8870         * s-stoele.adb ("mod"): mod negative value raises Constraint_Error
8871
8872 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
8873
8874         * s-tassta.adb:
8875         (Create_Task): Take into account tasks created by foreign threads.
8876         Code clean up: use constants instead of hard coded values.
8877
8878 2007-12-13  Robert Dewar  <dewar@adacore.com>
8879
8880         * styleg.adb (Check_Comment): More liberal rules for comment placement
8881
8882 2007-12-13  Olivier Hainque  <hainque@adacore.com>
8883
8884         * tb-alvms.c (struct tb_entry_t, __gnat_backtrace): Revert back to use
8885         of Procedure Value instead of Frame Pointer as the invocation
8886         identifier associated with the instruction pointer in each traceback
8887         entry.
8888
8889         * g-trasym-vms-alpha.adb (Traceback_Entry, PV_For, FP_For,
8890         TB_Entry_For): Revert back to use of Procedure Value instead of Frame
8891         Pointer as the invocation identifier passed to tbk$symbolize.
8892
8893         * s-traent-vms.ads, s-traent-vms.adb
8894         (Traceback_Entry, PV_For, FP_For, TB_Entry_For): Revert back to use of
8895         Procedure Value instead of Frame Pointer as the invocation identifier
8896         passed to tbk$symbolize.
8897
8898 2007-12-13  Robert Dewar  <dewar@adacore.com>
8899
8900         * tbuild.ads, tbuild.adb:
8901         Fix location of flag for unrecognized pragma message
8902
8903 2007-12-13  Robert Dewar  <dewar@adacore.com>
8904
8905         * treepr.ads, treepr.adb: (pl): implement use of positive value
8906         shorthands
8907
8908 2007-12-13  Robert Dewar  <dewar@adacore.com>
8909
8910         * xeinfo.adb: Remove warnings
8911         * xnmake.adb: Remove warnings
8912         * xsinfo.adb: Remove warnings
8913         * xtreeprs.adb: Remove warnings
8914         * xsnames.adb: Remove warnings
8915
8916         * a-ngcoar.adb: Fix typo.
8917         * s-interr.adb: Minor reformatting
8918         * env.c: Minor reformatting.
8919         * g-bytswa.adb: Minor reformatting.
8920         * g-rannum.ads: Minor documentation improvements
8921         * s-tasinf-mingw.adb: Minor header fix
8922         * a-clrefi.adb: Minor reformatting
8923         * g-sttsne.ads: Minor documentation improvement
8924         * g-sttsne-locking.ads: Minor documentation improvement
8925         * g-soliop-solaris.ads: Minor documentation improvement
8926         * g-soliop-mingw.ads: Minor documentation improvement
8927         * g-soliop.ads: Minor documentation improvement
8928         * exp_aggr.ads: Minor reformatting
8929         * debug.adb: Add documentation for the gprbuild debug flags
8930         * exp_ch2.adb: Use Nkind_In to simplify code throughout
8931         * exp_pakd.adb: Minor reformatting
8932
8933         * g-altive.ads, g-alleve.adb: Remove assertions.
8934         Add comment about minor differences between targets regarding
8935         floating-point operations.
8936
8937         * g-thread.adb: Remove pragma unreferenced.
8938         * lib.ads: Minor reformatting
8939         * par-ch9.adb: Minor reformatting of error messages
8940         * sem_case.adb: Minor reformatting
8941         * s-fileio.adb: Minor reformattinng
8942         * s-vmexta.ads: Minor typo
8943         * vxaddr2line.adb:
8944         Take into account 'Success' value as per new GNAT warning.
8945
8946 2007-12-13  Vincent Celier  <celier@adacore.com>
8947
8948         * a-direct.adb (Create_Path): Always take '/' as a directory separator,
8949         even on Windows
8950
8951 2007-12-13  Robert Dewar  <dewar@adacore.com>
8952             Bob Duff  <duff@adacore.com>
8953
8954         * gnat_ugn.texi: Dcoument new rules for style check comment alignment
8955         Document that suffixes may be terminations of each others
8956         Add doc for -gnatw.a and -gnatw.A
8957         Document gnatbind -Wx switch
8958         Document BOM recognition
8959         Document pragma Implemented_By_Entry.
8960         Document new units.
8961
8962         * gnat_rm.texi: (Favor_Top_Level): Document new pragma.
8963         Add doc for pragma Unreferenced suppressing no entities referenced msg
8964         Add documentation of GNAT.Directory_Operations.Iteration
8965         Add documentation of GNAT.Random_Numbers
8966         Add documentation for pragma Shared.
8967         Correct documentation for Bit_Order
8968         Add documentation for the Pool_Address attribute.
8969         Fix and improve documentation of pragma machine_attribute.
8970         New pragma Fast_Math
8971         Document BOM recognition
8972
8973         * vms_data.ads: Add entries for -gnatw.a -gnatw.A
8974         Add /Wide_Character_Encoding for binder
8975         Add qualifier for the new gnatpp option --no-separate-loop-then
8976
8977 2007-12-13  Matthew Heaney  <heaney@adacore.com>
8978
8979         * a-cohase.ads, a-cihama.ads, a-cihase.ads, a-cohama.ads: Document
8980         which generic formal operations are called for each operation.
8981
8982 2007-12-13  Olivier Hainque  <hainque@adacore.com>
8983
8984         * tb-gcc.c (uw_data_t, trace_callback): Only define if not GCC-SJLJ eh.
8985         (__gnat_backtrace): Early return 0 if using GCC-SJLJ eh.
8986
8987 2007-12-13  Emmanuel Briot  <briot@adacore.com>
8988
8989         * s-os_lib.ads, s-os_lib.adb (Normalize_Pathname): Do not compute
8990         Reference_Dir unless we actually need it.
8991
8992 2007-12-13  Vasiliy Fofanov  <fofanov@adacore.com>
8993             Tristan Gingold  <gingold@adacore.com>
8994
8995         * g-socthi-vms.ads (Fd_Set_Access): make it 32-bit.
8996
8997         * s-osprim-vms.adb,
8998         a-calend-vms.adb: Remove pragma warning off and add pragma
8999         unreferenced.
9000
9001 2007-12-13  Robert Dewar  <dewar@adacore.com>
9002
9003         * impunit.adb: Add entries for missing units
9004
9005         * Makefile.rtl: Add new run-time units.
9006
9007         * Make-lang.in:  Update dependencies.
9008
9009 2007-12-13  Bob Duff  <duff@adacore.com>
9010
9011         * itypes.ads, itypes.adb (Create_Itype): For access-to-subprogram
9012         types, set Can_Use_Internal_Rep appropriately, based on
9013         Always_Compatible_Rep_On_Target.
9014
9015 2007-12-13  Gary Dismukes  <dismukes@adacore.com>
9016             Arnaud Charlet  <charlet@adacore.com>
9017
9018         * make.adb (Scan_Make_Arg): Add test for -aamp_target switch, passing
9019         it to the front end and setting the aamp_target environment variable
9020         to the switch's argument to ensure that gnaampbind and gnaamplink will
9021         take the specified library into account.
9022         (Make): Only set Check_Object_Consistency to False for JVM, not for CIL
9023         target, since the CIL compiler supports an "object" file (.il files).
9024
9025 2007-12-13  Vincent Celier  <celier@adacore.com>
9026
9027         * symbols-processing-vms-ia64.adb (Process.Skip_Half): New procedure
9028         (Process.H): Remove variable. Replace Read_Half (H) with Skip_Half.
9029
9030 2007-12-13  Geert Bosch  <bosch@adacore.com>
9031
9032         * s-parame-vxworks.adb:
9033         Update comments to reflect usage of this package by Nucleus.
9034
9035 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
9036
9037         * i-vxwork.ads: Kill new warning on Convention C, since changing the
9038         spec would break code.
9039
9040         * i-forbla-unimplemented.ads, vx_stack_info.c: New files.
9041
9042         * system-vxworks-alpha.ads: Removed.
9043
9044 2007-12-10  Eric Botcazou  <ebotcazou@adacore.com>
9045
9046         * ada-tree.h (TYPE_RETURNS_BY_TARGET_PTR_P): Move around.
9047
9048 2007-12-09  Samuel Tardieu  <sam@rfc1149.net>
9049
9050         PR ada/34366
9051         * sem_ch3.adb (Designates_T): New function.
9052         (Mentions_T): Factor reusable part of the logic into Designates_T.
9053         Consider non-access parameters and access and non-access result.
9054         (Check_Anonymous_Access_Components): Set ekind of anonymous access to
9055         E_Subprogram_Type to E_Anonymous_Access_Subprogram_Type.
9056
9057         * einfo.ads: Update comment for E_Anonymous_Access_Subprogram_Type.
9058
9059 2007-12-07  Ludovic Brenta  <ludovic@ludovic-brenta.org>
9060
9061         PR ada/34361
9062         * mlib-tgt.adb, mlib-tgt.ads: Fix comments at the top to reflect
9063         the new implementation of target-specific calls.
9064
9065 2007-12-07  Olivier Hainque  <hainque@adacore.com>
9066
9067         * decl.c (gnat_to_gnu_entity) <case E_Access_Type>: When computing
9068         the designated full view, only follow a second level Full_View link
9069         for Non_Limited_Views of from_limited_with references.
9070
9071 2007-12-07  Samuel Tardieu  <sam@rfc1149.net>
9072
9073         PR ada/15805
9074         * sem_ch6.adb (Process_Formals): Prevent an access type formal
9075         to be initialized with an access to constant object.
9076
9077         * sem_ch3.adb (Analyze_Object_Declaration): Signal an error
9078         when an access to constant is used to initialize an access
9079         value.
9080
9081         PR ada/21346
9082         * a-direct.adb (Compose): Containing_Directory can be an empty string.
9083
9084 2007-12-07  Olivier Hainque  <hainque@adacore.com>
9085
9086         PR ada/34173
9087         * decl.c (gnat_to_gnu_entity) <case E_Array_Type>: When setting
9088         the alignment on the GCC XUA array type, set TYPE_USER_ALIGN if
9089         this is from an alignment clause on the GNAT entity.
9090         * utils.c (create_field_decl): Rewrite the computation of DECL_ALIGN
9091         to distinguish the case where we set it from the type's alignment.
9092         When so, propagate TYPE_USER_ALIGN into DECL_USER_ALIGN to indicate
9093         whether this alignment was set from an explicit alignment clause.
9094
9095 2007-12-06  Eric Botcazou  <ebotcazou@adacore.com>
9096
9097         * decl.c (make_packable_type): Revert last change.
9098         (gnat_to_gnu_field): Avoid setting size and position multiple times.
9099         * utils.c (finish_record_type): Retrieve the real name of the type.
9100
9101 2007-12-05  Eric Botcazou  <ebotcazou@adacore.com>
9102
9103         * trans.c (lvalue_required_p): Take base node directly instead
9104         of its parent.  Rename second parameter to 'gnu_type'.
9105         <N_Indexed_Component>: Return 0 if the node isn't the prefix.
9106         <N_Slice>: Likewise.
9107         (Identifier_to_gnu): Rename parent_requires_lvalue to require_lvalue.
9108         Adjust calls to lvalue_required_p.
9109
9110 2007-12-05  Samuel Tardieu  <sam@rfc1149.net>
9111
9112         PR ada/21489
9113         * exp_ch9.adb (Build_Simple_Entry_Call): Initialize OUT access type
9114         parameters of an entry call.
9115
9116 2007-12-03  Robert Dewar  <dewar@adacore.com>
9117             Samuel Tardieu  <sam@rfc1149.net>
9118
9119         PR ada/34287
9120         * sem_util.adb (Safe_To_Capture_Value): Do not capture values
9121         of variables declared in a library-level package.
9122
9123 2007-12-02  Samuel Tardieu  <sam@rfc1149.net>
9124
9125         * clean.adb (Clean_Library_Directory): Use Empty_String'Access intead
9126         of Empty_String'Unchecked_Access.
9127
9128         * Makefile.in: Add support for sh4-linux.
9129
9130         * system-linux-sh4.ads: New file.
9131
9132 2007-12-01  Kostik Belousov  <kostikbel@ukr.net>
9133
9134         PR ada/33722
9135         * env.c (__gnat_setenv): FreeBSD 7 has a POSIX conformant putenv()
9136         and its argument must not be free()ed.
9137
9138 2007-11-29  Eric Botcazou  <ebotcazou@adacore.com>
9139
9140         * decl.c (make_packable_type): Retrieve the real name of the type.
9141         (maybe_pad_type): Simplify similar code.
9142
9143 2007-11-28  Samuel Tardieu  <sam@rfc1149.net>
9144
9145         PR ada/15804
9146         * par-ch3.adb (P_Variant_Part): Signal an error when anything other
9147         than an identifier is used after "case" in a variant_part.
9148
9149         PR ada/17318
9150         * par-ch4.adb (Is_Parameterless_Attribute): New map.
9151         (P_Name, Scan_Apostrophe block): Parse left parenthesis following
9152         attribute name or not depending on the new map.
9153
9154         * sem-attr.adb (Analyze_Attribute): Parameterless attributes
9155         returning a string or a type will not be called with improper
9156         arguments.
9157
9158         * sem-attr.ads (Attribute_Class_Array): Move to snames.ads.
9159
9160         * snames.ads (Attribute_Class_Array): Moved from sem-attr.ads.
9161
9162         PR ada/32792
9163         * sem_attr.adb (Analyze_Attribute, Attribute_Integer_Value clause):
9164         Signal an error when attribute argument is a fixed-point value of
9165         an unknown type.
9166
9167         PR ada/22559
9168         * sem_ch3.adb (Build_Derived_Numeric_Type): Do not set RM_Size on
9169         a derived ordinary fixed point type.
9170
9171         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Recompute
9172         RM_Size when a Small clause is found.
9173
9174 2007-11-26  Andreas Krebbel  <krebbel1@de.ibm.com>
9175
9176         PR 34081/C++
9177         * trans.c (Subprogram_Body_to_gnu, Compilation_Unit_to_gnu):
9178         Pass 'false' for the new allocate_struct_function parameter.
9179         * utils.c (build_function_stub): Likewise.
9180
9181 2007-11-25  Richard Guenther  <rguenther@suse.de>
9182
9183         * utils.c (gnat_pushlevel): Use BLOCK_CHAIN.
9184         (gnat_poplevel): Likewise.
9185
9186 2007-11-25  Eric Botcazou  <ebotcazou@adacore.com>
9187
9188         * decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the type has
9189         strict alignment, no alignment clause and a known static size, cap
9190         the type alignment to the greatest power of 2 factor of the size.
9191         (gnat_to_gnu_field): If the field has a component clause, is aliased
9192         or of a type with strict alignment, require that its size be equal to
9193         that of the type.
9194         (validate_size): Use the type size as the minimum size for a type with
9195         strict alignment.
9196
9197 2007-11-23  Samuel Tardieu  <sam@rfc1149.net>
9198
9199         * s-inmaop-posix.adb, s-intman-vxworks.adb, s-taprop-hpux-dce.adb,
9200         s-taprop-irix.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
9201         s-taprop-posix.adb, s-taprop-tru64.adb, s-taprop-vxworks.adb:
9202         Use 'Access instead of 'Unchecked_Access in second and third
9203         arguments of pthread_sigmask.
9204
9205 2007-11-23  Eric Botcazou  <ebotcazou@adacore.com>
9206
9207         * decl.c (ceil_alignment): New function.
9208         (gnat_to_gnu_entity): Use it to set the alignment on atomic types.
9209         (make_packable_type): Likewise.
9210
9211 2007-11-22  Olivier Hainque  <hainque@adacore.com>
9212
9213         * trans.c (gnat_to_gnu) <case N_Free_Statement>: Reformat lines
9214         to fit in 80 columns.
9215
9216 2007-11-21  Aurelien Jarno  <aurelien@aurel32.net>
9217
9218         * s-osinte-kfreebsd-gnu.ads (To_Target_Priority): New function.
9219         * Makefile.in: Add EH_MECHANISM=-gcc to kfreebsd-gnu. Remove SYMLIB.
9220
9221 2007-11-19  Eric Botcazou  <ebotcazou@adacore.com>
9222
9223         PR ada/34098
9224         * misc.c (gnat_adjust_rli): Delete.
9225         (gnat_init): Do not initialize the translation code here.
9226         Do not call set_lang_adjust_rli.
9227         * trans.c (init_code_table): Make static.
9228         (gnat_init_stmt_group): Delete.
9229         (gigi): Initialize the translation code entirely here.
9230         Emit debug info for the common types here instead of...
9231         * utils.c (gnat_init_decl_processing): ...here.
9232         * gigi.h (init_code_table): Delete.
9233         (gnat_init_stmt_group): Likewise.
9234
9235 2007-11-16  Olivier Hainque  <hainque@adacore.com>
9236
9237         * utils2.c (build_call_alloc_dealloc) <if gnu_obj>: Move the code
9238         retrieving an allocator return value from a super-aligned address from
9239         here to ...
9240         * trans.c (gnat_to_gnu) <case N_Free_Statement>: ... here, and don't
9241         expect a super-aligned address for a fat or thin pointer.
9242
9243 2007-11-14  Eric Botcazou  <ebotcazou@adacore.com>
9244
9245         * trans.c (call_to_gnu): Always set the source location on the call
9246         expression.  If the function returns-by-target, also set it on the
9247         address expression.
9248
9249 2007-11-14  Samuel Tardieu  <sam@rfc1149.net>
9250
9251         * adaint.c, init.c, initialize.c, link.c: Remove system-specific
9252         sections of non-supported Interix target.
9253
9254         * s-osinte-interix.ads: Removed.
9255
9256         * i-cstrin.ads (chars_ptr): Make it a C convention type.
9257
9258 2007-11-13  Samuel Tardieu  <sam@rfc1149.net>
9259
9260         * a-tasatt.adb: Add a comment at the beginning of the package
9261         explaining why in general 'Unchecked_Access must be used instead
9262         of 'Access.
9263
9264         * sem_prag.adb (Process_Convention): Move the test for the
9265         entity on which the Convention pragma applies down to also
9266         forbid pragma Convention on enumeration literals reached
9267         through renamings.
9268
9269 2007-11-10  Samuel Tardieu  <sam@rfc1149.net>
9270
9271         * a-tasatt.adb: Revert previous change for this file as it will
9272         generate an error when this package is instantiated from a
9273         local context.
9274
9275 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
9276
9277         * a-tasatt.adb: Type Wrapper should be declared in comment instead
9278         of already declared type Node_Access.
9279         Use 'Access instead of 'Unchecked_Access when applicable. Local
9280         lifetime is the one of the package.
9281         (Set_Value): W is allocated on the heap.
9282
9283         * g-socket.adb: Use 'Access instead of 'Unchecked_Access when
9284         applicable.
9285         (Get_Socket_Option): Optlen formal of C_Getsockopt is of an anonymous
9286         access type.
9287         (Receive_Socket): Fromlen formal of C_Recvfrom is of an anonymous
9288         access type.
9289
9290         * s-taasde.adb: Use 'Access instead of 'Unchecked_Access when
9291         applicable.
9292         (elaboration code): Timer_Queue lifetime is the one of the
9293         package.
9294
9295         * tracebak.c (i386 alternative): Remove useless comparaison
9296         which is always false; LOWEST_ADDRESS is 0 and is never greater
9297         than an unsigned integer.
9298
9299         * sem_attr.adb (Analyze_Attribute): Remove duplicate identical
9300         embedded check for "Ada_Version >= Ada_05".
9301
9302 2007-11-07  Olivier Hainque  <hainque@adacore.com>
9303
9304         * decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we
9305         craft and expand comment.
9306
9307 2007-11-01  Eric Botcazou  <ebotcazou@adacore.com>
9308
9309         * lang-specs.h: Move translation of -fRTS= after -gnatez switch.
9310
9311 2007-10-23  Eric Botcazou  <ebotcazou@adacore.com>
9312
9313         * misc.c (gnat_handle_option): Replace call to abort with
9314         call to gcc_unreachable.
9315         (gnat_init): Likewise.
9316         (gnat_expand_expr): Likewise.
9317         (fp_prec_to_size): Likewise.
9318         (fp_size_to_prec): Likewise.
9319
9320 2007-10-23  Richard Guenther  <rguenther@suse.de>
9321
9322         PR bootstrap/33608
9323         * tracebak.c: #undef abort after including system.h.
9324
9325 2007-10-20  Danny Smith  <dannysmith@users.sourceforge.net>
9326
9327         * Makefile.in (LIBGNAT_TARGET_PAIRS) Add s-tasinf-mingw.adb,
9328         s-tasinf-mingw.ads, a-exetim-mingw.adb, a-exetim-mingw.ads
9329         for win32 targets.
9330         (EXTRA_GNATRTL_TASKING_OBJS): Add a-exetim.o for win32 targets.
9331
9332 2007-10-15  Eric Botcazou  <ebotcazou@adacore.com>
9333
9334         * s-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.
9335         Set the protection status of the guard page based on the value of On.
9336
9337         * s-osinte-tru64.ads: (Hide_Yellow_Zone): Add On parameter.
9338
9339         * s-taprop-tru64.adb: (Enter_Task): Pass True to Hide_Yellow_Zone.
9340         (Exit_Task): Pass False to Hide_Yellow_Zone.
9341
9342 2007-10-15  Robert Dewar  <dewar@adacore.com>
9343
9344         * s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
9345         s-taprop-vxworks.adb, s-taprop-posix.adb, a-calend-vms.adb,
9346         a-calend.adb, a-nuflra.adb, a-tigeau.adb, a-wtgeau.adb,
9347         checks.adb, bindgen.adb, eval_fat.adb, exp_fixd.adb, fmap.adb,
9348         freeze.adb, g-awk.adb, g-calend.adb, g-diopit.adb, g-expect.adb,
9349         gnatchop.adb, gnatlink.adb, g-spipat.adb, g-thread.adb, make.adb,
9350         mdll.adb, mlib.adb, mlib-prj.adb, osint.adb, par-ch3.adb, prj.adb,
9351         prj-makr.adb, sem_prag.adb, sem_type.adb, s-fatgen.adb, s-fileio.adb,
9352         sinfo.ads, sinput-d.adb, s-taasde.adb, s-tasdeb.ads, s-tasren.adb,
9353         s-tassta.adb, s-tpobop.adb, s-tposen.adb, stylesw.adb, types.ads,
9354         uintp.adb, validsw.adb, makegpr.adb, a-rbtgso.adb, a-crbtgo.adb,
9355         a-coorse.adb, a-convec.adb, a-coinve.adb, a-cohama.adb, a-ciorse.adb,
9356         a-cihama.adb, a-cidlli.adb, a-chtgop.adb, a-cdlili.adb, a-cdlili.adb,
9357         a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb, a-ciorma.adb,
9358         a-coorma.adb, a-ztgeau.adb, symbols-vms.adb, a-crdlli.adb,
9359         a-calari.adb, a-calfor.adb, s-os_lib.adb, s-regpat.adb, a-ngrear.adb:
9360         Minor reformatting.
9361         Add Unreferenced and Warnings (Off) pragmas for cases of
9362         variables modified calls where they are IN OUT or OUT parameters and
9363         the resulting values are not subsequently referenced. In a few cases,
9364         we also remove redundant code found by the new warnings.
9365
9366         * ug_words, vms_data.ads, usage.adb, sem_util.adb, sem_util.ads,
9367         sem_warn.adb, sem_warn.ads, sem_res.adb, sem_ch7.adb, sem_ch8.adb,
9368         sem_ch5.adb, opt.ads, lib-xref.adb, lib-xref.ads, exp_smem.adb,
9369         sem_ch11.adb, exp_ch6.adb, einfo.ads, einfo.adb: implement a new
9370         warning controlled by -gnatw.o that warns on cases of out parameter
9371         values being ignored.
9372
9373 2007-10-15  Geert Bosch  <bosch@adacore.com>
9374
9375         * adaint.c, socket.c, cal.c: Initial port to arm-mentor-nucleus.
9376
9377         * expect.c: Initial port to arm-mentor-nucleus.
9378         Use kill for __gnat_kill() on VMS.
9379
9380 2007-10-15  Emmanuel Briot  <briot@adacore.com>
9381
9382         * ali.ads, ali.adb (Scan_ALI): Initialize XE.Tref to a known default
9383         value.
9384         (Xref_Record): Change type for Line, since in the case of a reference to
9385         a predefined entity (as happens for array index types), the line is set
9386         to 0.
9387         Add support for parsing multiple array index types info, or
9388         multiple inherited interfaces info. This information cannot be stored
9389         in Xref_Entity_Record, which only supports a single instance of Tref_*,
9390         and is therefore stored in the list of references instead. It has a
9391         special treatement later on in tools that use this information.
9392
9393 2007-10-15  Tristan Gingold  <gingold@adacore.com>
9394
9395         * debug.adb: Document use of -gnatd.a and -gnatd.I
9396
9397         * layout.adb: On OpenVMS -gnatd.a disables alignment optimization.
9398
9399 2007-10-15  Javier Miranda  <miranda@adacore.com>
9400
9401         * exp_attr.adb (Expand_N_Attribute_Reference): Case Access,
9402         Unchecked_Access, and Unrestricted_Access. Cleanup code that takes
9403         care of access to class-wide interface types plus removal of bizarre
9404         conversion of tagged object to access type (reported by Gary
9405         Dismukes). After this patch there is no need to perform any
9406         additional management on these nodes in Expand_Interface_Actuals.
9407
9408         * exp_disp.adb (Expand_Interface_Actuals): Code cleanup. Remove code
9409         that handles use of 'Access and 'Unchecked_Access applied to
9410         actuals covering interface types. Such code is now
9411         centralized in Expand_N_Attribute_Reference.
9412
9413 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
9414
9415         * exp_ch3.adb (Build_Init_Procedure): Keep separate the initialization
9416         of tagged types whose ultimate ancestor is a CPP type.
9417         (Freeze_Array_Type): For a packed array type, generate an initialization
9418         procedure if the type is public, to handle properly a client that
9419         specifies Normalize_Scalars.
9420
9421 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
9422
9423         * exp_ch9.adb (Actual_Index_Expression): When the expansion occurs
9424         inside a generic body, retrieve the full view of the entry family
9425         discrete subtype if available.
9426
9427 2007-10-15  Thomas Quinot  <quinot@adacore.com>
9428
9429         * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): Do not
9430         attempt to generate stubs for hidden primitive operations.
9431
9432 2007-10-15  Vincent Celier  <celier@adacore.com>
9433
9434         * mlib-tgt-specific.adb (Support_For_Libraries): New function,
9435         returning None, used when there is no platform specific body for
9436         MLib.Tgt.Specific.
9437
9438 2007-10-15  Bob Duff  <duff@adacore.com>
9439
9440         * sem_case.adb, sem_ch13.adb, lib-sort.adb: Replace use of Heap_Sort_A
9441         (passing'Unrestricted_Access of nested subprograms to Sort) with use of
9442         the generic Heap_Sort_G, in order to avoid trampolines.
9443
9444 2007-10-15  Vasiliy Fofanov  <fofanov@adacore.com>
9445             Jose Ruiz  <ruiz@adacore.com>
9446
9447         * vx_stack_info.c: New file.
9448
9449         * i-forbla-unimplemented.ads: New file.
9450
9451         * Makefile.in: i-forbla-unimplemented.ads: a variant of i-forbla.ads
9452         for unsupported configurations; use it on VMS targets instead of the
9453         real one.
9454         (EXTRA_LIBGNAT_SRCS,EXTRA_LIBGNAT_OBJS for VxWorks): Include
9455         vx_stack_info.{c,o} that contains the routine __gnat_get_stack_info
9456         used by VxWorks targets to have access to task-specific data and be
9457         able to extract the stack boundaries for stack checking.
9458         Use system-vms-ia64.ads on ivms.
9459
9460         * Make-lang.in: Update dependencies.
9461
9462         * sysdep.c (__gnat_get_stack_info): Move to a standalone file
9463         (vx_stack_info.c).
9464
9465 2007-10-15  Vincent Celier  <celier@adacore.com>
9466
9467         * snames.adb, snames.ads: Add new standard name runtime_library_dir
9468
9469         * prj.ads (Language_Config): Add new component Runtime_Library_Dir
9470
9471         * prj-attr.adb: Add project level attribute Runtime_Library_Dir
9472
9473         * prj-env.adb (Create_Mapping_File): Do not put an entry if the path of
9474         the source is unknown.
9475
9476         * prj-ext.adb: Spelling error fix
9477
9478         * prj-nmsc.adb (Check_Ada_Name): Reject any unit that includes an Ada
9479         95 reserved word in its name.
9480         (Process_Project_Level_Array_Attributes): Process new attribute
9481         Runtime_Library_Dir.
9482
9483         * prj-part.adb (Parse_Single_Project): Do not check the name of the
9484         config project against the user project names.
9485
9486         * prj-proc.adb (Expression): In multi-language mode, indexes that do
9487         not include a dot are always case insensitive.
9488         (Process_Declarative_Items): Ditto
9489         (Process_Project_Tree_Phase_1): Set Success to False in case an error is
9490         detected.
9491
9492         * prj-util.adb (Value_Of (In_Array)): When Force_Lower_Case_Index is
9493         True, compare both indexes in lower case.
9494
9495 2007-10-15  Robert Dewar  <dewar@adacore.com>
9496
9497         * rtsfind.adb: (Load_RTU): Turn off style checks for Load call
9498
9499 2007-10-15  Gary Dismukes  <dismukes@adacore.com>
9500
9501         * sem_aggr.adb (Resolve_Record_Aggregate): In the case of a box
9502         association for an access component, add an association with null as
9503         the expression. Remove testing for array subtypes and the setting in
9504         that case of Ctyp to the array component type, which prevented proper
9505         inclusion of an association for null-initialized arrays. Collapse
9506         condition that tests for array subtypes into just a test of
9507         Is_Partially_Initialized_Type (which already covers arrays anyway).
9508
9509 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
9510
9511         * sem_ch12.adb: Minor code reformatting.
9512         (Check_Generic_Child_Unit): Iterate over the homonym chain in order to
9513         find the parent package which may have been hidden by local
9514         declarations.
9515
9516 2007-10-15  Gary Dismukes  <dismukes@adacore.com>
9517
9518         * sem_ch3.adb (Build_Derived_Concurrent_Type): Set the Is_Constrained
9519         flag of derived concurrent types, taking into account the flag setting
9520         on the parent subtype and any new set of discriminants.
9521
9522 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
9523
9524         * sem_ch4.adb: Minor code and comment reformatting.
9525         (Analyze_Allocator): When the designated type of an unconstrained
9526         allocator is a record with unknown discriminants or an array with
9527         unknown range bounds, emit a detailed error message depending on the
9528         compilation mode and whether the designated type is limited.
9529
9530 2007-10-15  Tristan Gingold  <gingold@adacore.com>
9531
9532         * system-vms-ia64.ads: New file.
9533
9534         * system-vms_64.ads: Minor comment fix.
9535
9536 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
9537
9538         * sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a
9539         body generated for a function with a controlling result that is a null
9540         extension, discard the generated body in favor of the current explicit
9541         one.
9542
9543 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
9544
9545         * sem_disp.adb (Find_Controlling_Arg): Examine the call node before
9546         examining its original form, to handle properly operator calls that
9547         have been rewritten.
9548
9549 2007-10-15  Olivier Hainque  <hainque@adacore.com>
9550
9551         * tb-alvms.c (tb_entry_t, __gnat_backtrace): Store a frame pointer
9552         instead of a procedure value in each traceback entry.
9553
9554         * g-trasym-vms-alpha.adb (Symbolic_Traceback): Pass frame pointer
9555         instead of procedure value to TBK$SYMBOLIZE.
9556
9557         * s-traent-vms.adb (PV_For): Rename as FP_For and access the proper
9558         field.
9559         (TB_Entry_For): Account for the PV/FP renaming.
9560
9561         * s-traent-vms.ads (Traceback_Entry): Rename PV component into FP and
9562         add comment.
9563         (Null_TB_Entry): Account for change of component name.
9564         (PV_For): Rename as FP_For.
9565
9566 2007-10-15  Tristan Gingold  <gingold@adacore.com>
9567
9568         * trans.c (gnat_to_gnu): Remove the padding structure more often.
9569         This optimize assignment to over-aligned record.
9570
9571 2007-10-15  Emmanuel Briot  <briot@adacore.com>
9572
9573         * xref_lib.adb (Get_Full_Type): Add support for the 'h' entity type, ie
9574         interfaces.
9575
9576         * xr_tabls.adb (Add_Reference): Add support for the new 'R' reference
9577         type, for dispatching calls.
9578
9579 2007-10-15  Vincent Celier  <celier@adacore.com>
9580             Robert Dewar  <dewar@adacore.com>
9581
9582         * gnat_ugn.texi: Add documentation for switches --version and --help
9583         for the GNAT tools gnatbind, gnatlink, gnatmake, gnatchop, gnatname,
9584         gnatxref, gnatfind, gnatls, and gnatclean.
9585         Document -gnatw.o.
9586         Mention attribute Excluded_Source_Dirs
9587         Replace obsolescent attribute Locally_Removed_Files with attribute
9588         Excluded_Source_Files.
9589         Improve documentation of -u (gnatbind)
9590         Document how to do reliable stack checking for the environmental task
9591         on iVMS.
9592
9593         * gnat_rm.texi: Rewrite section about No_Implicit_Dynamic_Code.
9594         Document attribute Excluded_Source_Files and indicate that attribute
9595         Locally_Removed_Files is obsolescent.
9596
9597 2007-10-15  Thomas Quinot  <quinot@adacore.com>
9598
9599         * g-soccon-vms.ads: Fix value of MSG_WAITALL.
9600
9601         * gen-soccon.c:
9602         Update documentation to note that OpenVMS 8.3 or later must be used
9603         to generate g-soccon-vms.ads.
9604
9605         * atree.adb: Add ??? comment
9606
9607         * exp_util.adb: Minor reformatting.
9608         Add ??? comment in Kill_Dead_Code.
9609
9610 2007-10-15  Robert Dewar  <dewar@adacore.com>
9611
9612         * errout.ads: Comment clarification
9613
9614         * exp_ch4.adb (Expand_N_Allocator): Code cleanup.
9615         (Expand_N_Op_Eq): Improve handling of array equality with -gnatVa
9616
9617         * lib.ads: Comment update
9618
9619         * init.c: Minor reformatting.
9620
9621         * sem_attr.adb: Minor formatting
9622
9623         * osint-b.ads: Minor reformatting
9624
9625         * sem_ch9.adb: Implement -gnatd.I switch
9626
9627         * g-comlin.adb: (Start): Fix handling of empty command line.
9628
9629         * gnatcmd.adb (GNATCmd): Do not put the -rules in the -cargs section,
9630         even when -rules follows the -cargs section.
9631
9632 2007-10-08  Ollie Wild  <aaw@google.com>
9633
9634         * misc.c (LANG_HOOKS_PUSHDECL): Replaced lhd_return_tree with
9635         gnat_return_tree.
9636         (gnat_init_gcc_eh): Replaced gnat_eh_runtime_type with
9637         gnat_return_tree.
9638         (gnat_eh_runtime_type): Removed.
9639         (gnat_return_tree): New function.
9640
9641 2007-10-08  Ben Elliston  <bje@au.ibm.com>
9642
9643         PR ada/33454
9644         Revert:
9645         2007-08-31  Ben Elliston  <bje@au.ibm.com>
9646
9647         * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
9648         when compiling for powerpc64-*-linux.
9649         * system-linux-ppc64.ads: New file.
9650
9651 2007-09-27  Eric Botcazou  <ebotcazou@adacore.com>
9652
9653         Mapped location support
9654         * back_end.adb (Call_Back_End): Pass information about source
9655         files instead of units to gigi.
9656         * gigi.h (struct File_Info_Type): New.
9657         (gigi): Rename and change type of number_units parameter, change
9658         type of file_info_ptr parameter.
9659         * trans.c (number_files): New global variable.
9660         (gigi): Rename and change type of number_units parameter, change
9661         type of file_info_ptr parameter.
9662         If mapped location support is enabled, create the isomorphic mapping
9663         between source files and line maps.
9664         (Sloc_to_locus): If mapped location support is enabled, translate
9665         source location into mapped location.
9666         (annotate_with_node): Rename into set_expr_location_from_node.
9667         Call set_expr_location instead of annotate_with_locus.
9668         (Pragma_to_gnu): Adjust for above change.
9669         (Loop_Statement_to_gnu): Likewise.
9670         (call_to_gnu): Likewise.
9671         (Handled_Sequence_Of_Statements_to_gnu): Likewise.
9672         (gnat_to_gnu): Likewise.
9673         (add_stmt_with_node): Likewise.
9674         (add_cleanup): Likewise.
9675         * utils.c (gnat_init_decl_processing): Do not set input_line.
9676
9677 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
9678
9679         * sem_ch8.adb (Analyze_Use_Type): Code cleanup.
9680         (Applicable_Use): Emit a warning when a package tries to use itself.
9681         (Use_One_Type): Add variable Is_Known_Used. Emit a warning when a type
9682         is already in use or the package where it is declared is in use or is
9683         declared in the current package.
9684         (Spec_Reloaded_For_Body): New subsidiary routine for Use_One_Type.
9685
9686         * a-tasatt.adb, s-osprim-vxworks.adb, g-socthi-mingw.adb,
9687         s-intman-vms.adb, g-socket.adb, g-thread.adb, s-tarest.adb,
9688         s-tassta.adb, s-tporft.adb: Remove redundant 'use type' clause.
9689
9690 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
9691
9692         * a-calend-vms.adb, a-calend.adb:
9693         Add a section on leap seconds control along with two entities used to
9694         enable and disable leap seconds support. The array Leap_Second_Times is
9695         now constant and contains hard time values pre-generated. Remove
9696         all elaboration code used to populate the table of leap seconds.
9697
9698         * bindgen.adb:
9699         Add entity Leap_Seconds_Support to the list of global run-time variables
9700         along with a comment on its usage and values.
9701         (Gen_Adainit_Ada): Add code to generate the declaration and import of
9702         Integer variable Leap_Seconds_Support. Set its value to zero (disabled)
9703         or one (enabled) depending on the presence of binder switch "-y".
9704         (Gen_Adainit_C): Add code to generate the declaration of external int
9705         __gl_leap_seconds_support. Set is value to zero (disabled) or one
9706         (enabled) depending on the presence of binder switch "-y".
9707
9708         * init.c: Add __gl_leap_seconds_support to the list of global values
9709         computed by the binder.
9710
9711 2007-09-26  Jerome Guitton  <guitton@adacore.com>
9712
9713         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
9714         s-taprop-hpux-dce.adb, s-taprop-linux.adb, s-taprop-dummy.adb,
9715          s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
9716         s-taprop-posix.adb (Stop_Task): New function, dummy implementation.
9717
9718         * s-taprop.ads, s-taprop-vxworks.adb (Stop_Task): New function.
9719
9720         * s-tasdeb.adb (Stop_All_Tasks): New function, implementing a run-time
9721         function which can be called by the debugger to interrupt the tasks of
9722         an Ada application asynchronously, as needed on VxWorks.
9723         (Stop_All_Tasks_Handler): Renamed from Stop_All_Tasks.
9724
9725         * s-tasdeb.ads (Stop_All_Tasks_Handler): New function declaration,
9726         renamed from Stop_All_Tasks. Update comments.
9727         (Stop_All_tasks): New function declaration.
9728
9729 2007-09-26  Olivier Hainque  <hainque@adacore.com>
9730
9731         * adaint.c (if defined (__Lynx__)): Wrap #def/#undef VMOS_DEV around
9732         #include <utime.h> and #define GCC_RESOURCE_H before
9733         #include <sys/wait.h>.
9734         Add more protections in __gnat_translate_vms.
9735
9736         * expect.c (if defined (__Lynx__)): #define GCC_RESOURCE_H before
9737         #include <sys/wait.h>.
9738
9739 2007-09-26  Thomas Quinot  <quinot@adacore.com>
9740             Sergey Rybin  <rybin@adacore.com>
9741
9742         * gnatvsn.ads (PCS_Version_Number, ASIS_Version_Number): Removed.
9743
9744         * exp_dist.ads (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
9745         where it belongs.
9746
9747         * opt.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
9748
9749         * rtsfind.adb (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
9750         where it belongs.
9751
9752         * sem_dist.ads: Minor comment fix
9753
9754         * tree_io.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
9755
9756 2007-09-26  Javier Miranda  <miranda@adacore.com>
9757             Eric Botcazou  <ebotcazou@adacore.com>
9758
9759         * a-tags.adb:
9760         (Get_HT_Link/Set_HT_Link): Updated to handle the additional level of
9761          indirection added to the HT_Link component of the TSD. This is required
9762          to statically allocate the TSD.
9763
9764         * a-tags.ads:
9765         Minor reordering of the declarations in the private part. Required to
9766         add a level of indirection to the contents of the TSD component HT_Link.
9767         This is required to statically allocate the TSD.
9768
9769         * decl.c (gnat_to_gnu_entity) <object>: Do not exclude objects with
9770         Is_Statically_Allocated set from constant objects.
9771         Do not make exported constants created by the compiler volatile.
9772         (gnat_to_gnu_param): Do not treat an IN parameter whose address is taken
9773         as read-only.
9774
9775         * trans.c (Identifier_to_gnu): For constants, unshare initializers
9776         before returning them.
9777
9778         * exp_disp.ads, exp_disp.adb (Building_Static_DT): Spec moved to the
9779         public part of the package.
9780         (Make_DT): Move HT_Link component out of the TSD record. For this
9781         purpose Make_DT now declares a separate object that stores the
9782         HT_Link value, and initializes the TSD component with the address
9783         of this new object. The addition of this level of indirection is
9784         required to statically allocate the TSD because the TSD cannot
9785         have variable components.
9786         (Expand_Interface_Conversion): Improve the expanded code.
9787         (Expand_Interface_Thunk): Set Is_Thunk in the thunk entity.
9788
9789         * sem_disp.adb (Check_Dispatching_Operation): In case of a body
9790         declaring a primitive operation ---allowed by RM 3.9.2 (13.e/2)---,
9791         if we are building static dispatch tables then we must not generate
9792         extra code to register the primitive because the dispatch table will
9793         be built at the end of the library package; otherwise we notify that
9794         we cannot build the static dispatch table.
9795
9796 2007-09-26  Robert Dewar  <dewar@adacore.com>
9797
9798         * checks.adb, gnat1drv.adb, sem_util.ads: Improve warnings for address
9799         overlays.
9800
9801         * sem_ch13.ads, sem_ch13.adb: Improve warnings for address overlays
9802         (Analyze_Record_Representation_Clause): Suppress junk warning for
9803         missing component clause.
9804         (Analyze_Attribute_Definition_Clause, case Address): Apply the special
9805         tests for controlled type overlay to composites with controlled
9806         components.
9807         (Analyze_Record_Representation_Clause): Add reference for component name
9808
9809 2007-09-26  Javier Miranda  <miranda@adacore.com>
9810             Gary Dismukes  <dismukes@adacore.com>
9811
9812         * einfo.adb (Is_Thunk): New attribute applicable to subprograms. True
9813         for thunks associated with interface types.
9814
9815         * einfo.ads: Improve documentatation of Is_Internal
9816         (Is_Thunk): New attribute applicable to subprograms. True for thunks
9817         associated with interface types.
9818         Extensive comment fixes regarding flags that appear in all entities. The
9819         documentation is now consistent for all such flags (there were a number
9820         of errors in the documentation in this regard).
9821
9822         * exp_attr.adb (Expand_N_Attribute_Reference): Minor code cleanup.
9823
9824         * exp_ch6.adb (Make_Build_In_Place_Call_*): Return immediately if any
9825         of these procedures are passed a function call that already has
9826         build-in-place actuals (testing new flag
9827         Is_Expanded_Build_In_Place_Call). Set the flag on the function call in
9828         the case where processing continues.
9829         (Expand_Call): If the call is generated from a thunk body then we
9830         propagate the extra actuals associated with the accessibility
9831         level of the access type actuals.
9832
9833         * sem_ch6.adb (Analyze_Subprogram_Body): Set the Protected_Formal field
9834         of each extra formal of a protected operation to reference the
9835         corresponding extra formal of the subprogram denoted by the
9836         operation's Protected_Body_Subprogram.
9837
9838         * sinfo.ads, sinfo.adb (Is_Expanded_Build_In_Place_Call): New flag on
9839         N_Function_Call nodes.
9840
9841 2007-09-26  Robert Dewar  <dewar@adacore.com>
9842
9843         * exp_ch5.adb: Activate memmove type processing if debug flag d.s is set
9844
9845         * debug.adb: Add d.s flag.
9846
9847 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
9848
9849         * exp_dbug.adb (Debug_Renaming_Declaration): Set Is_Internal on the
9850         debug variable so that it won't be initialized when pragma
9851         Initialize_Scalars is in effect.
9852
9853 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
9854
9855         * freeze.adb (Freeze_Entity): Remove check for preelaborable
9856         initialization of a full view. This is moved to
9857         Analyze_Package_Specification.
9858
9859         * sem_ch7.adb (Analyze_Package_Specification): Add check for
9860         preelaborable initialization of a full view in entity loop.
9861         (Uninstall_Declarations): If entity is a use-visible compilation unit,
9862         its child units are use-visible only if they are visible child units.
9863
9864         * sem_util.adb (Is_Preelaborable_Expression): New function to determine
9865         whether an expression can be used within a type declaration that
9866         requires preelaborable init.
9867         (Check_Components): Replace inline code that does partial checking for
9868         preelaborable default expressions with call to
9869         Is_Preelaborable_Expression.
9870         (Has_Preelaborable_Initialization): In the case of a generic actual
9871         subtype, (that is, Is_Generic_Actual is True), return the result of
9872         applying Has_Preelaborable_Initialization to the generic actual's base
9873         type.
9874
9875 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
9876
9877         * g-calend.adb (Has_53_Weeks): Rename to Last_Year_Has_53_Weeks. Add a
9878         call to Jan_1_Day _Of_Week to optimize its performance.
9879         (Is_Leap): Move the routine to the scope of Week_In_Year.
9880         (Jan_1_Day_Of_Week): New routine in Week_In_Year which calculates the
9881         weekday on which January 1 falls of Year - 1 and Year + 1. This function
9882         avoids calling Time_Of and Split, thus making it more efficent.
9883         (Week_In_Year): Reimplemented in oder to follow ISO 8601.
9884
9885         * g-calend.ads (Week_In_Year): Change comment to reflect new
9886         implementation.
9887
9888 2007-09-26  Emmanuel Briot  <briot@adacore.com>
9889
9890         * g-comlin.ads, g-comlin.adb (Command_Line_Configuration,
9891         Command_Line): New types
9892         (Define_Alias, Define_Prefix, Free): New subprograms. These provide
9893         support for defining how switches can be grouped on a command line (as
9894         is the case for -gnatw... for GNAT), and how simple switches can be
9895         used as aliases for more complex switches (-gnatwa is same as
9896         -gnatwbcef...)
9897         (Set_Command_Line, Add_Switch, Remove_Switch): New subprogram
9898         (Start, Current_*): New subprograms
9899         Added support for parsing an array of strings in addition to the real
9900         command line.
9901         (Opt_Parser, Opt_Parser_Data): New type. As a result, some types had to
9902          be moved from the body to the private part of the spec.
9903         (*): All subprograms now have an extra parameter with default value to
9904         specify which parser should be used. For backward compatibility, it
9905         defaults to parsing the command line of the application. They were also
9906         modified to properly handle cases where each of the argument does not
9907         start at index 1 (which is always true for Ada.Command_Line, but not
9908         when processing any Argument_List).
9909         (Free): New subprogram
9910         (Internal_Initialize_Option_Scan, Find_Longuest_Matching_Switch,
9911         Argument): New subprograms
9912         (Switch_Parameter_Type): New enum, which clarifies the code. The extra
9913         special characters like ':', '=',... are now handled in a single place,
9914         which makes the code more extensible eventually.
9915         (Getopt, Full_Switch): When the switch was returned as part of the
9916         special character '*', make sure it is prepended by the switch character
9917         ('-' in general), so that the application knows whether "foo" or "-foo"
9918         was specified on the command line.
9919
9920 2007-09-26  Florian Villoing  <villoing@adacore.com>
9921
9922         * g-dirope.adb (Remove_Dir): In case we are removing directories
9923         recursively, make sure that if an exception is raised during the
9924         processing, the current working directory is reset to its initial
9925         value before propagating the exception.
9926
9927 2007-09-26  Vincent Celier  <celier@adacore.com>
9928
9929         * gnatbind.adb: If there are several ALI files specified and there is
9930         a main program to bind, the first ALI is expected to contain the main
9931         subprogram and the names of the binder generated files will be derived
9932         from the first ALI file name.
9933         (Gnatbind): Fix insertion character in invocation of Error_Msg
9934
9935 2007-09-26  Vincent Celier  <celier@adacore.com>
9936
9937         * gnatcmd.adb (Check_Files): Do not include sources that have been
9938         removed by attributes Exclude_Source_Files or Locally_Removed_Files.
9939
9940 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
9941
9942         * lib-xref.ads, lib-xref.adb: The entry for array types now carries
9943         information about each of its index types, following the type
9944         reference for its component type.
9945
9946 2007-09-26  Vincent Celier  <celier@adacore.com>
9947
9948         * make.adb: (Kill): New procedure (__gnat_kill imported)
9949         (Running_Compile, Outstanding_Compiles): Global variables that
9950         were previously local to procedure Compile_Sources.
9951         (Sigint_Intercepted): Send signal SIGINT to all outstanding
9952         compilation processes.
9953
9954         (Gnatmake): If project files are used, create the mapping of all the
9955         sources, so that the correct paths will be found.
9956
9957         * prj-env.ads, prj-env.adb (Create_Mapping): New procedure
9958
9959 2007-09-26  Vincent Celier  <celier@adacore.com>
9960
9961         * makeutl.ads (Main_Config_Project): Moved to gpr_util.ads
9962
9963         * prj.ads, prj.adb (Default_Language): Remove function, no longer used
9964         Replace components Compiler_Min_Options and Binder_Min_Options with
9965         Compiler_Required_Switches and Binder_Required_Switches in record
9966         Language_Config.
9967         Remove components Default_Language and Config in Project_Tree_Data,
9968         no longer used.
9969
9970         * prj-attr.adb: New attributes Required_Switches (<language>) in
9971         packages Compiler and Binder.
9972
9973         * prj-nmsc.adb: Major rewrite of the processing of configuration
9974         attributes for gprbuild. No impact on GNAT tools.
9975
9976         * prj-proc.ads, prj-proc.adb (Process_Project_Tree_Phase_2): No longer
9977         process configuration attributes: this is done in Prj.Nmsc.Check.
9978         (Recursive_Process): Make a full copy of packages inherited from project
9979         being extended, instead of a shallow copy.
9980         (Process_Project_Tree_Phase_1): New procedure
9981         (Process_Project_Tree_Phase_1): New procedure
9982         (Process): Implementation now uses the two new procedures
9983
9984         * prj-util.adb (Executable_Of): Get the suffix and the default suffix
9985         from the project config, not the tree config that no longer exists.
9986
9987 2007-09-26  Vincent Celier  <celier@adacore.com>
9988
9989         * Make-lang.in: Update dependencies..
9990
9991 2007-09-26  Vincent Celier  <celier@adacore.com>
9992
9993         * osint.adb, osint.ads: Minor reformatting
9994
9995         * osint-b.adb, osint-b.ads (Set_Current_File_Name_Index): New procedure
9996
9997 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
9998
9999         * par-ch4.adb (P_Record_Or_Array_Component_Association): Change Ada 95
10000         message to cite use of <> in aggregate component associations rather
10001         than wrongly indicating use of limited aggregates.
10002
10003 2007-09-26  Robert Dewar  <dewar@adacore.com>
10004
10005         * sem_attr.adb (Analyze_Access_Attribute): Fix missing set of
10006         Address_Taken.
10007
10008 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
10009
10010         * sem_ch3.adb (Derive_Subprograms): If the interface parent is a direct
10011         ancestor of the derived type, the operations are inherited from the
10012         primary dispatch table of the parent.
10013         (OK_For_Limited_Init_In_05): Remove old comment. Reject in-place calls
10014         when the context is an explicit type conversion.
10015
10016 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
10017
10018         * sem_ch4.adb (Analyze_Qualified_Expression): Apply name resolution
10019         rule for qualified expressions properly, to detect improper conversions
10020         and resolve some cases of overloading.
10021
10022 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
10023
10024         * sem_res.adb (Resolve_Call): If the call is dispatching, generate the
10025         proper kind of reference to the primitive operation, for better source
10026         navigation.
10027         (Valid_Conversion): A tagged conversion is legal if both operands are
10028         tagged.
10029
10030 2007-09-26  Robert Dewar  <dewar@adacore.com>
10031
10032         * sem_warn.adb (Check_References): Catch more cases of unreferenced
10033         packages.
10034
10035 2007-09-26  Vincent Celier  <celier@adacore.com>
10036
10037         * snames.adb, snames.ads: Change Include_Option to Include_Switches
10038
10039 2007-09-26  Robert Dewar  <dewar@adacore.com>
10040
10041         * s-wchstw.adb: provide messages for run time unit exceptions
10042
10043         * a-witeio.adb: Minor reformatting
10044
10045         * exp_ch13.adb: Minor reformatting
10046
10047 2007-09-26  Sergey Rybin  <rybin@adacore.com>
10048
10049         * vms_data.ads: Revise gnatmetric qualifiers.
10050         Add qualified for the new gnatbind option '-y'
10051
10052         * gnat_ugn.texi: Revise the gnatmetric section.
10053         Add entry for new gnatbind option '-y'.
10054
10055         * gnat_rm.texi: Minor spelling correction.
10056         Document restriction on overlaying controlled types
10057
10058 2007-09-26  Vincent Celier  <celier@adacore.com>
10059
10060         * makegpr.adb (Link_Executables): Do not fail when the root project has
10061         no sources, but is an extending project.
10062
10063 2007-09-25  Eric Botcazou  <ebotcazou@adacore.com>
10064
10065         * trans.c: Fix misplaced #define.
10066
10067 2007-09-22  Eric Botcazou  <ebotcazou@adacore.com>
10068
10069         * utils2.c (build_unary_op) <ADDR_EXPR> [INDIRECT_REF]: Propagate
10070         the TYPE_REF_CAN_ALIAS_ALL flag to the result.
10071
10072 2007-09-21  Olivier Hainque  <hainque@adacore.com>
10073
10074         * utils.c (type_for_nonaliased_component_p): Return false for
10075         all AGGREGATE_TYPEs.
10076
10077 2007-09-17  Eric Botcazou  <ebotcazou@adacore.com>
10078
10079         * decl.c (gnat_to_gnu_entity) <object>: Make again the type of an
10080         object covered by 13.3(19) volatile.
10081
10082 2007-09-12  Eric Botcazou  <ebotcazou@adacore.com>
10083
10084         PR ada/26797
10085         PR ada/32407
10086         * utils.c (unchecked_convert): Use a subtype as the intermediate type
10087         in the special VIEW_CONVERT_EXPR case.
10088
10089 2007-09-12  Robert Dewar  <dewar@adacore.com>
10090
10091         * types.ads, a-charac.ads, freeze.adb: Minor reformatting.
10092
10093         * a-except.adb, g-hesora.adb, g-speche.adb, lib.adb, lib.ads,
10094         lib-load.adb, lib-writ.adb, s-assert.adb, s-carun8.adb,
10095         s-casuti.adb, s-crc32.adb, s-exctab.adb, s-htable.adb, s-imgenu.adb,
10096         s-mastop.adb, s-memory.adb, s-memory.ads, s-secsta.adb, s-soflin.adb,
10097         s-sopco3.adb, s-sopco4.adb, s-sopco5.adb, s-stache.adb, s-stalib.adb,
10098         s-stoele.adb, s-strcom.adb, s-strops.adb, s-traceb.adb, s-traent.adb,
10099         s-wchcnv.adb, s-wchcon.adb, s-wchjis.adb, s-addope.adb, s-except.adb,
10100         s-os_lib.adb, s-string.adb, s-utf_32.adb, a-elchha.adb,
10101         a-chlat1.ads, a-elchha.ads, a-except.ads, g-hesora.ads, g-htable.ads,
10102         g-speche.ads, par-prag.adb, restrict.adb, restrict.ads, s-assert.ads,
10103         s-carun8.ads, s-casuti.ads, s-crc32.ads, sem_ch11.adb, sem_prag.adb,
10104         s-exctab.ads, s-htable.ads, s-imgenu.ads, s-mastop.ads, snames.adb,
10105         snames.ads, snames.h, s-purexc.ads, s-secsta.ads, s-soflin.ads,
10106         s-sopco3.ads, s-sopco4.ads, s-sopco5.ads, s-stache.ads, s-stalib.ads,
10107         s-stoele.ads, s-strcom.ads, s-strops.ads, s-traceb.ads, s-traent.ads,
10108         s-unstyp.ads, s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-addope.ads,
10109         s-except.ads, s-os_lib.ads, s-string.ads, s-utf_32.ads: Implement
10110         pragma Compiler_Unit and adds it to relevant library units.
10111
10112 2007-09-12  Ed Schonberg  <schonberg@adacore.com>
10113
10114         * sem_aggr.adb (Resolve_Record_Aggregate): An others association with
10115         a box need not correspond to any component.
10116
10117 2007-09-12  Robert Dewar  <dewar@adacore.com>
10118
10119         * g-thread.ads: Document use of "with GNAT.Threads" to ensure loading
10120         the tasking version of the Ada run time when foreign threads are
10121         present and there are no explicit Ada tasks or tasking constructs.
10122
10123         * gnat_rm.texi: Clarify documentation of GNAT.Threads.
10124
10125 2007-09-12  Hristian Kirtchev  <kirtchev@adacore.com>
10126
10127         * bindusg.adb (Display): Correct comment for switch -X. Add a line for
10128         the usage of switch -y.
10129
10130         * switch-b.adb (Scan_Binder_Switches): Set flag Leap_Seconds_Support
10131         when switch -y is present.
10132
10133         * opt.ads: Add binder flag Leap_Seconds_Support used to enable/disable
10134         leap seconds in Ada.Calendar and its children.
10135
10136 2007-09-12  Jose Ruiz  <ruiz@adacore.com>
10137
10138         * a-extiti.ads (Timer): The discriminant is a "not null access
10139         constant" in the Reference Manual.
10140         (Cancel_Handler): Cancelled is an out parameter in the Reference Manual.
10141
10142 2007-09-12  Robert Dewar  <dewar@adacore.com>
10143
10144         * a-swuwha.adb: Remove junk RM header
10145
10146 2007-09-12  Vincent Celier  <celier@adacore.com>
10147
10148         * g-bytswa-x86.adb (Swap2, Swap4, Swap8): Remove explicit "in" mode
10149         indicator
10150
10151         * g-bytswa.ads: Minor reformatting
10152
10153 2007-09-12  Thomas Quinot  <quinot@adacore.com>
10154
10155         * g-soccon-solaris-64.ads, g-soccon-hpux-ia64.ads:
10156         Add new constant Thread_Blocking_IO, always True by default, set False
10157         on a per-runtime basis.
10158         (Need_Netdb_Buffer): New constant.
10159
10160 2007-09-12  Arnaud Charlet  <charlet@adacore.com>
10161
10162         * s-dsaser.ads (Get_Local_Partition_Id, Get_Passive_Partition_Id):
10163         Added renames for corresponding functions in System.Partition_Interface.
10164
10165 2007-09-12  Doug Rupp  <rupp@adacore.com>
10166
10167         * Makefile.in: Remove VMS specific System.CRTL packages which are no
10168         longer needed.
10169
10170         * s-crtl-vms64.ads: Removed.
10171
10172 2007-09-12  Olivier Hainque  <hainque@adacore.com>
10173
10174         * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: For a subtype
10175         with discriminant constraints, generalize the code for BIT_FIELDs
10176         to PACKED fields of constant size and propagate DECL_PACKED.
10177
10178 2007-09-11  Eric Botcazou  <ebotcazou@adacore.com>
10179
10180         * decl.c (array_type_has_nonaliased_component): New predicate.
10181         (gnat_to_gnu_field) <E_Array_Type>: Invoke the above predicate to
10182         set the TYPE_NONALIASED_COMPONENT flag on the type.
10183         <E_Array_Subtype>: Likewise.
10184         * gigi.h (type_for_nonaliased_component_p): Declare.
10185         * utils.c (type_for_nonaliased_component_p): New predicate.
10186         (create_field_decl): Invoke the above predicate to set the
10187         DECL_NONADDRESSABLE_P flag on the field.
10188
10189 2007-09-11  Javier Miranda  <miranda@adacore.com>
10190
10191         * einfo.ads, einfo.adb (Dispatch_Table_Wrapper): New attribute. Present
10192         in library level record type entities if we are generating statically
10193         allocated dispatch tables.
10194
10195         * exp_disp.adb (Make_Tags/Make_DT): Replace previous code
10196         importing/exporting the _tag declaration by new code
10197         importing/exporting the dispatch table wrapper. This change allows us
10198         to statically allocate of the TSD.
10199         (Make_DT.Export_DT): New procedure.
10200         (Build_Static_DT): New function.
10201         (Has_DT): New function.
10202
10203         * freeze.adb (Freeze_Static_Object): Code cleanup: Do not reset flags
10204         True_Constant and Current_Value. Required to statically
10205         allocate the dispatch tables.
10206         (Check_Allocator): Make function iterative instead of recursive.
10207         Also return inner allocator node, when present, so that we do not have
10208         to look for that node again in the caller.
10209
10210 2007-09-11  Jan Hubicka  <jh@suse.cz>
10211
10212         * misc.c (gnat_expand_body): Kill.
10213         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
10214
10215 2007-09-10  Robert Dewar  <dewar@adacore.com>
10216
10217         * exp_atag.ads, exp_atag.adb, mlib-tgt-tru64.adb, mlib-tgt-aix.adb,
10218         mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
10219         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
10220         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, ali.adb, ali.ads,
10221         ali-util.adb, ali-util.ads, atree.h, back_end.adb, back_end.ads,
10222         bcheck.adb, bcheck.ads, binde.adb, binde.ads, binderr.adb, binderr.ads,
10223         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads, butil.adb,
10224         butil.ads, checks.adb, checks.ads, clean.adb, clean.ads, comperr.adb,
10225         comperr.ads, cstand.adb, cstand.ads, debug_a.adb, debug_a.ads,
10226         elists.h, errout.adb, erroutc.ads, errutil.adb, errutil.ads,
10227         err_vars.ads, eval_fat.adb, eval_fat.ads, exp_sel.ads, exp_sel.adb,
10228         exp_aggr.adb, exp_aggr.ads, expander.adb, expander.ads, exp_attr.ads,
10229         exp_ch10.ads, exp_ch11.adb, exp_ch12.adb, exp_ch12.ads, exp_ch13.adb,
10230         exp_ch13.ads, exp_ch2.adb, exp_ch2.ads, exp_ch3.ads, exp_ch4.adb,
10231         exp_ch4.ads, exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
10232         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads, exp_ch9.adb,
10233         exp_ch9.ads, exp_code.adb, exp_code.ads, exp_dbug.adb, exp_dbug.ads,
10234         exp_disp.ads, exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
10235         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads, exp_pakd.adb,
10236         exp_pakd.ads, exp_prag.adb, exp_prag.ads, exp_smem.adb, exp_strm.adb,
10237         exp_strm.ads, exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
10238         exp_vfpt.adb, exp_vfpt.ads, fmap.adb, fmap.ads, fname-sf.adb,
10239         fname-sf.ads, fname-uf.adb, fname-uf.ads, frontend.adb, frontend.ads,
10240         get_targ.adb, get_targ.ads, gnat1drv.adb, gnat1drv.ads, gnatbind.adb,
10241         gnatbind.ads, gnatbl.c, gnatchop.adb, gnatclean.adb, gnatcmd.adb,
10242         gnatcmd.ads, gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
10243         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb, gnatls.ads,
10244         gnatmake.adb, gnatmake.ads, gnatmem.adb, gnatname.adb, gnatname.ads,
10245         gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb,
10246         gprep.adb, gprep.ads, hlo.adb, hlo.ads, impunit.adb, impunit.ads,
10247         inline.adb, inline.ads, itypes.adb, itypes.ads, layout.adb, layout.ads,
10248         lib-load.adb, lib-load.ads, lib-util.adb, lib-util.ads, lib-writ.adb,
10249         lib-writ.ads, lib-xref.adb, lib-xref.ads, live.adb, live.ads,
10250         make.adb, make.ads, makeutl.ads, makeutl.adb, makeusg.adb, makeusg.ads,
10251         mdll.adb, mdll.ads, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
10252         mdll-utl.ads, memroot.adb, memroot.ads, mlib.adb, mlib.ads,
10253         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
10254         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, namet.h, nmake.adt,
10255         osint.adb, osint.ads, osint-b.adb, osint-b.ads, osint-c.adb,
10256         osint-c.ads, osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads,
10257         par.adb, par.ads, par-ch10.adb, par-ch11.adb, par-ch12.adb,
10258         par-ch13.adb, par-ch2.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
10259         par-ch6.adb, par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
10260         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb, par-tchk.adb,
10261         par-util.adb, prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
10262         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads, prj-com.ads,
10263         prj-dect.adb, prj-dect.ads, prj-err.adb, prj-err.ads, prj-ext.adb,
10264         prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
10265         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
10266         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
10267         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
10268         prj-util.adb, prj-util.ads, restrict.adb, restrict.ads,
10269         rtsfind.adb, rtsfind.ads, scn.adb, scn.ads,
10270         scng.adb, scng.ads, sdefault.ads, sem.ads, sem_aggr.ads, sem_attr.adb,
10271         sem_case.adb, sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
10272         sem_ch10.ads, sem_ch11.adb, sem_ch11.ads, sem_ch12.ads, sem_ch13.adb,
10273         sem_ch13.ads, sem_ch2.adb, sem_ch2.ads, sem_ch3.adb, sem_ch3.ads,
10274         sem_ch4.ads, sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
10275         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
10276         sem_ch9.ads, sem_disp.adb, sem_disp.ads, sem_dist.adb, sem_dist.ads,
10277         sem_elab.adb, sem_elab.ads, sem_elim.adb, sem_elim.ads, sem_eval.adb,
10278         sem_eval.ads, sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
10279         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads, sem_res.adb,
10280         sem_res.ads, sem_smem.adb, sem_smem.ads, sem_type.adb, sem_type.ads,
10281         sem_util.adb, sem_util.ads, sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb,
10282         sem_warn.ads, sfn_scan.ads, sinfo-cn.adb, sinfo-cn.ads, sinput-c.adb,
10283         sinput-c.ads, sinput-d.adb, sinput-d.ads, sinput-l.adb, sinput-l.ads,
10284         sinput-p.adb, sinput-p.ads, snames.h, sprint.adb, sprint.ads,
10285         stringt.h, style.ads, styleg.adb, styleg.ads, styleg-c.adb,
10286         styleg-c.ads, stylesw.adb, stylesw.ads, switch.adb, switch.ads,
10287         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
10288         switch-m.ads, symbols.adb, symbols.ads, targparm.adb, tbuild.adb,
10289         tbuild.ads, tempdir.adb, tempdir.ads, tree_gen.adb, tree_gen.ads,
10290         treepr.adb, treepr.ads, treeprs.adt, ttypef.ads, ttypes.ads,
10291         types.h, uintp.h, urealp.h, usage.adb, usage.ads,
10292         validsw.adb, validsw.ads, vxaddr2line.adb, xeinfo.adb, xnmake.adb,
10293         xref_lib.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads, xsinfo.adb,
10294         xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb, xgnatugn.adb,
10295         gprmake.adb, makegpr.ads, makegpr.adb, prj-attr-pm.ads, prj-attr-pm.adb,
10296         mlib-tgt-lynxos.adb, mlib-tgt-darwin.adb, symbols-vms.adb,
10297         symbols-processing-vms-alpha.adb, symbols-processing-vms-ia64.adb,
10298         mlib-tgt-specific.adb, mlib-tgt-specific.ads, mlib-tgt-vms.adb,
10299         mlib-tgt-vms.ads: Replace headers with GPL v3 headers.
10300
10301 2007-09-10  Emmanuel Briot  <briot@adacore.com>
10302
10303         * s-regpat.adb (Parse_Character_Class): Fix handling of empty character
10304         classes ("[]").
10305
10306 2007-09-10  Vasiliy Fofanov  <fofanov@adacore.com>
10307
10308         * adaint.c (__gnat_translate_vms): new function.
10309
10310 2007-09-10  Gary Dismukes  <dismukes@adacore.com>
10311             Thomas Quinot  <quinot@adacore.com>
10312
10313         * exp_ch3.adb (Predef_Spec_Or_Body): When the type is abstract, only
10314         create an abstract subprogram in the case of 'Input. For 'Output we now
10315         create a real spec/body when the type is abstract, since it can
10316         potentially be called.
10317         (Predefined_Primitive_Bodies): Now allow the creation of a predefined
10318         body for 'Output when the type is abstract (only the creation of the
10319         body for 'Input is excluded when the type is abstract).
10320         (Stream_Operation_OK): Add an additional condition in the return
10321         statement, so that False will be returned for TTS_Stream_Input if the
10322         associated tagged type is an abstract extension. Add comments for
10323         return statement.
10324         (Expand_N_Object_Declaration): For the case of a shared passive
10325         variable, insert init proc call only after the shared variable
10326         procedures have been processed, because the IP call needs to undergo
10327         shared passive variable reference expansion, which requires these
10328         procedures to be available (and elaborated).
10329
10330 2007-09-10  Vincent Celier  <celier@adacore.com>
10331
10332         * prj-env.ads, prj-env.adb (Create_Mapping_File (Language)): Remove
10333         parameter Runtime_Project.
10334
10335 2007-09-10  Ed Schonberg  <schonberg@adacore.com>
10336
10337         * sem_aggr.adb (Build_Record_Aggr_Code): If an aggregate component is
10338         given a box association, the type of the component is discriminated,
10339         and the value of the discriminant is the discriminant of the enclosing
10340         type, retrieve its value from the aggregate itself, where it must have
10341         been supplied.
10342
10343         * sem_ch4.adb (Analyze_One_Call): Further refinement to previous fix,
10344         to remove other spurious ambiguities on arithmetic operations involving
10345         literals and addresses, on systems where Address is a visible integer
10346         type, when the operator is called in functional notation.
10347         (Try_Primitive_Operation): Within an instance, a call in prefixed form
10348         is legal when the types match, even if the operation is currently
10349         hidden.
10350
10351 2007-09-10  Ed Schonberg  <schonberg@adacore.com>
10352
10353         * sem_ch12.adb (Build_Local_Package): A formal package with no
10354         associations is legal if all formals have defaults. It is not
10355         equivalent to a formal declared with a box.
10356
10357 2007-09-10  Sergey Rybin  <rybin@adacore.com>
10358
10359         * vms_data.ads: Add qualifier for the new gnatmetric '-lratio' option
10360
10361 2007-09-10  Sergey Rybin  <rybin@adacore.com>
10362
10363         * gnat_ugn.texi: Add description of the new '-lratio' option
10364         Update 7.3.1 section about availability of the feature.
10365
10366 2007-09-10  Thomas Quinot  <quinot@adacore.com>
10367
10368         * exp_smem.ads, exp_smem.adb (Make_Shared_Var_Procs): Return last
10369         inserted node.
10370
10371 2007-09-10  Olivier Hainque  <hainque@adacore.com>
10372
10373         * Makefile.in: (mips-irix section): Activate build of libgmem.
10374
10375 2007-09-10  Eric Botcazou  <ebotcazou@adacore.com>
10376
10377         * a-numaux-x86.adb (Logarithmic_Pow): Do not silently clobber
10378         x87 registers.
10379
10380 2007-09-10  Eric Botcazou  <ebotcazou@adacore.com>
10381
10382         * decl.c (gnat_to_gnu_entity) <object>: Deal with variable built for
10383         a debug renaming declaration specially.
10384
10385 2007-09-08  Eric Botcazou  <ebotcazou@adacore.com>
10386
10387         * decl.c (gnat_to_gnu_entity) <Object>: Simplify the condition under
10388         which a constant renaming is treated as a normal object declaration.
10389         * trans.c (lvalue_required_p) <N_Slice>: New case, extracted from
10390         the N_Indexed_Component case.
10391         <N_Indexed_Component>: Fall through to above case.
10392         <N_Object_Renaming_Declaration>: Return true for all composite types.
10393
10394 2007-09-08  Eric Botcazou  <ebotcazou@adacore.com>
10395
10396         * decl.c (make_packable_type): If the new type has been given BLKmode,
10397         try again to get an integral mode for it.
10398
10399 2007-09-07  Eric Botcazou  <ebotcazou@adacore.com>
10400
10401         Re-apply accidentally reverted change:
10402
10403         2007-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
10404
10405         * raise-gcc.c (get_region_description_for, get_call_site_action_for,
10406         get_action_description_for): Replace _Unwind_Word with _uleb128_t
10407         and _Unwind_SWord with _sleb128_t.
10408
10409 2007-09-06  Eric Botcazou  <ebotcazou@adacore.com>
10410
10411         * trans.c (convert_with_check): Update call to real_2expN.
10412
10413 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
10414
10415         * trans.c (Compilation_unit_to_gnu): Use set_cfun.
10416         * utils.c (end_subprog_body): Likewise.
10417
10418 2007-09-03  Nick Clifton  <nickc@redhat.com>
10419
10420         * Make-lang.in: Change copyright header to refer to version 3 of
10421         the GNU General Public License and to point readers at the
10422         COPYING3 file and the FSF's license web page.
10423         * ada-tree.def, nmake.adt, nlists.h, snames.h, utils.c,
10424         Makefile.rtl, Makefile.in, config-lang.in, uintp.h, urealp.h,
10425         namet.h, decl.c, utils2.c, lang.opt, elists.h, atree.h, types.h,
10426         treeprs.adt, lang-specs.h, cuintp.c, stringt.h, gnatbl.c:
10427         Likewise.
10428
10429 2007-08-31  Vincent Celier  <celier@adacore.com>
10430
10431         PR ada/4720
10432
10433         * gnatchop.adb, gnatfind.adb, gnatlink.adb, gnatls.adb,
10434         gnatname.adb, gnatxref.adb, gprep.adb, clean.adb gnatbind.adb
10435         (Check_Version_And_Help): New procedure in package Switch to process
10436         switches --version and --help.
10437         Use Check_Version_And_Help in GNAT tools
10438
10439         * make.adb:  Ditto.
10440         (Compile_Sources): Make sure that sources that are "excluded" are not
10441         compiled.
10442         (Gnatmake): Do not issue -aO. to gnatbind and only issue -I- if a
10443         project file is used.
10444         (Version_Switch): Remove, moved to Switch
10445         (Help_Switch): Remove, moved to Switch
10446         (Display_Version): Remove, moved to Switch
10447
10448         * switch.ads, switch.adb (Check_Version_And_Help): New procedure in
10449         package Switch to process switches --version and --help.
10450         (Display_Version): New procedure
10451
10452         * gnatvsn.ads, gnatvsn.adb (Copyright_Holder): New function.
10453
10454 2007-08-31  Javier Miranda  <miranda@adacore.com>
10455
10456         * a-tags.adb (Internal_Tag): Protect the run-time against wrong
10457         internal tags.
10458
10459 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
10460
10461         * checks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine.
10462         (Mark_Non_Null): If the node for which we just generated an access check
10463         is a reference to an *in* parameter and the reference appears in the
10464         declarative part of a subprogram body, mark the node as known non null.
10465
10466 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
10467
10468         * einfo.ads, einfo.adb: New flag Is_Raised (Flag224). Update the
10469         structure of E_Exception to reflect the new flag.
10470         (Is_Raised, Set_Is_Raised): New inlined routines.
10471         Update the usage of available flag to reflect the addition of Is_Raised.
10472         (Is_Raised, Set_Is_Raised): Bodies of new routines.
10473         (Write_Entity_Flags): Write the status of flag Is_Raised.
10474         (Is_Descendent_Of_Address): New entity flag, to simplify handling of
10475         spurious ambiguities when integer literals appear in the context of an
10476         address type that is a visible integer type.
10477
10478         * sem_ch11.adb (Analyze_Exception_Handler): Add code to warn on local
10479         exceptions never being raised.
10480         (Analyze_Raise_Statement): When analyzing an exception, mark it as being
10481         explicitly raised.
10482
10483 2007-08-31  Javier Miranda  <miranda@adacore.com>
10484
10485         * exp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise
10486         statement when compiling under restriction No_Exceptions_Proparation.
10487
10488 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
10489
10490         * exp_ch3.adb (Build_Record_Init_Proc): If there is a static
10491         initialization aggregate for the type, generate itype references for
10492         thetypes of its (sub)components, to prevent out-of-scope errors in gigi.
10493
10494 2007-08-31  Gary Dismukes  <dismukes@adacore.com>
10495
10496         * exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a
10497         library-level package renaming, pass the declaration associated with
10498         the renaming's special debug variable to Qualify_Entity_Names to ensure
10499         that its encoded name is properly qualified.
10500
10501         * exp_dbug.adb (Qualify_All_Entity_Names): Check for a variable entity
10502         occurring in the list of entities to qualify, and do not attempt to
10503         traverse an entity list in that case. Variables associated with
10504 `       library-level package renamings can now occur in the table.
10505
10506         * exp_dbug.ads: Revise documentation of the encoding for renaming
10507         declarations.
10508
10509 2007-08-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10510
10511         * layout.adb (Layout_Type): Use Underlying_Type to determine whether an
10512         access type points to an unconstrained array.
10513
10514 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
10515
10516         * restrict.adb, namet.adb, par-util.adb: Remove redundant type
10517         conversion.
10518
10519         * sem_res.adb (Resolve_Qualified_Expression): Add machinery to detect
10520         simple redundant qualifications. The check is performed whenever the
10521         expression is a non-overloaded identifier.
10522         (Resolve_Type_Conversion): Enchance the redundant type conversion check
10523         to include loop parameters.
10524         (Valid_Conversion): Avoid generation of spurious error message.
10525
10526 2007-08-31  Bob Duff  <duff@adacore.com>
10527
10528         * par-ch4.adb (P_Simple_Expression): Fold long sequences of
10529         concatenations of string literals into a single literal, in order to
10530         avoid very deep recursion in the front end, which was causing stack
10531         overflow.
10532
10533         * sem_eval.adb (Eval_Concatenation): If the left operand is the empty
10534         string, and the right operand is a string literal (the case of "" &
10535         "..."), optimize by avoiding copying the right operand -- just use the
10536         value of the right operand directly.
10537
10538         * stringt.adb (Store_String_Chars): Optimize by growing the
10539         String_Chars table all at once, rather than appending characters one by
10540         one.
10541         (Write_String_Table_Entry): If the string to be printed is very long,
10542         just print the first few characters, followed by the length. Otherwise,
10543         doing "pn(n)" in the debugger can take an extremely long time.
10544
10545         * sem_prag.adb (Process_Interface_Name): Replace loop doing
10546         Store_String_Char with Store_String_Chars.
10547
10548 2007-08-31  Vincent Celier  <celier@adacore.com>
10549
10550         * prj-attr.adb: Add new attribute Excluded_Source_Files
10551
10552         * prj-nmsc.adb: Use attribute Excluded_Source_Files before
10553         Locally_Removed_Files.
10554
10555         * snames.ads, snames.adb: New standard name Excluded_Source_Files
10556
10557 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
10558
10559         * sem_ch10.adb (Analyze_Subunit_Context): When analyzing context
10560         clauses of subunits, ignore limited_with_clauses that are illegal and
10561         have not been fully analyzed.
10562
10563 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
10564
10565         * sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity
10566         flag, for effiency. It is called when analyzing arithmetic operators
10567         and also for actuals in calls that are universal_integers. The flag is
10568         set for the predefined type address, and for any type or subtype
10569         derived from it.
10570
10571         * sem_ch4.adb (Analyze_One_Call): Reject an actual that is a
10572         Universal_Integer, when the formal is a descendent of address and the
10573         call appears in user code.
10574         (Analyze_Selected_Component): if the prefix is a private extension, the
10575         tag component is visible.
10576
10577         * sem_util.ads, sem_util.adb: Remove Is_Descendent_Of_Address, now an
10578         entity flag.
10579
10580 2007-08-31  Robert Dewar  <dewar@adacore.com>
10581
10582         * s-fileio.adb (Open): Normalize file name to lower case in non-case
10583         sensitive file name systems to avoid unexpected mismatch in Vista.
10584
10585 2007-08-31  Vincent Celier  <celier@adacore.com>
10586
10587         * tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR
10588
10589 2007-08-31  Vincent Celier  <celier@adacore.com>
10590
10591         * symbols-vms.adb (Initialize): Read symbol files with continuation
10592         lines
10593         (Finalize): If symbol is long, split the line
10594
10595 2007-08-31  Vincent Celier  <celier@adacore.com>
10596
10597         * fmap.ads: Minor comment updates
10598
10599 2007-08-31  GNAT Script  <nobody@adacore.com>
10600
10601         * Make-lang.in: Makefile automatically updated
10602
10603 2007-08-31  Bob Duff  <duff@adacore.com>
10604
10605         * sinfo.ads: Minor comment fix.
10606
10607 2007-08-31  Thomas Quinot  <quinot@adacore.com>
10608
10609         * stand.ads: (Standard_Debug_Renaming_Type): Make comment consistent
10610         with implementation.
10611         Documentation cleanup only.
10612
10613 2007-08-31  Sergey Rybin  <rybin@adacore.com>
10614
10615         * vms_data.ads: Add new qualifier /STMT_NAME_ON_NEW_LINE for the new
10616         gnatpp '--separate-stmt-name' option.
10617         Add new qualifier /USE_ON_NEW_LIN for the new gnatpp '--use-on-new-line'
10618         option.
10619
10620         * gnat_ugn.texi: Add description for the new gnatpp
10621         '--separate-stmt-name' and '--use-on-new-line' options.
10622
10623 2007-08-31  Ben Elliston  <bje@au.ibm.com>
10624
10625         * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
10626         when compiling for powerpc64-*-linux.
10627         * system-linux-ppc64.ads: New file.
10628
10629 2007-08-22  Krister Walfridsson  <cato@df.lth.se>
10630
10631         * env.c ( __gnat_clearenv): Use the __gnat_unsetenv mechanism for
10632         NetBSD.
10633
10634 2007-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10635
10636         * misc.c (gnat_type_max_size): Constify.
10637
10638 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
10639
10640         * cstand.adb (Create_Standard): Create an entity for a zero-sized type
10641         associated with Standard_Debug_Renaming_Type, to be used as the type of
10642         the special variables whose names provide debugger encodings for
10643         renaming declarations.
10644
10645         * einfo.ads, einfo.adb (Debug_Renaming_Link): Change to return Node25.
10646         (Set_Debug_Renaming_Link): Change to set Node25.
10647         (Write_Field13_Name): Remove case for E_Enumeration_Literal.
10648         (Write_Field25_Name): Add case for E_Variable to output
10649         "Debug_Renaming_Link".
10650         (Write_Field23_Name): Correct the output string for "Limited_View".
10651
10652         * exp_dbug.adb: Add with and use of Tbuild.
10653         (Debug_Renaming_Declaration): Replace creation of an enumeration type
10654         and literal with creation of a variable of type
10655         Standard_Debug_Renaming_Type whose name encodes both the renamed object
10656         and the entity of the renaming declaration.
10657         (Qualify_Entity_Name): Add the delayed qualification of the entity name
10658         part of the name of a variable that has a Debug_Renaming_Link.
10659
10660         * stand.ads (Standard_Debug_Renaming_Type): New Entity_Id denoting a
10661         special type to be associated with variables that provide debugger
10662         encodings for renaming declarations.
10663
10664 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
10665             Ed Schonberg  <schonberg@adacore.com>
10666             Javier Miranda  <miranda@adacore.com>
10667
10668         * exp_aggr.adb (Build_Record_Aggr_Code): Extend the test for an
10669         ancestor part given by an aggregate to test for an unchecked conversion,
10670         since this can occur in some cases when the ancestor part is a function
10671         call, and we don't want to fall into the recursive call to this
10672         procedure in that case.
10673
10674         * exp_ch3.adb (Stream_Operation_OK): Revise tests for availability of
10675         stream attributes on limited types to account for user-specified
10676         attributes as well as whether Input (resp. Output) becomes available
10677         due to Read (resp. Write) being available for the type. Change Boolean
10678         variable to the more accurate name
10679         Has_Predefined_Or_Specified_Stream_Attribute. Change convoluted
10680         double-"not" predicate at beginning of return statement to more
10681         understandable form.
10682
10683         * exp_ch5.adb (Expand_N_Extended_Return_Statement): If the extended
10684         return has an associated N_Handled_Sequence_Of_Statements, then wrap it
10685         in a block statement and use that as the first statement of the
10686         expanded return rather than incorrectly using the handled sequence as
10687         the first statement.
10688
10689         * exp_ch6.adb (Expand_N_Subprogram_Declaration): If this is a protected
10690         operation, generate an explicit freeze node for it rather than
10691         generating extra formals, to ensure that gigi has the proper order of
10692         elaboration for anonymous subtypes in the signature of the subprograms.
10693         (Build_In_Place_Formal): Move assertion to beginning of loop.
10694         (Is_Build_In_Place_Function_Call): Allow for an unchecked conversion
10695         applied to a function call (occurs for some cases of 'Input).
10696         (Make_Build_In_Place_Call_In_*): Allow for an unchecked conversion
10697         applied to a function call (occurs for some cases of 'Input).
10698
10699         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): For Ada
10700         2005, generate an extended return statement enclosing the result object
10701         and 'Read call.
10702
10703         * freeze.adb (Freeze_Record_Type): Extend the current management of
10704         components that are access type with an allocator as default value: add
10705         missing support to the use of qualified expressions of the
10706         allocator (which also cause freezing of the designated type!)
10707         (Freeze_Entity): Call Freeze_Subprogram in the case of a predefined
10708         dispatching operation, since extra formals may be needed by calls to
10709         build-in-place functions (such as stream 'Input).
10710
10711         * sem_ch6.adb (Create_Extra_Formals): Skip creation of the extra
10712         formals for 'Constrained and accessibility level in the case of a
10713         predefined dispatching operation.
10714
10715         * exp_util.adb (Insert_Actions): A protected body is a valid insertion
10716         point, no need to find the parent node.
10717
10718 2007-08-16  Javier Miranda  <miranda@adacore.com>
10719
10720         * exp_attr.adb (Attribute_Priority): Add missing support for entries
10721         and entry barriers.
10722
10723 2007-08-16  Javier Miranda  <miranda@adacore.com>
10724
10725         * exp_ch9.adb (Build_Protected_Entry): Undo previous change because it
10726         is not really required and can introduce regression with the debugger.
10727         The original problem is fixed with the patch written for checks.adb.
10728
10729 2007-08-16  Thomas Quinot  <quinot@adacore.com>
10730
10731         * g-dyntab.adb, g-table.adb, table.adb: (Set_Item): Suppress
10732         Range_Check on Allocated_Table.
10733
10734 2007-08-16  Vincent Celier  <celier@adacore.com>
10735
10736         * make.adb (Collect_Arguments): Call Test_If_Relative_Path with
10737         Including_Non_Switch set to False.
10738         (Gnatmake): For the compiler, call Test_If_Relative_Path with
10739         Including_Non_Switch set to False.
10740
10741         * makeutl.adb, makeutl.ads (Test_If_Relative_Path): New Boolean
10742         parameter Including_Non_Switch, defaulted to True. When
10743         Including_Non_Switch is False, options that are not switches and
10744         appear as relative path are not converted to absolute paths.
10745
10746 2007-08-16  Nicolas Roche  <roche@adacore.com>
10747
10748         * Makefile.in (gnatlib): Propagate FORCE_DEBUG_ADAFLAGS value to sub
10749         makefiles
10750
10751         * Make-lang.in: Update dependencies
10752
10753 2007-08-16  Hristian Kirtchev  <kirtchev@adacore.com>
10754
10755         * sem_ch10.adb (Has_With_Clause): If the name of the with clause
10756         currently inspected is a selected component, retrieve the entity of
10757         its selector.
10758         (Install_Limited_Withed_Unit): Call Has_Limited_With_Clause starting
10759         from the immediate ancestor of Main_Unit_Entity.
10760         (Install_Limited_Withed_Unit): Do not install the limited view of
10761         package P if P is reachable through an ancestor chain from package C
10762         and C also has a with clause for P in its body.
10763         (Has_Limited_With_Clause): New routine.
10764         (Has_With_Clause): New routine.
10765
10766 2007-08-16  Ed Schonberg  <schonberg@adacore.com>
10767
10768         * sem_ch12.adb (Copy_Generic_Node): A reference to a child unit of the
10769         generic for an enclosing instance is a global reference, even though
10770         its scope is the enclosing instance.
10771
10772 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
10773             Javier Miranda  <miranda@adacore.com>
10774
10775         * sem_ch3.adb (OK_For_Limited_Init_In_05): Allow calls to 'Input to
10776         initialize a limited object.
10777         (Build_Derived_Record_Type): Add missing check of rules ARM 3.9.4
10778         13/2 and 14/2.
10779         Make sure Has_Complex_Representation is inherited by derived type.
10780
10781 2007-08-16  Robert Dewar  <dewar@adacore.com>
10782
10783         * sem_ch5.adb (Analyze_Assignment): Make sure we still note update in
10784         exception case
10785
10786 2007-08-16  Ed Schonberg  <schonberg@adacore.com>
10787
10788         * sem_disp.adb (Check_Dispatching_Operation): If the operation
10789         implements an operation inherited from a progenitor interface, verify
10790         that they are subtype-conformant.
10791
10792 2007-08-16  Hristian Kirtchev  <kirtchev@adacore.com>
10793             Bob Duff  <duff@adacore.com>
10794             Nicolas Setton  <setton@adacore.com>
10795
10796         * sem_res.adb (Comes_From_Predefined_Lib_Unit): New.
10797         (Resolve): Alphabetize local variables. Add new variable From_Lib. When
10798         the statement which is being resolved comes from a predefined library
10799         unit, all non-predefined library interpretations are skipped.
10800         (Resolve_Op_Concat): If string concatenation was folded in the parser,
10801         but the "&" is user defined, give an error, because the folding would
10802         be wrong.
10803
10804         * sinfo.ads, sinfo.adb (Is_Folded_In_Parser): New flag to indicate that
10805         the parser has folded a long sequence of concatenations of string
10806         literals.
10807
10808         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Mark "JMPBUF_SAVE"
10809         and "JMP_BUF" variables as artificial.
10810         (N_String_Literal): Do not use alloca for very long string literals. Use
10811         xmalloc/free instead. Otherwise the stack might overflow.
10812
10813         * utils.c (init_gigi_decls): Mark "JMPBUF_T" type as created by the
10814         compiler.
10815
10816 2007-08-16  Vincent Celier  <celier@adacore.com>
10817
10818         * vms_conv.adb (Process_Argument): Ensure that project related options
10819         are not put in the -cargs section when using GNAT COMPILE.
10820
10821 2007-08-16  Robert Dewar  <dewar@adacore.com>
10822
10823         * gnat_ugn.texi: Add note on preprocessing (output file not written)
10824
10825 2007-08-16  Thomas Quinot  <quinot@adacore.com>
10826
10827         * a-tags.adb: Minor reformatting.
10828
10829 2007-08-16  Bob Duff  <duff@adacore.com>
10830
10831         * sem_type.ads, sem_ch4.adb: Minor reformatting.
10832
10833 2007-08-14  Thomas Quinot  <quinot@adacore.com>
10834
10835         * g-soccon-interix.ads, a-excpol-interix.adb, a-intnam-interix.ads,
10836         s-osinte-interix.ads, system-interix.ads: Removed.
10837
10838 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
10839
10840         * a-calend-vms.adb, a-calend.adb ("+", "-", Add, Subtract): Remove
10841         calls to Check_Within_Time_Bounds.
10842         ("+", "-", Add, Subtract): Remove calls to Check_Within_Time_Bounds.
10843         (Difference): Account for possible rounding of the resulting difference
10844
10845 2007-08-14  Robert Dewar  <dewar@adacore.com>
10846
10847         * uintp.adb, a-ztedit.adb, s-wchcon.adb, xnmake.adb, s-wchcon.adb,
10848         par-ch5.adb, par-ch10.adb, get_targ.adb, a-wtedit.adb, a-teioed.adb,
10849         s-osinte-solaris.adb, s-osinte-solaris.ads,
10850         s-osinte-freebsd.ads, s-osinte-freebsd.adb: Minor reformatting.
10851
10852         * styleg.adb, styleg.ads, stylesw.adb, stylesw.ads: implement style
10853         switch -gnatyS. Enable -gnatyS in GNAT style check mode
10854
10855 2007-08-14  Robert Dewar  <dewar@adacore.com>
10856             Ed Schonberg  <schonberg@adacore.com>
10857
10858         * inline.adb, types.ads, inline.ads, frontend.adb, alloc.ads:
10859         Suppress unmodified in-out parameter warning in some cases
10860         This patch is a also fairly significant change to the way suppressible
10861         checks are handled.
10862
10863         * checks.ads, checks.adb (Install_Null_Excluding_Check): No check
10864         needed for access to concurrent record types generated by the expander.
10865         (Generate_Range_Check): When generating a temporary to capture the
10866         value of a conversion that requires a range check, set the type of the
10867         temporary before rewriting the node, so that the type is always
10868         properly placed for back-end use.
10869         (Apply_Float_Conversion_Check): Handle case where the conversion is
10870         truncating.
10871         (Get_Discriminal): Code reformatting. Climb the scope stack looking
10872         for a protected type in order to examine its discriminants.
10873
10874 2007-08-14  Robert Dewar  <dewar@adacore.com>
10875             Gary Dismukes  <dismukes@adacore.com>
10876             Ed Schonberg  <schonberg@adacore.com>
10877             Thomas Quinot  <quinot@adacore.com>
10878
10879         * a-stzsup.adb, nlists.adb, lib-util.adb, treepr.adb,
10880         a-stwisu.adb, a-strsup.adb: Fix warnings for range
10881         tests optimized out.
10882
10883         * exp_ch4.adb (Expand_N_In): Add warnings for range tests optimized out.
10884         (Get_Allocator_Final_List): For the case of an anonymous access type
10885         that has a specified Associated_Final_Chain, do not go up to the
10886         enclosing scope.
10887         (Expand_N_Type_Conversion): Test for the case of renamings of access
10888         parameters when deciding whether to apply a run-time accessibility
10889         check.
10890         (Convert_Aggr_In_Allocator): Use Insert_Actions to place expanded
10891         aggregate code before allocator, and ahead of declaration for
10892         temporary, to prevent access before elaboration when the allocator is
10893         an actual for an access parameter.
10894         (Expand_N_Type_Conversion): On an access type conversion involving an
10895         access parameter, do not apply an accessibility check when the
10896         operand's original node was an attribute other than 'Access. We now
10897         create access conversions for the expansion of 'Unchecked_Access and
10898         'Unrestricted_Access in certain cases and clearly accessibility should
10899         not be checked for those.
10900
10901         * exp_ch6.ads, exp_ch6.adb (Add_Call_By_Copy_Code): For an actual that
10902         includes a type conversion of a packed component that has been expanded,
10903         recover the original expression for the object, and use this expression
10904         in the post-call assignment statement, so that the assignment is made
10905         to the object and not to a back-end temporary.
10906         (Freeze_Subprogram): In case of primitives of tagged types not defined
10907         at the library level force generation of code to register the primitive
10908         in the dispatch table. In addition some code reorganization has been
10909         done to leave the implementation clear.
10910         (Expand_Call): When expanding an inherited implicit conversion,
10911         preserve the type of the inherited function after the intrinsic
10912         operation has been expanded.
10913
10914         * exp_ch2.ads, exp_ch2.adb
10915         (Expand_Entry_Parameter.In_Assignment_Context): An implicit dereference
10916         of an entry formal appearing in an assignment statement does not assign
10917         to the formal.
10918         (Expand_Current_Value): Instead of calling a routine to determine
10919         whether the prefix of an attribute reference should be optimized or
10920         not, prevent the optimization of such prefixes all together.
10921
10922         * lib-xref.adb (Generate_Reference.Is_On_LHS): An indexed or selected
10923         component whose prefix is known to be of an access type is an implicit
10924         dereference and does not assign to the prefix.
10925
10926 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
10927             Robert Dewar  <dewar@adacore.com>
10928
10929         * atree.ads, atree.adb (New_Copy_Tree): If hash table is being used and
10930         itype is visited, make an entry into table to link associated node and
10931         new itype.
10932         Add comments and correct harmless error in Build_NCT_Hash_Tables
10933         (Array_Aggr_Subtype): Associate each itype created for an index type to
10934         the corresponding range construct, and not to the aggregate itself. to
10935         maintain a one-to-one correspondence between itype and its associated
10936         node, to prevent errors when complex expression is copied.
10937         Fix mishandling of multiple levels of parens
10938
10939         * sem_aggr.adb: Create a limited view of an incomplete type, to make
10940         treatment of limited views uniform for all visible declarations in a
10941         limited_withed package.
10942         (New_Copy_Tree): If hash table is being used and itype is visited,
10943         make an entry into table to link associated node and new itype.
10944         (Resolve_Record_Aggregate): Do not add an others box association for a
10945         discriminated record component that has only discriminants, when there
10946         is a box association for the component itself.
10947
10948         * par-ch4.adb: Fix mishandling of multiple levels of parens
10949
10950 2007-08-14  Robert Dewar  <dewar@adacore.com>
10951
10952         * comperr.adb: Fix problem with suppressing warning messages from gigi
10953
10954         * erroutc.ads, erroutc.adb, errout.ads,
10955         errout.adb (Write_Eol): Remove trailing spaces before writing the line
10956         (Write_Eol_Keep_Blanks): New procedure to write a line, including
10957         possible trailing spaces.
10958         (Output_Source_Line): Call Write_Eol_Keep_Blanks to output a source line
10959         Fix problem with suppressing warning messages from back end
10960         Improve handling of deleted warnings
10961
10962         * gnat1drv.adb:
10963         Fix problem with suppressing warning messages from back end
10964         Handle setting of Static_Dispatch_Tables flag.
10965
10966         * prepcomp.adb:
10967         Fix problem with suppressing warning messages from back end
10968
10969         * exp_intr.adb: Improve handling of deleted warnings
10970
10971 2007-08-14  Robert Dewar  <dewar@adacore.com>
10972
10973         * debug.adb: Improve -gnatdI to cover all cases of serialization
10974         Add documentation of dZ, d.t
10975
10976         * sprint.ads, sprint.adb: Improve -gnatdI to cover all cases of
10977         serialization.
10978         (Sprint_Node_Actual): Generate new output associated with implicit
10979         importation and implicit exportation of object declarations.
10980
10981 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
10982             Robert Dewar  <dewar@adacore.com>
10983             Javier Miranda  <miranda@adacore.com>
10984             Gary Dismukes  <dismukes@adacore.com>
10985
10986         * einfo.ads, einfo.adb: Create a limited view of an incomplete type,
10987         to make treatment of limited views uniform for all visible declarations
10988         in a limited_withed package.
10989         Improve warnings for in out parameters
10990         (Set_Related_Interaface/Related_Interface): Allow the use of this
10991         attribute with constants.
10992         (Write_Field26_Name): Handle attribute Related_Interface in constants.
10993         Warn on duplicate pragma Preelaborable_Initialialization
10994
10995         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Body): Force the
10996         generation of a freezing node to ensure proper management of null
10997         excluding access types in the backend.
10998         (Create_Extra_Formals): Test base type of the formal when checking for
10999         the need to add an extra accessibility-level formal. Pass the entity E
11000         on all calls to Add_Extra_Formal (rather than Scope (Formal) as was
11001         originally being done in a couple of cases), to ensure that the
11002         Extra_Formals list gets set on the entity E when the first entity is
11003         added.
11004         (Conforming_Types): Add missing calls to Base_Type to the code that
11005         handles anonymous access types. This is required to handle the
11006         general case because Process_Formals builds internal subtype entities
11007         to handle null-excluding access types.
11008         (Make_Controlling_Function_Wrappers): Create wrappers for constructor
11009         functions that need it, even when not marked Requires_Overriding.
11010         Improve warnings for in out parameters
11011         (Analyze_Function_Return): Warn for disallowed null return
11012         Warn on return from procedure with unset out parameter
11013         Ensure consistent use of # in error messages
11014         (Check_Overriding_Indicator): Add in parameter Is_Primitive.
11015         (Analyze_Function_Return): Move call to Apply_Constraint_Check before
11016         the implicit conversion of the expression done for anonymous access
11017         types. This is required to generate the code of the null excluding
11018         check (if required).
11019
11020         * sem_warn.ads, sem_warn.adb (Check_References.Publicly_Referenceable):
11021         A formal parameter is never publicly referenceable outside of its body.
11022         (Check_References): For an unreferenced formal parameter in an accept
11023         statement, use the same warning circuitry as for subprogram formal
11024         parameters.
11025         (Warn_On_Unreferenced_Entity): New subprogram, taken from
11026         Output_Unreferenced_Messages, containing the part of that routine that
11027         is now reused for entry formals as described above.
11028         (Goto_Spec_Entity): New function
11029         (Check_References): Do not give IN OUT warning for dispatching operation
11030         Improve warnings for in out parameters
11031         (Test_Ref): Check that the entity is not undefinite before calling
11032         Scope_Within, in order to avoid infinite loops.
11033         Warn on return from procedure with unset out parameter
11034         Improved warnings for unused variables
11035
11036 2007-08-14  Robert Dewar  <dewar@adacore.com>
11037             Javier Miranda  <miranda@adacore.com>
11038             Gary Dismukes  <dismukes@adacore.com>
11039
11040         * exp_attr.adb (Expand_N_Attribute_Reference): Handle case of child unit
11041         (Expand_N_Attribute_Reference): Further unify the handling of the
11042         three forms of access attributes, using common code now for all three
11043         cases. Add a test for the case of applying an access attribute to
11044         an explicit dereference when the context is an access-to-interface
11045         type. In that case we need to apply the conversion to the prefix
11046         of the explicit dereference rather than the prefix of the attribute.
11047         (Attribute_Version, UET_Address): Set entity as internal to ensure
11048         proper dg output of implicit importation.
11049         (Expand_Access_To_Type): Removed.
11050         (Expand_N_Attribute_Reference): Merge the code from the three cases
11051         of access attributes, since the processing is largely identical for
11052         these cases. The substantive fix here is to process the case of a
11053         type name prefix (current instance case) before handling the case
11054         of interface prefixes.
11055
11056 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11057             Ed Schonberg  <schonberg@adacore.com>
11058             Javier Miranda  <miranda@adacore.com>
11059             Robert Dewar  <dewar@adacore.com>
11060
11061         * exp_ch3.ads, exp_ch3.adb (Add_Final_Chain): New subprogram.
11062         (Freeze_Array_Type, Freeze_Record_Type): For the case of a component
11063         type that is an anonymous access to controlled object, establish
11064         an associated finalization chain to avoid corrupting the global
11065         finalization list when a dynamically allocated object designated
11066         by such a component is deallocated.
11067         (Make_Controlling_Function_Wrappers): Create wrappers for constructor
11068         functions that need it, even when not marked Requires_Overriding.
11069         (Initialize_Tag): Replace call to has_discriminants by call to
11070         Is_Variable_Size_Record in the circuitry that handles the
11071         initialization of secondary tags.
11072         (Is_Variable_Size_Record): New implementation.
11073         (Expand_N_Object_Declaration): Suppress call to init proc if there is a
11074         Suppress_Initialization pragma for a derived type.
11075         (Is_Variable_Size_Record): New subprogram.
11076         (Build_Offset_To_Top_Functions): New implementation that simplifies the
11077         initial version of this routine and also fixes problems causing
11078         incomplete initialization of the table of interfaces.
11079         (Build_Init_Procedure): Improve the generation of code to initialize the
11080         the tag components of secondary dispatch tables.
11081         (Init_Secondary_Tags): New implementation that simplifies the previous
11082         version of this routine.
11083         (Make_DT): Add parameter to indicate when type has been frozen by an
11084         object declaration, for diagnostic purposes.
11085         (Check_Premature_Freezing): New subsidiary procedure of Make_DT, to
11086         diagnose attemps to freeze a subprogram when some untagged type of its
11087         profile is a private type whose full view has not been analyzed yet.
11088         (Freeze_Array_Type): Generate init proc for packed array if either
11089         Initialize or Normalize_Scalars is set.
11090         (Make_Controlling_Function_Wrappers, Make_Null_Procedure_Specs): when
11091         constructing the new profile, copy the null_exclusion indicator for each
11092         parameter, to ensure full conformance of the new body with the spec.
11093
11094         * sem_type.ads, sem_type.adb (Make_Controlling_Function_Wrappers):
11095         Create wrappers for constructor functions that need it, even when not
11096         marked Requires_Overriding.
11097         (Covers): Handle properly designated types of anonymous access types,
11098         whose non-limited views are themselves incomplete types.
11099         (Add_Entry): Use an entity to store the abstract operation which hides
11100         an interpretation.
11101         (Binary_Op_May_Be_Hidden): Rename to Binary_Op_Interp_Has_Abstract_Op.
11102         (Collect_Interps): Use Empty as an actual for Abstract_Op in the
11103         initialization aggregate.
11104         (Function_Interp_May_Be_Hidden): Rename to
11105         Function_Interp_Has_Abstract_Op.
11106         (Has_Compatible_Type): Remove machinery that skips interpretations if
11107         they are labeled as potentially hidden by an abstract operator.
11108         (Has_Hidden_Interp): Rename to Has_Abstract_Op.
11109         (Set_May_Be_Hidden): Rename to Set_Abstract_Op.
11110         (Write_Overloads): Output the abstract operator if present.
11111         (Add_Entry): Before inserting a new entry into the interpretation table
11112         for a node, determine whether the entry will be disabled by an abstract
11113         operator.
11114         (Binary_Op_Interp_May_Be_Hidden): New routine.
11115         (Collect_Interps): Add value for flag May_Be_Hidden in initialization
11116         aggregate.
11117         (Function_Interp_May_Be_Hidden): New routine.
11118         (Has_Compatible_Type): Do not consider interpretations hidden by
11119         abstract operators when trying to determine whether two types are
11120         compatible.
11121         (Has_Hidden_Interp): New routine.
11122         (Set_May_Be_Hidden_Interp): New routine.
11123         (Write_Overloads): Write the status of flag May_Be_Hidden.
11124
11125 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11126             Javier Miranda  <miranda@adacore.com>
11127
11128         * exp_disp.ads, exp_disp.adb (Build_Dispatch_Tables): Handle tagged
11129         types declared in the declarative part of a nested package body or in
11130         the proper body of a stub.
11131         (Set_All_DT_Position): Add missing check to avoid wrong assignation
11132         of the same dispatch table slot to renamed primitives.
11133         (Make_Select_Specific_Data_Table): Handle private types.
11134         (Tagged_Kind): Handle private types.
11135         (Make_Tags, Make_DT): Set tag entity as internal to ensure proper dg
11136         output of implicit importation and exportation.
11137         (Expand_Interface_Thunk): Fix bug in the expansion assuming that the
11138         first formal of the thunk is always associated with the controlling
11139         type. In addition perform the following code cleanup: remove formal
11140         Thunk_Alias which is no longer required, cleanup evaluation of the
11141         the controlling type, and update the documentation.
11142         Replace occurrence of Default_Prim_Op_Count by
11143         Max_Predef_Prims. Addition of compile-time check to verify
11144         that the value of Max_Predef_Prims is correct.
11145         (Check_Premature_Freezing): Apply check in Ada95 mode as well.
11146         (Make_DT): Add parameter to indicate when type has been frozen by an
11147         object declaration, for diagnostic purposes.
11148         (Build_Static_Dispatch_Tables): New subprogram that takes care of the
11149         construction of statically allocated dispatch tables.
11150         (Make_DT): In case of library-level tagged types export the declaration
11151         of the primary tag. Remove generation of tags (now done by Make_Tags).
11152         Additional modifications to handle non-static generation of dispatch
11153         tables. Take care of building tables for asynchronous interface types
11154         (Make_Tags): New subprogram that generates the entities associated with
11155         the primary and secondary tags of Typ and fills the contents of Access_
11156         Disp_Table. In case of library-level tagged types imports the forward
11157         declaration of the primary tag that will be declared later by Make_DT.
11158         (Expand_Interface_Conversion): In case of access types to interfaces
11159         replace an itype declaration by an explicit type declaration to avoid
11160         problems associated with the scope of such itype in transient blocks.
11161
11162 2007-08-14  Robert Dewar  <dewar@adacore.com>
11163             Ed Schonberg  <schonberg@adacore.com>
11164             Javier Miranda  <miranda@adacore.com>
11165
11166         * exp_util.ads, exp_util.adb:
11167         This patch replaces a number of occurrences of explicit tests for N_Null
11168         with calls to Known_Null. This improves tracking of null values, since
11169         Known_Null also catches null constants, and variables currently known to
11170         be null, so we get better tracking.
11171         (Ensure_Defined): create an itype reference only in the scope of the
11172         itype.
11173         (Side_Effect_Free): A selected component of an access type that
11174         denotes a component with a rep clause must be treated as not
11175         side-effect free, because if it is part of a linked structure its
11176         value may be affected by a renaming.
11177         (Expand_Subtype_From_Expr): For limited objects initialized with build
11178         in place function calls, do nothing; otherwise we prematurely introduce
11179         an N_Reference node in the expression initializing the object, which
11180         breaks the circuitry that detects and adds the additional arguments to
11181         the called function. Bug found working in the new patch for statically
11182         allocated dispatch tables.
11183         (Is_Library_Level_Tagged_Type): New subprogram.
11184         (Remove_Side_Effects): If the expression of an elementary type is an
11185         operator treat as a function call.
11186         (Make_Literal_Range): If the index type of the array is not integer, use
11187         attributes properly to compute the constraint on the resulting aggregate
11188         which is a string.
11189
11190         * freeze.ads, freeze.adb (Freeze_Entity): If the entity is a
11191         class-wide type whose base type is an incomplete private type, leave
11192         class-wide type unfrozen so that freeze nodes can be generated
11193         properly at a later point.
11194         (Freeze_Entity, array case): Handle case of pragma Pack and component
11195         size attributre clause for same array.
11196
11197 2007-08-14  Vincent Celier  <celier@adacore.com>
11198
11199         * prj.ads, prj.adb: Update Project Manager to new attribute names for
11200         gprbuild.
11201         Allow all valid declarations in configuration project files
11202         (Reset): Initialize all tables and hash tables in the project tree data
11203         Major update of the Project Manager and of the project aware tools,
11204         including gprmake, so that the same sources in the GNAT repository
11205         can be used by gprbuild.
11206         (Slash_Id): Change type to be Path_Name_Type
11207         (Slash): Return a Path_Name_Type instead of a File_Name_Type
11208
11209         * prj-attr.ads, prj-attr.adb: Remove attributes no longer used by
11210         gprbuild.
11211         Update Project Manager to new attribute names for ghprbuild
11212         Allow all valid declarations in configuration project files
11213         Major update of the Project Manager and of the project aware tools,
11214         including gprmake, so that the same sources in the GNAT repository
11215         can be used by gprbuild.
11216
11217         * prj-com.ads:
11218         Major update of the Project Manager and of the project aware tools,
11219         including gprmake, so that the same sources in the GNAT repository
11220         can be used by gprbuild.
11221
11222         * prj-dect.adb (Prj.Strt.Attribute_Reference): Set correctly the case
11223         insensitive flag for attributes with optional index.
11224         (Prj.Dect.Parse_Attribute_Declaration): For case insensitive associative
11225         array attribute, put the index in lower case.
11226         Update Project Manager to new attribute names for ghprbuild
11227         Allow all valid declarations in configuration project files
11228         Major update of the Project Manager and of the project aware tools,
11229         including gprmake, so that the same sources in the GNAT repository
11230         can be used by gprbuild.
11231
11232         * prj-env.ads, prj-env.adb:
11233         Major update of the Project Manager and of the project aware tools,
11234         including gprmake, so that the same sources in the GNAT repository
11235         can be used by gprbuild.
11236         (Get_Reference): Change type of parameter Path to Path_Name_Type
11237
11238         * prj-ext.ads, prj-ext.adb (Initialize_Project_Path): Make sure, after
11239         removing '-' from the path to start with the first character of the
11240         next directory.
11241         Major update of the Project Manager and of the project aware tools,
11242         including gprmake, so that the same sources in the GNAT repository
11243         can be used by gprbuild.
11244         Major update of the Project Manager and of the project aware tools,
11245         including gprmake, so that the same sources in the GNAT repository
11246         can be used by gprbuild.
11247
11248         * prj-nmsc.ads, prj-nmsc.adb:
11249         Update Project Manager to new attribute names for ghprbuild
11250         Allow all valid declarations in configuration project files
11251         (Search_Directories): Detect subunits that are specified with an
11252         attribute Body in package Naming. Do not replace a source/unit in the
11253         same project when the order of the source dirs are known. Detect
11254         duplicate sources/units in the same project when the order of the
11255         source dirs are not known.
11256         (Check_Ada_Name): Allow all identifiers that are not reserved words
11257         in Ada 95.
11258         Major update of the Project Manager and of the project aware tools,
11259         including gprmake, so that the same sources in the GNAT repository
11260         can be used by gprbuild.
11261         (Look_For_Sources): If the list of sources is empty, set the object
11262         directory of non extending project to nil.
11263         Change type of path name variables to be Path_Name_Type
11264         (Locate_Directory): Make sure that on Windows '/' is converted to '\',
11265         otherwise creating missing directories will fail.
11266
11267         * prj-attr-pm.adb, prj-tree.ads, prj-proc.ads, prj-proc.adb,
11268         prj-part.ads, prj-part.adb:
11269         Major update of the Project Manager and of the project aware tools,
11270         including gprmake, so that the same sources in the GNAT repository
11271         can be used by gprbuild.
11272
11273         * prj-strt.adb (Prj.Strt.Attribute_Reference): Set correctly the case
11274         insensitive flag for attributes with optional index.
11275         (Prj.Dect.Parse_Attribute_Declaration): For case insensitive associative
11276         array attribute, put the index in lower case.
11277         (Parse_Variable_Reference): Allow the current project name to be used in
11278         the prefix of an attribute reference.
11279
11280         * prj-util.ads, prj-util.adb
11281         (Value_Of (for arrays)): New Boolean parameter Force_Lower_Case_Index,
11282         defaulted to False. When True, always check against indexes in lower
11283         case.
11284
11285         * snames.ads, snames.h, snames.adb:
11286         Update Project Manager to new attribute names for gprbuild
11287         Allow all valid declarations in configuration project files
11288
11289 2007-08-14  Robert Dewar  <dewar@adacore.com>
11290             Ed Schonberg  <schonberg@adacore.com>
11291
11292         * opt.ads: Warning for non-local exception propagation now off by
11293         default
11294         New switch -gnatI to disable representation clauses
11295         Implement new pragma Implicit_Packing
11296
11297         * usage.adb:
11298         Warning for non-local exception propagation now off by default
11299         Add warning for unchecked conversion of pointers wi different
11300         conventions.
11301         New switch -gnatI to disable representation clauses
11302
11303         * usage.adb: new switch -gnatyS
11304
11305         * gnat_ugn.texi: For the gnatcheck Non_Qualified_Aggregates rule add a
11306         note that aggregates of anonymous array types are not flagged.
11307         -gnatwc now includes membership tests optimized away
11308         -gnatw.x warnings are now off by default
11309         Added conditional compilation Appendix
11310         Add documentation of -gnatI
11311         Add documentation for new -gnatyS style check
11312         Update documentation about SAL and auto-init on Windows.
11313
11314         * gnat_rm.texi:
11315         Add documentation for pragma Check_Name and 'Enabled attribute
11316         Document that Eliminate on dispatching operation is ignored
11317         Document IDE attributes VCS_Repository_Root and VCS_Patch_Root.
11318         Document pragma Main
11319         Document pragma Implicit_Packing
11320
11321         * sem_ch13.adb: Add warning for unchecked conversion of pointers wi
11322         different conventions
11323         New switch -gnatI to disable representation clauses
11324
11325         * switch-c.adb (Scan_Front_End_Switches): When a -gnat switch is not
11326         recognized, report the invalid characters including "-gnat" instead of
11327         just the first character in the switch.
11328         New switch -gnatI to disable representation clauses
11329         Set Warn_On_Object_Renames_Function true for -gnatg
11330
11331         * vms_data.ads: Add doc for /IGNORE_REP_CLAUSES
11332         Add STATEMENTS_AFTER_THEN_ELSE as synonym for -gnatyS
11333         Add qualifier /ADD_PROJECT_SEARCH_DIR= for different tools, equivalent
11334         to switch -aP (add directory to project search dir).
11335
11336         * par-prag.adb: Implement new pragma Implicit_Packing
11337
11338         * sem_prag.adb (Analyze_Pragma, case Complex_Representation): Mark the
11339         type as having a non-standard representation, to force expansion on
11340         conversion to related types.
11341         (Analyze_Pragma): Warn on misspelled pragma
11342         (Analyze_Pragma, case Convention_Identifier): Fix checking of second arg
11343         Ensure consistent use of # in error messages
11344         Implement pragma Implicit_Packing
11345
11346 2007-08-14  Olivier Hainque  <hainque@adacore.com>
11347             Eric Botcazou  <ebotcazou@adacore.com>
11348
11349         * targtyps.c (get_target_maximum_default_alignment): New function.
11350         Maximum alignment
11351         that the compiler might choose by default for a type or object.
11352         (get_target_default_allocator_alignment): New function. Alignment known
11353         to be honored by the target default allocator.
11354         (get_target_maximum_allowed_alignment): New function. Maximum alignment
11355         we might accept for any type or object on the target.
11356         (get_target_maximum_alignment): Now synonym of maximum_default_alignment
11357
11358         * gigi.h (get_target_maximum_default_alignment): Declare new function.
11359         (get_target_default_allocator_alignment): Likewise.
11360         (get_target_maximum_allowed_alignment): Likewise.
11361
11362         PR ada/19037
11363         * decl.c (gnat_to_gnu_entity) <object>: Except for the renaming of the
11364         result of a function call, first try to use a stabilized reference for
11365         a constant renaming too.
11366         (validate_alignment): Use target_maximum_allowed_alignment instead of
11367         MAX_OFILE_ALIGNMENT as the upper bound to what we accept.
11368         (gnat_to_gnu_entity): Use common nodes directly.
11369         (gnat_to_gnu_entity) <object>: Pick the values of the type to annotate
11370         alignment and size for the object.
11371         (lvalue_required_p): Handle N_Parameter_Association like N_Function_Call
11372         and N_Procedure_Call_Statement.
11373         (takes_address): Rename to lvalue_required_p, add third parameter
11374         'aliased' and adjust recursive calls.
11375         <N_Indexed_Component>: Update 'aliased' from the array type.
11376         <N_Selected_Component>: New case.
11377         <N_Object_Renaming_Declaration>: New Likewise.
11378         (Identifier_to_gnu): Adjust for above changes.
11379         (maybe_stabilize_reference) <CONST_DECL>: New case.
11380
11381         * utils2.c (build_binary_op) <ARRAY_RANGE_REF>: Look through conversion
11382         between type variants.
11383         (build_simple_component_ref): Likewise.
11384         (build_call_alloc_dealloc): Use target_default_allocator_alignment
11385         instead of BIGGEST_ALIGNMENT as the threshold to trigger the super
11386         aligning type circuitry for allocations from the default storage pool.
11387         (build_allocator): Likewise.
11388         (build_simple_component_ref): Manually fold the reference for a
11389         constructor if the record type contains a template.
11390
11391         * utils.c (value_zerop): Delete.
11392         (gnat_init_decl_processing): Emit debug info for common types.
11393         (rest_of_record_type_compilation): If a union contains a field
11394         with a non-constant qualifier, treat it as variable-sized.
11395         (finish_record_type): Give the stub TYPE_DECL a name.
11396         (rest_of_record_type_compilation): Likewise.
11397         (convert) <CONSTRUCTOR>: New case.  Build a new constructor if
11398         types are equivalent array types.
11399         (create_field_decl): Claim fields of any ARRAY_TYPE are addressable,
11400         even if the type is not passed by reference.
11401         (static_ctors, static_dtors): Delete.
11402         (end_subprog_body): Do not record constructors and destructors.
11403         (build_global_cdtor): Delete.
11404         (gnat_write_global_declarations): Do not call build_global_cdtor.
11405
11406         * lang-spARGET_VXWORKS_RTP is defined, append -mrtp when
11407         -fRTS=rtp is specified.
11408         If CONFIG_DUAL_EXCEPTIONS is 1, append -fsjlj when -fRTS=sjlj is
11409         specified.
11410
11411         * misc.c (gnat_init_gcc_eh): Use __gnat_eh_personality_sj for the name
11412         of the personality function with SJLJ exceptions.
11413
11414         * raise-gcc.c (PERSONALITY_FUNCTION): Use __gnat_eh_personality_sj for
11415         the name of the personality function with SJLJ exceptions.
11416
11417 2007-08-14  Robert Dewar  <dewar@adacore.com>
11418             Ed Schonberg  <schonberg@adacore.com>
11419
11420         * par.ads, par.adb: Improve handling of extra right parens.
11421         (Par): Remove flag From_Limited_With_Clause.
11422
11423         * par-util.adb, par-ch3.adb: Improve error recovery for bad constraint
11424         Improve handling of extra right parens.
11425
11426 2007-08-14  Robert Dewar  <dewar@adacore.com>
11427
11428         * par-tchk.adb (TF_Semicolon): Improve error recovery
11429
11430 2007-08-14  Robert Dewar  <dewar@adacore.com>
11431             Ed Schonberg  <schonberg@adacore.com>
11432
11433         * sem_attr.ads, sem_attr.adb (Analyze_Attribute, case Value): For
11434         enumeration type, mark all literals as referenced.
11435         (Eval_Attribute, case 'Image): If the argument is an enumeration
11436         literal and names are available, constant-fold but mark nevertheless as
11437         non-static.
11438         Clean up function names.
11439         (Name_Modifies_Prefix): Rename to Name_Implies_Lvalue_Prefix. Clarify
11440         comment.
11441         (Requires_Simple_Name_Prefix): Removed.
11442
11443 2007-08-14  Robert Dewar  <dewar@adacore.com>
11444             Ed Schonberg  <schonberg@adacore.com>
11445
11446         * sem_ch11.adb: Improved warnings for unused variables
11447
11448         * sem_ch3.ads, sem_ch3.adb (Build_Derived_Record_Type): If the ancestor
11449         is a synchronized interface, the derived type is limited.
11450         (Analyze_Object_Declaration): Mark the potential coextensions in the
11451         definition and expression of an object declaration node.
11452         (Build_Derived_Type): For the completion of a private type declaration
11453         with a derived type declaration, chain the parent type's representation
11454         items to the last representation item of the derived type (not the
11455         first one) if they are not present already.
11456         (Analyze_Object_Declaration, Constant_Redeclaration): Allow incomplete
11457         object declaration of forward references to tags.
11458         (Access_Subprogram_Declaration): In Ada2005, anonymous access to
11459         subprogram types can appear as access discriminants of synchronized
11460         types.
11461         (OK_For_Limited_Init_In_05): The initialization is legal is it is a call
11462         given in prefixed form as a selected component.
11463         (Process_Discriminants): If not all discriminants have defaults, place
11464         error message on a default that is present.
11465         (Analyze_Private_Extension_Declaration): Diagnose properly an attempt to
11466         extend a synchronized tagged type.
11467         Improved warnings for unused variables
11468         (Is_Visible_Component): Fix a visibility hole on a component inherited
11469         by a private extension when parent is itself declared as a private
11470         extension, and the derivation is in a child unit.
11471         (Find_Hidden_Interface): Move spec from the package body.
11472
11473 2007-08-14  Robert Dewar  <dewar@adacore.com>
11474             Ed Schonberg  <schonberg@adacore.com>
11475
11476         * sem_ch5.adb: Improve warnings on redundant assignments
11477
11478         * sem_util.ads, sem_util.adb: (Is_Variable): Add defense against junk
11479         parameter
11480         (Is_Synchronized_Tagged_Type): New subprogram that returns true
11481         in case of synchronized tagged types (AARM 3.9.4 (6/2)).
11482         (Safe_To_Capture_Value): Can now return True for constants, even if Cond
11483         is set to False. Improves handling of Known_[Not_]Null.
11484         (Wrong_Type): Special case address arithmetic attempt
11485         (Collect_Abstract_Interfaces): Add new formal to allow collecting
11486         abstract interfaces just using the partial view of private types.
11487         (Has_Abstract_Interfaces): Add new formal to allow checking types
11488         covering interfaces using the partial view of private types.
11489         (Is_Fully_Initialized_Type): Special VM case for uTag component. This
11490         component still needs to be defined in this case, but is never
11491         initialized as VMs are using other dispatching mechanisms.
11492         (Abstract_Interface_List): For a protected type, use base type to get
11493         proper declaration.
11494         Improve warnings on redundant assignments
11495         (Is_Variable): Handle properly an implicit dereference of a prefixed
11496         function call.
11497         (Build_Actual_Subtype): If this is an actual subtype for an
11498         unconstrained formal parameter, use the sloc of the body for the new
11499         declaration, to prevent anomalises in the debugger.
11500
11501 2007-08-14  Robert Dewar  <dewar@adacore.com>
11502
11503         * sem_elim.adb (Set_Eliminated): Ignore pragma Eliminate for
11504         dispatching operation
11505
11506 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11507             Gary Dismukes  <dismukes@adacore.com>
11508
11509         * exp_aggr.ads,
11510         exp_aggr.adb (Convert_Aggr_In_Allocator): Use Insert_Actions to place
11511         expanded aggregate code before allocator, and ahead of declaration for
11512         temporary, to prevent access before elaboration when the allocator is
11513         an actual for an access parameter.
11514         (Is_Static_Dispatch_Table_Aggregate): Handle aggregates initializing
11515         the TSD and the table of interfaces.
11516         (Convert_To_Assignments): Augment the test for delaying aggregate
11517         expansion for limited return statements to include the case of extended
11518         returns, to prevent creation of an unwanted transient scope.
11519         (Is_Static_Dispatch_Table_Aggregate): New subprogram.
11520         (Expand_Array_Aggregate): Handle aggregates associated with
11521         statically allocated dispatch tables.
11522         (Expand_Record_Aggregate): Handle aggregates associated with
11523         statically allocated dispatch tables.
11524         (Gen_Ctrl_Actions_For_Aggr): Generate a finalization list for allocators
11525         of anonymous access type.
11526
11527 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11528
11529         * exp_ch5.adb (Expand_Assign_Array): If source or target of assignment
11530         is a variable that renames a slice, use the variable itself in the
11531         expannsion when the renamed expression itself may be modified between
11532         the declaration of the renaming and the array assignment.
11533
11534 2007-08-14  Jerome Guitton  <guitton@adacore.com>
11535
11536         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
11537         s-taprop-hpux-dce.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
11538         s-taprop-vms.adb, s-taprop-posix.adb (Continue_Task, Stop_All_Tasks):
11539         New functions; dummy implementations.
11540
11541         * s-osinte-vxworks.ads (Task_Stop, Task_Cont, Int_Lock, Int_Unlock): New
11542         functions, used to implement the multi-tasks mode routines on VxWorks.
11543
11544         * s-osinte-vxworks.adb, s-osinte-vxworks6.adb (Task_Cont, Task_Stop):
11545         New functions, thin
11546         binding to the VxWorks routines which have changed between VxWorks 5
11547         and 6.
11548         (Int_Lock, Int_Unlock): New function, thin binding to kernel routines
11549         which are not callable from a RTP.
11550
11551         * s-taprop-vxworks.adb (Stop_All_Tasks, Continue_Task): New functions,
11552         implemented for the multi-tasks mode on VxWorks 5 and 6.
11553
11554         * s-taprop.ads (Stop_All_Tasks, Continue_Task): New functions.
11555
11556         * s-tasdeb.ads, s-tasdeb.adb (Continue_All_Tasks, Stop_All_Tasks): New
11557         functions.
11558
11559 2007-08-14  Vincent Celier  <celier@adacore.com>
11560
11561         * clean.adb, fmap.adb, sinput-p.adb, sinput-p.ads, gnatcmd.adb,
11562         gnatname.adb, makeutl.ads, makeutl.adb, makegpr.adb, mlib-tgt-vms.adb
11563         mlib-tgt-darwin.adb, mlib-tgt-lynxos.adb, mlib-prj.adb, mlib-tgt.adb,
11564         mlib-tgt.ads, mlib-tgt-irix.adb mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
11565         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
11566         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, mlib-tgt-aix.adb,
11567         mlib-tgt-tru64.adb, mlib.ads, mlib.adb (Create_Sym_Links): New
11568         procedure.
11569         (Major_Id_Name): New function.
11570         mlib-tgt.ads/mlib.tgt.adb:
11571         (Library_Major_Minor_Id_Supported): New function, default returns True
11572         Most mlib-tgt-*.adb that support shared libraries and symbolic links:
11573         (Build_Dynamic_Library): Add support for major/minor ids for shared libs
11574         Other mlib-tgt-*.adb (aix, mingw, vms, vxworks, xi):
11575         Implementation of Library_Major_Minor_Id_Supported returns False
11576         clean.adb:
11577         (Clean_Library_Directory): If major/minor ids are supported, clean all
11578         library files.
11579         Major update of the Project Manager and of the project aware tools,
11580         including gprmake, so that the same sources in the GNAT repository
11581         can be used by gprbuild.
11582
11583 2007-08-14  Olivier Hainque  <hainque@adacore.com>
11584
11585         * system-solaris-x86.ads (ZCX_By_Default): Switch to True.
11586         (GCC_ZCX_Support): Switch to True.
11587
11588         * s-intman-solaris.adb (Notify_Exception): Call
11589         Adjust_Context_For_Raise before raising, as expected for signal
11590         handlers in general.
11591
11592         * s-intman-posix.adb (Notify_Exception): Remove declaration of
11593         Adjust_Context_For_Raise, moved to the spec of this unit to be visible
11594         to other implementation bodies.
11595
11596         * s-intman.ads (Adjust_Context_For_Raise): Declare and import here, to
11597         be visible by multiple implementation bodies.
11598
11599         * init.c [VMS section] (__gnat_handle_vms_condition): Adjust context
11600         only for conditions coming from hardware.
11601         [alpha-tru64 section] (__gnat_adjust_context_for_raise): Implement,
11602         adjustments to signal context prior to exception raise from signal
11603         handler.
11604         (__gnat_map_signal for VxWorks): Map SIGSEGV to Storage_Error in RTP
11605         mode.
11606         Solaris section: (__gnat_adjust_context_for_raise): New function.
11607         Implementation of the machine context adjustments to perform prior to
11608         raise from a signal handler. Version for both sparc and x86.
11609         (HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE): Define.
11610         (__gnat_error_handler): Expect a third argument, ucontext_t *. Adjust it
11611         prior to raising as expected for any handler, before possible nested
11612         faults to make sure all the contexts in a chain have been adjusted by
11613         the time we propagate.
11614
11615 2007-08-14  Pascal Obry  <obry@adacore.com>
11616
11617         * s-osinte-mingw.ads: Add support for Ada.Execution_Time on Windows.
11618         (SYSTEM_INFO): New record.
11619         (SetThreadIdealProcessor): New imported routine needed for supporting
11620         task_info pragma on Windows.
11621
11622         * s-taprop-mingw.adb (Enter_Task): Check if CPU number given in task
11623         info can be applied to the current host.
11624         (Create_Task): Set the ideal processor if information is present.
11625
11626         * s-tasinf-mingw.adb, s-tasinf-mingw.ads,
11627         a-exetim-mingw.adb, a-exetim-mingw.ads: New files.
11628
11629 2007-08-14  Olivier Hainque  <hainque@adacore.com>
11630
11631         * s-taprop-linux.adb (Get_Stack_Attributes): New subprogram. Fetch the
11632         stack size and initial stack pointer value for a given task.
11633         (Enter_Task): Get the stack attributes of the task we are entering and
11634         let the stack checking engine know about them.
11635
11636         * s-stchop.adb, s-stchop.ads (Notify_Stack_Attributes): New subprogram.
11637         Let the stack-checking engine know about the initial sp value and stack
11638         size associated with the current task.
11639         (Set_Stack_Info): If a stack base has been notified for the current
11640         task, honor it. Fallback to the previous less accurate method otherwise.
11641
11642         * s-stchop-vxworks.adb (Notify_Stack_Attributes): Dummy body.
11643
11644 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11645
11646         * sem_ch10.adb: Create a limited view of an incomplete type, to make
11647         treatment of limited views uniform for all visible declarations in a
11648         limited_withed package.
11649         Set flag indicating that a subprogram body for a child unit has a
11650         generated spec.
11651         (Analyze_Compilation_Unit): If unit is a subprogram body that has no
11652         separate declaration, remove the unit name from visibility after
11653         compilation, so that environment is clean for subsequent compilations.
11654         (Install_Limited_Context_Clauses): Do not install a
11655         limited_private_with_clause unless the current unit is a body or a
11656         private child unit.
11657         (Analyze_Subunit, Install_Parents): Treat generic and non-generic units
11658         in the same fashion.
11659         (Install_Limited_Withed_Unit): Do not install a limited with clause if
11660         it applies to the declaration of the current package body.
11661         (Remove_Private_With_Clauses): If there is a regular with_clause for
11662         the unit, delete Private_With_Clause from context, to prevent improper
11663         hiding when processing subsequent nested packages and instantiations.
11664
11665 2007-08-14  Jose Ruiz  <ruiz@adacore.com>
11666
11667         * adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept
11668         dir/file, device:/dir/file, and device:drive_letter:/dir/file as
11669         representing absolute path names.
11670         __gnat_set_file_time_name [VMS]: Fix some 64/32 bit issues.
11671
11672         * cstreams.c (__gnat_full_name for VxWorks): Use
11673         __gnat_is_absolute_path to detect whether we need to add the current
11674         directory to normalize the path.
11675
11676 2007-08-14  Javier Miranda  <miranda@adacore.com>
11677
11678         * a-tags.ads,
11679         a-tags.adb (Displace): Associate a message with the raised CE
11680         exception.
11681         (To_Addr_Ptr, To_Address, To_Dispatch_Table_Ptr,
11682         To_Object_Specific_Data_Ptr To_Predef_Prims_Ptr,
11683         To_Tag_Ptr, To_Type_Specific_Data_Ptr): Moved here from the package
11684         spec.
11685         (Default_Prim_Op_Count): Removed.
11686         (IW_Membership, Get_Entry_Index, Get_Offset_Index, Get_Prim_Op_Kind,
11687         Register_Tag, Set_Entry_Index, Set_Offset_To_Top, Set_Prim_Op_Kind):
11688         Remove pragma Inline_Always.
11689
11690         * rtsfind.ads (Default_Prim_Op_Count): Removed
11691         (Max_Predef_Prims): New entity
11692         (RE_Expanded_Name): Removed
11693         (RE_HT_Link): Removed
11694         (RE_Iface_Tag): Remmoved
11695         (RE_Ifaces_Table): Removed
11696         (RE_Interfaces_Array): Removed
11697         (RE_Interface_Data_Element): Removed
11698         (RE_Nb_Ifaces): Removed
11699         (RE_RC_Offset): Removed
11700         (RE_Static_Offset_To_Top): Removed
11701
11702         * exp_atag.ads, exp_atag.adb (Build_Inherit_Prims): Addition of a new
11703         formal.
11704         (Build_Inherit_Predefined_Prims): Replace occurrences of Default_
11705         Prim_Op_Count by Max_Predef_Prims.
11706
11707 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11708             Vincent Celier  <celier@adacore.com>
11709
11710         * binde.adb (Elab_All_Links): Remove unnecessary call to
11711         Generic_Separately_Compiled (if a unit satisfies this predicate, there
11712         won't be an associated Afile).
11713         (Elab_All_Links): Fail if a referenced unit cannot be found
11714
11715         * bindgen.adb:
11716         Fix comments in bindgen regarding consistency checks done in Bcheck:
11717         the checks are made across units within a partition, not across several
11718         partitions.
11719         Fix generation of C binder file for VxWorks.
11720
11721         * lib.ads, lib.adb (Generic_Separately_Compiled): Rename to
11722         Generic_May_Lack_ALI, more descriptive of the current use of the
11723         predicate, and update documentation.
11724
11725         * lib-writ.ads, lib-writ.adb (Write_With_Lines): Minor code
11726         reorganization and documentation update for the case of predefined
11727         library generics (for which we do not reference an Afile).
11728
11729 2007-08-14  Robert Dewar  <dewar@adacore.com>
11730
11731         * s-intman-irix.adb, s-osinte-irix.adb, s-osinte-irix.ads,
11732         s-proinf-irix-athread.ads, s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads,
11733         s-parame-hpux.ads, s-intman-dummy.adb, s-tasinf-solaris.adb,
11734         s-tasinf-solaris.ads, s-asthan-vms-alpha.adb, s-inmaop-vms.adb,
11735         s-intman-vms.adb, s-intman-vms.ads, s-osprim-mingw.adb,
11736         s-parame-vms-restrict.ads, s-parame-ae653.ads, s-intman-vxworks.ads,
11737         s-intman-vxworks.ads, s-intman-vxworks.adb, s-parame-vxworks.ads,
11738         s-tfsetr-vxworks.adb, s-interr.adb, s-interr.ads, a-tasatt.adb,
11739         exp_ch13.adb, s-htable.ads, s-imgboo.ads, s-imglli.ads, s-imgllu.ads,
11740         s-imguns.ads, g-eacodu.adb, par-ch12.adb, s-stache.ads, s-stausa.adb,
11741         s-poosiz.adb, s-parame.ads, s-mastop.ads, s-osinte-darwin.ads,
11742         a-chtgke.adb, s-asthan-vms-alpha.adb, s-parame-vms-alpha.ads,
11743         s-parame-vms-ia64.ads, s-parame-vxworks.adb, s-except.ads,
11744         g-altcon.adb: Minor reformatting
11745
11746         ada-tree.h: Delete empty line.
11747
11748         ali.ads: Minor reformatting
11749         Clarification of comments.
11750         Minor spelling correction
11751
11752         * exp_dbug.adb: Add Warnings Off to suppress new warning
11753
11754         * a-witeio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
11755         formal
11756
11757         * a-strunb.adb (Set_Unbounded_String): Avoid memory leak by freeing old
11758         value
11759
11760         * a-textio.adb (Write): Remove an unnecessary IN OUT mode from
11761
11762         * a-textio.ads: Reorder the standard input/output/error declarations
11763         for consistency.
11764
11765         * g-dirope.adb, g-dirope.ads: Change Dir to mode IN for Open call
11766
11767         * par-ch2.adb: Recognize RM specially in errout
11768         Change 'R'M to RM in all error messages
11769
11770         * scng.adb: Recognize RM specially in errout
11771
11772         * sem.ads, sem.adb, exp_strm.adb, exp_ch5.ads, expander.adb: Rename
11773         N_Return node to be N_Simple_Return, to reflect Ada 2005 terminology.
11774
11775         * s-direio.adb: Add missing routine header box.
11776
11777         * sem_attr.ads: Add ??? comments
11778
11779         * sem_eval.adb: Recognize RM specially in errout
11780         Change 'R'M to RM in all error messages
11781
11782         * sem_maps.adb, sem_maps.ads: Remove some unnecessary IN OUT modes
11783
11784         * s-tasinf.ads: Fix minor comment typo.
11785
11786         * a-cihama.adb: Minor comment addition
11787
11788         * a-ztexio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
11789         formal
11790
11791         * s-tasinf-tru64.ads: Fix minor comment typo.
11792
11793         * itypes.ads: Comment update.
11794
11795         * ali-util.adb: Remove Generic_Separately_Compiled guard, not needed
11796         anymore.
11797
11798         * argv.c: Added protection against null gnat_argv and gnat_envp.
11799
11800         * bcheck.adb (Check_Consistency): Use correct markup character ({) in
11801         warning message when Tolerate_Consistency_Errors is True.
11802
11803         * cstand.adb (Create_Standard): Do not call Init_Size_Alignment for
11804         Any_Id, as this subprogram is only applicable to *type* entities (it
11805         sets RM_Size). Instead initialize just Esize and Alignment.
11806
11807 2007-08-14  Bob Duff  <duff@adacore.com>
11808
11809         * a-cihama.ads, a-cidlli.ads, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
11810         a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
11811         a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorse.ads, a-cohama.ads,
11812         a-cohata.ads, a-convec.adb, a-coinve.ads, a-coinve.adb, a-convec.ads,
11813         a-coorse.ads (Next): Applied pragma Inline.
11814         Make all Containers packages Remote_Types (unless they are already
11815         Pure).
11816         (Previous): applied pragma Inline
11817         (Elements_Type): is now a record instead of an array
11818
11819 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11820
11821         * table.adb, g-table.adb, g-dyntab.adb (Append): Reimplement in terms
11822         of Set_Item.
11823         (Set_Item): When the new item is an element of the currently allocated
11824         table passed by reference, save a copy on the stack if we're going
11825         to reallocate. Also, in Table.Set_Item, make sure we test the proper
11826         variable to determine whether to call Set_Last.
11827
11828         * sinput-d.adb, sinput-l.adb, stringt.adb, switch-m.adb,
11829         symbols-vms.adb, symbols-processing-vms-alpha.adb,
11830         symbols-processing-vms-ia64.adb, sem_elab.adb, repinfo.adb: Replace
11831         some occurrences of the pattern
11832            T.Increment_Last;
11833            T.Table (T.Last) := Value;
11834         with a cleaner call to
11835            T.Append (Value);
11836
11837 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11838             Gary Dismukes  <dismukes@adacore.com>
11839             Thomas Quinot  <quinot@adacore.com>
11840
11841         * sem_ch12.ads, sem_ch12.adb (Instantiate_Type): If the formal is a
11842         derived type with interface progenitors use the analyzed formal as the
11843         parent of the actual, to create renamings for all the inherited
11844         operations in Derive_Subprograms.
11845         (Collect_Previous_Instances): new procedure within of
11846         Load_Parent_Of_Generic, to instantiate all bodies in the compilation
11847         unit being loaded, to ensure that the generation of global symbols is
11848         consistent in different compilation modes.
11849         (Is_Tagged_Ancestor): New function testing the ancestor relation that
11850         takes progenitor types into account.
11851         (Validate_Derived_Type_Instance): Enforce the rule of 3.9.3(9) by
11852         traversing over the primitives of the formal and actual types to locate
11853         any abstract subprograms of the actual type that correspond to a
11854         nonabstract subprogram of the formal type's ancestor type(s), and issue
11855         an error if such is found.
11856         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation,
11857         Instantiate_Package_Body, Instantiate_Subprogram_Body):
11858         Remove bogus guard around calls to Inherit_Context.
11859         (Reset_Entity): If the entity is the selector of a selected component
11860         that denotes a named number, propagate constant-folding to the generic
11861         template only if the named number is global to the generic unit.
11862         (Set_Instance_Env): Only reset the compilation switches when compiling
11863         a predefined or internal unit.
11864
11865 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11866
11867         * sem_ch4.adb (Try_Class_Wide_Operation): use base type of first
11868         parameter to determine whether operation applies to the prefix.
11869         (Complete_Object_Operation): If actual has an access type and
11870         controlling formal is not an in_parameter, reject the actual if it is
11871         an access_to_constant type.
11872         (Try_Primitive_Operation): If the type of the prefix is a formal tagged
11873         type, the candidate operations are found in the scope of declaration of
11874         the type, because the type has no primitive subprograms.
11875         (Analyze_Selected_Component): If prefix is class-wide, and root type is
11876         a private extension, only examine visible components before trying to
11877         analyze as a prefixed call.
11878         Change Entity_List to Type_To_Use, for better readability.
11879         (Has_Fixed_Op): Use base type when checking whether the type of an
11880         operator has a user-defined multiplication/division
11881         (Check_Arithmetic_Pair): Use Ada 2005 rules to remove ambiguities when
11882         user-defined operators are available for fixed-point types.
11883
11884 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11885             Ed Schonberg  <schonberg@adacore.com>
11886
11887         * sem_cat.ads, sem_cat.adb (Has_Stream_Attribute_Definition): New
11888         formal At_Any_Place indicating, when True, that we want to test for
11889         availability of the stream attribute at any place (as opposed to the
11890         current visibility context only).
11891         (Missing_Read_Write_Attributes): A stream attribute is missing for the
11892         purpose of enforcing E.2.2(8) only if it is not available at any place.
11893         Take into account the Ada2005 pragma Has_Preelaborable_Initialization
11894         when checking the legality of an extension aggregate in a preelaborable
11895         package. Treat the literal null as a valid default expression in a
11896         component declaration for a type with preelaborable initialization.
11897         A limited interface is a legal progenitor for the designated type of a
11898         remote access to class-wide type.
11899
11900 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11901             Ed Schonberg  <schonberg@adacore.com>
11902
11903         * sem_ch8.ads, sem_ch8.adb (Find_Type, case of a 'Base attribute
11904         reference): Use correct entity as denoted entity for the selector of
11905         the rewritten node.
11906         (Find_Direct_Name): Add comment about Generate_Reference incorrectly
11907         setting the Referenced_As_LHS flag for entities that are implicitly
11908         dereferenced.
11909         (Find_Type): If the type is an internally generated incomplete type,
11910         mark the full view as referenced, to prevent spurious warnings.
11911         (Find_Selected_Component, Has_Components): Handle properly non-limited
11912         views that are themselves incomplete types.
11913         Handle interfaces visible through limited-with clauses.
11914         (Analyze_Subprogram_Renaming): Disambiguate and set the entity of a
11915         subprogram generic actual for which we have generated a renaming.
11916         Warn when the renaming introduces a homonym of
11917         the renamed entity, and the renamed entity is directly visible.
11918
11919 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11920             Hristian Kirtchev  <kirtchev@adacore.com>
11921
11922         * sem_res.adb (Resolve_Allocator): Propagate any coextensions that
11923         appear in the subtree to the current allocator if it is not a static
11924         coextension.
11925         (Resolve_Allocator): Perform cleanup if resolution has determined that
11926         the allocator is not a coextension.
11927         (Resolve): Skip an interpretation hidden by an abstract operator only
11928         when the type of the interpretation matches that of the context.
11929         (Resolve): When looping through all possible interpretations of a node,
11930         do not consider those that are hidden by abstract operators.
11931         (Resolve_Actuals): When verifying that an access to class-wide object
11932         is an actual  for a controlling formal, ignore anonymous access to
11933         subprograms whose return type is an access to class_wide type.
11934         (Resolve_Slice): If the prefix of the slice is a selected component
11935         whose type depends on discriminants, build its actual subtype before
11936         applying range checks on the bounds of the slice.
11937         (Valid_Conversion): In an instance or inlined body, compare root types,
11938         to prevent anomalies between private and public views.
11939         (Resolve): Improve error message for ambiguous fixed multiplication
11940         expressions that involve universal_fixed multiplying operations.
11941
11942 2007-08-14  Javier Miranda  <miranda@adacore.com>
11943             Hristian Kirtchev  <kirtchev@adacore.com>
11944
11945         * exp_ch9.adb (Build_Protected_Entry): Propagate the original source
11946         location to allow the correct generation of errors in case of
11947         restrictions applied to the expanded code.
11948         (Expand_Entry_Barrier): Remove all generated renamings for a barrier
11949         function if the condition does not reference them.
11950         (Expand_Entry_Body_Declarations): Mark the index constant as having a
11951         valid value.
11952
11953 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11954             Pablo Oliveira  <oliveira@adacore.com>
11955
11956         * exp_dist.adb (PolyORB_Support.Build_TypeCode_Function): When creating
11957         typecode parameters for a union (in a variant record), remove
11958         extraneous layer of Any wrapping for member label.
11959         (Expand_Receiving_Stubs_Bodies): For an RCI package body that has
11960         elabration statements, register the package with the name server
11961         at the beginning, not at the end, of the elaboration statements so
11962         that they can create remote access to subprogram values that designate
11963         remote subprograms from the package.
11964
11965 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
11966
11967         * g-catiio.adb (Image): For the case of %s, use Ada.Calendar.Time
11968         values to compute the number of seconds since the Unix Epoc in order to
11969         account for Daylight Savings Time. Perform special processing for dates
11970         that are earlier than the Unix Epoc to obtain a negative number.
11971
11972 2007-08-14  Emmanuel Briot  <briot@adacore.com>
11973
11974         * g-comlin.adb (Getopt): Fix handling of "*" switch when not collapsing
11975         switches.
11976
11977 2007-08-14  Eric Botcazou  <ebotcazou@adacore.com>
11978
11979         * gnatlink.adb (Gnatlink): Pass switches to the linker even if the
11980         binder-generated file is not in Ada.
11981         Pass -mrtp to the linker if it is GCC and --RTS=rtp has been
11982         recorded in the ALI file.
11983         Pass -fsjlj to the linker if it is GCC and --RTS=sjlj has been recorded.
11984
11985 2007-08-14  Vincent Celier  <celier@adacore.com>
11986
11987         * gnatls.adb: (Corresponding_Sdep_Entry): Always return a value
11988         (Output_Source): Do nothing if parameter is No_Sdep_Id
11989
11990         * make.adb (Gnatmake): Do not rebuild an archive simply because a
11991         shared library it imports has a later time stamp.
11992         (Check): Resolve the symbolic links in the path name of the object
11993         directory.
11994         Check that the ALI file is in the correct object directory
11995         Check if a file name does not correspond to the mapping of units
11996         to file names.
11997         (Display_Version): New procedure
11998         (Initialize): Process switches --version and --help
11999         Use type Path_Name_Type for path name
12000
12001 2007-08-14  Paul Hilfinger  <hilfinger@adacore.com>
12002
12003         * impunit.adb: Re-organize System.Random_Numbers and
12004         GNAT.Random_Numbers and add to builds.
12005
12006         * Makefile.rtl: Add s-rannum.ad* and g-rannum.ad*, a-assert*
12007
12008         * s-rannum.ads, s-rannum.adb, g-rannum.ads, g-rannum.adb: New files.
12009
12010         * a-assert.ads, a-assert.adb: New files.
12011
12012 2007-08-14  Gary Dismukes  <dismukes@adacore.com>
12013
12014         * layout.adb (Layout_Type): In the case of access-to-subprogram types,
12015         if AAMP_On_Target is True, then the size of the type encompasses two
12016         addresses (a static link and a subprogram address), except in the case
12017         of library-level access types.
12018
12019 2007-08-14  Vincent Celier  <celier@adacore.com>
12020
12021         * output.ads, output.adb (Write_Eol): Remove trailing spaces before
12022         writing the line.
12023         (Write_Eol_Keep_Blanks): New procedure to write a line, including
12024         possible trailing spaces.
12025         (Output_Source_Line): Call Write_Eol_Keep_Blanks to output a source line
12026
12027 2007-08-14  Javier Miranda  <miranda@adacore.com>
12028
12029         * par-ch6.adb (P_Formal_Part): Fix wrong error message associated with
12030         null-excluding access types.
12031
12032 2007-08-14  Javier Miranda  <miranda@adacore.com>
12033
12034         * sem_ch9.adb (Check_Interfaces): New subprogram that factorizes code
12035         that is common to Analyze_Protected_Type and Analyze_Task_Type. In case
12036         of private types add missing check on matching interfaces in the
12037         partial and full declarations.
12038         (Analyze_Protected_Type): Code cleanup.
12039         (Analyze_Task_Type): Code cleanup.
12040
12041 2007-08-14  Javier Miranda  <miranda@adacore.com>
12042
12043         * sem_disp.adb (Check_Dispatching_Operation): Do not emit warning on a
12044         generated interface thunk.
12045
12046 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12047
12048         * s-ficobl.ads: Declare AFCB as a tagged incomplete type, to prevent
12049         obsolescent warning on application of 'Class to an incomplete type.
12050
12051         * s-finroo.ads: Declare Root_Controlled as a tagged incomplete type, to
12052         prevent obsolescent warning on application of 'Class to an incomplete
12053         type.
12054
12055 2007-08-14  Pascal Obry  <obry@adacore.com>
12056
12057         * s-fileio.adb (Is_Open): Add check for usability of the underlying
12058         file stream.
12059
12060 2007-08-14  Cyrille Comar  <comar@adacore.com>
12061
12062         * s-finimp.adb (Detach_From_Final_List): make this procedure idempotent
12063         since it is potentially used in cases implying double finalization of
12064         the same object.
12065
12066 2007-08-14  Jose Ruiz  <ruiz@adacore.com>
12067
12068         * s-tasini.adb (Get_Stack_Info): Move this function to
12069         System.Soft_Links.Tasking because it is common to the full and the
12070         restricted run times.
12071         (Init_RTS): Do not set the Get_Stack_Info soft link because it is done
12072         in SSL.Tasking.Init_Tasking_Soft_Links.
12073
12074         * s-solita.adb (Get_Stack_Info): Function moved from
12075         System.Tasking.Initialization because it is common to the full and the
12076         restricted run times.
12077         (Init_Tasking_Soft_Links): Set the tasking soft link for Get_Stack_Info.
12078
12079 2007-08-14  Arnaud Charlet  <charlet@adacore.com>
12080
12081         * s-tpobop.ads, s-tpobop.adb, s-tasren.ads, s-tasren.adb,
12082         s-taskin.ads (Requeue_With_Abort): Rename field With_Abort.
12083         (PO_Do_Or_Queue, Task_Do_Or_Queue, Requeue_Call): Remove With_Abort
12084         parameter.
12085
12086         * s-tassta.adb (Task_Wrapper): Increased value of the small overflow
12087         guard to 12K.
12088
12089 2007-08-14  Gary Dismukes  <dismukes@adacore.com>
12090
12091         * s-veboop.adb (SU): New named number initialized to
12092         System.Storage_Unit.
12093         (True_Val): The initialization expression is revised to use SU (=
12094         Storage_Unit) rather than assuming 8 for the component size of an
12095         unpacked Boolean array.
12096
12097 2007-08-14  Tristan Gingold  <gingold@adacore.com>
12098
12099         * tracebak.c: Use tb-ivms.c on OpenVMS Itanium.
12100
12101         * tb-ivms.c: New file.
12102
12103         * g-trasym-vms-ia64.adb: Fixed for OpenVMS version 8.2
12104
12105 2007-08-14  Geert Bosch  <bosch@adacore.com>
12106
12107         * i-forbla.ads, i-forbla.adb, a-ngcoar.adb, a-ngcoar.ads, i-forlap.ads,
12108         s-gearop.adb, s-gecobl.adb, s-gecobl.ads, s-gerela.adb, s-gerela.ads:
12109         Add required linker pragmas for automatically linking with the gnalasup
12110         linear algebra support library, and the systems math library.
12111         Rename cdot to cdotu and zdot to zdotu.
12112         Update header comment to describe purpose of package.
12113
12114 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12115
12116         * exp_ch7.adb (Find_Final_List): For an anonymous access type that has
12117         an explicitly specified Associated_Final_Chain, use that list.
12118         (Expand_N_Package_Body): Build dispatch tables of library level tagged
12119         types.
12120         (Expand_N_Package_Declaration): Build dispatch tables of library level
12121         tagged types. Minor code cleanup.
12122
12123 2007-08-14  Vincent Celier  <celier@adacore.com>
12124
12125         * gnatchop.adb (Terminate_Program): Remove exception and use
12126         Types.Terminate_Program instead.
12127
12128         * osint.ads, osint.adb (Current_Exit_Status): New global variable
12129         (Find_Program_Name): Added protection against empty name.
12130         (OS_Exit_Through_Exception): New procedure
12131
12132         * s-os_lib.ads, s-os_lib.adb (OS_Exit): New procedure body
12133         (OS_Exit_Default): New procedure that contains the previous
12134         implementation of procedure OS_Exit.
12135         (Final_Value): Remove obsolete Interix stuff.
12136
12137 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12138
12139         * g-socket.ads: Reorganize example code so that it also works on
12140         Windows XP.
12141
12142 2007-08-14  Tristan Gingold  <gingold@adacore.com>
12143
12144         * g-trasym.ads: AIX now supports symbolic backtraces.
12145
12146 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12147
12148         * lib-load.adb (From_Limited_With_Chain): Always scan the stack of
12149         units being loaded to detect circularities. A circularity may be
12150         present even if the current chain of pending units to load starts from
12151         a limited_with_clause.
12152
12153         * lib-load.ads: Change profile of Load_Unit to use a with_clause
12154         rather than a boolean flag, in order to detect circularities in
12155         with_clauses.
12156
12157         * par-load.adb: Use current with_clause in calls to Load_Unit, rather
12158         than propagating the From_Limited_With flag, in order to handle
12159         properly circularities involving with_clauses.
12160
12161 2007-08-14  Nicolas Setton  <setton@adacore.com>
12162
12163         * link.c (FreeBSD): Add "const" keyword where needed, to eliminate
12164         warnings.
12165
12166 2007-08-14  Arnaud Charlet  <charlet@adacore.com>
12167
12168         * Makefile.in: GNATRTL_LINEARALGEBRA_OBJS: New variable holding objects
12169         to build for libgnala.
12170         libgnat: Add rules to build libgnala.a
12171         (LIBGNAT_TARGET_PAIRS for VxWorks): Remove s-osinte-vxworks.adb from
12172         target pairs of the VxWorks 6 kernel runtime, use it only for VxWorks 5.
12173         Add s-osinte-vxworks-kernel.adb to the target pairs of the
12174         kernel run-time lib for VxWorks 6, which would provide a different
12175         implementation for Task_Cont and Task_Stop than the VxWorks 5 version.
12176         x86-solaris section (EH_MECHANISM): Set to -gcc, as this port is now
12177         running ZCX by default.
12178         Add g-sttsne-locking to LynxOS version.
12179         Remove g-sttsne-vxworks.ads; use g-sttsne-locking.ads instead.
12180         On x86/darwin, use a-numaux-x86.ad? and system-darwin-x86.ads.
12181
12182         * system-darwin-x86.ads: New file.
12183
12184         * Make-lang.in: Delete files before copying onto them, so if they are
12185         read-only, the copy won't fail.
12186         Update dependencies
12187
12188 2007-08-14  Pascal Obry  <obry@adacore.com>
12189
12190         * mdll-fil.adb, * mdll.adb: Implement a more consistent libraries
12191         naming scheme.
12192
12193 2007-08-14  Vincent Celier  <celier@adacore.com>
12194
12195         * mlib-utl.adb (Gcc_Name): Change from constant String to String_Access
12196         (Gcc): Initialize Gcc_Name at the first call
12197
12198 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12199
12200         * sem_ch7.adb (Analyze_Package_Specification): Do not install private
12201         with_clauses of the enclosing unit when analyzing the package
12202         specification of a nested instance.
12203
12204 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
12205
12206         * sinfo.ads, sinfo.adb (Is_Coextension, Set_Is_Coextension): Removed.
12207         (Is_Dynamic_Coextension, Set_Is_Dynamic_Coextension): New routines.
12208         Remove flag Is_Coextension. Add flag Is_Dynamic_Coextension. Update the
12209         layout of N_Allocator.
12210
12211 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12212
12213         * rtsfind.adb (Check_RPC): Add PCS version check.
12214
12215         * gnatvsn.ads, gnatvsn.adb: Add PCS version.
12216         (Gnat_Free_Software): New function.
12217
12218         * sem_dist.ads, sem_dist.adb (Get_PCS_Version): New subprogram. Returns
12219         the PCS_Version value from s-parint, used to check that it is consistent
12220         with what exp_dist expects.
12221
12222         * s-parint.ads (PCS_Version): New entity for checking consistency
12223         between exp_dist and PCS.
12224
12225         * gen-soccon.c: (SO_REUSEPORT): New constant.
12226
12227 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
12228
12229         * a-calfor.adb (Image (Duration; Boolean)): Change type of local
12230         variable Sub_Second to Duration in order to accomodate a larger range
12231         of arithmetic operations.
12232
12233 2007-08-14  Bob Duff  <duff@adacore.com>
12234
12235         * g-sttsne-locking.ads: Move comments from spec to body.
12236         * g-sttsne-locking.adb: Move comments from spec to body.
12237         * g-sttsne-vxworks.ads: Removed.
12238         * g-sttsne-vxworks.adb: Removed.
12239
12240 2007-08-11  Ian Lance Taylor  <iant@google.com>
12241
12242         * misc.c (gnat_get_alias_set): Change return type to
12243         alias_set_type.
12244
12245 2007-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12246
12247         * decl.c, utils2.c: Fix whitespace in last change.
12248
12249 2007-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12250
12251         * decl.c (compare_field_bitpos): Constify.
12252         * utils2.c (compare_elmt_bitpos): Likewise.
12253
12254 2007-07-27  Aurelien Jarno  <aurelien@aurel32.net>
12255
12256         * s-osinte-kfreebsd-gnu.ads ((sigset_t_ptr): Removed, replaced by
12257         anonymous access type.
12258         (pthread_sigmask): Now take an access sigset_t.
12259
12260 2007-07-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
12261
12262         * s-osinte-rtems.ads: Correct prototype of pthread_sigmask.
12263
12264 2007-06-21  Eric Botcazou  <ebotcazou@adacore.com>
12265
12266         PR tree-optimization/25737
12267         * misc.c (gnat_post_options): Do not force flag_tree_salias to 0.
12268
12269 2007-06-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12270
12271         * trans.c (Attribute_to_gnu): When subtracting an
12272         offset from a pointer, use POINTER_PLUS_EXPR with
12273         NEGATE_EXPR instead of MINUS_EXPR.
12274         (gnat_to_gnu): Likewise.
12275         * utils.c (convert): When converting between
12276         thin pointers, use POINTER_PLUS_EXPR and sizetype
12277         for the offset.
12278         * utils2.c (known_alignment): POINTER_PLUS_EXPR
12279         have the same semantics as PLUS_EXPR for alignment.
12280         (build_binary_op): Add support for the semantics of
12281         POINTER_PLUS_EXPR's operands.
12282         When adding an offset to a pointer, use POINTER_PLUS_EXPR.
12283
12284 2007-06-11  Rafael Ávila de Espíndola  <espindola@google.com>
12285
12286         * trans.c (Attribute_to_gnu): Use signed_or_unsigned_type_for instead
12287         of get_signed_or_unsigned_type.
12288         * misc.c (LANG_HOOKS_SIGNED_TYPE): Remove.
12289
12290 2007-06-11  Bob Duff  <duff@adacore.com>
12291             Thomas Quinot  <quinot@adacore.com>
12292
12293         * g-stsifd-sockets.adb (Create): Work around strange behavior of
12294         'bind' on windows that causes 'connect' to fail intermittently, by
12295         retrying the 'bind'.
12296         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
12297
12298 2007-06-10  Duncan Sands  <baldrick@free.fr>
12299
12300         * decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, rather
12301         than to void, for the fields when making a new fat pointer type.
12302         (gnat_substitute_in_type): Now substitute_in_type.
12303         * gigi.h (gnat_substitute_in_type): Likewise.  Adjust recursive calls.
12304         * trans.c (gnat_gimplify_expr): Remove COMPONENT_REF kludge.
12305         * utils.c (update_pointer_to): Update fat pointers by updating the
12306         dummy node pointers used for the fields.
12307
12308 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12309             Bob Duff  <duff@adacore.com>
12310
12311         * g-soccon-freebsd.ads, g-soccon-vxworks.ads:,
12312         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
12313         g-soccon-solaris.ads, g-soccon-vms.ads, g-soccon-tru64.ads:  Add new
12314         constant Thread_Blocking_IO, always True by default, set False
12315         on a per-runtime basis.
12316         (Need_Netdb_Buffer): New constant.
12317
12318         * g-stheme.adb, g-sttsne.ads, g-sttsne-locking.ads,
12319         g-sttsne-locking.adb, g-sttsne-vxworks.ads, g-sttsne-vxworks.adb: New
12320         files.
12321
12322         * g-socthi-vxworks.ads, g-socthi-vxworks.adb,
12323         g-socthi-vms.ads, g-socthi-vms.adb (Safe_Gethostbyname,
12324         Safe_Gethostbyaddr, Safe_Getservbyname, Safe_Getservbyport): Use new
12325         child package Task_Safe_NetDB
12326         (Host_Error_Messages): Add stub body.
12327         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
12328
12329         * g-soccon-mingw.ads: Add Windows-specific constants.
12330         (Need_Netdb_Buffer): New constant.
12331         (GNAT.Sockets.Thin.C_Inet_Addr, Windows version): Remove useless Ada
12332         wrapper and import inet_addr(3) from the standard sockets library
12333         directly instead.
12334         (In_Addr): Add alignment clause.
12335         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
12336
12337 2007-06-06  Robert Dewar  <dewar@adacore.com>
12338
12339         * a-taster.adb, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
12340         s-osinte-irix.ads, s-interr-sigaction.adb, s-mastop-irix.adb,
12341         s-osinte-hpux-dce.ads, s-osinte-interix.ads, s-osinte-solaris.ads,
12342         s-taspri-solaris.ads, s-inmaop-vms.adb, s-interr-vms.adb,
12343         s-mastop-vms.adb, s-osinte-vms.ads, s-tpopde-vms.adb,
12344         s-osinte-mingw.ads, s-interr-vxworks.adb, i-cstrea-vms.adb,
12345         a-diocst.adb, a-direio.adb, a-interr.adb, a-sequio.adb, a-siocst.adb,
12346         a-ssicst.adb, a-storio.adb, a-ststio.adb, a-stwima.adb, a-tasatt.adb,
12347         a-taside.adb, a-tiocst.adb, a-witeio.adb, a-wtcstr.adb, g-crc32.adb,
12348         g-dirope.adb, g-dyntab.adb, g-memdum.adb, g-regexp.adb, g-spipat.adb,
12349         g-spitbo.adb, g-string.adb, g-string.ads, g-table.adb, g-thread.adb,
12350         i-cobol.adb, i-cpoint.adb, i-cstrea.adb, i-cstrin.adb, i-pacdec.adb,
12351         s-addima.adb, s-arit64.adb, s-auxdec.adb, s-auxdec.ads,
12352         s-auxdec-vms_64.ads, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
12353         s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
12354         s-direio.adb, s-fileio.adb, s-finimp.ads, s-geveop.adb, s-imgenu.adb,
12355         s-pack03.adb, s-pack05.adb, s-pack06.adb, s-pack07.adb, s-pack09.adb,
12356         s-pack10.adb, s-pack11.adb, s-pack12.adb, s-pack13.adb, s-pack14.adb,
12357         s-pack15.adb, s-pack17.adb, s-pack18.adb, s-pack19.adb, s-pack20.adb,
12358         s-pack21.adb, s-pack22.adb, s-pack23.adb, s-pack24.adb, s-pack25.adb,
12359         s-pack26.adb, s-pack27.adb, s-pack28.adb, s-pack29.adb, s-pack30.adb,
12360         s-pack31.adb, s-pack33.adb, s-pack34.adb, s-pack35.adb, s-pack36.adb,
12361         s-pack37.adb, s-pack38.adb, s-pack39.adb, s-pack40.adb, s-pack41.adb,
12362         s-pack42.adb, s-pack43.adb, s-pack44.adb, s-pack45.adb, s-pack46.adb,
12363         s-pack47.adb, s-pack48.adb, s-pack49.adb, s-pack50.adb, s-pack51.adb,
12364         s-pack52.adb, s-pack53.adb, s-pack54.adb, s-pack55.adb, s-pack56.adb,
12365         s-pack57.adb, s-pack58.adb, s-pack59.adb, s-pack60.adb, s-pack61.adb,
12366         s-pack62.adb, s-pack63.adb, s-pooloc.adb, s-poosiz.adb, s-scaval.adb,
12367         s-sequio.adb, s-shasto.adb, s-stalib.ads, s-stratt.adb, s-strcom.adb,
12368         s-taasde.adb, s-tasdeb.adb, s-tasuti.ads, s-tataat.ads, s-tpoben.ads,
12369         s-valenu.adb, s-widenu.adb, s-wwdenu.adb, s-addope.adb, a-stzmap.adb,
12370         a-ztcstr.adb, a-ztexio.adb, s-osinte-linux-hppa.ads: Replace
12371         Unchecked_* by Ada.Unchecked_*
12372
12373 2007-06-06  Robert Dewar  <dewar@adacore.com>
12374
12375         * g-string.adb, s-proinf-irix-athread.adb, s-gloloc-mingw.adb,
12376         s-tfsetr-default.adb, gnatfind.adb, gnatxref.adb, gprep.adb,
12377         g-regexp.adb, g-regexp.ads, g-regpat.ads, g-tasloc.adb, g-tasloc.ads,
12378         output.adb, switch-m.ads, tree_in.ads, tree_io.ads, indepsw.ads,
12379         g-utf_32.adb, g-utf_32.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
12380         a-zchuni.ads: Replace GNAT.xxx by System.xxx when appropriate.
12381
12382         * s-utf_32.adb, s-utf_32.ads, s-os_lib.adb, s-os_lib.ads, s-regexp.adb,
12383         s-regexp.ads, s-regpat.adb, s-regpat.ads, s-string.adb, s-string.ads,
12384         s-tasloc.adb, s-tasloc.ads: New files.
12385
12386 2007-06-06  Bob Duff  <duff@adacore.com>
12387
12388         * g-expect-vms.adb:
12389         (Send_Signal, Close): Raise Invalid_Process if the process id is invalid.
12390         * g-expect.ads, g-expect.adb (Send): Avoid useless copy of the string.
12391         (Send_Signal, Close): Raise Invalid_Process if the process id is
12392         invalid.
12393         (Pattern_Matcher_Access): Is now a general access type to be able to
12394         use aliased string.
12395
12396 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12397             Arnaud Charlet  <charlet@adacore.com>
12398
12399         * a-intnam-aix.ads: Adjust comment to account for SIGADAABORT change
12400         (SIGEMT is now used instead of SIGTERM on AIX).
12401
12402         * s-osinte-aix.ads (Linker_Options): Use -pthread instead of -lpthreads.
12403         (Time_Slice_Supported): Set to True.
12404         Use SIGEMT instead of SIGTERM as SIGADAABORT.
12405
12406 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
12407
12408         * a-calend.ads, a-calend.adb, a-calend-vms.ads, a-calend-vms.adb ("-"
12409         (Time, Time)): Use To_Relative_Time rather than manual calculation to
12410         express the bounds of Duration as Time. Raise Time_Error when the
12411         result is greater or equal to the higher bound of Duration (on the
12412         margin case).
12413         ("+" (Time, Duration)): Reorder code. Remove the declaration of constant
12414         Ada_High_And_Leaps.
12415         ("-" (Time, Duration)): Reorder code. Remove the declaration of constant
12416         Ada_High_And_Leaps.
12417         ("-" (Time, Time)): Reorder code.
12418         (All_Leap_Seconds): Removed.
12419         (Arithmetic_Operations.Add): Remove sign related kludge.
12420         (Arithmetic_Operations.Difference): Control the leaps seconds processing
12421         with flag Leap_Support.
12422         (Arithmetic_Operations.Subtract): Remove sign related kludge.
12423         (Check_Within_Time_Bounds): New procedure.
12424         (Clock): Control the leap seconds processing with flag Leap_Support.
12425         (Cumulative_Leap_Seconds): Assert that the target supports leap seconds.
12426         (Formatting_Operations.Split): Control the leap seconds processing with
12427         flag Leap_Support.
12428         (Formatting_Operations.Time_Of): Control the leaps seconds processing
12429         with flag Leap_Support. Adjust the year, month and day (if applicable)
12430         when the value of day seconds designates a new day.
12431         (Split): Use parameter associations for better readability. Integrate
12432         flag Is_Ada_05.
12433         (Time_Of): Use parameter associations for better readability. Integrate
12434         flag Is_Ada_05.
12435
12436         * a-calfor.adb (Split): Use parameter associations for better
12437         readability. Integrate flag Is_Ada_05.
12438         (Time_Of): Remove flag Leap_Checks. Use parameter associations for
12439         better readability. Integrate flag Is_Ada_05.
12440
12441 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12442
12443         * s-taprop-vms.adb, s-taprop-hpux-dce.adb, s-taprop-vxworks.adb,
12444         s-osprim-posix.adb, s-taprop-posix.adb, s-osprim-vxworks.adb,
12445         s-taprop-solaris.adb, s-osprim-solaris.adb, s-taprop-dummy.adb,
12446         s-osprim-unix.adb, s-osinte-freebsd.adb, s-osinte-freebsd.ads,
12447         s-osinte-lynxos.adb, s-osinte-lynxos.ads, s-taprop-tru64.adb,
12448         s-taprop-lynxos.adb, s-taprop-irix.adb, s-osinte-tru64.adb,
12449         s-osinte-tru64.ads, s-taprop-linux.adb, s-parame.ads,
12450         s-parame-vms-alpha.ads, s-parame-vms-ia64.ads, s-parame-hpux.ads,
12451         s-parame-vms-restrict.ads, s-parame-ae653.ads, s-parame-vxworks.ads,
12452         s-taprop-mingw.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos-3.adb,
12453         s-osprim-mingw.adb (Timed_Delay, Timed_Sleep): Register the base
12454         time when entering this routine to detect a backward clock setting
12455         (manual setting or DST adjustment), to avoid waiting for a longer delay
12456         than needed.
12457         (Time_Duration, To_Timeval, struct_timeval): Removed when not relevant.
12458         Remove handling of deferred priority change, and replace by setting the
12459         task priority directly, as required by AI-188.
12460         Update comments.
12461         (Max_Task_Image_Length): New constant.
12462         Replace Warnings (Off) by Unreferenced pragma, cleaner.
12463         (Dynamic_Priority_Support): Removed, no longer needed.
12464         (Poll_Base_Priority_Change): Ditto.
12465         (Set_Ceiling): Add this procedure to change the ceiling priority
12466         associated to a lock. This is a dummy implementation because dynamic
12467         priority ceilings are not supported by the underlying system.
12468
12469         * a-dynpri.adb (Set_Priority): Take into account case where Target is
12470         accepting a RV with its priority boosted.
12471         Remove handling of deferred priority change, and replace by setting the
12472         task priority directly, as required by AI-188.
12473
12474         * s-taenca.adb (Try_To_Cancel_Entry_Call): Remove special case for
12475         Succeeded = True.
12476         Remove handling of deferred priority change, and replace by setting the
12477         task priority directly, as required by AI-188.
12478         (Wait_For_Completion, Wait_For_Call, Timed_Selective_Wait): Change state
12479         of Self_Id earlier.
12480
12481         * s-tasini.ads, s-tasini.adb (Wakeup_Entry_Caller): Relax assertion.
12482         (Poll_Base_Priority_Change): Removed.
12483         Code clean up: use SSL.Current_Target_Exception.
12484
12485         * s-tasren.adb (Task_Count): Call Yield to let a chance to other tasks
12486         to run as this is a potentially dispatching point.
12487         (Call_Synchronous): Use Local_Defer_Abort.
12488         (Callable): Relax assertion.
12489         (Selective_Wait): Relax assertion in case abort is not allowed.
12490         Remove handling of deferred priority change, and replace by setting the
12491         task priority directly, as required by AI-188.
12492
12493         * s-tasuti.adb (Make_Passive): Adjust assertions.
12494         Remove handling of deferred priority change, and replace by setting the
12495         task priority directly, as required by AI-188.
12496
12497 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12498
12499         * system-vxworks-sparcv9.ads, system-solaris-x86.ads,
12500         system-irix-o32.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
12501         system-lynxos-x86.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
12502         system-vxworks-mips.ads, system-vxworks-alpha.ads,
12503         system-vxworks-x86.ads, system-linux-ppc.ads, system-mingw.ads,
12504         system-vms-zcx.ads, system-darwin-ppc.ads, system-vxworks-ppc.ads,
12505         system-interix.ads, system-linux-hppa.ads, system-tru64.ads,
12506         system-hpux.ads, system-irix-n32.ads, system-solaris-sparc.ads,
12507         system-solaris-sparcv9.ads, system-vms.ads, system.ads,
12508         system-vms_64.ads, system-hpux-ia64.ads, system-linux-x86_64.ads,
12509         system-linux-ia64.ads: Document mapping between Ada and OS priorities.
12510         This patch changes the largest non-binary modulus from 2**31-1 to
12511         2**32-1.
12512         (Compiler_System_Version): Removed, no longer used.
12513         Clean up system files by removing flags only used on a single target.
12514         Also remove obsolete flags, only used during bootstrap from system.ads
12515         (Address): Add a pragma Preelaborable_Initialization.
12516
12517         * system-aix.ads:  Ditto.
12518         (GCC_ZCX_Support): Set to true.
12519         Update priority range on AIX and map Ada priorities to target
12520         priorities appropriately for different scheduling policies.
12521
12522         * ttypes.ads: set largest non-binary modulus from 2**31-1 to 2**32-1
12523
12524 2007-06-06  Vincent Celier  <celier@adacore.com>
12525
12526         * mlib-tgt-specific.adb, mlib-tgt-specific.ads,
12527         mlib-tgt-vms.adb, mlib-tgt-vms.ads: New files.
12528
12529         * mlib-tgt.adb, mlib-tgt.ads, mlib-tgt-darwin.adb,
12530         mlib-tgt-vxworks.adb, mlib-tgt-mingw.adb, mlib-tgt-lynxos.adb,
12531         mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb,
12532         mlib-tgt-vms-ia64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
12533         mlib-tgt-hpux.adb, mlib-tgt-tru64.adb: Make a common body for package
12534         MLib.Tgt, containing the default versions of the exported subprograms.
12535         For each platform, create a specific version of the body of new child
12536         package MLib.Tgt.Specific that contains only the body of subprograms
12537         that are different from the default.
12538         (Archive_Builder_Append_Options): New function.
12539
12540 2007-06-06  Matthew Gingell  <gingell@adacore.com>
12541
12542         * s-osinte-aix.adb: Map Ada priorities to target priorities
12543         appropriately for different scheduling policies.
12544
12545 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12546
12547         * s-osinte-linux.ads (sigset_t): Bump alignment to match more closely
12548         its C counterpart.
12549         Remove references to Unchecked_Conversion, and use Ada.xxx instead.
12550         Replace Unchecked_Conversion by Ada.Unchecked_Conversion.
12551
12552 2007-06-06  Vasiliy Fofanov  <fofanov@adacore.com>
12553
12554         * s-osprim-vms.ads, s-osprim-vms.adb (Initialize): New procedure.
12555         Noop on VMS, added for interface commonality.
12556
12557 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
12558             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12559             Olivier Hainque  <hainque@adacore.com>
12560
12561         * decl.c (gnat_to_gnu_entity) <object>: Manually mark the top of the
12562         renamed expression of a full renaming at toplevel.
12563         (gnat_to_gnu_entity, case object): If not defining, do not look inside
12564         the values the constant is initialized to if it is an N_Allocator.
12565         (gnat_to_gnu_entity) <E_Array_Subtype>: Manually mark the top of the
12566         TYPE_SIZE_UNIT of inner types after the stride is elaborated.
12567         (make_aligning_type): Accept an extra ROOM argument for storage to be
12568         made available before the aligned field, and an extra BASE_ALIGN
12569         argument for callers to pass the alignment guaranteed to be honored for
12570         the whole aligning object. Avoid call to finish_record_type, which only
12571         interferes with the sizes we want to set.
12572         (gnat_to_gnu_entity) <E_Variable>: Pass the required extra arguments to
12573         make_aligning_type for super-aligned objects on stack.
12574         (components_to_record): Pass the adjusted size of the type when creating
12575         fields in the qualified union for the variant part.
12576         (gnat_substitute_in_type): Copy TYPE_USER_ALIGN.
12577         (gnat_to_gnu_entity, case E_Signed_Integer_Subtype): Likewise for
12578         packed array type.
12579         (maybe_pad_type): Set TYPE_USER_ALIGN.
12580         (make_aligning_type): Likewise.
12581         ALIGN argument is unsigned int.
12582         (gnat_to_gnu_entity, case E_Function): Back annotate return mechanism.
12583         (gnat_to_gnu_param): Likewise, for parameters.
12584         (gnat_to_gnu_entity) <object>: Always instantiate the renaming object
12585         if it is constant and stems from a function call.
12586         (gnat_to_gnu_entity) <E_Record_Type>: Set packed to -2 if the alignment
12587         of the record is specified.  Adjust accordingly.
12588         (adjust_packed): New static function.
12589         (gnat_to_gnu_field): Use it to adjust the packedness setting.
12590         (components_to_record): Likewise.
12591         (gnat_to_gnu_entity) <object>: Do not test the renamed expression for
12592         side-effects if the object is deemed constant.
12593         (gnat_to_gnu_entity) <E_Array_Type>: Create a name for the fat pointer
12594         type instead of merely finalizing it.  Tidy.
12595         <E_Access_Subprogram_Type>: Retrieve the type from the TYPE_DECL.
12596         <E_Access_Type>: Likewise.
12597         (defer_debug_incomplete_list): Rename to defer_finalize_list.
12598         (defer_debug_level): Delete.
12599         (gnat_to_gnu_entity) <debug_deferred>: Likewise
12600         <E_Array_Type>: Call rest_of_record_type_compilation on the fat pointer
12601         type.
12602         <E_Record_Type>: Do not explicitly defer finalizing the type.
12603         Adjust for write_record_type_debug_info renaming.
12604         <E_Subprogram_Type>: Likewise.
12605         Finalize deferred types right after deferred incomplete types are
12606         expanded.
12607         (rest_of_type_decl_compilation): New global function.
12608         (components_to_record): Rename defer_debug parameter to do_not_finalize.
12609         (components_to_record): Propagate the packedness to the fields of the
12610         qualified union type if there is a variant part.
12611         (gnat_to_gnu_entity) <E_Array_Type>: Use new function
12612         instead of inline code to adjust the XUT field offsets.
12613         (gnat_to_gnu_entity): Adjust for new prototype of finish_record_type.
12614         <E_Record_Subtype>: Do not let finish_record_type compute the sizes
12615         and write the debug info if the type derives from a discriminated one.
12616         (gnat_to_gnu_entity) <E_Array_Type>: Adjust call to create_index_type.
12617         <E_Array_Subtype>: Likewise.
12618         <E_String_Literal_Subtype>: Likewise.
12619         (gnat_to_gnu_entity): Set TYPE_USER_ALIGN on types only if they have
12620         an alignment clause.
12621         (maybe_pad_type): Update ORIG_SIZE to the minimum required to meet ALIGN
12622         before giving warning.
12623         (prepend_one_attribute_to): New function, helper to prepend an attribute
12624         to an attribute list.
12625         (gnat_to_gnu_entity) <E_Procedure>: Use it.
12626         (prepend_attributes): Likewise.
12627         (gnat_to_gnu_entity) <E_Variable>: Use constants of the proper type.
12628         <E_Array_Type>: Declare the padding type for the element type, if any.
12629         <E_Array_Subtype>: Likewise.
12630         (defer_limited_with): New variable.
12631         (Gigi_Equivalent_Type): New function.
12632         (gnat_to_gnu_entity): Use it at start and use result throughout.
12633         (gnat_to_gnu_entity, case E_Access_Type): Rework to use
12634         Gigi_Equivalent_Type, support Limited_With, allow two levels of
12635         indirection, precompute if unconstrained array to simplify logic, and
12636         use defer_limited_with to defer elaboration of some types from limited
12637         with.
12638         (finalize_from_with_types): New function.
12639
12640 2007-06-06  Gary Dismukes  <dismukes@adacore.com>
12641             Eric Botcazou  <ebotcazou@adacore.com>
12642             Tristan Gingold  <gingold@adacore.com>
12643             Olivier Hainque  <hainque@adacore.com>
12644
12645         * trans.c (Identifier_to_gnu): Change test for deferred constant by
12646         adding guard that the entity is an E_Constant before testing presence
12647         of Full_view (and remove unnecessary test that entity is not a type).
12648         For a CONST_DECL used by reference, manually retrieve
12649         the DECL_INITIAL.  Do not invoke fold in the other DECL_P cases either.
12650         (struct language_function): Move from utils.c to here.
12651         (struct parm_attr): New structure.
12652         (parm_attr, parm_attr vector, parm_attr GC vector): New types.
12653         (f_parm_attr_cache): New macro.
12654         (Attribute_to_gnu) <Attr_Length>: When not optimizing, cache the
12655         expressions for the 'First, 'Last and 'Length attributes of the
12656         unconstrained array IN parameters.
12657         (Subprogram_Body_to_gnu): Use gnu_subprog_decl throughout.
12658         Allocate the information structure for the function earlier, as well
12659         as the language-specific part.
12660         If the parameter attributes cache has been populated, evaluate the
12661         cached expressions on entry.
12662         (takes_address): Add OPERAND_TYPE parameter.  Handle N_Function_Call,
12663         N_Procedure_Call_Statement and N_Indexed_Component.
12664         (Pragma_to_gnu): Translate inspection_point to an asm statement
12665         containaing a comment and a reference to the object (either its address
12666         for BLKmode or its value).
12667         (Identifier_to_gnu): Use TREE_CONSTANT instead of CONST_DECL to decide
12668         to go to DECL_INITIAL. Together with the size constraint relaxation
12669         in create_var_decl, enlarges the set of situations in which an
12670         identifier may be used as an initializer without implying elaboration
12671         code.
12672         (Subprogram_Body_to_gnu): Do not fiddle with the debug interface but set
12673         DECL_IGNORED_P on the function if Needs_Debug_Info is not set on the
12674         node.
12675         (maybe_stabilize_reference): Remove lvalues_only parameter.
12676         (gnat_stabilize_reference): Adjust for above change.
12677         (gnat_to_gnu): Do not set location information on the result
12678         if it is a reference.
12679         (add_cleanup): Add gnat_node parameter and set the location of the
12680         cleanup to it.
12681         (Handled_Sequence_Of_Statements_to_gnu): Adjust calls to add_cleanup.
12682         (Exception_Handler_to_gnu_zcx): Likewise.
12683         (gigi): Remove the cgraph node if the elaboration procedure is empty.
12684         (Subprogram_Body_to_gnu): If a stub is attached to the subprogram, emit
12685         the former right after the latter.
12686         (start_stmt_group): Make global.
12687         (end_stmt_group): Likewise.
12688         (gnu_constraint_error_label_stack, gnu_storage_error_label_stack): New
12689         vars.
12690         (gnu_program_error_label_stack): Likewise.
12691         (gigi): Initialize them.
12692         (call_to_gnu, gnat_to_gnu, emit_check): Add new arg to build_call_raise.
12693         (gnat_to_gnu, N_{Push,Pop}_{Constraint,Storage,Program}_Error_Label):
12694         New cases.
12695         (push_exception_label_stack): New function.
12696         (takes_address): New function.
12697
12698         * utils.c (struct language_function): Move to trans.c from here.
12699         (unchecked_convert): Do not wrap up integer constants in
12700         VIEW_CONVERT_EXPRs.
12701         (create_var_decl_1): Decouple TREE_CONSTANT from CONST_DECL. Prevent
12702         the latter for aggregate types, unexpected by later passes, and relax an
12703         arbitrary size constraint on the former.
12704         (create_field_decl): Use tree_int_cst_equal instead of operand_equal_p
12705         to compare the sizes.
12706         (convert_vms_descriptor): When converting to a fat pointer type, be
12707         prepared for a S descriptor at runtime in spite of a SB specification.
12708         (shift_unc_components_for_thin_pointers): New function.
12709         (write_record_type_debug_info): For variable-sized fields, cap the
12710         alignment of the pointer to the computed alignment.
12711         (finish_record_type): Change HAS_REP parameter into REP_LEVEL.
12712         If REP_LEVEL is 2, do not compute the sizes.
12713         (build_vms_descriptor): Adjust for new prototype of finish_record_type.
12714         (build_unc_object_type): Likewise.
12715         (declare_debug_type): New function.
12716
12717         * ada-tree.def: USE_STMT: removed (not emitted anymore).
12718
12719         * misc.c (gnat_expand_expr): Call to gnat_expand_stmt removed because
12720         no statement is expandable anymore.
12721         (gnat_init_gcc_eh): Do not initialize the DWARF-2 CFI machinery twice.
12722         (gnat_handle_option): Only allow flag_eliminate_debug_types to be set
12723         when the user requested it explicitely.
12724         (gnat_post_options): By default, set flag_eliminate_unused_debug_types
12725         to 0 for Ada.
12726         (get_alias_set): Return alias set 0 for a type if
12727         TYPE_UNIVERSAL_ALIASING_P is set on its main variant.
12728
12729         * ada-tree.h: (TYPE_UNIVERSAL_ALIASING_P): New macro.
12730         (DECL_FUNCTION_STUB): New accessor macro.
12731         (SET_DECL_FUNCTION_STUB): New setter macro.
12732
12733         * lang.opt (feliminate-unused-debug-types): Intercept this flag for Ada.
12734
12735         * fe.h (Get_Local_Raise_Call_Entity, Get_RT_Exception_Entity): New
12736         declarations.
12737
12738 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
12739
12740         * s-intman-vxworks.ads, s-intman-vxworks.adb (Abort_Task_Signal):
12741         Rename to Abort_Task_Interrupt to be able to keep the same interface
12742         as the rest of the targets.
12743
12744         * s-osinte-vxworks.ads s-osinte-vxworks.adb
12745         (To_VxWorks_Priority): Remove explicit "in" mode indicator
12746
12747         * s-osinte-vxworks6.ads, s-vxwork-arm.ads, system-vxworks-arm.ads:
12748         New files.
12749
12750 2007-06-06  Robert Dewar  <dewar@adacore.com>
12751
12752         * a-chahan.ads: Remove obsolescent pragmas
12753
12754         * a-chlat1.ads: Minor reformatting
12755
12756 2007-06-06  Robert Dewar  <dewar@adacore.com>
12757
12758         * comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface
12759         for Errout
12760
12761         * errout.adb: New Finalize/Compilation_Errors/Output_Messages
12762         implementation
12763
12764         * errout.ads (Finalize): Changed interface
12765         (Output_Messages): New procedure
12766         (Compilation_Errors): New Interface
12767
12768         * prepcomp.ads, prepcomp.adb (Parse_Preprocessing_Data_File): New
12769         Finalize/Output_Messages interface for Errout
12770         (Prepare_To_Preprocess): New Finalize/Output_Messages interface for
12771         Errout.
12772
12773 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12774             Olivier Hainque  <hainque@adacore.com>
12775             Robert Dewar  <dewar@adacore.com>
12776
12777         * a-except.ads, a-except.adb: (Rmsg_28): Fix description for E.4(18)
12778         check.
12779         (Raise_Current_Excep): Call Debug_Raise_Exception just before
12780         propagation starts, to let debuggers know about the event in a reliable
12781         fashion.
12782         (Local_Raise): Moved to System.Exceptions
12783         More convenient to have this as a separate unit
12784
12785         * s-except.adb, s-except.ads: New files.
12786
12787         * a-exextr.adb (Unhandled_Exception): Delete - replaced by
12788         Debug_Unhandled_Exception in System.Exceptions where it belongs
12789         together with a couple of other debug helpers.
12790         (Notify_Unhandled_Exception): Use Debug_Unhandled_Exception instead of
12791         the former Unhandled_Exception.
12792
12793         * exp_ch11.ads, exp_ch11.adb: (Possible_Local_Raise): New procedure
12794         (Warn_No_Exception_Propagation): New procedure
12795         (Warn_If_No_Propagation): Rewritten for new warning generation
12796         (Expand_Exception_Handlers): New warning generation
12797         (Expand_N_Raise_xxx_Error): Rewritten for new warnings
12798         (Add_Exception_Label): Use Special_Exception_Package_Used for test
12799         instead of Most_Recent_Exception_Used (accomodates Exception_Traces)
12800         (Expand_Local_Exception_Handlers): Unconditionally add extra block wrap
12801         even if restriction is set (makes life easier in Check_Returns)
12802         (Expand_Local_Exception_Handlers): Follow renamed entity chain when
12803         checking exception identities.
12804         (Expand_Local_Exception_Handlers): Do not optimize when all others case
12805         (Expand_Local_Exception_Handlers): Set Exception_Junk flag on generated
12806         block for handler (used by Check_Returns)
12807         (Expand_Local_Exception_Handlers): Local_Raise now takes an address
12808         (Expand_N_Handled_Sequence_Of_Statements): Properly handle -gnatd.x to
12809         remove all exception handlers when optimizing local raise statements.
12810         (Find_Local_Handler): Use Get_Renamed_Entity
12811         (Expand_N_Handled_Sequence_Of_Statements): If the handled sequence is
12812         marked analyzed after expanding exception handlers, do not generate
12813         redundant cleanup actions, because they have been constructed already.
12814
12815 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12816
12817         * a-finali.ads (Ada.Finalization): Add missing pragma Remote_Types. The
12818         presence of this categorization pragma is mandated by the language.
12819         (Limited_Controlled): Add missing pragma Preelaborable_Initialization
12820         for this type.
12821
12822 2007-06-06  Vincent Celier  <celier@adacore.com>
12823             Robert Dewar  <dewar@adacore.com>
12824
12825         * bcheck.adb, binde.adb, binderr.adb, binderr.ads, butil.adb,
12826         butil.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
12827         err_vars.ads, exp_tss.adb, exp_tss.ads, fmap.adb, fmap.ads,
12828         fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
12829         lib-sort.adb, lib-util.adb, lib-util.ads, lib-xref.adb, makeutl.ads,
12830         makeutl.adb, nmake.adt, osint.adb, osint.ads, osint-b.adb,
12831         par-load.adb, prj-attr.adb, prj-dect.adb, prj-err.adb, prj-makr.adb,
12832         prj-part.adb, prj-pp.adb, prj-proc.adb, prj-tree.adb, prj-tree.ads,
12833         prj-util.adb, prj-util.ads, scans.adb, scans.ads, sem_ch2.adb,
12834         sinput-c.adb, styleg-c.adb, tempdir.adb, tempdir.ads, uname.adb,
12835         uname.ads, atree.h, atree.ads, atree.adb, ali-util.ads, ali-util.adb,
12836         ali.ads, ali.adb:
12837         Move Name_Id, File_Name_Type and Unit_Name_Type from package Types to
12838         package Namet. Make File_Name_Type and Unit_Name_Type types derived from
12839         Mame_Id. Add new type Path_Name_Type, also derived from Name_Id.
12840         Use variables of types File_Name_Type and Unit_Name_Type in error
12841         messages.
12842         (Get_Name): Add parameter Ignore_Special, and set it reading file name
12843         (New_Copy): When debugging the compiler, call New_Node_Debugging_Output
12844         here.
12845         Define flags Flag217-Flag230 with associated subprograms
12846         (Flag_Word5): New record type.
12847         (Flag_Word5_Ptr): New access type.
12848         (To_Flag_Word5): New unchecked conversion.
12849         (To_Flag_Word5_Ptr): Likewise.
12850         (Flag216): New function.
12851         (Set_Flag216): New procedure.
12852
12853 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12854
12855         * a-stzunb.adb, a-stwiun.adb, a-strunb.adb: (Insert): Use 'Length
12856         instead of 'Size.
12857
12858         * a-stwifi.ads, a-stzfix.ads: Minor reformatting
12859
12860 2007-06-06  Javier Miranda  <miranda@adacore.com>
12861
12862         * a-tags.ads, a-tags.adb (Tag_Size): This constant is now internal to
12863         the package.
12864         (Object_Specific_Data_Array): This is now internal to the package.
12865         (Object_Specific_Data): This is now internal to the package.
12866         (Select_Specific_Data_Element): This is now internal to the package.
12867         (Select_Specific_Data_Array): This is now internal to the package.
12868         (Select_Specific_Data): This is now internal to the package.
12869         (Offset_To_Top_Function_Ptr): This is now public.
12870         (To_Offset_To_Top_Function_Ptr): Removed.
12871         (Storage_Offset_Ptr,To_Storage_Offset_Ptr): These declarations are now
12872          local to subprogram Offset_To_Top.
12873         (Predefined_DT): Removed.
12874         (Typeinfo_Ptr): Removed.
12875         (OSD): This function is now internal to this package.
12876         (SSD): This function is now internal to this package.
12877         (DT): New function that displaces the pointer to the table of primitives
12878          to get access to the enclosing wrapper record.
12879         (IW_Membership): Code cleanup.
12880         (Offset_To_Top): Code cleanup.
12881         (Predefined_DT): Removed.
12882         (Register_Interface_Tag): Removed.
12883         (Set_Interface_Table): Removed.
12884         (Set_Offset_Index): Removed.
12885         (Set_Offset_To_Top): Code cleanup.
12886         (Set_OSD): Removed.
12887         (Set_Signature): Removed.
12888         (Set_SSD): Removed.
12889         (Set_Tagged_Kind): Removed.
12890         (Typeinfo_Ptr): Removed.
12891         (TSD): Removed.
12892         (Displace): Add missing check on null actual.
12893
12894         * exp_disp.ads, exp_disp.adb
12895         (Select_Expansion_Utilities): Removed.
12896         (Build_Common_Dispatching_Select_Statements): Moved to exp_atags.
12897         (Expand_Dispatching_Call): Update calls to Get_Prim_Op_Address because
12898         the interface requires a new parameter.
12899         (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
12900         Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Replace
12901         calls to subprograms Build_T, Build_S, etc. by the corresponding code.
12902         Done to remove package Select_Expansion_Utilities.
12903         (Make_DT): New implementation for statically allocated dispatch tables.
12904         (Make_Secondary_DT): Moved to the scope of Make_DT.
12905         (Register_Primitive): Code cleanup plus incoporate the use of the new
12906         function DT_Address_Attribute.
12907         (Expand_Interface_Thunk): The profile of this subprogram has been
12908         changed to return the Thunk_Id and the corresponding code.
12909         (Fill_DT_Entry): Removed. Its functionality is now provided by
12910         subprogram Register_Primitive.
12911         (Fill_Secondary_DT_Entry): Removed. Its functionality is now provided by
12912         subprogram Register_Primitive.
12913         (Register_Primitive): New subprogram that incorporates the previous
12914         functionalities of Fill_DT_Entry and Fill_Secondary_DT_Entry.
12915         (Build_Common_Dispatching_Select_Statements): Remove formal Typ. This
12916         was only required to call Make_DT_Access_Action, which is now removed.
12917         (Ada_Actions): Removed
12918         (Action_Is_Proc): Removed
12919         (Action_Nb_Arg): Removed
12920         Replace all the calls to Make_DT_Access_Action by direct calls to
12921         Make_Procedure_Call_Statement or Make_Function_Call.
12922         (Set_DTC_Entity_Value): New subprogram.
12923         (Set_All_DT_Position): Add call to new subprogram Set_DTC_Entity_Value.
12924         (Expand_Interface_Thunk): Add missing support for primitives that are
12925         functions with a controlling result (case in which there is no need
12926         to generate the thunk).
12927
12928         * exp_atag.ads, exp_atag.adb
12929         (Build_DT): New subprogram that displaces the pointer to reference the
12930         base of the wrapper record.
12931         (Build_Typeinfo_Offset): Removed.
12932         (RTE_Tag_Node): Removed.
12933         (Build_Common_Dispatching_Select_Statements): Moved here from exp_disp
12934         (Build_Get_RC_Offset): Removed.
12935         (Build_Inherit_Predefined_Prims): Removed.
12936         (Build_Inherit_TSD: Removed.
12937         (Build_New_TSD): Removed.
12938         (Build_Set_External_Tag): Removed.
12939         (Build_Set_Predefined_Prim_Op_Address): Add documentation.
12940         (Build_Set_Prim_Op_Address): Add documentation.
12941         (Build_Set_TSD): Removed.
12942
12943         * rtsfind.ads, rtsfind.adb
12944         (Load_Fail): If load fails and we are not in configurable run-time
12945         mode, then raise Unrecoverable_Error.
12946         (Text_IO_Kludge): Generate an error message if a run-time library is
12947         not available in a given run-time (ie. zfp run-time).
12948         (RTE_Record_Component): Add code to check that the component we search
12949         for is not found in two records in the given run-time package.
12950         (RE_DT_Offset_To_Top_Size, RE_DT_Predef_Prims_Size): Removed
12951         (RE_DT_Predef_Prims_Offset): New entity
12952         (RE_Static_Offset_To_Top): New entity
12953         (RE_HT_Link): New entity.
12954         (System_Address_Image): Addition of this run-time package.
12955         (RE_Address_Image): New entity.
12956         (RE_Abstract_Interface): Removed.
12957         (RE_Default_Prim_Op_Count): Removed.
12958         (RE_DT_Entry_Size): Removed.
12959         (RE_DT_Min_Prologue_Size): Removed.
12960         (RE_DT_Prologue_Size): Removed.
12961         (RE_Ifaces_Table_Ptr): Removed.
12962         (RE_Interface_Data_Ptr): Removed.
12963         (RE_Type_Specific_Data): Removed.
12964         (RE_Primary_DT): Removed.
12965         (RE_Register_Interface_Tag): Removed.
12966         (RE_Set_Offset_Index): Removed.
12967         (RE_Set_OSD): Removed.
12968         (RE_Set_SSD): Removed.
12969         (RE_Set_Signature): Removed.
12970         (RE_Set_Tagged_Kind): Removed.
12971         (RE_Address_Array): New entity.
12972         (RE_DT): New entity.
12973         (RE_Iface_Tag): New entity.
12974         (RE_Interfaces_Table): New entity.
12975         (RE_No_Dispatch_Table): New entity.
12976         (RE_NDT_Prims_Ptr): New entity.
12977         (RE_NDT_TSD): New entity.
12978         (RE_Num_Prims): New entity.
12979         (RE_Offset_To_Top_Function_Ptr): New entity.
12980         (RE_OSD_Table): New entity.
12981         (RE_OSD_Num_Prims): New entity.
12982         (RE_Predef_Prims): New entity
12983         (RE_Predef_Prims_Table_Ptr): New entity.
12984         (RE_Primary_DT): New entity.
12985         (RE_Signature): New entity.
12986         (RE_SSD): New entity.
12987         (RE_TSD): New entity.
12988         (RE_Type_Specific_Data): New entity.
12989         (RE_Tag_Kind): New entity.
12990
12991 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12992
12993         * a-textio.ads, a-textio.adb (Write): Add explicit size clause for the
12994         C imported variable.
12995         (Skip_Line): Do not reset Before_LM_PM immediately when Before_LM is set
12996         on entry.
12997
12998 2007-06-06  Robert Dewar  <dewar@adacore.com>
12999
13000         * a-tienio.adb (Get): Adjust buffer size to accomodate one extra
13001         character
13002
13003 2007-06-06  Vincent Celier  <celier@adacore.com>
13004
13005         * a-tifiio.adb (Put, internal): For negative numbers, check that there
13006         is room for at least one digit and the minus sign.
13007         (Put.Put_Character): Never put a character outside of the range of
13008         string To.
13009
13010 2007-06-06  Olivier Hainque  <hainque@adacore.com>
13011             Eric Botcazou  <ebotcazou@adacore.com>
13012
13013         * utils2.c (build_allocator): Provide the extra arguments to
13014         make_aligning_type for super-aligned objects allocated from the default
13015         pool. Leave enough room for a pointer before the aligning field, and
13016         store the system's allocator return value there.
13017         (build_call_alloc_dealloc): When releasing a super-aligned object,
13018         retrieve the system's allocator return value from where build_allocator
13019         has stored it, just ahead of the adjusted address we are passed.
13020         (build_call_raise): Handle properly the generation of line numbers when
13021         the node is marked No_Location.
13022         (compare_elmt_bitpos): Use tree_int_cst_compare.  Stabilize the sort
13023         by using DECL_UID on ties.
13024         (build_binary_op) <EQ_EXPR>: Accept fat pointer types with the same
13025         main variant.
13026         (build_call_raise): Handle converting exception into goto; support new
13027         argument KIND.
13028         (build_component_ref): Add new arg to build_call_raise.
13029
13030 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
13031
13032         * a-ztflau.adb, a-wtflau.adb, a-tiflau.adb (Load_Real): Do not parse
13033         "." in the case of nnn.xxx when nnn terminates with an underscore.
13034         Parse the remaining "#" or ":" in the case of nnn#.xxx#
13035
13036 2007-06-06  Robert Dewar  <dewar@adacore.com>
13037
13038         * a-tigeau.ads, a-tigeau.adb: (Store_Char): Change Buf to IN OUT
13039
13040 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
13041             Vincent Celier  <celier@adacore.com>
13042             Robert Dewar  <dewar@adacore.com>
13043
13044         * bindgen.adb (Gen_Output_File_Ada): Generate pragma No_Run_Time when
13045         needed.
13046         (Gen_Output_File_Ada, Gen_Output_File_C): Never use __attribute
13047         ((destructor)) for adafinal, even when switch -a is used.
13048         Do not issue pragma Linker_Destructor for adafinal when switch -a is
13049         used.
13050         (Gen_Object_Files_Options): Add formatting of Linker Options, when
13051         Output_Linker_Option_List is set. Suppress this formatting when
13052         Zero_Formatting is set.
13053         Add case for CLI_Target.
13054         (System_Restrictions_Used): New flag, used to avoid generating with of
13055         System_Restrictions and initialization of the data unless there is
13056         some use of System.Restrictions in the partition.
13057         (Check_System_Restrictions_Used): New procedure
13058
13059         * s-stalib.adb: Remove with of System.Restrictions. No longer needed
13060         since we only with this unit in the binder file if it is used elsewhere
13061         in the partition.
13062
13063 2007-06-06  Vincent Celier  <celier@adacore.com>
13064
13065         * bindusg.adb: Add line for @<response file>
13066         Add lines for new switches -R and -Z
13067
13068         * gnatbind.adb (Gnatbind): Do not include sources from the GNAT
13069         hierarchy in the list of files of the closure when -R is used
13070         (Gnatbind): Accept arguments starting with '@' to indicate response
13071         files and take the arguments from the response files.
13072         If List_Closure is set, display the referenced files
13073
13074 2007-06-06  Javier Miranda  <miranda@adacore.com>
13075             Robert Dewar  <dewar@adacore.com>
13076             Ed Schonberg  <schonberg@adacore.com>
13077
13078         * checks.ads, checks.adb (Apply_Address_Clause_Check): Handle case in
13079         which the address-clause is applied to in-mode actuals (allowed by
13080         13.1(22)).
13081         (Apply_Discriminant_Check): Do not generate a check if the type is
13082         constrained by a current instance.
13083         (Activate_Division_Check): New procedure
13084         (Activate_Overflow_Check): New procedure
13085         (Activate_Range_Check): New procedure
13086         Call these new Activate procedures instead of setting flags directly
13087         (Apply_Array_Size_Check): Removed, no longer needed.
13088         Code clean up: remove obsolete code related to GCC 2.
13089         (Get_E_Length): Protect against bomb in case scope is standard
13090         (Selected_Range_Checks): If the node to be checked is a conversion to
13091         an unconstrained array type, and the expression is a slice, use the
13092         bounds of the slice to construct the required constraint checks.
13093         Improve NOT NULL error messages
13094         (Apply_Constraint_Check): If the context is a null-excluding access
13095         type, diagnose properly the literal null.
13096
13097 2007-06-06  Pascal Obry  <obry@adacore.com>
13098
13099         * clean.adb (Clean_Archive): Use untouched casing for the archive name
13100         and the corresponding .deps file.
13101         (Clean_Interface_Copy_Directory): Use untouched casing for the library
13102         src directory. Minor code-clean-up. Use untouched casing for files
13103         read into the library src dir.
13104         (Clean_Library_Directory): Idem.
13105         (Parse_Cmd_Line): Accept new switch -aP
13106
13107 2007-06-06  Javier Miranda  <miranda@adacore.com>
13108             Ed Schonberg  <schonberg@adacore.com>
13109             Robert Dewar  <dewar@adacore.com>
13110             Eric Botcazou  <ebotcazou@adacore.com>
13111             Arnaud Charlet  <charlet@adacore.com>
13112
13113         * einfo.ads, einfo.adb (Available_View): New synthesized attribute
13114         applicable to types that have the With_Type flag set. Returns the
13115         non-limited view of the type, if available, otherwise the type itself.
13116         For class-wide types, there is no direct link in the tree, so we have
13117         to retrieve the class-wide type of the non-limited view of the Etype.
13118         New attributes Static_Initialization and Static_Elaboration_Desired.
13119         Remove the pragma Thread_Body, and the associated flag
13120         Is_Thread_Body in entities, and all related code.
13121         (Suppress_Value_Tracking_On_Call): New flag
13122         E_Exception has Esize and Alignment fields
13123         (Universal_Aliasing): New function.
13124         (Set_Universal_Aliasing): New procedure.
13125         (Write_Entity_Flags): Deal with Universal_Aliasing flag.
13126         (Check_Nested_Access): New procedure.
13127         (Has_Up_Level_Access, Set_Has_Up_Level_Access): New procedures.
13128         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
13129         (Related_Interface): New attribute. Present in dispatch table pointer
13130         components of records. Set to point to the entity of the corresponding
13131         interface type.
13132         (Is_By_Reference_Type): Recurse on the full view of an incomplete type.
13133         (Original_Access_Type): Remove, not needed.
13134         (Root_Type): Handle properly subtypes of class-wide-types.
13135         Update comments.
13136
13137         * sem_ch4.adb (Analyze_Explicit_Dereference): Add support for
13138         class-wide types visible through limited-with clauses.
13139         (Try_Primitive_Operation): When examining all primitive operations of a
13140         tagged type, do not consider subprograms labeled as hidden unless they
13141         belong to a private generic type with a tagged parent.
13142         (Try_Object_Operation): Extensive rewriting, to handle properly various
13143         overloading cases, when several ancestors may have class-wide operations
13144         that are possible candidates, and when the overloaded functions return
13145         array types and have defaulted parameters so that the call may be
13146         interpreted as an indexing.
13147         (Analyze_Allocator): Remove Mark_Allocator and its invocation.
13148         (Process_Function_Call): use Next, rather than Next_Actual, to analyze
13149         successive actuals before analyzing the call itself.
13150         (Try_Primitive_Operation): A primitive operation is compatible with the
13151         prefix if the prefix has a synchronized type and the type of the formal
13152         is its corresponding record, as can be the case when the primitive
13153         operation is declared outside of the body of the type.
13154         (Traverse_Homonyms): New subprocedure of Try_Class_Wide_Operation, to
13155         perform homonym traversal, looking for class-wide operation matches
13156         (formerly done in statements of Try_Class_Wide_Operation). Matches on
13157         access parameters are now restricted to anonymous access types.
13158         (Mark_Allocator): An allocator with a discriminant association parent is
13159         a coextension.
13160         (Try_One_Prefix_Interpretation): If the type of the object is
13161         incomplete, as can be happen when it is a limited view obtained through
13162         a limited_with_clause, the selected component is not part of a prefixed
13163         call.
13164         (Complete_Object_Operation): Diagnose properly an object that is not
13165         aliased when the corresponding controlling formal is an access
13166         parameter.
13167         (Try_Primitive_Operation, Try_Class_Wide_Operation): Diagnose properly
13168         ambiguous calls in prefixed notation, where two primitives differ only
13169         in that the controlling argument of one is an access parameter.
13170
13171         * sem_ch6.adb (Has_Single_Return): Add guard in code that determines
13172         whether a function that returns an unconstrained type can be inlined.
13173         (Process_Formals): Diagnose properly the illegal use of an incomplete
13174         type in the profile of an access_to_subprogram declaration.
13175         (Check_Synchronized_Overriding): Nothing check for concurrent types, the
13176         operations are attached to the corresponding record.
13177         (Analyze_Subprogram_Specification): Add variables Formal and Formal_Typ.
13178         When processing a primitive of a concurrent type which implements an
13179         interface change the type of all controlling formals to that of the
13180         corresponding record type.
13181         (Check_Synchronized_Overriding): Relax the conditional logic when trying
13182         to determine the tagged type to which a primitive belongs.
13183         (Check_Conventions): Capture condition to ignore a primitive operation
13184         (which is shared between the loop in Check_Conventions and the one in
13185         Check_Convention) in a new local function Skip_Check.
13186         (Check_Convention): Rename Prim_Op to Second_Prim_Op to avoid possible
13187         confusion with Check_Conventions' own Prim_Op local variable.
13188         (Create_Extra_Formals): Test for a tagged result type rather than a
13189         controlling result when determining whether to add a BIP_Alloc_Form
13190         formal and a BIP_Final_List formal to the function.
13191         (Check_Conformance); For parameters that are anonymous access types,
13192         subtype conformance requires that the not null and the constant
13193         indicators must match
13194         (Check_Synchronized_Overriding): New parameter Formal_Typ. Add machinery
13195         to retrieve the appropriate type when processing a concurrent type
13196         declared within a generic. Minor comment reformatting. Change invocation
13197         of Overrides_Synchronized_Primitive to Find_Overridden_Synchronized_Pri-
13198         mitive.
13199         (Analyze_Subprogram_Body): If the return type of a function is an
13200         anonymous access to the limited view of a class-wide type, and the
13201         non-limited view of the type is available, update the type of the
13202         function so that code can be generated.
13203         (Process_Formals): In case of access-subtype itype whose designated
13204         type is also an itype (situation that happens now with access to
13205         subprograms) we mark the access-type itype with the Has_Delayed_Freeze
13206         attribute to avoid backend problems.
13207         (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
13208         init of R_Stm_Type_Is_Anon_Access. Also check that base types of the
13209         anonymous types' designated types are same before testing
13210         Subtypes_Statically_Match.
13211         (Create_Extra_Formals): Test for a named access parameter that is a
13212         controlling formal as an additional condition for adding an
13213         accessibility level formal. This can occur in the subp type created for
13214         dispatching calls in Expand_Dispatching_Call, and allows calling
13215         Create_Extra_Formals from that procedure rather than special-casing the
13216         extra formals there.
13217         (Create_Extra_Formals): Add BIP_Alloc_Form and BIP_Final_List formals
13218         when the function has a controlling result.
13219         (Check_Returns): Add much more knowledge of the optimization of local
13220         raise statements to gotos, to retain proper warnings in this case.
13221         (Check_Statement_Sequence): Ignore N_Push_xxx_Label and N_Pop_xxx_Label
13222         nodes when looking for last statement.
13223
13224         * sem_type.ads, sem_type.adb (Specific_Type): Add support for
13225         class-wide types visible through limited with clauses.
13226         (Add_One_Interp): If the operands are anonymous access types, the
13227         predefined operator on universal_access is immediately visibles
13228         (Find_Unique_Type): Handle anonymous access to subprogram types just as
13229         other anonymous access types.
13230         (Disambiguate): Take into account CIL convention.
13231         (Interface_Present_In_Ancestor): Add support for class-wide interfaces.
13232
13233 2007-06-06  Robert Dewar  <dewar@adacore.com>
13234
13235         * sinput.ads, sinput.adb, uintp.ads, urealp.adb, stringt.adb,
13236         sem_elim.adb, prj-strt.adb, repinfo.ads, repinfo.adb, namet.ads,
13237         elists.ads, elists.adb, lib.ads, lib.adb (Unlock): New procedure.
13238         Fix lower bound of tables.
13239         Add rep clauses.
13240
13241         * nlists.adb: Ditto.
13242         (Prev_Node, Next_Node): Change index type to Int so that it properly
13243         covers the range First_Node_Id - 1 up.
13244
13245 2007-06-06  Javier Miranda  <miranda@adacore.com>
13246             Ed Schonberg  <schonberg@adacore.com>
13247             Bob Duff  <duff@adacore.com>
13248             Hristian Kirtchev  <kirtchev@adacore.com>
13249
13250         * exp_aggr.ads, exp_aggr.adb:
13251         (Build_Record_Aggr_Code): Add missing initialization of secondary tags
13252         in extension aggregates.
13253         (Flatten): Other conditions being met, an aggregate is static if the
13254         low bound given by component associations is different from the low
13255         bound of the base index type.
13256         (Packed_Array_Aggregate_Handled): If the component type is itself a
13257         packed array or record, the front-end must expand into assignments.
13258         (Gen_Ctrl_Actions_For_Aggr): In call to Init_Controller, pass False to
13259         Init_Pr, instead of Ancestor_Is_Expression.
13260         (Gen_Ctrl_Actions_For_Aggr): When processing an aggregate of a
13261         coextension chain root, either generate a list controller or use the
13262         already existing one.
13263         (Static_Array_Aggregate): New procedure to construct a positional
13264         aggregate that can be handled by the backend, when all bounds and
13265         components are compile-time known constants.
13266         (Expand_Record_Aggregate): Force conversion of aggregates of tagged
13267         types covering interface types into assignments.
13268         (Replace_Type): move to Build_Record_Aggr_Code.
13269         (Expand_Record_Aggr_Code): if the target of the aggregate is an
13270         interface type, convert to the definite type of the aggregate itself,
13271         so that needed components are visible.
13272         (Convert_Aggr_In_Object_Decl): If the aggregate has controlled
13273         components and the context is an extended return statement do not
13274         create a transient block for it, to prevent premature finalization
13275         before the return is executed.
13276         (Gen_Assign): Do not generate a call to deep adjust routine if the
13277         component type is itself an array of controlled (sub)-components
13278         initialized with an inner aggregate.
13279         (Component_Check): New name for Static_Check. This name is now more
13280         appropriate, and documentation is added which was missing.
13281         (Component_Check): Add test for bit aligned component value
13282         (Component_Not_OK_For_Backend): Renames Has_Delayed_Nested_Aggregate_Or_
13283         Tagged_Comps, name is more appropriate given added function below.
13284         (Component_Not_OK_For_Backend): Check for bit aligned component ref.
13285
13286 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
13287             Javier Miranda  <miranda@adacore.com>
13288             Robert Dewar  <dewar@adacore.com>
13289
13290         * exp_attr.adb (Expand_N_Attribute_Reference): Case Callable and
13291         Terminated: Add unchecked type conversion from System.Address to
13292         System.Tasking.Task_Id when calling the predefined primitive
13293         _disp_get_task_id.
13294         Disable new Ada 05 accessibility check for JVM.NET targets, which
13295         cannot be implemented in a practical way.
13296         (Expand_N_Attribute_Reference: case Attribute_Tag): The use of 'Tag in
13297         the sources always references the tag of the actual object. Therefore,
13298         if 'Tag is applied in the sources to class-wide interface objects we
13299         generate code that displaces "this" to reference the base of the object.
13300         (Expand_N_Attribute_Reference, case Size): Return specified size if
13301         known to front end.
13302         (Expand_N_Attribute_Reference): The expansion of the 'Address attribute
13303         has code that displaces the pointer of the object to manage interface
13304         types. However this code must not be executed when the prefix is a
13305         subprogram. This bug caused the wrong expansion of the internally
13306         generated assignment that fills the dispatch table when the primitive
13307         is a function returning a class-wide interface type.
13308         (Expand_N_Attribute_Reference:Attribute_Valid): Remove incorrect call to
13309         Set_Attribute_Name for Name_Unaligned_Valid.
13310
13311 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13312             Gary Dismukes  <dismukes@adacore.com>
13313
13314         * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case 'Address):
13315         If the initialization is the equivalent aggregate of the initialization
13316         procedure of the type, do not remove it.
13317         (Expand_N_Attribute_Definition_Clause): Exclude access variables
13318         initialized to null from having their expression reset to empty and
13319         note this exception in the comment.
13320
13321 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
13322             Robert Dewar  <dewar@adacore.com>
13323             Ed Schonberg  <schonberg@adacore.com>
13324             Gary Dismukes  <dismukes@adacore.com>
13325
13326         * exp_ch2.adb: Remove "with" and "use" clauses for Namet and Snames.
13327         Add "with" and "use" clauses for Sem_Attr.
13328         (Expand_Current_Value): Do not replace occurences of attribute
13329         references where the prefix must be a simple name.
13330
13331         * sem_attr.ads, sem_attr.adb: Remove "with" and "use" clauses for
13332         Namet. Add new arrays Attribute_Name_Modifies_Prefix and
13333         Attribute_Requires_Simple_Name_Prefix.
13334         (Name_Modifies_Prefix): Body of new function.
13335         (Requires_Simple_Name_Prefix): Body of new function.
13336         (Resolve_Attribute, case Access): Improve error message for case of
13337         mismatched conventions.
13338         (Analyze_Attribute, case 'Tag): The prefix the attribute cannot be of an
13339         incomplete type.
13340         (Analyze_Attribute, case 'Access): If the type of the prefix is a
13341         constrained subtype for a nominal unconstrained type, use its base type
13342         to check for conformance with the context.
13343         (Resolve_Attribute): Remove test of the access type being associated
13344         with a return statement from condition for performing accessibility
13345         checks on access attributes, since this case is now captured by
13346         Is_Local_Anonymous_Access.
13347         (Analyze_Access_Attribute): Set Address_Taken on entity
13348         (Analyze_Attribute, case Address): Set Address_Taken on entity
13349         (OK_Self_Reference): Traverse tree to locate enclosing aggregate when
13350         validating an access attribute whose prefix is a current instance.
13351         (Resolve_Attribute): In case of attributes 'Code_Address and 'Address
13352         applied to dispatching operations, if freezing is required then we set
13353         the attribute Has_Delayed_Freeze in the prefix's entity.
13354         (Check_Local_Access): Set flag Suppress_Value_Tracking_On_Call in
13355         current scope if access of local subprogram taken
13356         (Analyze_Access_Attribute): Check legality of self-reference even if the
13357         expression comes from source, as when a single component association in
13358         an aggregate has a box association.
13359         (Resolve_Attribute, case 'Access): Do not apply accessibility checks to
13360         the prefix if it is a protected operation and the attribute is
13361         Unrestricted_Access.
13362         (Resolve_Attribute, case 'Access): Set the Etype of the attribute
13363         reference to the base type of the context, to force a constraint check
13364         when the context is an access subtype with an explicit constraint.
13365         (Analyze_Attribute, case 'Class): If the prefix is an interface and the
13366         node is rewritten as an interface conversion. leave unanalyzed after
13367         resolution, to ensure that type checking against the context will take
13368         place.
13369
13370 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13371             Javier Miranda  <miranda@adacore.com>
13372             Robert Dewar  <dewar@adacore.com>
13373
13374         * exp_ch3.adb (Make_Controlling_Function_Wrappers): generate wrapper a
13375         wrapper when the full view of the controlling type of an inherited
13376         function that dispatches on result implements interfaces.
13377         (Expand_N_Object_Declaration): In cases where the type of the
13378         declaration is anonymous access, create finalization list for it.
13379         (Expand_N_Object_Declaration): Generate a persistent_bss directive only
13380         if the object has no explicit initialization, to match description of
13381         functionality of pragam Persistent_BSS.
13382         (Build_Equivalent_Array_Aggregate, Build_Equivalent_Record_Aggregate):
13383         new function to build static aggregates, to replace initialization call
13384         when static initialization is desired.
13385         (Freeze_Type): Generate a list controller for an access type whenever
13386         its designated type has controlled anonymous access discriminants.
13387         (Build_Equivalent_Aggregate): New procedure to compute a static
13388         aggregate to be used as default initialization for composite types,
13389         instead of a generating a call to the initialization procedure for the
13390         type.
13391         (Build_Initialization_Call): When available, replace a call to the
13392         initialization procedure with a copy of the equivalent static aggregate
13393         for the type.
13394         (Expand_N_Object_Declaration):  Use New_Occurrence_Of in generated
13395         declarations for objects of a class-wide interface type, rather than
13396         just identifiers, to prevent visibility problems.
13397         (Expand_N_Object_Declaration): When expanding the declaration for an
13398         object of a class-wide interface type, preserve the homonym chain of
13399         the original entity before exchanging it with that of the generated
13400         renaming declaration.
13401         (Freeze_Enumeration_Type): Don't raise CE if No_Exception_Propagation
13402         active, because there is no way to handle the exception.
13403         (Freeze_Record_Type): In case of CPP_Class types add a call to Make_DT
13404         to do a minimum decoration of the Access_Disp_Table list.
13405         (Expand_Record_Controller): Avoid the addition of the controller between
13406         the component containing the tag of a secondary dispatch table and its
13407         adjacent component that stores the offset to the base of the object.
13408         This latter component is only generated when the parent type has
13409         discriminants ---documented in Add_Interface_Tag_Components).
13410         (Apply_Array_Size_Check): Removed, no longer needed.
13411         (Expand_N_Full_Type_Declaration): If the type has anonymous access
13412         components, create a Master_Entity for it only if it contains tasks.
13413         (Build_Init_Procedure): Suppress the tag assignment compiling under
13414         no run-time mode.
13415         (Freeze_Record_Type): Remove code associated with creation of dispatch
13416         table.
13417         (Init_Secondary_Tags): Update type of actuals when generating calls to
13418         Ada.Tags.Set_Offset_To_Top
13419         (Stream_Operation_OK): Disable use of streams compiling under no
13420         run-time mode
13421         (Expand_N_Object_Declaration): Don't do Initialize_Scalars initalization
13422         if Has_Init_Expression set.
13423         (Build_Init_Procedure): Replace call to Fill_DT_Entry by call to
13424         Register_Primitive, which provides the same functionality.
13425         (Requires_Init_Proc): Return false in case of interface types.
13426         (Add_Secondary_Tables): Use the new attribute Related_Interface to
13427         cleanup the code.
13428         (Predefined_Primitive_Freeze): Do not assume that an internal entity
13429         is always associated with a predefined primitive because the internal
13430         entities associated with interface types are not predefined primitives.
13431         Therefore, the call to Is_Internal is replaced by a call to the
13432         function Is_Predefined_Dispatching_Operation.
13433         (Make_Eq_If): When generating the list of comparisons for the
13434         components of a given variant, omit the controller component that is
13435         present if the variant has controlled components.
13436
13437 2007-06-06  Javier Miranda  <miranda@adacore.com>
13438             Hristian Kirtchev  <kirtchev@adacore.com>
13439             Bob Duff  <duff@adacore.com>
13440
13441         * exp_ch4.adb (Complete_Coextension_Finalization): Add machinery to
13442         handle the creation of finalization lists and calls for nested
13443         coextensions when the root of the chains is part of a return statement.
13444         (Inside_A_Return_Statement): New function inside Complete_Coextension_
13445         Finalization.
13446         (Expand_Record_Equality): Skip components that are interface types.
13447         (Displace_Allocator_Pointer): Add missing support for interface subtypes
13448         (Expand_N_Allocator): Replace invocation of Is_Local_Access_Discriminant
13449         with Rewrite_Coextension. Change the condition for detecting coextension
13450         root nodes.
13451         (Is_Local_Access_Discriminant): Removed.
13452         (Rewrite_Coextension): New routine which rewrites a static coextension
13453         as a temporary and uses its unrestricted access in the construction of
13454         the outer object.
13455         (Complete_Coextension_Finalization): New routine. Generate finalization
13456         attachment calls to all delayed coextensions.
13457         (Expand_N_Allocator): Call Complete_Coextension_Finalization whenever
13458         the allocator is not a coextension itself and has delayed coextensions.
13459         If the current allocator is controlled, but also a coextension, delay
13460         the generation of the finalization attachment call.
13461         Rename local variable "Node" to "Nod" in order to avoid confusion with
13462         "Elists.Node".
13463         (Expand_Allocator_Expression): Call Adjust for initialized allocators of
13464         limited types that are not inherently limited. Such an allocator is
13465         illegal, but is generated by the expander for a return statement, to
13466         copy the result onto the secondary stack. This is the only case where a
13467         limited object can be copied. Generate code to displace the pointer
13468         to the object if the qualified expression is a class-wide interface
13469         object. Such displacement was missing and hence the copy of the object
13470         was wrong.
13471         (Apply_Accessibility_Check): Handle allocated objects initialized in
13472         place.
13473         (Displace_Allocator_Pointer): Subsidiary procedure to Expand_N_Allocator
13474         and Expand_Allocator_Expression. Allocating class-wide interface objects
13475         this routine displaces the pointer to the allocated object to reference
13476         the component referencing the corresponding secondary dispatch table.
13477         Expand_Allocator_Expression): Add missing support to allocate class-wide
13478         interface objects initialized with a qualified expression.
13479         (Get_Allocator_Final_List): Test for an anonymous access type that is a
13480         function result type, and use the finalization list associated with the
13481         function scope in that case (such an anonymous type should not be
13482         treated like an access parameter's type).
13483
13484 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13485             Gary Dismukes  <dismukes@adacore.com>
13486             Javier Miranda  <miranda@adacore.com>
13487
13488         * exp_ch5.adb (Expand_N_Assignment_Statement): For the assignment of a
13489         controlled type, use Make_Handler_For_Ctrl_Operation to construct the
13490         required exception handler.
13491         (Expand_Simple_Function_Return, Expand_N_Return_Statement): Handle
13492         properly the case of a function whose return type is a limited
13493         class-wide interface type. Modify the code of the accessibility
13494         check to handle class-wide interface objects. In this case we need to
13495         displace "this" to reference the primary dispatch table to get access
13496         to the TSD of the object (to evaluate its accessibility level).
13497         (Expand_N_Extended_Return_Statement): Test for a tagged result type
13498         rather than a controlling result as one of the conditions for
13499         generating tests of the implicit BIP_Alloc_Form formal. The
13500         initialization assignment is also handled according to whether the
13501         result is tagged instead of controlling.
13502         In the case where the init assignment is inserted in the "then" part of
13503         the allocation conditional, rewrite the target to be a dereference of
13504         the implicit BIP_Object_Access formal.
13505         If the returned value is unconstrained and created on the secondary
13506         stack, mark the enclosing block and function so that the secondary
13507         stack is not reclaimed on return.
13508         Treat returns from functions with controlling results similarly to
13509         returns from functions with unconstrained result subtypes.
13510         If the object returned is unconstrained, and an allocator must be
13511         created for it, analyze the allocator once the block for the extended
13512         return is installed, to ensure that finalizable components
13513         of the expression use the proper finalization list. Guard the call to
13514         Move_Final_List with a check that there is something to finalize.
13515         (Make_Tag_Ctrl_Assignment): Use "old" handling
13516         of controlled type assignment for virtual machines, since new code uses
13517         unsupported features (such as direct access to bytes in memory).
13518
13519 2007-06-06  Gary Dismukes  <dismukes@adacore.com>
13520             Ed Schonberg  <schonberg@adacore.com>
13521
13522         * exp_ch6.ads, exp_ch6.adb (Expand_Call): When adding an extra
13523         accessibility actual, check for the case of an aliased object that has
13524         been rewritten as an Access attribute, and assign Prev to Prev_Orig so
13525         we fall into processing for the attribute rather than the name of the
13526         object.
13527         (Expand_Inline_Call): If an actual is a literal, and the corresponding
13528         formal has its address taken in the body, create a temporary to capture
13529         value.  If the return type is a limited interface, do not treat the
13530         return value as Controlled.
13531         (Is_In_Place_Function):  If the return type is a limited interface,
13532         treat as returning in place. The actual returned object may not always
13533         be limited, but the caller has to assume that it is returned in place.
13534         (Add_Final_List_Actual_To_Build_In_Place_Call): If the call is the
13535         context of an allocator, use the correct finalization chain (that is,
13536         the chain belonging to the access type, rather than the chain belonging
13537         to the current scope).
13538         (Add_Alloc_Form_Actual_To_Build_In_Place_Call): Test for a tagged
13539         result type rather than a controlling result as a precondition for
13540         adding an allocation form actual to a build-in-place call.
13541         (Add_Final_List_Actual_To_Build_In_Place_Call): Ditto.
13542         (Freeze_Subprogram): Code cleanup. Remove all the code that register the
13543         primitive in the dispatch tables. This work is now done by Make_DT when
13544         the type is frozen.
13545         (Register_Predefined_DT_Entry): Removed.
13546         (Add_Return): If end label is not present, use sloc of last statement
13547         for generated return statement in procedure, for better gdb behavior
13548         on expanded code.
13549         (Add_Access_Actual_To_Build_In_Place_Call): Set parent fields of the
13550         object address nodes to ensure proper processing by routines like
13551         Insert_After*.
13552         (Expand_Call): Fix generation of validity check for parameter
13553         (Add_Alloc_Form_Actual_To_Build_In_Place_Call): Return without passing
13554         the allocation form parameter if the result subtype is constrained,
13555         except when the function has a controlling result.
13556         (Add_Final_List_Actual_To_Build_In_Place_Call): Test Controlled_Type
13557         rather than Is_Controlled and Has_Controlled_Component, since we want to
13558         include class-wide result types in this treatment. Also test for a
13559         controlling result, since that also requires passing a finalization
13560         list.
13561         (Make_Build_In_Place_Call_In_Allocator): Call Add_Alloc_Form_Actual_*
13562         even when the result subtype is constrained, to handle calls involving
13563         controlling results.
13564         (Make_Build_In_Place_Call_In_Anonymous_Context): Add_Alloc_Form_Actual_*
13565         is now called even when the result subtype is constrained, to handle
13566         calls involving controlling results.
13567         (Make_Build_In_Place_Call_In_Assignment): Remove test for Is_Constrained
13568         on call to Add_Alloc_Form_Actual_To_Build_In_Place_Call (that procedure
13569         now performs the test).
13570         (Make_Build_In_Place_Call_In_Object_Declaration):
13571         Add_Alloc_Form_Actual_* is now called even when the result subtype is
13572         constrained, to handle calls involving controlling results.
13573         (Add_Return): Accomodate rewritten pattern from local raise to goto
13574         transformation, so that we still recognize an transfer statement
13575         and do the right thing here in that case.
13576         (Expand_N_Subprogram_Body): Add dummy Push/Pop_xxx_Label nodes at start
13577         and end of subprogram code.
13578         (Register_Interface_DT_Entry, Register_Predefined_DT_Entry): Add missing
13579         support for primitives that are functions (without formals) with a
13580         controlling result.
13581         (Inherited_From_Formal): If the actual subtype has not generic parent
13582         type, it is not an actual for a formal derived type, and there is no
13583         operation to inherit from the formal.
13584
13585 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13586             Thomas Quinot  <quinot@adacore.com>
13587
13588         * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): Set Sloc of
13589         inserted cleanup code appropriately for GDB use.
13590         (Make_Deep_Proc): Use Make_Handler_For_Ctrl_Operation to create
13591         exception handler for Deep_Adjust or Deep_Finalize.
13592         (Make_Handler_For_Ctrl_Operation): New subprogram. When runtime entity
13593         Raise_From_Controlled_Operation is available, use a call to that
13594         subprogram instead of a plain "raise Program_Error" node to raise
13595         Program_Error if an exception is propagated from an Adjust or Finalize
13596         operation.
13597         (Insert_Actions_In_Scope_Around): If the statement to be wrapped
13598         appears in the optional statement list of a triggering alternative, the
13599         scope actions can be inserted directly there, and not in the list that
13600         includes the asynchronous select itself.
13601
13602 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13603             Robert Dewar  <dewar@adacore.com>
13604             Hristian Kirtchev  <kirtchev@adacore.com>
13605
13606         * exp_ch9.ads, exp_ch9.adb (Build_Protected_Entry): Set sloc of
13607         generated exception handler appropriately when debugging generated code.
13608         Deal properly with No_Exception_Propagation restriction mode.
13609         (Expand_N_Abort_Statement): Add an unchecked type conversion from
13610         System.Address to System.Tasking.Task_Id when processing the result of
13611         the predefined primitive _disp_get_task_id.
13612         (Expand_N_Asynchronous_Select): Clarify comment.
13613         (Expand_N_Protected_Type_Declaration): Minor code cleanup.
13614         (Find_Parameter_Type): New routine inside Type_Conformant_Parameters.
13615         (Type_Conformant_Parameters): New parameter Prim_Op_Typ. Code cleanup.
13616         (Add_Private_Declarations, Build_Protected_Body): Use proper slocs for
13617         privals and for generated call to Complete_Entry_Body, for better gdb
13618         behavior.
13619         (Copy_Result_Type): Utility to construct a parameter and result profile
13620         for protected functions whose return type is an anonymous access to
13621         subprogram.
13622         (Build_Protected_Sub_Spec and Expand_Access_Protected_Subprogram_Type):
13623         call the above.
13624         (Build_Task_Activation_Call): Insert Activate_Tasks call at proper
13625         point when the local-raise-to-goto transformation has taken place.
13626
13627 2007-06-06  Javier Miranda  <miranda@adacore.com>
13628             Nicolas Setton  <setton@adacore.com>
13629
13630         * exp_dbug.adb (Get_Encoded_Name): Modified to continue providing its
13631         functionality when the backend is generating code.
13632         Otherwise any serious error
13633         reported by the backend calling the frontend routine Error_Msg
13634         changes the Compilation_Mode to Check_Semantics, disables the
13635         functionality of this routine and causes the generation of
13636         spureous additional errors.
13637
13638         * exp_dbug.ads (Pointers to Unconstrained Arrays): Document the
13639         debugging information now generated by the compiler for fat-pointer
13640         types.
13641         Document the contents of DW_AT_producer in the GNAT Vendor extensions to
13642         DWARF2/3.
13643         Document GNAT Vendor extensions to DWARF 2/3 and the "-gdwarf+" switch.
13644
13645 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13646
13647         * exp_dist.ads, exp_dist.adb (Make_Transportable_Check): New subprogram
13648         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
13649         PolyORB_Support.Build_Subprogram_Receiving_Stubs):
13650         For a remote call to a function with a classwide return type, apply an
13651         E.4(18) check to the returned value.
13652         (Add_RACW_Primitive_Declarations_And_Bodies): Do not generate stubs for
13653         stream attributes of the designated type of an RACW, as they are not
13654         dispatching primitive operations.
13655
13656 2007-06-06  Geert Bosch  <bosch@adacore.com>
13657
13658         * exp_fixd.adb (Integer_Literal): Add optional argument to construct a
13659         negative literal
13660         (Do_Divide_Fixed_Fixed): Add comments to indicate Frac is always
13661         positive
13662         (Do_Divide_Fixed_Universal): Handle case of negative Frac.
13663         (Do_Multiply_Fixed_Fixed): Add coments to indicate Frac is always
13664         positive
13665         (Do_Multiply_Fixed_Universal): Handle case of negative Frac.
13666
13667 2007-06-06  Javier Miranda  <miranda@adacore.com>
13668
13669         * exp_imgv.adb (Expand_Value_Attribute): Disable compilation of this
13670         attribute compiling package Ada.Tags under No_Run_Time_Mode.
13671
13672 2007-06-06  Javier Miranda  <miranda@adacore.com>
13673
13674         * exp_intr.adb (Expand_Unc_Deallocation): Add missing support for
13675         deallocation of class-wide interface objects.
13676         (Expand_Dispatching_Constructor_Call): Take into account that if the
13677         result of the dispatching constructor is an interface type, the
13678         function returns a class-wide interface type; otherwise the returned
13679         object would be actual. The frontend previously accepted returning
13680         interface types because Expand_Interface_Actuals silently performed
13681         the management of the returned type "as if" it were a class-wide
13682         interface type.
13683         (Expand_Dispatching_Constructor_Call): Replace call to
13684         Make_DT_Access_Action by direct call to Make_Function_Call.
13685
13686 2007-06-06  Robert Dewar  <dewar@adacore.com>
13687             Ed Schonberg  <schonberg@adacore.com>
13688
13689         * exp_pakd.adb (Expand_Packed_Not): Use RM_Size rather than ESize to
13690         compute masking constant, since we now set Esize properly to the
13691         underlying size.
13692         (Create_Packed_Array_Type): Set proper Esize value adjusted as required
13693         to match the alignment.
13694         (Create_Packed_Array_Type): Use Short_Short_Unsigned as base type for
13695         packed arrays of 8 bits or less.
13696
13697         * freeze.adb (Freeze_Entity): When freezing the formals of a
13698         subprogram, freeze the designated type of a parameter of an access type
13699         only if it is an access parameter.
13700         Increase size of C convention enumeration object
13701         (Freeze_Entity, array type case): Make sure Esize value is properly
13702         adjusted for the alignment if it is known.
13703         (Freeze_Entity, array type case): When checking bit packed arrays for
13704         the size being incorrect, check RM_Size, not Esize.
13705         (Freeze_Record_Type): Check for bad discriminated record convention
13706         (In_Exp_Body): Return true if the body is generated for a subprogram
13707         renaming, either an attribute renaming or a renaming as body.
13708         (Check_Itype): If the designated type of an anonymous access component
13709         is a non-protected subprogram type, indicate that it is frozen, to
13710         prevent out-of-scope freeze node at some subsequent call.
13711         (Freeze_Subprogram): On OpenVMS, reject descriptor passing mechanism
13712         only if the subprogram is neither imported nor exported, as well as the
13713         NCA descriptor class if the subprogram is exported.
13714
13715 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13716             Arnaud Charlet  <charlet@adacore.com>
13717             Robert Dewar  <dewar@adacore.com>
13718             Gary Dismukes  <dismukes@adacore.com>
13719
13720         * exp_prag.adb (Expand_Pragma_Import_Or_Interface): Remove properly a
13721         default initialization on an imported object, when there is no
13722         initialization call generated for it.
13723         (Expand_Pragma_Assert): Add handling of No_Exception_Propagation
13724         restriction
13725
13726         * snames.h, snames.ads, snames.adb, par-prag.adb: New pragma
13727         Static_Elaboration_Desired.
13728         Remove pragma Thread_Body.
13729         Implement a new pragma No_Body
13730         Removes the Explicit_Overriding pragma
13731         Remove Optional_Overriding pragma
13732         (Prag): Deal with Universal_Aliasing.
13733         (Name_CIL, Name_CIL_Constructor, Convention_CIL,
13734         Pragma_CIL_Constructor): New names.
13735
13736         * sem_cat.adb (Validate_Object_Declaration): An initialization that
13737         uses the equivalent aggregate of a type must be treated as an implicit
13738         initialization.
13739         (Get_Categorization): Check a unit for pragma Preelaborate only if it
13740         has none of the other categories.
13741         (Process_Import_Or_Interface_Pragma): Report an error for an attempt
13742         to apply Import to an object renaming declaration.
13743
13744         * sem_prag.adb (Process_Import_Or_Interface): Warn that a type imported
13745         from a C++ class should be declared as limited and that it will be
13746         considererd limited.
13747         (Analyze_Pragma): Warn that a type specified with pragma CPP_Class
13748         should be declared as limited and that it will be considererd limited.
13749         (Ada_2005_Pragma): New procedure, used to deal with Ada 2005 pragmas
13750         (Analyze_Pragma, case Export): Diagnose export of enumeration literal
13751         (Analyze_Pragma): Deal with Universal_Aliasing.
13752         (Sig_Flags): Likewise.
13753         (Set_Encoded_Interface_Name): Suppress encoding when compiling for AAMP.
13754         (Overflow_Checks_Unsuppressed): New flag.
13755         (Process_Suppress_Unsuppress): Set Overflow_Checks_Unsuppressed.
13756         (Analyze_Pragma [case Pack]): Ignore pragma Pack and post warning in
13757         case of JVM or .NET targets, and compiling user code.
13758         Add debugging convenience routine rv
13759
13760 2007-06-06  Robert Dewar  <dewar@adacore.com>
13761
13762         * exp_strm.adb (Make_Field_Attributes): Avoid _Parent components that
13763         are interface type.
13764         (Build_Elementary_Input_Call): For floating-point use right type in the
13765         absence of strange size or stream size clauses.
13766         (Build_Elementary_Write_Call): Same fix
13767         (Has_Stream_Standard_Rep): Returns False if Stream_Size attribute
13768         set to value that does not match base type size.
13769
13770 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13771
13772         * exp_util.ads, exp_util.adb (Expand_Subtype_From_Expr): In Ada2005, an
13773         object of a limited type can be initialized with a call to a function
13774         that returns in place. If the limited type has unknown discriminants,
13775         and the underlying type is a constrained composite type, build an actual
13776         subtype from the function call, as is done for private types.
13777         (Side_Effect_Free): An expression that is the renaming of an object or
13778         whose prefix is the renaming of a object, is not side-effect free
13779         because it may be assigned through the renaming and its value must be
13780         captured in a temporary.
13781         (Has_Controlled_Coextensions): New routine.
13782         (Expand_Subtype_From_Expr): Do nothing if type is a limited interface,
13783         as is done for other limited types.
13784         (Non_Limited_Designated_Type): new predicate.
13785         (Make_CW_Equivalent_Type): Modified to handle class-wide interface
13786         objects.
13787         Remove all handling of with_type clauses.
13788
13789         * par-ch10.adb: Remove all handling of with_type clauses.
13790
13791         * lib-load.ads, lib-load.adb (Load_Main_Source): Do not get the
13792         checksum if the main source could not be parsed.
13793         (Loat_Unit): When processing a child unit, determine properly whether
13794         the parent unit is a renaming when the parent is itself a child unit.
13795         Remove handling of with_type clauses.
13796
13797         * sinfo.ads, sinfo.adb (Is_Static_Coextension): New function.
13798         (Set_Is_Static_Coextension): New procedure.
13799         (Has_Local_Raise): New function
13800         (Set_Has_Local_Raise): New procedure
13801         (Renaming_Exception): New field
13802         (Has_Init_Expression): New flag
13803         (Delay_Finalize_Attach): Remove because flag is obsolete.
13804         (Set_Delay_Finalize_Attach): Remove because flag is obsolete.
13805         Remove all handling of with_type clauses.
13806         (Exception_Junk): Can now be set in N_Block_Statement
13807
13808 2007-06-06  Vincent Celier  <celier@adacore.com>
13809             Robert Dewar  <dewar@adacore.com>
13810
13811         * frontend.adb (Frontend): Return immediately if the main source could
13812         not be parsed, because of preprocessing errors.
13813
13814         * gnat1drv.adb (gnat1drv): Handle RE_Not_Available gracefully.
13815         (Gnat1drv): Exit with errors if the main source could not be parsed,
13816         because of preprocessing errors.
13817         (Check_Rep_Info): New procedure
13818
13819 2007-06-06  Robert Dewar  <dewar@adacore.com>
13820
13821         * g-hesorg.ads, g-heasor.ads,
13822         g-busorg.ads, g-bubsor.ads: Update documentation
13823         GNAT.Heap/Bubble_Sort_G is now pure
13824
13825 2007-06-06  Robert Dewar  <dewar@adacore.com>
13826
13827         * g-catiio.ads, g-catiio.adb (Image): Check for null picture string
13828
13829 2007-06-06  Robert Dewar  <dewar@adacore.com>
13830             Ed Schonberg  <schonberg@adacore.com>
13831
13832         * g-comlin.ads, g-comlin.adb:
13833         Add new warning for renaming of function return objects
13834
13835         * opt.adb (Tree_Write, Tree_Read): Use proper expressions for size
13836         (Tree_Read): Use size of object instead of type'object_size, since the
13837         latter is incorrect for packed array types.
13838         (Tree_Write): Same fix
13839
13840         * opt.ads: Add new warning for renaming of function return objects
13841         (Generating_Code): New boolean variable used to indicate that the
13842         frontend as finished its work and has called the backend to process
13843         the tree and generate the object file.
13844         (GCC_Version): Is now private
13845         (Static_Dispatch_Tables): New constant declaration.
13846         (Overflow_Checks_Unsuppressed): New flag.
13847         (Process_Suppress_Unsuppress): Set Overflow_Checks_Unsuppressed.
13848         (List_Closure): New flag for gnatbind (-R)
13849         Zero_Formatting: New flag for gnatbind (-Z)
13850         (Special_Exception_Package_Used): New flag.
13851         (Warn_On_Unrepped_Components): New flag.
13852
13853         * sem_ch8.adb (Check_Library_Unit_Renaming): Check that the renamed
13854         unit is a compilation unit, rather than relying on its scope, so that
13855         Standard can be renamed.
13856         (Analyze_Object_Renaming): Add new warning for renaming of function
13857         return objects.
13858         Also reject attempt to rename function return object in Ada 83 mode.
13859         (Attribute_Renaming): In case of tagged types, add the body of the
13860         generated function to the freezing actions of the type.
13861         (Find_Type): A protected type is visible right after the reserved word
13862         "is" is encountered in its type declaration. Set the entity and type
13863         rather than emitting an error message.
13864         (New_Scope): Properly propagate Discard_Names to inner scopes
13865         (Check_Nested_Access): New procedure.
13866         (Has_Nested_Access, Set_Has_Nested_Access): New procedures.
13867         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
13868
13869         * sem_warn.ads, sem_warn.adb: Improvements to infinite loop warning
13870         Add new warning for renaming of function return objects
13871         (Check_References): Suppress warnings for objects whose type or
13872         base type has Warnings suppressed.
13873         (Set_Dot_Warning_Switch): Add processing for -gnatw.c/C
13874         (Set_Warning_Switch): Include new -gnatwc in -gnatwa
13875
13876 2007-06-06  Vincent Celier  <celier@adacore.com>
13877             Emmanuel Briot  <briot@adacore.com>
13878             Olivier Hainque  <hainque@adacore.com>
13879
13880         * g-debpoo.ads, g-debpoo.adb (Free_Physically.Free_Blocks): Use the
13881         absolute value of Header.Block_Size when displaying the freed physical
13882         memory in traces.
13883         (Allocate): Compute Storage_Address using Integer_Address, not
13884         Storage_Offset, because the range of Storage_Offset may not be large
13885         enough.
13886         (Configure): New parameter Low_Level_Traces
13887         (Allocate, Deallocation, Free_Physically): Added low-level traces
13888         (Configure): new parameter Errors_To_Stdout.
13889         (Output_File): new subprogram
13890         (Deallocate, Dereference): Send error messages to the proper stream
13891         (Print_Pool, Print_Info_Stdout): Make sure the output goes to stdout, as
13892         documented. Previous code would send it to the current output file
13893         defined in GNAT.IO, which might not be stdout
13894         (Is_Valid): Adjust comment to mention that a positive reply means that
13895         Header_Of may be used to retrieve the allocation header associated with
13896         the subprogram Storage address argument. Return False early if this
13897         address argument is misaligned.
13898
13899 2007-06-06  Vincent Celier  <celier@adacore.com>
13900
13901         * gnatcmd.adb (GNATCmd): Accept switch -aP for commands that accept
13902         switch -P
13903         (ASIS_Main): New global variable
13904         (Get_Closure): New procedure
13905         (GNATCmd): Set ASIS_Main when -P and -U with a main is used for gnat
13906         check, metric or pretty. Call Get_Closure in this case.
13907         (Check_Files): For GNAT LIST, check all sources of all projects when
13908         All_Projects is True.
13909         (GNATCmd): Accept -U for GNAT LIST
13910
13911 2007-06-06  Vincent Celier  <celier@adacore.com>
13912
13913         * gnatlink.adb (Gnatlink): Do not specify -static-libgcc when --LINK=
13914         has been specified
13915         Correct error message when invocation of the linker fails
13916         Add explicit size clause for the C imported variables
13917         Object_List_File_Supported and Using_GNU_Linker to emphasize that
13918         we expect char size.
13919         Read target parameters earlier, since this is needed to set
13920         Target_VM properly. Also do not use -static/shared-libgcc for non GCC
13921         targets.
13922
13923 2007-06-06  Vincent Celier  <celier@adacore.com>
13924
13925         * gnatls.adb:
13926         Add 3 spaces before the default project directory when displaying
13927         the project search path.
13928         Add new command line switch '-l' to display license information.
13929
13930 2007-06-06  Vasiliy Fofanov  <fofanov@adacore.com>
13931
13932         * gmem.c: Add support for timestamps on memory operations.
13933
13934         * memtrack.adb, gnatmem.adb: Add support for timestamps on memory
13935         operations (not used currently, just foundation for future
13936         enhancements). Add possibility to perform full dump of gmem.out file.
13937         (Print_Back_Traces): Declare accesses to root arrays constants since
13938         they aren't modified.
13939         (Print_Back_Traces): allocate root arrays on the heap rather than stack.
13940
13941 2007-06-06  Vincent Celier  <celier@adacore.com>
13942
13943         * gnatsym.adb: Update Copyright notice
13944         (Parse_Cmd_Line): Accept new switch -D
13945         (Gnatsym): In Direct policy (switch -D) copy reference file to symbol
13946          file.
13947
13948         * prj.ads (Policy): New policy Direct
13949         (Yes_No_Unknown): New enumeration type
13950         (Project_Data): New component Libgnarl_Needed
13951
13952         * prj-nmsc.adb (Check_For_Source): When recording a source file make
13953         use the untouched pathname casing.
13954         (Get_Directories): Ensure that the Display_Exec_Directory is using the
13955         proper casing on non case-sensitive platforms like Windows.
13956         (Get_Unit): Accept file names x__... and x~... (where x = a, g, i or s)
13957         on all platforms, as it is not possible to know which one is allowed
13958         before processing the project files.
13959         (Check_Stand_Alone_Library): Check that Library_Reference_Symbol_File is
13960         specified when symbol policy is Direct. Check that when there is a
13961         symbol file defined (either by default or with attribute
13962         Library_Symbol_File) it is not the same as the reference symbol file.
13963         (Check_Stand_Alone_Library): Recognize new symbol policy Direct.
13964         (Look_For_Sources): Allow Locally_Removed_Files to be declare in non
13965         extending projects.
13966         (Record_Ada_Source): Record a source that has been locally removed in an
13967         imported project.
13968
13969         * symbols.ads (Policy): New policy Direct
13970
13971         * symbols-vms.adb (Initialize): Take new policy Direct in case
13972         statement
13973
13974 2007-06-06  Vincent Celier  <celier@adacore.com>
13975
13976         * g-os_lib.ads, g-os_lib.adb (Normalize_Pathname.Get_Directory):
13977         Correct obvious bug (return Dir; instead of return Directory;).
13978         (Normalize_Pathname): Use Reference_Dir'Length, not Reference_Dir'Last
13979
13980 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13981
13982         * g-pehage.adb (Produce): Open output files in Binary mode, so that
13983         they have UNIX line endings (LF only) even on Windows, and thus pass
13984         all GNAT style checks.
13985
13986 2007-06-06  Emmanuel Briot  <briot@adacore.com>
13987
13988         * g-regpat.adb (Quote): Fix improper quoting of '.'
13989
13990 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13991
13992         * g-soccon.ads: Add new constant Thread_Blocking_IO, always True by
13993         default, set False on a per-runtime basis.
13994         (Need_Netdb_Buffer): New constant.
13995
13996         * g-socket.ads, g-socket.adb: Import new package
13997         GNAT.Sockets.Thin.Task_Safe_NetDB.
13998         (Raise_Host_Error): Use Host_Error_Message from platform-specific thin
13999         binding to obtain proper message.
14000         (Close_Selector): Use GNAT.Sockets.Thin.Signalling_Fds.Close.
14001         Replace various occurrences of Arry (Arry'First)'Address with the
14002         equivalent Arry'Address (GNAT always follows implementation advice from
14003         13.3(14)).
14004         (Get_Host_By_Address, Get_Host_By_Name,
14005         Get_Service_By_Name, Get_Service_By_Port): Do not use GNAT.Task_Lock;
14006         instead, rely on platform-specific task safe netdb operations provided
14007         by g-socthi.
14008
14009         * g-socthi.ads, g-socthi.adb (Initialize): Remove obsolete formal
14010         parameter Process_Blocking_IO.
14011         (Host_Error_Messages): Add stub body.
14012         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
14013         (Safe_Gethostbyname, Safe_Gethostbyaddr, Safe_Getservbyname,
14014         Safe_Getservbyport): Move functions into new child package
14015         Task_Safe_NetDB.
14016         (Nonreentrant_Gethostbyname, Nonreentrant_Gethostbyaddr,
14017         Nonreentrant_Getservbyname, Nonreentrant_Getservbyport): New routines.
14018         (In_Addr): Add alignment clause.
14019
14020 2007-06-06  Robert Dewar  <dewar@adacore.com>
14021
14022         * g-trasym.ads, g-traceb.ads: Update list of supported targets
14023         Add note about symbolic traceback
14024
14025 2007-06-06  Pascal Obry  <obry@adacore.com>
14026
14027         * hostparm.ads (Normalized_CWD): Use the host directory separator
14028         instead of the hardcoded forward slash which is not the proper
14029         character on Windows for example.
14030         (Java_VM): Removed.
14031
14032 2007-06-06  Vincent Celier  <celier@adacore.com>
14033             Arnaud Charlet  <charlet@adacore.com>
14034
14035         * a-clrefi.adb, a-clrefi.ads: New files
14036
14037         * impunit.adb: Add s-os_lib in the list of user visible units.
14038         (Non_Imp_File_Names_95): Add a-clrefi to this list
14039         Remove obsolete run-time entries.
14040         (Non_Imp_File_Names_05): Add Ada 2005 entries for:
14041          "a-exetim" -- Ada.Execution_Time
14042          "a-extiti" -- Ada.Execution_Time.Timers
14043
14044         * mlib-prj.ads, mlib-prj.adb
14045         (Build_Library): Use untouched object dir and library dir. At the
14046         same time makes sure that the checks are done using the canonical
14047         form. Removes hard-coded directory separator and use the proper host
14048         one instead.
14049         (Process_Project): Do not look in object directory to check if libgnarl
14050         is needed for a library, if there is no object directory.
14051         (Build_Library): Scan the ALI files to decide if libgnarl is needed for
14052         linking.
14053         (Build_Library): When invoking gnatbind, use a response file if the
14054         total size of the arguments is too large.
14055
14056         * Makefile.rtl: (g-sttsne): New object file.
14057         Add entry for a-clrefi, s-utf_32, System.Exceptions
14058
14059         * Make-lang.in: Remove bogus dependency of s-memory.o on memtrack.o.
14060         (GNAT_ADA_OBJS, GNATBIND_OBJS): Add s-except.o.
14061         (GNATBIND_OBJS): Add new objects a-clrefi.o and a-comlin.o
14062         Change g-string to s-string, g-os_lib to s-os_lib
14063         Change all g-utf_32 references to s-utf_32
14064
14065 2007-06-06  Tristan Gingold  <gingold@adacore.com>
14066             Olivier Hainque  <hainque@adacore.com>
14067
14068         * init.c: Do not adjust IP of an imported VMS exception of ia64.
14069         LIB$STOP is called to raise an exception and the IP of the exception
14070         is the instruction right after the call.
14071         (__gnat_adjust_context_for_raise, AIX): Implement.
14072         (__gnat_error_handler, AIX): Accept SIGINFO related arguments and call
14073          adjust_context_for_raise before Raise_From_Signal_Hanler.
14074         (__gnat_install_handler, AIX): Add SA_SIGINFO to the sa_flags, to ensure
14075         siginfo is passed to the handler, necessary to let the zcx propagation
14076         engine unwind past it.
14077
14078 2007-06-06  Olivier Hainque  <hainque@adacore.com>
14079
14080         * initialize.c (__gnat_initialize for vxworks):  Update documentation
14081         on the ZCX support, using different sets of crtstuff objects than with
14082         GCC 3.4.
14083
14084 2007-06-06  Robert Dewar  <dewar@adacore.com>
14085
14086         * layout.ads, layout.adb (Adjust_Esize_Alignment): Move spec to package
14087         spec from body
14088         (Layout_Type): Fix recomputation of size from alignment.
14089
14090 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14091             Javier Miranda  <miranda@adacore.com>
14092
14093         * sem_ch12.adb (Analyze_Associations): Diagnose use of an others
14094         association in an instance.
14095         (Copy_Generic_Node): If the node is a string literal, no need to copy
14096         its descendants.
14097         (Is_Generic_Formal): For a formal subprogram, the declaration is the
14098         grandparent of the entity.
14099         (Analyze_Formal_Interface_Type): Transform into a full type declaration,
14100         to simplify handling of formal interfaces that derive from other formal
14101         interfaces.
14102         (Instantiate_Subprogram_Body): The defining unit name of the body of
14103         the instance should be a defining identifier.
14104         (Install_Formal_Packages): make global to the package, for use in
14105         instantiations of child units.
14106         (Analyze_Package_Instantiation): Do not attempt to set information on an
14107         enclosing master of an entry when expansion is disabled.
14108         (Instantiate_Type): If the actual is a tagged synchronized type and the
14109         generic ancestor is an interface, create a generic actual for the
14110         corresponding record.
14111         (Analyze_Formal_Derived_Interface_Type): Rewrite as a derived type
14112         declaration, to ensure that the interface list is processed correctly.
14113         (Inline_Instance_Body): If enclosing scope is an instance body, remove
14114         its entities from visibiility as well.
14115         (Pre_Analyze_Actuals): if the actual is an allocator with  constraints
14116         given with a named association, analyze the expression only, not the
14117         discriminant association itself.
14118         (Reset_Entity): If the analysis of a selected component is transformed
14119         into an expanded name in the prefix of a call with parameters, do not
14120         transform the original node into an expanded name, to prevent visibility
14121         errors in the case of nested generics.
14122         (Check_Private_View): For an array type, check whether the index types
14123         may need exchanging.
14124
14125 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
14126             Vincent Celier  <celier@adacore.com>
14127
14128         * lib-writ.adb: Handle Convention_CIL in addition to Convention_Java,
14129         since both are separated.
14130         Add support for imported CIL packages.
14131         Add further special handling of "value_type" for CIL.
14132         Add special handling of pragma Import for CIL.
14133
14134         * make.ads, make.adb: When switch -eS is used, direct all outputs to
14135         standard output instead of standard error, except errors.
14136         (Absolute_Path): Use untouched casing for the parent directory.
14137         (Add_Library_Search_Dir): Use the untouched directory name.
14138         (Add_Source_Search_Dir): Idem.
14139         (Change_To_Object_Directory): Update output to use proper casing.
14140         (Create_Binder_Mapping_File): Use the untouched filename to set
14141         ALI_Name.
14142         (Gnatmake): Use untouched library and executable directory names.
14143         (Insert_Project_Sources): Use untouched filename for spec and body.
14144         (Is_In_Object_Directory): Use untouched object directory.
14145         (Mark_Directory): Idem.
14146         (Collect_Arguments_And_Compile): Ensure that Full_Source_File always
14147         contains the non-canonical filename in all cases.
14148         (Change_To_Object_Directory): In verbose mode, display the name of the
14149         object directory we're changing to.
14150         (Compile_Sources): Make sure, when a project file is used, to compile
14151         the body of the unit, when there is one, even when only the spec is
14152         recorded in an ALI file.
14153         (Gcc_Switches, Binder_Switches, Linker_Switches): Tables moved from the
14154         spec to the body.
14155         (Report_Compilation_Failed): New procedure
14156         (Bind, Display_Commands, Compile_Sources, Initialize, Scan_Make_Arg):
14157         procedures moved from the spec to the body.
14158         (Extract_Failure): Removed, not used
14159         Replace explicit raises of exception Bind_Failed and Link_Failed with
14160         calls to Make_Failed with the proper message.
14161         Replace explicit raises of exception Compilation_Failed with calls to
14162         procedure Report_Compilation_Failed.
14163         (Initialize): Create mapping files unconditionally when using project
14164         files.
14165
14166         * sem_mech.adb: (Name_CIL, Name_CIL_Constructor, Convention_CIL,
14167         Pragma_CIL_Constructor): New names.
14168
14169         * targparm.ads, targparm.adb
14170         (Compiler_System_Version): Removed, no longer used.
14171         (Get_Target_Parameters): Relax checks on system.ads validity. Add
14172         handling of two new system flags: JVM and CLI.
14173
14174 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
14175             Arnaud Charlet  <charlet@adacore.com>
14176
14177         * Makefile.in (LIBGNAT_TARGET_PAIRS for VxWorks 6): For the RTP run
14178         time, use the default s-interr body that provides interrupt support
14179         based on signals.
14180         (LIBGNAT_TARGET_PAIRS for x86-linux): Use specialized versions of
14181         a-exetim.ad{s,b}, a-extiti.ad{s,b}, a-rttiev.ad{s,b}, s-osinte.ad{s,b},
14182         g-soccon.ads, and s-taprop.adb for the marte run time.
14183         (EXTRA_GNATRTL_TASKING_OBJS for x86-linux): Execution time clocks and
14184         timers are supported on marte.
14185         (EH_MECHANISM for marte): Do not use ZCX.
14186         (THREADSLIB for marte): Use -lmarte.
14187         Add mlib-tgt-vms.o to the list of objects for gnatmake for VMS
14188         Add mlib-tgt-specific.o to gnatmake objects
14189         mlib-tgt-<platforms>.adb is now the body of MLib.Tgt.Specific, no
14190         longer of MLib.Tgt.
14191         (LIBGNAT_TARGET_PAIRS for vxworks): When building a run time for VxWorks
14192         6, either kernel or rtp, use a specialized version of s-osinte.ads.
14193
14194 2007-06-06  Pascal Obry  <obry@adacore.com>
14195
14196         * mkdir.c (__gnat_mkdir): Add support for UTF-8.
14197
14198 2007-06-06  Vincent Celier  <celier@adacore.com>
14199
14200         * mlib.ads, mlib.adb (Build_Library): Do not use hard-coded directory
14201         separator, use instead the proper host directory separator.
14202         (Copy_ALI_Files): Make sure that an already existing ALI file in the
14203         ALI copy dir is writable, before doing the copy.
14204
14205         * mlib-utl.ads, mlib-utl.adb:
14206         (Gcc): If length of command line is too long, put the list of object
14207         files in a response file, if this is supported by the platform.
14208         (Ar): If invocation of the archive builder is allowed to be done in
14209         chunks and building it in one shot would go above an OS dependent
14210         limit on the number of characters on the command line, build the archive
14211         in chunks.
14212
14213 2007-06-06  Vincent Celier  <celier@adacore.com>
14214
14215         * osinte-c.ads, osint-c.adb (Set_Library_Info_Name): Fail if base name
14216         of specified object file is not equal to base name of source.
14217
14218 2007-06-06  Javier Miranda  <miranda@adacore.com>
14219             Hristian Kirtchev  <kirtchev@adacore.com>
14220             Ed Schonberg  <schonberg@adacore.com>
14221
14222         * sem_ch3.adb (Process_Full_View): Propagate the CPP_Class attribute to
14223         the full type declaration.
14224         (Analyze_Component_Declaration): Add local variable E to capture the
14225         initialization expression of the declaration. Replace the occurences of
14226         Expression (N) with E.
14227         (OK_For_Limited_Init_In_05): Allow initialization of class-wide
14228         limited interface object with a function call.
14229         (Array_Type_Declaration): If the declaration lacks subtype marks for
14230         indices, create a simple index list to prevent cascaded errors.
14231         (Is_Null_Extension): Ignore internal components created for secondary
14232         tags when checking whether a record extension is a null extension.
14233         (Check_Abstract_Interfaces): Add missing support for interface subtypes
14234         and generic formals.
14235         (Derived_Type_Declaration): Add missing support for interface subtypes
14236         and generic formals.
14237         (Analyze_Object_Declaration): If an initialization expression is
14238         present, traverse its subtree and mark all allocators as static
14239         coextensions.
14240         (Add_Interface_Tag_Component): When looking for components that may be
14241         secondary tags, ignore pragmas that can appear within a record
14242         declaration.
14243         (Check_Abstract_Overriding): an inherited function that dispatches on
14244         result does not need to be overriden if the controlling type is a null
14245         extension.
14246         (Mentions_T): Handle properly a 'class attribute in an anonymous access
14247         component declaration, when the prefix is an expanded name.
14248         (Inherit_Component): If the derivation is for a private extension,
14249         inherited components remain visible and their ekind should not be set
14250         to Void.
14251         (Find_Type_Of_Object): In the case of an access definition, always set
14252         Is_Local_Anonymous_Access. We were previously not marking the anonymous
14253         access type of a return object as a local anonymous type.
14254         (Make_Index): Use Ambiguous_Character to report ambiguity on a discrete
14255         range with character literal bounds.
14256         (Constrain_Array): Initialize the Packed_Array_Type field to Empty.
14257         (Access_Subprogram_Declaration): Indicate that the type declaration
14258         depends on an incomplete type only if the incomplete type is declared
14259         in an open scope.
14260         (Analyze_Subtype_Declaration): Handle properly subtypes of
14261         synchronized types that are tagged, and that may appear as generic
14262         actuals.
14263         (Access_Subprogram_Declaration): An anonymous access to subprogram can
14264         appear as an access discriminant in a private type declaration.
14265         (Add_Interface_Tag_Components): Complete decoration of the component
14266         containing the tag of a secondary dispatch table and the component
14267         containing the offset to the base of the object (this latter component
14268         is only generated when the parent type has discriminants --as documented
14269         in this routine).
14270         (Inherit_Components): Use the new decoration of the tag components to
14271         improve the condition that avoids inheriting the components associated
14272         with secondary tags of the parent.
14273         (Build_Discriminanted_Subtype): Indicate to the backend that the
14274         size of record types associated with dispatch tables is known at
14275         compile time.
14276         (Analyze_Subtype_Declaration): Propagate Is_Interface flag when needed.
14277         (Analyze_Interface_Declaration): Change setting of Is_Limited_Interface
14278         to include task, protected, and synchronized interfaces as limited
14279         interfaces.
14280         (Process_Discriminants): Remove the setting of
14281         Is_Local_Anonymous_Access on the type of (anonymous) access
14282         discriminants of nonlimited types.
14283         (Analyze_Interface_Type_Declaration): Complete the decoration of the
14284         class-wide entity it is is already present. This situation occurs if
14285         the limited-view has been previously built.
14286         (Enumeration_Type_Declaration): Initialize properly the Enum_Pos_To_Rep
14287         field.
14288         (Add_Interface_Tag_Components.Add_Tag): Set the value of the attribute
14289         Related_Interface.
14290
14291 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14292
14293         * sem_aggr.adb (Resolve_Record_Aggregate): Ignore internal components
14294         of the type that specify the position of interface tags when the type
14295         inherits discriminated array components from the parent type.
14296         If a component is initialized with a box, check for the presence of a
14297         default expression in its declaration before using its default
14298         initialization procedure.
14299         (Resolve_Record_Aggregate): If a component is box-initialized, and the
14300         component type has a discriminants, create a partial aggregate for it
14301         by copying the discriminants of the component subtype.
14302         Reject attempt to initialize a discriminant with a box.
14303         (Array_Aggr_Subtype): Indicate to the backend that the size of arrays
14304         associated with dispatch tables is known at compile time.
14305         (Get_Value): If an association in a record aggregate has a box
14306         association, and the corresponding record component has a default
14307         expression, always copy the default expression, even when the
14308         association has a single choice, in order to create a proper
14309         association for the expanded aggregate.
14310
14311 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14312             Robert Dewar  <dewar@adacore.com>
14313
14314         * par-ch12.adb (P_Generic_Associations): The source position of an
14315         Others association is that of the others keyword, not that of the token
14316         that follows the box.
14317         (P_Formal_Type_Definition): Handle formal access types that carry a
14318         not null indicator.
14319
14320         * par-ch3.adb (P_Known_Discriminant_Part_Opt, P_Component_Items): If
14321         multiple identifier are present, save Scan_State before scanning the
14322         colon, to ensure that separate trees are constructed for each
14323         declaration.
14324         (P_Identifier_Declarations): For object declaration, set new flag
14325         Has_Init_Expression if initialization expression present.
14326         (P_Null_Exclusion): Properly diagnose NOT NULL coming before NULL
14327         Improve NOT NULL error messages
14328
14329 2007-06-06  Robert Dewar  <dewar@adacore.com>
14330
14331         * par-ch4.adb: (P_Name): Recover from literal used as name
14332
14333 2007-06-06  Vincent Celier  <celier@adacore.com>
14334
14335         * prep.ads, prep.adb (Expression): New Boolean parameter Complemented,
14336         defaulted to False.
14337         In the "not" case, recursive call with Complemented set to True.
14338         Do not allow "or" or "and" operators when Complemented is True.
14339
14340 2007-06-06  Vincent Celier  <celier@adacore.com>
14341
14342         * prj.adb (Project_Empty): Gives default value for new component
14343         Libgnarl_Needed
14344
14345         * prj-attr.ads: Minor reformatting
14346
14347         * prj-env.ads, prj-env.adb (For_All_Object_Dirs): Register object
14348         directory using the untouched casing.
14349         (For_All_Source_Dirs): Idem.
14350
14351         * prj-ext.ads, prj-ext.adb (Search_Directories): New table to record
14352         directories specified with switches -aP.
14353         (Add_Search_Project_Directory): New procedure
14354         (Initialize_Project_Path): Put the directories in table
14355         Search_Directories in the project search path.
14356         (Initialize_Project_Path): For VMS, transform into canonical form the
14357         project path.
14358
14359 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
14360
14361         * restrict.ads, restrict.adb (No_Exception_Handlers_Set): Only return
14362         true if configurable run-time or No_Run_Time is set.
14363         (Set_Restriction): Avoid setting restriction No_Elaboration_Code when
14364         processing an unit which is not the one being compiled.
14365
14366 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
14367
14368         * s-arit64.adb: Replace System.Pure_Exceptions by Ada 05 syntax.
14369         Replace UC by Ada.UC
14370
14371         * s-bitops.adb: Get rid of System.Pure_Exceptions.
14372         Replace UC by Ada.UC
14373
14374 2007-06-06  Robert Dewar  <dewar@adacore.com>
14375
14376         * scng.adb: (Check_End_Of_Line): Deal with very long lines
14377
14378 2007-06-06  Robert Dewar  <dewar@adacore.com>
14379
14380         * sem.ads, sem.adb (Semantics): Save and restore Global_Discard_Names
14381         Remove no longer used nodes.
14382
14383 2007-06-06  Javier Miranda  <miranda@adacore.com>
14384             Ed Schonberg  <schonberg@adacore.com>
14385             Robert Dewar  <dewar@adacore.com>
14386
14387         * sem_ch10.ads, sem_ch10.adb (Analyze_Compilation_Unit): Disable check
14388         on obsolescent withed unit in case of limited-withed units.
14389         (Analyze_Compilation_Unit): Add guard to code that removed an
14390         instantiation from visibility, to prevent compiler aborts when
14391         instantiation is abandoned early on.
14392         (Install_Limited_Withed_Unit): Recognize a limited-with clause on the
14393         current unit being analyzed, and Distinguish local incomplete types
14394         from limited views of types declared elsewhere.
14395         (Build_Limited_Views.Decorate_Tagged_Type): Add documentation
14396         to state that the class-wide entity is shared by the limited-view
14397         and the full-view.
14398         (Analyze_With_Clause): Improve placement of flag for case of
14399         unimplemented unit.
14400         (Analyze_With_Clause): Recognize use of GNAT.Exception_Traces in a
14401         manner similar to GNAT.Current_Exception. This is a violation of
14402         restriction (No_Exception_Propagation), and also inhibits the
14403         optimization of local raise to goto.
14404         (Analyze_With_Clause): Check for Most_Recent_Exception being with'ed,
14405         and if so set Most_Recent_Exception_Used flag in Opt, and also check
14406         for violation of restriction No_Exception_Propagation.
14407
14408 2007-06-06  Javier Miranda  <miranda@adacore.com>
14409             Hristian Kirtchev  <kirtchev@adacore.com>
14410             Gary Dismukes  <dismukes@adacore.com>
14411
14412         * sem_ch11.adb (Analyze_Exception_Handlers): Add barrier to avoid the
14413         use of entity Exception_Occurrence if it is not available in the
14414         target run-time.
14415
14416         * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): When
14417         concurrent types are declared within an Ada 2005 generic, build their
14418         corresponding record types since they are needed for overriding-related
14419         semantic checks.
14420         (Analyze_Protected_Type): Rearrange and simplify code for testing that a
14421         protected type does not implement a task interface or a nonlimited
14422         interface.
14423         (Analyze_Task_Type): Rearrange and simplify code for testing that a task
14424         type does not implement a protected interface or a nonlimited interface.
14425         (Single_Task_Declaration, Single_Protected_Declaration): use original
14426         entity for variable declaration, to ensure that debugging information
14427         is correcty generated.
14428         (Analyze_Protected_Type, Analyze_Task_Type): Do not call expander
14429         routines if the expander is not active.
14430         (Analyze_Task_Body): Mark all handlers to stop optimization of local
14431         raise, since special things happen for task exception handlers.
14432
14433         * sem_disp.adb (Check_Controlling_Formals): Add type retrieval for
14434         concurrent types declared within a generic.
14435         (Check_Dispatching_Operation): Do not emit warning about late interface
14436         operations in the context of an instance.
14437         (Check_Dispatching_Call): Remove restriction against calling a
14438         dispatching operation with a limited controlling result.
14439         (Check_Dispatching_Operation): Replace calls to Fill_DT_Entry and
14440         Register_Interface_DT_Entry by calls to Register_Primitive.
14441         (Check_Dispatching_Formals): Handle properly a function with a
14442         controlling access result.
14443
14444 2007-06-06  Robert Dewar  <dewar@adacore.com>
14445             Arnaud Charlet  <charlet@adacore.com>
14446
14447         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Stream_Size):
14448         Check for restriction No_Implementation_Attributes if in Ada 95 mode.
14449         (Storage_Pool): Do not crash when RE_Stack_Bounded_Pool is not available
14450         (Analyze_Attribute_Definition_Clause [External_Tag]): Generate error
14451         message when using a VM, since this attribute is not supported.
14452         (Analyze_Record_Representation_Clause): Give unrepped component warnings
14453
14454         * usage.adb: Add new warning for renaming of function return objects
14455         Indicate that -gnatwp and -gnatwP concern front-end inlining
14456         Add line for -gnatyg
14457         Add usage information for -gnatw.c/C
14458
14459 2007-06-06  Robert Dewar  <dewar@adacore.com>
14460             Ed Schonberg  <schonberg@adacore.com>
14461
14462         * sem_ch5.adb
14463         (Find_Var): Do not consider function call in test for infinite loop
14464         warning if warnings set off for function entity.
14465         (One_Bound): Do not create a temporary for a loop bound if it is a
14466         character literal.
14467         (Analyze_Assignment): Traverse the right hand side of an assignment and
14468         mark all allocators as static coextensions.
14469         (Analyze_Assignment): Exempt assignments involving a dispatching call
14470         to a function with a controlling access result from the check requiring
14471         the target to be class-wide.
14472
14473 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
14474             Ed Schonberg  <schonberg@adacore.com>
14475             Robert Dewar  <dewar@adacore.com>
14476             Javier Miranda  <miranda@adacore.com>
14477
14478         * sem_res.ads, sem_res.adb (Process_Allocator): Do not propagate the
14479         chain of coextensions when an allocator serves as the root of such a
14480         chain.
14481         (Propagate_Coextensions): Remove the test for the root being an
14482         allocator.
14483         (Resolve_Allocator): Add condition to ensure that all future decoration
14484         occurs on an allocator node. Add processing and cleanup for static
14485         coextensions.
14486         (Valid_Conversion): If the operand type is the limited view of a
14487         class-wide type, use the non-limited view is available to determine
14488         legality of operation.
14489         (Ambiguous_Character): move to spec, for use elsewhere.
14490         (Ambiguous_Character): Handle Wide_Wide_Character in Ada 2005 mode
14491         (Resolve_Range): Diagnose properly an ambiguous range whose bounds are
14492         character literals.
14493         (Resolve_Arithmetic_Op): Call Activate_Division_Check instead of setting
14494         Do_Division_Check flag explicitly.
14495         (Resolve_Actuals): If the actual is of a synchronized type, and the
14496         formal is of the corresponding record type, this is a call to a
14497         primitive operation of the type, that is declared outside of the type;
14498         the actual must be unchecked-converted to the type of the actual
14499         (Resolve_Call): Kill all current values for any subprogram call if
14500         flag Suppress_Value_Tracking_On_Call is set.
14501         (Resolve_Type_Conversion): Generate error message the the operand
14502         or target of interface conversions come from a limited view.
14503         (Check_Infinite_Recursion): Ignore generated calls
14504         (Check_Allocator_Discrim_Accessibility): New procedure for checking
14505         that an expression that constrains an access discriminant in an
14506         allocator does not denote an object with a deeper level than the
14507         allocator's access type.
14508         (Resolve_Allocator): In the case of an allocator initialized by an
14509         aggregate of a discriminated type, check that associations for any
14510         access discriminants satisfy accessibility requirements by calling
14511         Check_Allocator_Discrim_Accessibility.
14512         (Resolve_Equality_Op): Handle comparisons of anonymous access to
14513         subprogram types in the same fashion as other anonymous access types.
14514         (Resolve_Concatenation_Arg): Remove initial character '\' in an error
14515         message that is not a continuation message.
14516         (Resolve_Type_Conversion): Add missing support for conversion to
14517         interface type.
14518         (Resolve_Actuals): Introduce a transient scope around the call if an
14519         actual is a call to a function returning a limited type, because the
14520         resulting value must be finalized after the call.
14521         (Resolve_Actuals): If the call was given in prefix notations, check
14522         whether an implicit 'Access reference or implicit dereference must be
14523         added to make the actual conform to the controlling formal.
14524
14525 2007-06-06  Robert Dewar  <dewar@adacore.com>
14526             Javier Miranda  <miranda@adacore.com>
14527
14528         * sem_ch7.adb (Check_Anonymous_Access_Types): Fix error for null body
14529         (Derive_Inherited_Private_Subprogram): Code cleanup. In case of explicit
14530         overriding of an inherited private subprogram now there is no need to
14531         inherit its dispatching slot and reduce the size of the dispatch table.
14532         Set_All_DT_Position now ensures that the same slot is now assigned to
14533         both entities. This is required to statically build the dispatch table.
14534         (Declare_Inherited_Private_Subprograms): Rewriten to avoid the need
14535         of calling Set_All_DT_Position to re-evaluate the position of the
14536         entries in the dispatch table. Such reevaluation is not desired if
14537         the tagged type is already frozen.
14538
14539 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
14540             Gary Dismukes  <dismukes@adacore.com>
14541             Robert Dewar  <dewar@adacore.com>
14542             Javier Miranda  <miranda@adacore.com>
14543
14544         * sem_util.ads, sem_util.adb (May_Be_Lvalue): A prefix of an attribute
14545         reference acts as an lvalue when the attribute name modifies the prefix
14546         (Is_Coextension_Root): New routine.
14547         (Mark_Static_Coextensions): New routine.
14548         (Type_Access_Level): Revise code for checking the level of the
14549         anonymous access type of a return object.
14550         (Safe_To_Capture_Value): Not safe to capture if Address_Taken
14551         (Matches_Prefixed_View_Profile): Remove the no longer necessary
14552         retrieval of the corresponding controlling record type.
14553         (Find_Overridden_Synchronized_Primitive): Code cleanup. Add handling of
14554         concurrent types declared within a generic as well as class wide types.
14555         Emit a mode incompatibility error whenever a protected entry or routine
14556         override an interface routine whose first parameter is not of mode
14557         "out", "in out" or access to variable.
14558         (Overrides_Synchronized_Primitive): Rename to
14559         Find_Overridden_Synchronized_Primitive.
14560         (Collect_Interface_Components): New subprogram that collects all the
14561         components of a tagged record containing tags of secondary dispatch
14562         tables.
14563         (Add_Global_Declaration): New procedure
14564         (Abstract_Interface_List): Handle properly the case of a subtype of a
14565         private extension.
14566         (Type_Access_Level): In the case of a type whose parent scope is a
14567         return statement, call Type_Access_Level recursively on the enclosing
14568         function's result type to determine the level of the return object's
14569         type.
14570         (Build_Elaboration_Entity): Build name of elaboration entity from the
14571         scope chain of the entity, rather than the unit name of the file name.
14572         (Check_Nested_Access): New procedure.
14573         (Has_Up_Level_Access, Set_Has_Up_Level_Access): New procedures.
14574         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
14575         (Get_Renamed_Entity): Utility routine for performing common operation
14576         of chasing the Renamed_Entity field of an entity.
14577
14578 2007-06-06  Robert Dewar  <dewar@adacore.com>
14579
14580         * sem_elab.adb (Check_A_Call): Specialize elaboration warnings on
14581         elaboration model
14582         (Check_A_Call): Add check for entry call which was causing blowup
14583
14584 2007-06-06  Olivier Hainque  <hainque@adacore.com>
14585
14586         * raise-gcc.c (__gnat_eh_personality): Tweak the signature and add
14587         special code on ia64-vms to handle major incompatibilities between the
14588         GCC unwinding ABI and the VMS Condition Handling Facility, both calling
14589         this routine with a very different set of arguments and expectations on
14590         the return value.
14591
14592 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14593
14594         * socket.c (__gnat_close_signalling_fd): New function.
14595         (__gnat_safe_gethostbyaddr, __gnat_safe_gethostbyname,
14596         __gnat_safe_getservbyname, __gnat_safe_getservbyport):
14597         New supporting functions for task safe Netdb operations.
14598
14599 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14600             Olivier Hainque  <hainque@adacore.com>
14601
14602         * a-except-2005.ads, a-except-2005.adb
14603         (Raise_From_Controlled_Operation): New procedure in
14604         (private part of) Ada.Exceptions (standard runtime version). Used to
14605         provide informational exception message when Program_Error is raised as
14606         a result of an Adjust or Finalize operation propagating an exception.
14607         (Rmsg_28): Fix description for E.4(18) check.
14608         (Raise_Current_Excep): Call Debug_Raise_Exception just before
14609         propagation starts, to let debuggers know about the event in a reliable
14610         fashion.
14611         Take the address of E and dereference to make sure it is homed on stack
14612         and prevent the stores from being deleted, necessary for proper
14613         debugger behavior on "break exception" hits.
14614         (Local_Raise): Moved to System.Exceptions
14615
14616         * s-finimp.adb (Raise_From_Finalize): Code to construct an appropriate
14617         exception message from the current occurrence and raise Program_Error
14618         has been moved to Ada.Exceptions.Raise_From_Controlled_Operation.
14619
14620 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
14621             Arnaud Charlet  <charlet@adacore.com>
14622
14623         * s-taprob.adb (Unlock): Change the ceiling priority of the underlying
14624         lock, if needed.
14625
14626         * s-taprop.ads (Set_Ceiling): Add this procedure to change the ceiling
14627         priority associated to a lock.
14628
14629         * s-tpoben.adb ([Vulnerable_]Complete_Task, Lock_Entries): Relax
14630         assertion to take into account case of no abort restriction.
14631         (Initialize_Protection_Entries): Add initialization for the field
14632         New_Ceiling associated to the protected object.
14633         (Unlock_Entries): Change the ceiling priority of the underlying lock, if
14634         needed.
14635
14636         * s-solita.adb (Get_Current_Excep): Moved back to s-tasini/s-tarest,
14637         since this function needs to be set consistently with Update_Exception.
14638
14639         * s-tarest.adb (Get_Current_Excep): Moved back to s-tasini/s-tarest,
14640         since this function needs to be set consistently with Update_Exception.
14641
14642         * s-taskin.ads: Update comments on
14643         Interrupt_Server_Blocked_On_Event_Flag.
14644         (Unbind_Handler): Fix handling of server_task wakeup
14645         (Server_Task): Set self's state so that Unbind_Handler can take
14646         appropriate actions.
14647         (Common_ATCB): Now use a constant from System.Parameters to determine
14648         the max size of the Task_Image field.
14649
14650         * s-tassta.adb (Task_Wrapper): Now pass the overflow guard to the
14651         Initialize_Analyzer function.
14652         ([Vulnerable_]Complete_Task, Lock_Entries): Relax assertion to
14653         take into account case of no abort restriction.
14654         ([Vulnerable_]Complete_Master): Modify assertion.
14655
14656         * s-tataat.adb (Finalize): Use the nestable versions of
14657         Defer/Undefer_Abort.
14658
14659         * s-tpobop.adb (Protected_Entry_Call): Relax assertion.
14660
14661         * s-tpobop.ads: Update comments.
14662
14663         * s-tposen.adb (Protected_Single_Entry_Call): Call Lock_Entry instead
14664         of locking the object manually, to avoid inconsistencies between
14665         Lock/Unlock_Entry assertions.
14666
14667         * s-interr.ads, s-interr.adb (Server_Task): Fix race condition when
14668         terminating
14669         application and System.Parameters.No_Abort is True.
14670         Update comments on Interrupt_Server_Blocked_On_Event_Flag.
14671         (Unbind_Handler): Fix handling of server_task wakeup
14672         (Server_Task): Set self's state so that Unbind_Handler can take
14673         appropriate actions.
14674
14675 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14676
14677         * s-finroo.ads, s-finroo.adb (Read, Write): Use null procedure
14678         declarations instead of an explicit null body, for conciseness.
14679
14680 2007-06-06  Robert Dewar  <dewar@adacore.com>
14681
14682         * sem_eval.adb (Eval_Relational_Op): nothing to do if an operand is an
14683         illegal aggregate and the type is still Any_Composite.
14684         (Subtypes_Statically_Match): Fix problem of empty discriminant list
14685
14686 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14687
14688         * sem_smem.adb (Check_Shared_Var): Check explicitly for as task object,
14689         to prevent subsequent expansion.
14690
14691 2007-06-06  Robert Dewar  <dewar@adacore.com>
14692
14693         * sinput-l.ads, sinput-l.adb: implement a new pragma No_Body
14694
14695 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14696             Robert Dewar  <dewar@adacore.com>
14697
14698         * sprint.ads, sprint.adb (Sprint_Node_Actual): Output aggregate for
14699         exceptions.
14700         (Write_Itype): Handle case of string literal subtype, which
14701         comes up in this context.
14702         (Update_Itype): when debugging expanded code, update sloc of itypes
14703         associated with defining_identifiers and ranges, for gdb use.
14704         (Sprint_Node_Actual): Add static keyword to object or exception
14705         declaration output if Is_Statically_Allocated is True.
14706         (Sprint_End_Label): Set entity of end marker for a subprogram, package,
14707         or task body, so that the tree carries the proper Sloc information for
14708         debugging use.
14709         (Write_Indent): In Dump_Source_Text mode, ignore implicit label nodes
14710
14711 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
14712
14713         * s-secsta.adb (Chunk): Ensure this object has a static size known at
14714         compile time, to avoid dynamic memory allocation
14715         (Elaboration code): Only use dynamic memory allocation when needed.
14716
14717 2007-06-06  Quentin Ochem  <ochem@adacore.com>
14718
14719         * s-stausa.ads, s-stausa.adb (Initialize_Analyzer): Added parameter
14720         "Overflow_Guard".
14721         (Stack_Analyzer): Added field "Overflow_Guard"
14722         (Task_Result): Added field "Overflow_Guard".
14723         (Index_Str): New constant.
14724         (Task_Name_Str): New constant.
14725         (Actual_Size_Str): New constant.
14726         (Pattern_Array_Element_Size): New constant.
14727         (Get_Usage_Range): New subprogram.
14728         (Output_Result): Added parameter Max_Size_Len and Max_Actual_Use_Len.
14729         Now align the output.
14730         Added comments.
14731         (Initialize): Added value for Overflow_Guard.
14732         (Fill_Stack): Use constant Pattern_Array_Elem_Size when relevant.
14733         Update the value of the overflow guard according to the actual
14734         beginning of the pattern array.
14735         (Initialize_Analyzer): Added parameter Overflow_Guard.
14736         Take this parameter into accound when computing the max size.
14737         (Compute_Result): Use constant Pattern_Array_Elem_Size when relevant.
14738         (Report_Result): Removed extra useless procedure.
14739         Updated call to Output_Result.
14740         Moved full computation of the Task_Result here.
14741
14742 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14743
14744         * g-soccon-darwin.ads, gen-soccon.c: Add new constant
14745         Thread_Blocking_IO, always True by default, set False on a per-runtime
14746         basis.
14747         Add Windows-specific constants
14748         Add new constant Need_Netdb_Buffer.
14749         Add new macros to indicate whether getXXXbyYYY is thread safe and, if
14750         not, whether to use getXXXbyYYY_r.
14751
14752         * gsocket.h: Add new constant Need_Netdb_Buffer.
14753         Add new macros to indicate whether getXXXbyYYY is thread safe and, if
14754         not, whether to use getXXXbyYYY_r.
14755
14756 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
14757
14758         * s-stoele.ads, s-stoele.adb: Move inline_always subprograms earlier
14759         than their first call.
14760         Add type Dummy_Communication_Block used in the generation of the pre-
14761         defined dispatching primitive _disp_asynchronous_select.
14762         (Storage_Element): Put Pragma Universal_Aliasing on it.
14763
14764 2007-06-06  Vincent Celier  <celier@adacore.com>
14765
14766         * a-dirval-vms.adb, a-dirval.ads, a-dirval.adb (Windows): New Boolean
14767         function.
14768
14769         * a-dirval-mingw.adb (Is_Valid_Path_Name): Forbid a path with a drive
14770         letter if it is not followed by a '/' or a '\'.
14771         (Windows): New Boolean function
14772
14773         * a-direct.ads, a-direct.adb: Remove unnecessary and misplaced pragma
14774         Ada 2005.
14775         (Containing_Directory): On Windows, keep at least one '/' or '\' after a
14776         drive letter.
14777         (Containing_Directory): Raise Use_Error when the directory is a root
14778         directory.
14779         (Extension): When returning the result, use a conversion to Result_Type,
14780         not a qualification.
14781
14782 2007-06-06  Robert Dewar  <dewar@adacore.com>
14783
14784         * stylesw.ads, stylesw.adb (Set_GNAT_Style_Check): New procedure
14785         (Set_Style_Check_Options): Recognize new -gnatyg style switch
14786
14787         * switch-c.adb (Scan_Front_End_Switches, case -gnatg): Set
14788         Warn_On_Non_Local_Exception to False, to turn off warnings for
14789         No_Exception_Propagation in ZFP runtime.
14790         (Scan_Front_End_Switches): Fix handling of --RTS switch for non GCC
14791         back-ends.
14792         (Scan_Front_End_Switches): For 'g', call Set_GNAT_Style_Checks
14793
14794 2007-06-06  Vincent Celier  <celier@adacore.com>
14795
14796         * switch-b.adb (Scan_Binder_Switches): Add processing for new
14797         switches -R and -Z
14798
14799         * switch-m.adb (Normalize_Compiler_Switches): Do not record switch -E
14800         (Scan_Make_Switches): Recognize new switch -aP
14801
14802 2007-06-06  Matthew Gingell  <gingell@adacore.com>
14803             Jose Ruiz  <ruiz@adacore.com>
14804
14805         * s-stchop-vxworks.adb (Set_Stack_Info): Instead of trying to map the
14806         VxWorks task descriptor in the Ada run time, call a C subprogram
14807         (__gnat_get_stack_info) that extracts the required information.
14808
14809         * sysdep.c: Back out temporary lynxos workaround.
14810         (__gnat_get_stack_info): Add this procedure that passes to the Ada run
14811         time the stack information associated to the currently executing task.
14812         Only VxWorks systems require this function.
14813
14814 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
14815
14816         * tracebak.c (FRAME_OFFSET): Add parameter FP. On SPARC/Solaris, do not
14817         add the stack bias if the offset is computed from a frame address.
14818         (__gnat_backtrace): Adjust for above change.
14819
14820 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14821
14822         * types.h, types.ads: Rename PE_Illegal_CW_Actual_E_4_18 to
14823         PE_Non_Transportable_Actual.
14824         (By_Descriptor_Last): New constant.
14825         (By_Copy_Return): Likewise.
14826
14827 2007-06-06  Vincent Celier  <celier@adacore.com>
14828
14829         * vms_conv.adb (Process_Argument): Keep arguments starting with '+' as
14830         is.
14831
14832         * vms_data.ads: Add entries for -gnatw.x and -gnatw.X
14833         /STYLE_CHECKS=GNAT: Change meaning to -gnatyg
14834         /GNAT_INTERNAL: New compiler qualifier corresponding to -gnatg
14835         Add missing comment for /OPTIMIZE=SPACE
14836         Add entry for OPTIMIZE=SPACE
14837         Add new qualifier /ALL_PROJECTS (= -U) for GNAT LIST
14838         Add documentation for new qualifiers corresponding to -gnatw.c/.C
14839
14840 2007-06-06  Vincent Celier  <celier@adacore.com>
14841             Robert Dewar  <dewar@adacore.com>
14842
14843         * xgnatugn.adb: Allow dots to be used in ug_words (-gnatw.c and
14844         -gnatw.C)
14845
14846         * gnat_ugn.texi: Fix ordering of -g switch for gnatmake
14847         Document gnatbind switch -a
14848         (case Constructions): Document that variables declarations are allowed
14849         for previously declared variables.
14850         Fix external lib project example
14851         -gnatg: Indicate new VMS qualifier /GNAT_INTERNAL
14852         Indicate that "#if not X or Y then" is not allowed in input files to
14853         gnatprep.
14854         Document gnatw.x and gnatw.X warning flags
14855         Mention -Winline switch to activate warnings when back-end inlining is
14856         ineffective.
14857         Add gnatcheck rule descriptions
14858         Describe how to use the GNAT driver to call a tool on a closure.
14859         Describe how to run project-wide checks or metrics.
14860         Document gnatbind's -R option
14861         Updated to account for Ada 2005 support
14862
14863         * gnat_rm.texi (Case Construction): Allow variable declarations for
14864         previously declared variables.
14865         (Representation Clauses and Pragmas): Lift restriction on alignment
14866         clauses for record types.
14867         (Ada.Characters.*): Fix typo in reference to A.3.3(27).
14868         Document No_Exception_Propagation restriction
14869         Document No_Body pragma
14870         Updated to account for Ada 2005 support; corrected some typos
14871         (Implementation Defined Pragmas): Document pragma Universal_Aliasing.
14872
14873         * gnat-style.texi: Make it clear that we never use mode IN for
14874         procedures or functions
14875
14876         * ug_words: Add entries for -gnatw.x and -gnatw.X
14877         Add entries for -gnatw.c/.C
14878
14879 2007-06-06  Pascal Obry  <obry@adacore.com>
14880             Vincent Celier  <celier@adacore.com>
14881
14882         * makegpr.adb (Add_Archive_Path): Use untouched object and library
14883         dirs and library name.
14884         (Build_Global_Archive): Idem. Minor code clean-up. Removes duplicate
14885         comments.
14886         (Build_Library): Idem.
14887         (Compile_Individual_Sources): Idem.
14888         (Compile_Link_With_Gnatmake): Idem.
14889         (Compile_Sources): Idem.
14890         (Get_Imported_Directories): Idem.
14891         (Link_Executables): Idem. Same change for the executable dir.
14892         (Check_Compilation_Needed): C_Source_Path new variable containing
14893         the canonical form of Source_Path to check against the source names
14894         in the dependency file.
14895         (Build_Global_Archive, Compile_Individual_Sources, Compile_Sources): In
14896         verbose mode, display the name of the object directory we're changing
14897         to.
14898         (Saved_Switches): New name of table X_Switches
14899         (Scan_Arg): Recognize new switch -aP and save in table Saved_Switches
14900         (Usage): New line for switch -aP
14901         (Get_Imported_Directories.Add): Make sure that Add_Arg is True before
14902         testing if a directory should be added to the search path.
14903
14904 2007-06-06  Javier Miranda  <miranda@adacore.com>
14905
14906         * a-cidlli.ads, a-cdlili.ads, a-cohama.ads, a-coinve.ads,
14907         a-convec.ads (Empty_Vector, Empty_Map, Empty_List): Move this object
14908         declaration after freezing point of all its associated tagged types;
14909         otherwise such types are frozen too early.
14910
14911 2007-06-06  Robert Dewar  <dewar@adacore.com>
14912
14913         * a-reatim.adb: Documentation addition
14914
14915         * g-cgideb.adb: Minor code reorganization
14916
14917         * tree_io.adb, treepr.adb, cstand.adb, krunch.adb, par.adb,
14918         mdll-utl.adb, par-ch5.adb, par-tchk.adb, s-exctab.ads, s-memory.ads,
14919         s-osprim.ads, s-restri.ads, s-soflin.ads: Minor reformatting.
14920
14921         * debug.ads, debug.adb (Get_Debug_Flag_K): Remove unused obsolete
14922         function.  Change name New_Scope to Push_Scope
14923         (Get_Debug_Flag_K): Remove unused obsolete function.
14924
14925         * exp_ch8.adb, inline.adb, sem_ch8.ads: Change name New_Scope to
14926         Push_Scope.
14927
14928         * makeusg.adb: Update Copyright notice
14929         Add line for switch -aP
14930
14931         * makeusg.adb: Fix wording of some usage messages
14932
14933         * s-assert.adb (Raise_Assert_Failure): Add call to
14934         Debug_Raise_Assert_Failure.
14935
14936         * s-unstyp.ads (type Packed_Bytes2): Change alignment to use 'Min
14937         (2, Standard'Alignment) for compatibility with AAMP (where alignment
14938         is restricted to 1).
14939
14940         * s-wchjis.adb: Remove use of System.Pure_Exceptions
14941
14942         * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): Set the
14943         node location to No_Location when we're not debugging the expanded
14944         code.
14945
14946 2007-05-22  Alexandre Oliva  <aoliva@redhat.com>
14947
14948         * misc.c (enumerate_modes): Consider log2_b to always be one.
14949
14950 2007-05-14  Rafael Ávila de Espíndola  <espindola@google.com>
14951
14952         * misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
14953
14954 2007-05-02  Pascal Obry  <obry@adacore.com>
14955
14956         * gnatchop.adb (Write_Source_Reference_Pragma): Change implementation
14957         to use Stream_IO.File_Type. This is needed to make use of the UTF-8
14958         encoding support of Stream_IO.
14959         (Write_Unit): Idem.
14960
14961         * adaint.h, adaint.c (__gnat_os_filename): New routine. Returns the
14962         filename and corresponding encoding to match the OS requirement.
14963         (__gnat_file_exists): Do not call __gnat_stat() on Windows as this
14964         routine will fail on specific devices like CON: AUX: ...
14965
14966         PR ada/29856: Add missing braces
14967
14968 2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
14969
14970         PR ada/31660
14971         * ada-tree.h (lang_tree_node): Fix typo in chain_next.
14972
14973 2007-04-21  Jan Hubicka  <jh@suse.cz>
14974
14975         * misc.c (gnat_expand_body): Don't call target for destructors,
14976         avoid redundant check on syntax errors.
14977
14978 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
14979
14980         * ada-tree.h (lang_tree_node): Use GENERIC_NEXT
14981         instead of checking GIMPLE_STMT_P in chain_next.
14982
14983 2007-04-17  Andreas Krebbel  <krebbel1@de.ibm.com>
14984
14985         PR ada/31576
14986         * system-linux-alpha.ads: Disable constant condition warning for the
14987         Default_Bit_Order variable.
14988         * system-linux-s390.ads: Likewise.
14989         * system-linux-s390x.ads: Likewise.
14990         * system-linux-sparc.ads: Likewise.
14991
14992 2007-04-06  Javier Miranda  <miranda@adacore.com>
14993             Matt Heaney  <heaney@adacore.com>
14994             Robert Dewar  <dewar@adacore.com>
14995
14996         a-coprnu.ads, a-cohata.ads, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
14997         a-cgarso.ads, a-secain.ads, a-slcain.ads, a-shcain.ads, a-chtgke.ads,
14998         a-chtgke.ads, a-coprnu.ads, a-contai.ads, a-chtgke.ads, a-chtgke.adb,
14999         a-stwiha.ads, a-strhas.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
15000         a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads, a-stzfix.ads,
15001         a-stzhas.ads, a-szuzha.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoio.ads,
15002         a-ztinio.ads, a-zttest.ads, a-zzunio.ads, a-astaco.ads, a-charac.ads,
15003         a-chlat1.ads, ada.ads, a-dynpri.ads, a-flteio.ads, a-fwteio.ads,
15004         a-inteio.ads, a-intnam.ads, a-ioexce.ads, a-iwteio.ads, a-lfteio.ads,
15005         a-lfwtio.ads, a-liteio.ads, a-liwtio.ads, a-llftio.ads, a-llfwti.ads,
15006         a-llitio.ads, a-lliwti.ads, a-ncelfu.ads, a-ngcefu.ads, a-ngelfu.ads,
15007         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads, a-nllcty.ads,
15008         a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads, a-nucoty.ads,
15009         a-nuelfu.ads, a-numeri.ads, a-sfteio.ads, a-sfwtio.ads, a-siteio.ads,
15010         a-siwtio.ads, a-ssitio.ads, a-ssiwti.ads, a-storio.ads, a-strfix.ads,
15011         a-string.ads, a-stwifi.ads, a-titest.ads, a-unccon.ads, a-uncdea.ads,
15012         a-wtcoio.ads, a-wtinio.ads, a-wttest.ads, calendar.ads, directio.ads,
15013         i-c.ads, ioexcept.ads, machcode.ads, sequenio.ads, text_io.ads,
15014         unchconv.ads, unchdeal.ads, a-widcha.ads, a-zchara.ads, a-stboha.ads,
15015         a-stfiha.ads, a-coteio.ads, a-envvar.ads, a-lcteio.ads, a-llctio.ads,
15016         a-scteio.ads, a-swbwha.ads, a-swfwha.ads, a-szbzha.ads, a-szfzha.ads,
15017         a-tiboio.ads, a-wwboio.ads, a-zzboio.ads, a-dispat.ads, a-tgdico.ads,
15018         expander.adb, g-socket.ads, par-labl.adb, sinput-c.adb, s-tarest.ads,
15019         s-stchop.ads, g-expect-vms.adb, s-taprop-lynxos.adb,
15020         s-taprop-tru64.adb, s-taprop-irix.adb,
15021         s-taprop-hpux-dce.adb, s-traceb-hpux.adb,
15022         s-taprop-linux.adb, s-taprop-dummy.adb, s-osprim-unix.adb,
15023         s-osprim-solaris.adb, s-taprop-solaris.adb, s-taprop-vms.adb,
15024         s-osprim-mingw.adb, s-taprop-mingw.adb, s-osprim-posix.adb,
15025         s-taprop-posix.adb, a-exexpr-gcc.adb, a-ststio.adb, a-ststio.ads,
15026         a-textio.adb, a-textio.ads, a-tideau.adb, a-tideau.ads, a-witeio.adb,
15027         a-witeio.ads, a-wtdeau.adb, a-wtdeau.ads, g-calend.adb, g-calend.ads,
15028         g-dirope.adb, g-expect.ads, gnatchop.adb, g-spipat.adb, g-spipat.ads,
15029         s-direio.adb, s-direio.ads, s-fatgen.adb, s-fatgen.ads, s-parint.adb,
15030         s-sequio.adb, s-sequio.ads, s-taprop.ads, s-valdec.adb, s-valdec.ads,
15031         s-valint.adb, s-valint.ads, s-vallld.adb, s-vallld.ads, s-vallli.adb,
15032         s-vallli.ads, s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
15033         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads, xref_lib.adb,
15034         s-stchop.adb, i-vxwork-x86.ads, a-crbtgo.ads, a-crbtgo.adb,
15035         a-coorse.ads, a-coorse.adb, a-cohama.ads, a-cohama.adb, a-ciorse.ads,
15036         a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-chtgop.ads, a-chtgop.ads,
15037         a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cihase.ads, a-cohase.adb,
15038         a-cohase.ads, a-swuwha.ads, a-ciormu.ads, a-coormu.ads, a-rbtgso.ads,
15039         a-stunha.ads, a-ciorma.adb, a-coorma.adb, a-ztdeau.adb, a-ztdeau.ads,
15040         a-ztexio.adb, a-ztexio.ads: Addition of null-exclusion to anonymous
15041         access types.
15042         Update documentation.
15043         Minor rewording.
15044
15045 2007-04-06  Robert Dewar  <dewar@adacore.com>
15046
15047         * system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
15048         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
15049         system-vxworks-sparcv9.ads, system-solaris-x86.ads, system-irix-o32.ads,
15050         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
15051         system-linux-x86.ads, system-vxworks-mips.ads, system-interix.ads,
15052         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
15053         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
15054         system-vxworks-alpha.ads, system-vms_64.ads, system-darwin-ppc.ads,
15055         system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
15056         system-hpux-ia64.ads, targparm.adb,
15057         targparm.ads (Functions_Return_By_DSP_On_Target): Removed
15058
15059         * system.ads: Move Functions_Return_By_DSP to obsolete section,
15060         kept for bootstrap purposes only.
15061
15062 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
15063
15064         * s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
15065         s-osinte-freebsd.ads, s-osinte-aix.ads, s-osinte-darwin.ads,
15066         s-taprop-posix.adb (Create_Task): Fix handling of Task_Info.
15067         (PTHREAD_SCOPE_PROCESS, PTHREAD_SCOPE_SYSTEM): New constants.
15068
15069 2007-04-06  Robert Dewar  <dewar@adacore.com>
15070
15071         * a-except.adb, a-except.ads, a-except-2005.ads, a-except-2005.adb
15072         (Local_Raise): New dummy procedure called when a raise is converted
15073         to a local goto. Used for debugger to detect that the exception
15074         is raised.
15075
15076         * debug.adb: Document new d.g flag (expand local raise statements to
15077         gotos even if pragma Restriction (No_Exception_Propagation) is not set)
15078
15079         * exp_sel.adb: Use Make_Implicit_Exception_Handler
15080
15081         * exp_ch11.adb (Expand_Exception_Handlers): Use new flag -gnatw.x to
15082         suppress warnings for unused handlers.
15083         (Warn_If_No_Propagation):  Use new flag -gnatw.x to suppress
15084         warnings for raise statements not handled locally.
15085         (Get_RT_Exception_Entity): New function
15086         (Get_Local_Call_Entity): New function
15087         (Find_Local_Handler): New function
15088         (Warn_If_No_Propagation): New procedure
15089         (Expand_At_End_Handler): Call Make_Implicit_Handler
15090         (Expand_Exception_Handlers): Major additions to deal with local handlers
15091         (Expand_N_Raise_Constraint_Error, Expand_N_Raise_Program_Error,
15092         Expand_N_Raise_Storage_Error, (Expand_N_Raise_Statement): Add handling
15093         for local raise
15094
15095         * exp_ch11.ads (Get_RT_Exception_Entity): New function
15096         (Get_Local_Call_Entity): New function
15097
15098         * gnatbind.adb (Restriction_List): Add No_Exception_Propagation to list
15099         of restrictions that the binder will never suggest adding.
15100
15101         * par-ch11.adb (P_Exception_Handler): Set Local_Raise_Statements field
15102         to No_Elist.
15103
15104         * restrict.adb (Check_Restricted_Unit): GNAT.Current_Exception may not
15105         be with'ed in the presence of pragma Restriction
15106         (No_Exception_Propagation).
15107
15108         * sem.adb (Analyze): Add entries for N_Push and N_Pop nodes
15109
15110         * sem_ch11.adb (Analyze_Exception_Handler): If there is a choice
15111         parameter, then the handler is not a suitable target for a local raise,
15112         and this is a violation of restriction No_Exception_Propagation.
15113         (Analyze_Handled_Statements): Analyze choice parameters in exception
15114         handlers before analyzing statement sequence (needed for proper
15115         detection of local raise statements).
15116         (Analyze_Raise_Statement): Reraise statement is a violation of the
15117         No_Exception_Propagation restriction.
15118
15119         * s-rident.ads: Add new restriction No_Exception_Propagation
15120
15121         * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): New
15122         function, like Make_Exception_Handler but sets Local_Raise_Statements
15123         to No_List.
15124         (Add_Unique_Serial_Number): Deal with case where this is called during
15125         processing of configuration pragmas.
15126
15127 2007-04-06  Thomas Quinot  <quinot@adacore.com>
15128             Pat Rogers  <rogers@adacore.com>
15129             Pascal Obry  <obry@adacore.com>
15130
15131         * g-stsifd-sockets.adb: New file.
15132
15133         * g-socthi.ads, g-socket.adb, g-socthi-vxworks.adb,
15134         g-socthi-vxworks.ads, g-socthi-mingw.ads, g-socthi-vms.ads,
15135         g-socthi-vms.adb: Move signalling
15136         fd management to a nested package, so that they can conveniently be
15137         moved to a subunit that is shared across Windows, VMS, and VxWorks
15138         (Ada implementation) or completed with imported bodies from socket.c
15139         (UNIX case).
15140         (Read_Signalling_Fd, Write_Signalling_Fd, Create_Signalling_Fds): New
15141         subprograms.
15142         (Check_Selector): Use Read_Signalling_Fd to read and discard data from
15143         the signalling file descriptor.
15144         (Abort_Selector): Use Write_Signalling_Fd to write dummy data to the
15145         signalling file descriptor.
15146         (Create_Selector): Use new C-imported subprogram Create_Signalling_Fds
15147         instead of creating a pair of sockets for signalling here.
15148
15149         * g-socthi.adb: Ditto.
15150         Set the runtime process to ignore SIGPIPEs on platforms that support
15151         neither SO_NOSIGPIPE nor MSG_NOSIGNAL functionality.
15152
15153         * g-socthi-mingw.adb: Ditto.
15154         (WS_Version): Use Windows 2.2.
15155         Use Winsock 2.2 (instead of 1.1) for the GNAT.Socket API.
15156
15157         * g-soliop-mingw.ads: Link with ws2_32 for Windows 2.x support.
15158         Use Winsock 2.2 (instead of 1.1) for the GNAT.Socket API.
15159
15160         * Makefile.in: New libgnat pair g-stsifd.adb<g-stsifd-sockets.adb.
15161         added GNAT byte swapping facility
15162         Update FreeBSD THREADSLIB from -lc_r to -lpthread, for FreeBSD 6.
15163
15164         * g-bytswa.adb, g-bytswa-x86.adb, g-bytswa.ads: New files.
15165
15166         * socket.c (__gnat_read_signalling_fd, __gnat_write_controlling_fd):
15167         New subprograms.
15168         (__gnat_create_signalling_fds): New subprogram.
15169         Set the runtime process to ignore SIGPIPEs on platforms that support
15170         neither SO_NOSIGPIPE nor MSG_NOSIGNAL functionality.
15171
15172 2007-04-06  Hristian Kirtchev  <kirtchev@adacore.com>
15173             Vincent Celier  <celier@adacore.com>
15174
15175         * a-calend-vms.ads, a-calend.ads, a-calend.adb, a-calend-vms.adb:
15176         New version of Ada.Calendar which supports the new upper bound of Ada
15177         time (2399-12-31 86_399.999999999).
15178         The following modifications have been made to the package:
15179          - New representation of time as count of nanoseconds since the start of
15180            Ada time (1901-1-1 0.0).
15181          - Target independent Split and Time_Of routines which service both
15182            Ada 95 and Ada 2005 code.
15183          - Target independent interface to the Ada 2005 children of Calendar.
15184          - Integrated leap seconds into Ada 95 and Ada 2005 mode.
15185          - Handling of non-leap centenial years.
15186          - Updated clock function.
15187          - Updated arithmetic and comparison operators.
15188
15189         * a-caldel.adb (To_Duration): Add call to target independent routine in
15190         Ada.Calendar to handle the conversion of time to duration.
15191
15192         * sysdep.c (__gnat_localtime_tzoff): Test timezone before setting off
15193         (UTC Offset).
15194         If timezone is obviously incorrect (outside of -14 hours .. 14 hours),
15195         set off to 0.
15196         (__gnat_localtime_tzoff for Lynx and VxWorks): Even though these
15197         targets do not have a natural time zone, GMT is used as a default.
15198         (__gnat_get_task_options): New.
15199
15200         * a-direct.adb (Modification_Time): Add with and use clauses for
15201         Ada.Calendar and Ada.
15202         Calendar.Formatting. Remove with clause for Ada.Unchecked_Conversion
15203         since it is no longer needed.
15204         (Duration_To_Time): Removed.
15205         (OS_Time_To_Long_Integer): Removed.
15206         (Modification_Time): Rewritten to use Ada.Calendar and Ada.Calendar.
15207         Formatting Time_Of routines which automatically handle time zones,
15208         buffer periods and leap seconds.
15209
15210         * a-calari.ads, a-calari.adb ("+", "-", Difference): Add calls to
15211         target independent routines in Ada.Calendar.
15212
15213         * a-calfor.ads, a-calfor.adb:
15214         Code cleanup and addition of validity checks in various routines.
15215         (Day_Of_Week, Split, Time_Of): Add call to target independent routine in
15216         Ada.Calendar.
15217
15218         * a-catizo.ads, a-catizo.adb (UTC_Time_Offset): Add call to target
15219         independent routine in Ada.Calendar.
15220
15221 2007-04-06  Olivier Hainque  <hainque@adacore.com>
15222
15223         * adaint.c:
15224         (convert_addresses): Adjust prototype and dummy definition to expect an
15225          extra file_name argument.
15226
15227         * gmem.c (__gnat_convert_addresses): Wrapper to convert_addresses,
15228         filling the now expected file_name argument with the appropriate
15229         argv[0] expansion.
15230         (__gnat_gmem_a2l_initialize, __gnat_gmem_read_next_frame): Use it.
15231         (tracebk): Array of void * instead of char *, corresponding to what
15232          convert_addresses expects.
15233         (exename): New static global, to hold the executable file name to be
15234         used in all convert_addresses invocations.
15235         (gmem_read_backtrace, __gnat_gmem_symbolic): Account for tracebk type
15236         change.
15237         (__gnat_gmem_a2l_initialize): Resolve exename.
15238         (__gnat_convert_addresses): Use exename as the convert_addresses
15239         file_name argument.
15240
15241         * g-trasym.adb (Symbolic_Traceback): Adjust signature of imported
15242         "convert_addresses", now expecting a filename argument. Import the
15243         necessary entities to compute the filename to use and pass it to
15244         convert_addresses.
15245
15246 2007-04-06  Matt Gingell  <gingell@adacore.com>
15247
15248         * system-aix.ads: Back out previous change.
15249         (Functions_Return_By_DSP): Removed
15250
15251 2007-04-06  Pascal Obry  <obry@adacore.com>
15252
15253         * s-osprim-mingw.adb (Timed_Delay): Use the right clock (standard one
15254         or the monotonic used by Ada.Real_Time) to compute the sleep duration
15255         on Windows.
15256
15257 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
15258
15259         * s-osinte-vxworks.ads, s-osinte-vxworks.adb (VX_FP_TASK): Remove this
15260         function. Its value changes in different VxWorks versions, and it is
15261         now handled by the function __gnat_get_task_options.
15262
15263         * s-taprop-vxworks.adb (Create_Task): Call the function
15264         __gnat_get_task_options to get the required options for creating a task.
15265
15266 2007-04-06  Pascal Obry  <obry@adacore.com>
15267             Thomas Quinot  <quinot@adacore.com>
15268
15269         * adaint.c: Replace all occurences of S2WS to S2WSU (Unicode) when
15270         dealing with filename.
15271         (__gnat_fopen): Call the proper macro (8bits or UTF8) to convert the
15272         filename from a standard string to a wide-string depending on the
15273         encoding value.
15274         (__gnat_freopen): Idem.
15275         (__gnat_current_time): New function (wrapper for time(3) standard C
15276         function).
15277
15278         * g-os_lib.ads (Current_Time): New function. Returns the current
15279         system time as an OS_Time value.
15280
15281         * s-osprim.ads (Clock): Add more precise definition of UNIX epoch.
15282         (Monotonic_Clock): Same.
15283
15284 2007-04-06  Quentin Ochem  <ochem@adacore.com>
15285
15286         * ali.ads, ali.adb (Get_Nat): Raise an exception if the file cursor is
15287         not on a natural.
15288         (Scan_ALI): Cancel the xref line if there has been a reading ALI error.
15289
15290 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
15291
15292         * a-retide.adb: Add elaboration code to ensure that the tasking run
15293         time is initialized when using delay operations even when no task is
15294         created.
15295
15296 2007-04-06  Javier Miranda  <miranda@adacore.com>
15297
15298         * a-tags.ads, a-tags.adb (Object_Specific_Data): Remove
15299         component Num_Prim_Ops.
15300         (Set_Num_Prim_Ops): Removed.
15301         Remove all the assertions because all the routines of this
15302         package are inline always.
15303         (Get_Offset_Index): Add support to primary dispatch tables.
15304         Move the documentation about the dispatch table to a-tags.ads
15305         (Set_External_Tag): Removed
15306         (Inherit_TSD): Removed.
15307         (Interface_Data_Element, Interfaces_Array, Interface_Data): Declarations
15308         moved to a-tags.ads
15309         (Displace, IW_Membership, Inherit_TSD, Interface_Ancestor_Tags,
15310         Register_Interface_Tag, Set_Offset_To_Top): Update all the occurrences
15311         of the TSD field "Table" because this field has been renamed to
15312         "Ifaces_Table".
15313         (Inherit_CPP_DT): Removed.
15314         (K_Typeinfo, K_Offset_To_Top, K_Tagged_Kind, K_Signature,
15315         Cstring, Tag_Table, Type_Specific_Data, Dispatch_Table): These
15316         declarations have been moved to a-tags.ads
15317         (Check_Size): Removed.
15318         (Expanded_Name): Updated to get access to the new field of TSD
15319         containing the address of the expanded name.
15320         (Get_Access_Level/Set_Access_Level): Removed.
15321         (Get_Predefined_Prim_Op_Address): Removed.
15322         (Set_Predefined_Prim_Op_Address): Removed.
15323         (Get_Prim_Op_Address/Set_Prim_Op_Address): Removed.
15324         (Get_Remotely_Callable/Set_Remotely_Callable): Removed.
15325         (Set_Expanded_Name): Removed.
15326         (Inherit_DT): Removed.
15327         (Inherit_CPP_DT): Removed.
15328         (Set_RC_Offset): Removed.
15329         (Set_TSD): Removed.
15330         (Base_Address): New function that displaces "this" to point to the base
15331         of the object (that is, to point to the primary tag of the object).
15332
15333 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15334             Javier Miranda  <miranda@adacore.com>
15335
15336         * exp_ch3.ads, exp_ch3.adb (Analyze_N_Full_Type_Declaration): For an
15337         anonymous access component, do not create a master_id if type already
15338         has one, as may happen if the type is a subcomponent of a packed array
15339         type.
15340         (Build_Init_Procedure, Component_Needs_Simple_Initialization,
15341         Initialize_Tag): Remove code associated with the old CPP pragmas.
15342         CPP_Virtual and CPP_Vtable are no longer supported.
15343         (Build_Offset_To_Top_Internal): Add support for concurrent record types
15344         (Build_Offset_To_Top_Functions): Add support for concurrent record types
15345         (Freeze_Record_Type): Remove call to
15346         Init_Predefined_Interface_Primitives.
15347         (Init_Secondary_Tags.Initialize_Tag): New subprogram containing all the
15348         code required to initialize the tags of the secondary dispatch tables.
15349         This leaves the algoritm more clear.
15350         (Init_Secondary_Tags): Add support for concurrent record types
15351         (Make_Predefined_Primitive_Specs): Code cleanup.
15352         (Predefined_Primitive_Bodies): Code cleanup.
15353         (Build_Master_Renaming): New local subprogram.
15354         (Expand_N_Full_Type_Declaration): Build the master_id associated with
15355         anonymous access to task type components.
15356         (Expand_N_Subtype_Indication): The bounds of a range constraint in a
15357         subtype indication are resolved during analysis, and must not be done
15358         here.
15359         (Stream_Operation_OK): Check Restriction_Active before RTE_Available.
15360
15361 2007-04-06  Geert Bosch  <bosch@adacore.com>
15362             Ed Schonberg  <schonberg@adacore.com>
15363             Javier Miranda  <miranda@adacore.com>
15364             Bob Duff  <duff@adacore.com>
15365
15366         * exp_ch4.adb (Expand_N_Type_Conversion): Remove special processing
15367         for conversion of a Float_Type'Truncation to integer.
15368
15369         * exp_attr.adb (Is_Inline_Floating_Point_Attribute): New function to
15370         check if a node is an attribute that can be handled directly by the
15371         back end.
15372         (Expand_N_Attribute_Reference): Suppress expansion of floating-point
15373         attributes that can be handled directly by the back end.
15374         (Expand_N_Attribute_Reference, case 'Access and 'Unchecked_Access):
15375         use new predicate Is_Access_Protected_Subprogram_Type.
15376         (Expand_N_Attribute_Reference, case 'Write): The reference is legal for
15377         and Unchecked_Union if it is generated as part of the default  Output
15378         procedure for a type with default discriminants.
15379         (Expand_N_Attribute_Reference): Avoid the expansion of dispatching calls
15380         if we are compiling under restriction No_Dispatching_Calls.
15381         (Constrained): Use Underlying_Type, in case the type is private without
15382         discriminants, but the full type has discriminants.
15383         (Expand_N_Attribute_Reference): Replace call to Get_Access_Level by
15384         call to Build_Get_Access_Level.
15385         (Expand_N_Attribute_Reference): The use of 'Address with class-wide
15386         interface objects requires a call to the run-time subprogram that
15387         returns the base address of the object.
15388         (Valid_Conversion): Improve error message on illegal attempt to store
15389         an anonymous access to subprogram value into a record component.
15390
15391         * sem_res.adb (Resolve_Equality_Op): Detect ambiguity for "X'Access =
15392         null".
15393         (Simplify_Type_Conversion): New procedure that performs simplification
15394         of Int_Type (Float_Type'Truncation (X)).
15395         (Resolve_Type_Conversion): Call above procedure after resolving operand
15396         and before performing checks. This replaces the existing ineffective
15397         code in Exp_Ch4.
15398         (Set_String_Literal_Subtype): When creating the internal static lower
15399         bound subtype for a string literal, use a newly created copy of the
15400         subtree representing the lower bound.
15401         (Resolve_Call): Exclude build-in-place function calls from transient
15402         scope treatment. Update comments to describe this exception.
15403         (Resolve_Equality_Op): In case of dispatching call check violation of
15404         restriction No_Dispatching_Calls.
15405         (Resolve_Call): If the call returns an array, the context imposes the
15406         component type of the array, and the function has one non-defaulted
15407         parameter, rewrite the call as the indexing of a call with a single
15408         parameter, to handle an Ada 2005 syntactic ambiguity for calls written
15409         in prefix form.
15410         (Resolve_Actuals): If an actual is an allocator for an access parameter,
15411         the master of the created object is the innermost enclosing statement.
15412         (Remove_Conversions): For a binary operator, check if type of second
15413         formal is numeric, to check if an abstract interpretation is present
15414         in the case of exponentiation as well.
15415
15416 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15417             Bob Duff  <duff@adacore.com>
15418
15419         * atree.h, atree.ads, atree.adb (Copy_Node_With_Replacement): When
15420         copying a parameter list in a call, set properly the First_Named_Formal
15421         and Next_Named_Formal fields in the new list and in the enclosing call.
15422         (Watch_Node,New_Node_Breakpoint,New_Node_Debugging_Output): Shorten
15423         names, to ease typing in the debugger. Improve comments.
15424         (Watch_Node): New variable, intended to be set in the debugger.
15425         (New_Node_Breakpoint): New do-nothing procedure to set a breakpoint on,
15426         called when the watched node is created.
15427         (New_Node_Debugging_Output): Combined version of local procedures
15428         New_Node_Debugging_Output and New_Entity_Debugging_Output, now global,
15429         with a parameter so that conditional breakpoints like "if Node = 12345"
15430         work.
15431         (New_Node, New_Entity): Call the global New_Node_Debugging_Output.
15432         Add Elist1 function
15433
15434 2007-04-06  Thomas Quinot  <quinot@adacore.com>
15435             Ed Schonberg  <schonberg@adacore.com>
15436             Gary Dismukes  <dismukes@adacore.com>
15437
15438         * checks.ads, checks.adb (Selected_Range_Checks): No range check is
15439         required for a conversion between two access-to-unconstrained-array
15440         types.
15441         (Expr_Known_Valid): Validity checks do not apply to discriminants, but
15442         to discriminant constraints on discriminant objects. This rule must
15443         apply as well to discriminants of protected types in private components.
15444         (Null_Exclusion_Static_Checks): If No_Initialization is set on an
15445         object of a null-excluding access type then don't require the
15446         the object declaration to have an expression and don't emit a
15447         run-time check.
15448
15449 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
15450             Eric Botcazou  <botcazou@adacore.com>
15451
15452         * gnatvsn.ads, comperr.adb (Get_Gnat_build_Type): Renamed Build_Type
15453         and made constant.
15454
15455         * comperr.ads, comperr.adb (Compiler_Abort): Add third parameter
15456         Fallback_Loc. Use it as the sloc info when Current_Error_Node doesn't
15457         carry any.
15458
15459         * fe.h (Compiler_Abort): Add third parameter.
15460
15461         * misc.c (internal_error_function): Build third argument from current
15462         input location and pass it to Compiler_Abort.
15463
15464 2007-04-06  Gary Dismukes  <dismukes@adacore.com>
15465
15466         * cstand.adb (Create_Standard): When the target's storage unit size is
15467         greater than a byte, set Has_Non_Standard_Rep and Has_Pragma_Pack on
15468         Standard_String.
15469
15470 2007-04-06  Nicolas Roche  <roche@adacore.com>
15471
15472         * cstreams.c (__gnat_full_name): Fix issues on VxWorks 6.x for which
15473         absolute path can have the following form: device:/a/b. In this case
15474         '/' should be inserted between the path and the filename.
15475
15476 2007-04-06  Olivier Hainque  <hainque@adacore.com>
15477             Eric Botcazou  <botcazou@adacore.com>
15478
15479         * decl.c (gnat_to_gnu_entity) <E_Constant>: Associate an external
15480         VAR_DECL to a CONST_DECL we make for a public constant when we know the
15481         corresponding definition has created the so made visible variable.
15482         Handle anonymous access to protected subprogram.
15483         (gnat_to_gnu_entity) <E_Variable>: Do not make the underlying type of an
15484         object with an address clause volatile.  Re-enable original fix.
15485         <E_Subprogram_Type>: Set TYPE_REF_CAN_ALIAS_ALL on the reference type
15486         too.
15487         (gnat_to_gnu_entity) <E_Class_Wide_Type>: Retrieve the TYPE_DECL
15488         associated with either the Equivalent or Root type, instead of the
15489         naked type node.
15490         (gnat_to_gnu_entity): Manually mark the top of the DECL_FIELD_OFFSET
15491         subtree for every field of a global record type.
15492         (gnat_to_gnu_entity) <E_Record_Subtype>: If the subtype has
15493         discriminants, invoke again variable_size on its newly computed sizes.
15494
15495 2007-04-06  Robert Dewar  <dewar@adacore.com>
15496             Thomas Quinot  <quinot@adacore.com>
15497             Ed Schonberg  <schonberg@adacore.com>
15498             Bob Duff  <duff@adacore.com>
15499
15500         * einfo.ads, einfo.adb: (First_Component_Or_Discriminant): New function
15501         (Next_Component_Or_Discriminant): New function and procedure
15502         (First_Index, First_Literal, Master_Id,
15503         Set_First_Index, Set_First_Literal, Set_Master_Id):
15504         Add missing Ekind assertions.
15505         (Is_Access_Protected_Subprogram_Type): New predicate.
15506         (Has_RACW): New entity flag, set on package entities to indicate that
15507         the package contains the declaration of a remote accecss-to-classwide
15508         type.
15509         (E_Return_Statement): This node type has the Finalization_Chain_Entity
15510         attribute, in case the result type has controlled parts.
15511         (Requires_Overriding): Add this new flag, because "requires
15512         overriding" is subtly different from "is abstract" (see AI-228).
15513         (Is_Abstract): Split Is_Abstract flag into Is_Abstract_Subprogram and
15514         Is_Abstract_Type. Make sure these are called only when appropriate.
15515         (Has_Pragma_Unreferenced_Objects): New flag
15516
15517         * exp_ch5.adb (Expand_N_Assignment_Statement): If the left-hand side is
15518         class-wide, the tag of the right-hand side must be an exact match, not
15519         an ancestor of that of the object on left-hand side.
15520         (Move_Activation_Chain): New procedure to create the call to
15521         System.Tasking.Stages.Move_Activation_Chain.
15522         (Expand_N_Extended_Return_Statement): Generate code to call
15523         System.Finalization_Implementation.Move_Final_List at the end of a
15524         return statement if the function's result type has controlled parts.
15525         Move asserts to Build_In_Place_Formal.
15526         (Move_Final_List): New function to create the call statement.
15527         (Expand_N_Assignment_Statement): In case of assignment to a class-wide
15528         tagged type, replace generation of call to the run-time subprogram
15529         CW_Membership by call to Build_CW_Membership.
15530         (Expand_N_Return_Statement): Replace generation of call to the run-time
15531         subprogram Get_Access_Level by call to Build_Get_Access_Level.
15532         (Expand_N_Simple_Function_Return): Replace generation of call to the
15533         run-time subprogram Get_Access_Level by call to Build_Get_Access_Level.
15534
15535         * exp_ch6.ads, exp_ch6.adb (Expand_Call): Use new predicate
15536         Is_Access_Protected_Subprogram_Type, to handle both named and anonymous
15537         access to protected operations.
15538         (Add_Task_Actuals_To_Build_In_Place_Call): New procedure to add the
15539         master and chain actual parameters to a build-in-place function call
15540         involving tasks.
15541         (BIP_Formal_Suffix): Add new enumeration literals to complete the case
15542         statement.
15543         (Make_Build_In_Place_Call_In_Allocator,
15544         Make_Build_In_Place_Call_In_Anonymous_Context,
15545         Make_Build_In_Place_Call_In_Assignment,
15546         Make_Build_In_Place_Call_In_Object_Declaration): Call
15547         Add_Task_Actuals_To_Build_In_Place_Call with the appropriate master.
15548         (Expand_Inlined_Call): If the subprogram is a null procedure, or a
15549         stubbed procedure with a null body, replace the call with a null
15550         statement without using the full inlining machinery, for efficiency
15551         and to avoid invalid values in source file table entries.
15552
15553         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Add support for
15554         renamings of calls to build-in-place functions.
15555
15556         * rtsfind.adb (RTE_Record_Component_Available): New subprogram that
15557         provides the functionality of RTE_Available to record components.
15558         (RTU_Entity): The function Entity has been renamed to RTU_Entity
15559         to avoid undesired overloading.
15560         (Entity): New subprogram that returns the entity for the referened
15561         unit. If this unit has not been loaded, it returns Empty.
15562         (RE_Activation_Chain_Access, RE_Move_Activation_Chain): New entities.
15563         Remove no longer used entities.
15564         (RE_Finalizable_Ptr_Ptr, RE_Move_Final_List): New entities.
15565         (RE_Type_Specific_Data): New entity.
15566         (RE_Move_Any_Value): New entity.
15567         (RE_TA_A, RE_Get_Any_Type): New entities.
15568         (RE_Access_Level, RE_Dispatch_Table, E_Default_Prim_Op_Count,
15569          RE_Prims_Ptr, RE_RC_Offset, RE_Remotely_Callable,
15570          RE_DT_Typeinfo_Ptr_Size, RE_Cstring_Ptr, RE_DT_Expanded_Name): Added.
15571         (Entity): New subprogram that returns the entity for the referened
15572         unit. If this unit has not been loaded, it returns Empty.
15573         (RTE): Addition of a new formal that extends the search to the scopes
15574         of the record types found in the chain of the package.
15575
15576         * sem_ch6.ads, sem_ch6.adb (Check_Overriding_Indicator): Print
15577         "abstract subprograms must be visible" message, whether or not the type
15578         is an interface; that is, remove the special case for interface types.
15579         (Analyze_Function_Return): Remove error message "return of task objects
15580         is not yet implemented" because this is now implemented.
15581         (Create_Extra_Formals): Add the extra master and activation chain
15582         formals in case the result type has tasks.
15583         Remove error message "return of limited controlled objects is not yet
15584         implemented".
15585         (Create_Extra_Formals): Add the extra caller's finalization list formal
15586         in case the result type has controlled parts.
15587         (Process_Formals): In case of access formal types there is no need
15588         to continue with the analysis of the formals if we already notified
15589         errors.
15590         (Check_Overriding_Indicator): Add code to check overriding of predefined
15591         operators.
15592         (Create_Extra_Formals): Prevent creation of useless Extra_Constrained
15593         flags for formals that do not require them,.
15594         (Enter_Overloaded_Entity): Do not give -gnatwh warning message unless
15595         hidden entity is use visible or directly visible.
15596         (Analyze_Abstract_Subprogram_Declaration,Analyze_Subprogram_Body,
15597         Analyze_Subprogram_Declaration,Analyze_Subprogram_Specification,
15598         Check_Conventions,Check_Delayed_Subprogram,Make_Inequality_Operator,
15599         New_Overloaded_Entity): Split Is_Abstract flag into
15600         Is_Abstract_Subprogram and Is_Abstract_Type.
15601
15602         * s-finimp.ads, s-finimp.adb (Move_Final_List): New procedure to move
15603         a return statement's finalization list to the caller's list, used for
15604         build-in-place functions with result type with controlled parts.
15605         Remove no longer used entities.
15606
15607         * s-taskin.ads (Activation_Chain): Remove pragma Volatile. It is no
15608         longer needed, because the full type is now limited, and therefore a
15609         pass-by-reference type.
15610         (Foreign_Task_Level): New constant.
15611
15612         * s-tassta.ads, s-tassta.adb (Move_Activation_Chain): New procedure to
15613         move tasks from the activation chain belonging to a return statement to
15614         the one passed in by the caller, and update the master to the one
15615         passed in by the caller.
15616         (Vulnerable_Complete_Master, Check_Unactivated_Tasks): Check the master
15617         of unactivated tasks, so we don't kill the ones that are being returned
15618         by a build-in-place function.
15619         (Create_Task): Ignore AI-280 for foreign threads.
15620
15621 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15622             Robert Dewar  <dewar@adacore.com>
15623             Bob Duff  <duff@adacore.com>
15624             Gary Dismukes  <dismukes@adacore.com>
15625
15626         * errout.adb (Unwind_Internal_Type): Use predicate
15627         Is_Access__Protected_Subprogram_Type.
15628
15629         * freeze.adb (Size_Known): Use First/Next_Component_Or_Discriminant
15630         (Freeze_Entity, packed array case): Do not override explicitly set
15631         alignment and size clauses.
15632         (Freeze_Entity):  An entity declared in an outer scope can be frozen if
15633         the enclosing subprogram is a child unit body that acts as a spec.
15634         (Freeze_Entity): Use new predicate Is_Access_Protected_Subprogram_Type.
15635         (Freeze_Record_Type): New Ada 2005 processing for reverse bit order
15636         Remove all code for DSP option
15637
15638         * layout.adb (Layout_Record_Type): Use First/
15639         Next_Component_Or_Discriminant
15640         (Layout_Type): Use new predicate Is_Access_Protected_Subprogram_Type,
15641         to handle properly the anonymous access case.
15642
15643         * sem_attr.adb (Build_Access_Object_Type): Use E_Access_Attribute_Type
15644         for all access attributes, because overload resolution should work the
15645         same for 'Access, 'Unchecked_Access, and 'Unrestricted_Access. This
15646         causes the error message for the ambiguous "X'Access = Y'Access" and
15647         "X'Unrestricted_Access = Y'Access" and so forth to match.
15648         (Resolve_Attribute, case 'Access): Remove use of Original_Access_Type,
15649         now that anonymous access to protected operations have their own kind.
15650         (Resolve_Attribute): In case of dispatching call check the violation of
15651         restriction No_Dispatching_Calls.
15652         (Check_Array_Type): Check new -gnatyA array index style option
15653
15654         * sem_ch3.ads, sem_ch3.adb (Derived_Type_Declaration): Reject an
15655         attempt to derive from a synchronized tagged type.
15656         (Analyze_Type_Declaration): If there is a incomplete tagged view of the
15657         type, inherit the class-wide type already created, because it may
15658         already have been used in a self-referential anonymous access component.
15659         (Mentions_T): Recognize self-referential anonymous access components
15660         that use (a subtype of) the class-wide type of the enclosing type.
15661         (Build_Derived_Record_Type): Add earlier setting of Is_Tagged_Type. Pass
15662         Derived_Type for Prev formal on call to
15663         Check_Anonymous_Access_Components rather than Empty.
15664         (Make_Incomplete_Type_Declaration): Add test for case where the type has
15665         a record extension in deciding whether to create a class-wide type,
15666         rather than just checking Tagged_Present.
15667         (Replace_Anonymous_Access_To_Protected_Subprogram): Procedure applies
15668         to stand-alone object declarations as well as component declarations.
15669         (Array_Type_Declaration): Initialize Packed_Array_Type to Empty, to
15670         prevent accidental overwriting when enclosing package appears in
15671         a limited_with_clause.
15672         (Array_Type_Declaration): If the component type is an anonymous access,
15673         the associated_node for the itype is the type declaration itself.
15674         (Add_Interface_Tag_Components): Modified to support concurrent
15675         types with abstract interfaces.
15676         (Check_Abstract_Interfaces): New subprogram that verifies the ARM
15677         rules 3.9.4 (15/2), 9.1 (9.d/2) and 9.4 (11.d/2).
15678         (Build_Derived_Record_Type): Add call to Analyze_Interface_Declaration
15679         to complete the decoration of synchronized interface types. Add also
15680         a call to Check_Abstract_Interfaces to verify the ARM rules.
15681         (Derive_Interface_Subprograms): Modified to support concurrent types
15682         with abstract interfaces.
15683         (Analyze_Subtype_Indication): Resolve the range with the given subtype
15684         mark, rather than delaying the full resolution depending on context.
15685         (Analyze_Component_Declaration,Analyze_Interface_Declaration,
15686         Analyze_Object_Declaration,Analyze_Subtype_Declaration,
15687         Array_Type_Declaration,Build_Derived_Record_Type,
15688         Build_Discriminated_Subtype,Check_Abstract_Overriding,Check_Completion,
15689         Derive_Interface_Subprograms,Derive_Subprogram,Make_Class_Wide_Type,
15690         Process_Full_View,Record_Type_Declaration): Split Is_Abstract flag into
15691         Is_Abstract_Subprogram and Is_Abstract_Type. Make sure these are
15692         called only when appropriate.
15693         (Copy_And_Swap): Copy Has_Unreferenced_Objects flag from full type
15694         to private type.
15695         (Analyze_Subtype_Declaration): For an access subtype declaration, create
15696         an itype reference for the anonymous designated subtype, to prevent
15697         scope anonmalies in gigi.
15698         (Build_Itype_Reference): New utility, to simplify construction of such
15699         references.
15700
15701 2007-04-06  Vincent Celier  <celier@adacore.com>
15702
15703         * errutil.adb (Initialize): Initialize warnings table, if all warnings
15704         are suppressed, supply an initial dummy entry covering all possible
15705         source locations.
15706
15707         * make.adb (Scan_Make_Arg): Reject options that should start with "--"
15708         and start with only one, such as "-RTS=none".
15709         (Collect_Arguments): Do not check for sources outside of projects.
15710         Do not collect arguments if project is externally built.
15711         (Compile_Sources): Do nothing, not even check if the source is up to
15712         date, if its project is externally built.
15713         (Compile): When compiling a predefined source, add -gnatpg
15714         as the second switch, after -c.
15715         (Compile_Sources): Allow compilation of Annex J renames without -a
15716         (Is_In_Object_Directory): Check if the ALI file is in the object
15717         even if there is no project extension.
15718         (Create_Binder_Mapping_File): Only put a unit in the mapping file for
15719         gnatbind if the ALI file effectively exists.
15720         (Initialize): Add the directory where gnatmake is invoked in front of
15721         the path if it is invoked from a bin directory, even without directory
15722         information, so that the correct GNAT tools will be used when spawned
15723         without directory information.
15724
15725         * makeusg.adb: Change switch -S to -eS
15726         Add lines for new switches -we, -wn and -ws
15727         Add line for new switch -p
15728
15729         * prj-proc.adb (Process): Set Success to False when Warning_Mode is
15730         Treat_As_Error and there are warnings.
15731
15732         * switch-m.ads, switch-m.adb (Normalize_Compiler_Switches): Do not skip
15733         -gnatww Change gnatmake switch -S to -eS
15734         (Scan_Make_Switches): Code reorganisation. Process separately multi
15735         character switches and single character switches.
15736         (Scan_Make_Switches): New Boolean out parameter Success. Set Success to
15737         False when switch is not recognized by gnatmake.
15738         (Scan_Make_Switches): Set Setup_Projects True when -p or
15739         --create-missing-dirs is specified.
15740
15741         * fname.adb (Is_Predefined_File_Name): Return True for annex J
15742         renamings Calendar, Machine_Code, Unchecked_Conversion and
15743         Unchecked_Deallocation only when Renamings_Included is True.
15744
15745         * par.adb: Allow library units Calendar, Machine_Code,
15746         Unchecked_Conversion and Unchecked_Deallocation to be recompiled even
15747         when -gnatg is not specified.
15748         (P_Interface_Type_Definition): Remove the formal Is_Synchronized because
15749         there is no need to generate always a record_definition_node in case
15750         of synchronized interface types.
15751         (SIS_Entry_Active): Initialize global variable to False
15752         (P_Null_Exclusion): For AI-447: Add parameter Allow_Anonymous_In_95 to
15753         indicate cases where AI-447 says "not null" is legal.
15754
15755         * makeutl.ads, makeutil.adb (Executable_Prefix_Path): New function
15756
15757         * makegpr.adb (Check_Compilation_Needed): Take into account dependency
15758         files with with several lines starting with the object fileb name.
15759         (Scan_Arg): Set Setup_Projects True when -p or --create-missing-dirs
15760         is specified.
15761         (Initialize): Add the directory where gprmake is invoked in front of the
15762         path, if it is invoked from a bin directory or with directory
15763         information, so that the correct GNAT tools will be used when invoked
15764         directly.
15765         (Check_Compilation_Needed): Process correctly backslashes on Windows.
15766
15767         * vms_data.ads: Update switches/qualifiers
15768
15769 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15770             Thomas Quinot  <quinot@adacore.com>
15771
15772         * exp_aggr.adb:
15773         If the array component is a discriminated record, the array aggregate
15774         is non-static even if the component is given by an aggregate with
15775         static components.
15776         (Expand_Record_Aggregate): Use First/Next_Component_Or_Discriminant
15777         (Convert_Aggr_In_Allocator): If the allocator is for an access
15778         discriminant and the type is controlled. do not place on a finalization
15779         list at this point. The proper list will be determined from the
15780         enclosing object.
15781         (Build_Record_Aggr_Code): If aggregate has box-initialized components,
15782         initialize record controller if needed, before the components, to ensure
15783         that they are properly finalized.
15784         (Build_Record_Aggr_Code): For the case of an array component that has a
15785         corresponding array aggregate in the record aggregate, perform sliding
15786         if required.
15787
15788 2007-04-06  Javier Miranda  <miranda@adacore.com>
15789             Gary Dismukes  <dismukes@adacore.com>
15790             Ed Schonberg  <schonberg@adacore.com>
15791
15792         * exp_ch13.adb (Expand_External_Tag_Definition): Replace call to the
15793         run-time subprogram Set_External_Tag by call to Build_Set_External_Tag.
15794
15795         * exp_ch4.adb (Expand_Allocator_Expression): Don't perform a run-time
15796         accessibility on class-wide allocators if the allocator occurs at the
15797         same scope level as the allocator's type. The check is guaranteed to
15798         succeed in that case, even when the expression originates from a
15799         parameter of the containing subprogram.
15800         (Expand_N_Op_Eq): Do nothing in case of dispatching call if compiling
15801         under No_Dispatching_Calls restriction. During the semantic analysis
15802         we already notified such violation.
15803         (Tagged_Membership): Constant folding. There is no need to check
15804         the tag at run-time if the type of the right operand is non
15805         class-wide abstract.
15806         Replace call to Is_Ancestor by call to Is_Parent
15807         to support concurrent types with interface types.
15808         (Expand_N_Allocator): Add an assertion associated with the generation
15809         of the master_id.
15810         (Expand_N_Slice): Do not enable range check to nodes associated
15811         with the frontend expansion of the dispatch table.
15812         (Is_Local_Access_Discriminant): Subsidiary function to
15813         Expand_N_Allocator.
15814         (Tagged_Membership): Replace generation of call to the run-time
15815         subprogram CW_Membership by call to Build_CW_Membership.
15816         (Expand_Allocator_Expression): Replace generation of call to the
15817         run-time subprogram Get_Access_Level by call to Build_Get_Access_Level.
15818
15819         * exp_disp.ads, exp_disp.adb (Make_DT): Code reorganization to
15820         initialize most the TSD components by means of an aggregate.
15821         Modify the declaration of the object containing the TSD
15822         because we now expand code that has a higher level of abstraction.
15823         The TSD has a discriminant containing the Inheritance Depth Level,
15824         value that is used in the membership test but also to fix the size
15825         of the table of ancestors.
15826         (Expand_Interface_Conversion): Insert function body at the closest place
15827         to the conversion expression, to prevent access-before-elaboration
15828         errors in the backend.
15829         Code improved to reduce the size of the dispatch table if
15830         compiling under restriction No_Dispatching_Calls plus code cleanup.
15831         Code reorganization plus removal of calls to Set_Num_Prim_Ops
15832         (Make_Secondary_DT): Remove call to Set_Num_Prim_Ops.
15833         (Expand_Dispatching_Call): Minor code reorganization plus addition of
15834         code to return immediately if compiling under No_Dispatching_Calls
15835         restriction.
15836         (Set_All_DT_Position): Remove code associated with the old CPP pragmas.
15837         CPP_Virtual and CPP_Vtable are no longer supported.
15838         (Expand_Interface_Conversion): Add missing support for interface type
15839         derivations.
15840         (Expand_Interface_Actuals): Replace calls to Is_Ancestor by calls to
15841         Is_Parent to support concurrent types with interfaces.
15842         (Init_Predefined_Interface_Primitives): Removed.
15843         (Make_Secondary_DT): Modified to support concurrent record types.
15844         (Set_All_DT_Position): Modified to support concurrent record types.
15845         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entries associated
15846         with Get_External_Tag, Inherit_TSD, Set_External_Tag.
15847         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entry associated
15848         with CW_Membership.
15849         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entries associated
15850         with Get_Access_Level, Get_Predefined_Prim_Op_Address,
15851         Get_Prim_Op_Address Get_RC_Offset, Get_Remotely_Callable, Inherit_DT,
15852         Set_Access_Level, Set_Expanded_Name, Set_Predefined_Prim_Op_Address,
15853         Set_Prim_Op_Address, Set_RC_Offset, Set_Remotely_Callable, Set_TSD.
15854         (Expand_Dispatching_Call): Replace generation of call to the run-time
15855         subprograms Get_Predefined_Prim_Op_Address and Get_Prim_Op_Address by
15856         calls to Build_Get_Predefined_Prim_Op_Address, and Build_Get_Prim_Op_
15857         Address.
15858         (Fill_DT_Entry, Fill_Secondary_DT_Entry): Replace generation of call to
15859         the run-time subprograms Set_Predefined_Prim_Op_Address and Set_Prim_
15860         Op_Address by calls to Build_Set_Predefined_Prim_Op_Address, and
15861         Build_Set_Prim_Op_Address.
15862         (Get_Remotely_Callable): Subprogram removed.
15863         (Init_Predefined_Interface_Primitives): Replace generation of call to
15864         the run-time subprograms Inherit_DT by call to Build_Inherit_Predefined_
15865         Prims.
15866
15867         * sem_elab.adb (Set_Elaboration_Constraint): Replace the call to
15868         First (Parameter_Associations ()) with the call to First_Actual that
15869         returns an actual parameter expression for both named and positional
15870         associations.
15871
15872         * sem_disp.adb (Check_Dispatching_Call): In case of dispatching call
15873         check violation of restriction No_Dispatching_Calls.
15874         (Check_Controlling_Type): A formal of a tagged incomplete type is a
15875         controlling argument.
15876
15877         * exp_util.ads, exp_util.adb (Type_May_Have_Bit_Aligned_Components): Use
15878         First/Next_Component_Or_Discriminant
15879         (Insert_Actions): Add entries for new N_Push and N_Pop nodes
15880         (Find_Implemented_Interface): Removed. All the calls to this subprogram
15881         specify Any_Limited_Interface, and this functionality is already
15882         provided by the function Has_Abstract_Interfaces.
15883         (Find_Interface, Find_Interface_Tag, Find_Interface_ADT): Modified to
15884         support concurrent types implementing interfaces.
15885         (Find_Implemented_Interface): Removed. All the calls to this subprogram
15886         specify kind Any_Limited_Interface, and this functionality is already
15887         provided by the function Has_Abstract_Interfaces.
15888         (Remove_Side_Effects): replace Controlled_Type by
15889         CW_Or_Controlled_Type whenever the issue is related to
15890         using or not the secondary stack.
15891
15892         * par-ch12.adb (P_Formal_Type_Definition): Update calls to
15893         P_Interface_Type_Definition to fulfill the new interface (the formal
15894         Is_Synchronized is no longer required).
15895
15896         * Make-lang.in (GNAT_ADA_OBJS): Addition of exp_atag.o
15897         Update dependencies.
15898
15899         * exp_atag.ads, exp_atag.adb: New file
15900
15901 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15902             Bob Duff  <duff@adacore.com>
15903             Cyrille Comar  <comar@adacore.com>
15904
15905         * exp_ch7.ads, exp_ch7.adb (Find_Final_List): If the access type is
15906         anonymous, use finalization list of enclosing dynamic scope.
15907         (Expand_N_Package_Declaration): For a library package declaration
15908         without a corresponding body, generate RACW subprogram bodies in the
15909         spec (just as we do for the task activation call).
15910         (Convert_View): Split Is_Abstract flag into Is_Abstract_Subprogram and
15911         Is_Abstract_Type. Make sure these are called only when appropriate.
15912         Remove all code for DSP option
15913         (CW_Or_Controlled_Type): new subprogram.
15914
15915 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
15916             Ed Schonberg  <schonberg@adacore.com>
15917             Gary Dismukes  <dismukes@adacore.com>
15918
15919         * exp_ch9.ads, exp_ch9.adb (Family_Offset): Add new 'Cap' boolean
15920         parameter. If it is set to true, return a result capped according to
15921         the global upper bound for the index of an entry family.
15922         (Family_Size): Add new 'Cap' boolean parameter. Pass it to Family_Offset
15923         (Build_Find_Body_Index): Adjust for above change.
15924         (Entry_Index_Expression): Likewise.
15925         (Is_Potentially_Large_Family): New function extracted from...
15926         (Collect_Entry_Families): ...here. Call it to detect whether the family
15927         is potentially large.
15928         (Build_Entry_Count_Expression): If the family is potentially large, call
15929         Family_Size with 'Cap' set to true.
15930         (Expand_N_Protected_Type_Declaration, Expand_N_Protected_Body): Generate
15931         a protected version of an operation declared in the private part of
15932         a protected object, because they may be invoked through a callback.
15933         (Set_Privals): If the type of a private component is an anonymous access
15934         type, do not create a new itype for each protected body.
15935         If the body of a protected operation creates
15936         controlled types (including allocators for class-widetypes), the
15937         body of the corresponding protected subprogram must include a
15938         finalization list.
15939         (Build_Activation_Chain_Entity): Build the chain entity for extended
15940         return statements.
15941         (Type_Conformant_Parameters): Use common predicate Conforming_Types
15942         to determine whether operation overrides an inherited primitive.
15943         (Build_Wrapper_Spec): Add code to examine the parents while looking
15944         for a possible overriding candidate.
15945         (Build_Simple_Entry_Call): Set No_Initialization on the object used to
15946         hold an actual parameter value since its initialization is separated
15947         from the the declaration. Prevents errors on null-excluding access
15948         formals.
15949
15950 2007-04-06  Thomas Quinot  <quinot@adacore.com>
15951             Pablo Oliveira  <oliveira@adacore.com>
15952
15953         * exp_dist.ads, exp_dist.adb (Build_To_Any_Call, Build_From_Any_Call):
15954         Do an Unchecked_Conversion to handle the passage from the Underlying
15955         Type to the Base Type when calling Build_To_Any_Call and
15956         Build_From_Any_Call.
15957         (Build_Actual_Object_Declaration): Set Object's Ekind to E_Variable or
15958         E_Constant, depending upon Variable formal.
15959         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
15960         PolyORB_Support.Build_Subprogram_Receiving_Stubs): For a formal
15961         parameter that requires an extra constrained parameter, declare
15962         temporary for actual as a variable, not a constant.
15963         (Add_RACW_Primitive_Declarations_And_Bodies): Generate bodies only when
15964         the unit being compiled is the one that contains the stub type.
15965         Change primitive operation name for the RACW associated with a RAS
15966         from Call to _Call so it cannot clash with any legal identifier.
15967         (PolyORB_Support.Add_RACW_Write_Attribute): Remove unused constant
15968         Is_RAS.
15969         (Append_RACW_Bodies): New subprogram.
15970         (Expand_Receiving_Stubs_Bodies): Pass a 'Stmts' list to
15971         Add_Receiving_Stubs_To_Declarations functions.
15972         When expanding a package body, this list correspond to the
15973         statements in the HSS at the end of the pacakge.
15974         When expanding a package spec, this list correspond to the
15975         spec declarations.
15976         (Add_Receiving_Stubs_To_Declarations): Append the function
15977         registering the receiving stubs at the end of the 'Stmts' list.
15978         (RCI_Package_Locator): Pass the new Version generic formal when
15979         instantiating a RCI_Locator package.
15980         (Build_From_Any_Function): To compute the High bound for an
15981         unconstrained array actual, we add the Low bound with the length.
15982         Thus we must convert the low bound and the length to an appropriate
15983         type before doing the sum.
15984         (Build_Subprogram_Receiving_Stubs, PolyORB):
15985          * Retrieve the extra formals parameters at the
15986            end of the parameter stream.
15987          * Use Move_Any_Value to write back out parameters
15988            after executing the request as it is more efficient
15989            than Copy_Any_Value.
15990          * Build the any containing Extra Formals with the
15991            appropriate typecode.
15992         (PolyORB_Support.Helpers.Append_Record_Traversal): Nothing to do for an
15993         empty Component_List.
15994         (Build_Actual_Object_Declaration): New subprogram. Build and insert into
15995         the tree the declaration for an object that serves as actual parameter
15996         in server-side stubs.
15997         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
15998         PolyORB_Support.Build_Subprogram_Receiving_Stubs):
15999         Use Build_Actual_Object_Declaration to prepare the actuals.
16000         (Add_Parameter_To_NVList): Set the parameter mode to In for
16001         Extra Constrained Parameters.
16002         (Build_General_Calling_Stubs): Set the parameter type to boolean for
16003         Extra Constrained parameters.
16004         (Build_To_Any_Function, Build_From_Any_Function,
16005         Built_TypeCode_Function): When Typ is implicit, call the correct
16006         function with the first not implicit parent type.
16007         (TC_Rec_Add_Process_Element, FA_Rec_Add_Process_Element,
16008         (FA_Ary_Add_Process_Element): When Datum is an Any, we cannot infer the
16009         typecode from the Etype. Therefore we retrieve the correct typecode
16010         with a call to Get_Any_Type.
16011         (Copy_Specification): Do controlling formal type substitution based on
16012         Is_Controlling_Formal flag, instead of caller-provided object type.
16013         (Build_Subprogram_Calling_Stubs): When retrieveing the original spec for
16014         a RACW primitive operation, we might get a subprogram declaration for an
16015         ancestor of the RACW designated type (not for the designated type
16016         itself), in the case where this operation is inherited. In this case we
16017         have no easy means of determining the original tagged type for which
16018         the primitive was declared, so instead we now rely on
16019         Copy_Specification to use the Is_Controlling_Formal flag to determine
16020         which formals require type substitution.
16021
16022 2007-04-06  Robert Dewar  <dewar@adacore.com>
16023             Ed Schonberg  <schonberg@adacore.com>
16024
16025         * exp_intr.adb (Expand_Exception_Call): Calls to subprograms in
16026         GNAT.Current_Exception are not allowed if pragma Restrictions
16027         (No_Exception_Propagation) is set and in any case make the associated
16028         handler unsuitable as a target for a local raise statement.
16029         (Expand_Dispatching_Constructor_Call): Replace generation of call to the
16030         run-time subprogram CW_Membership by call to Build_CW_Membership.
16031         (Expand_Dispatching_Constructor_Call): If the dispatching tag is given
16032         by a function call, a temporary must be created before expanding the
16033         Constructor_Call itself, to prevent out-of-order elaboration in the
16034         back-end when stack checking is enabled..
16035
16036 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16037
16038         * exp_pakd.adb (Expand_Packed_Boolean_Operator): The bounds of the
16039         result are the bounds of the left operand, not the right.
16040
16041 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16042
16043         * exp_strm.adb
16044         (Build_Mutable_Record_Write_Procedure): For an Unchecked_Union type, use
16045          discriminant defaults.
16046         (Build_Record_Or_Elementary_Output_Procedure): Ditto.
16047         (Make_Component_List_Attributes): Ditto.
16048
16049 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16050             Bob Duff  <duff@adacore.com>
16051
16052         * sem_aggr.adb (Resolve_Record_Aggregate): In semantics-only mode treat
16053         an association with a box as providing a value even though the
16054         initialization procedure for the type is not available.
16055         (Resolve_Record_Aggregate): Check that a choice of an association with a
16056         box corresponds to a component of the type.
16057         (Resolve_Record_Aggregate): Split Is_Abstract flag into
16058         Is_Abstract_Subprogram and Is_Abstract_Type.
16059
16060         * exp_tss.adb (Base_Init_Proc): Use Is_Type instead of Type_Kind for
16061         assert.
16062
16063         * inline.adb (Add_Inlined_Body): Split Is_Abstract flag into
16064         Is_Abstract_Subprogram and Is_Abstract_Type. Make sure these are
16065         called only when appropriate.
16066
16067 2007-04-06  Olivier Hainque  <hainque@adacore.com>
16068
16069         * g-alleve.ads (Low Level Vector type definitions): Map each to the
16070         associated vector view instead of all to the unsigned char view.
16071
16072         * g-altcon.adb (Generic_Conversions): New internal generic package,
16073         offering facilities for all the Vector/View conversion routines
16074         implemented by this unit.
16075         (To_View/To_Vector - all versions): Reimplemented in a systematic
16076         manner, using the internal Generic_Conversions facilities.
16077
16078 2007-04-06  Pascal Obry  <obry@adacore.com>
16079
16080         * g-arrspl.adb (Free) [Element_Access]: New routine to free the source
16081         string.
16082         (Create): Free the source string before storing the new one.
16083
16084 2007-04-06  Vincent Celier  <celier@adacore.com>
16085
16086         * g-debpoo.adb (Validity): New package with a complete new
16087         implementation of subprograms Is_Valid and Set_Valid.
16088         (Is_Valid): Move to local package Validity
16089         (Set_Valid): Move to local package Validity
16090
16091 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
16092             Pablo Oliveira  <oliveira@adacore.com>
16093
16094         * g-expect.adb (Get_Command_Output): When expanding the output buffer
16095         we must ensure that there is enough place for the new data we are going
16096         to copy in.
16097
16098 2007-04-06  Thomas Quinot  <quinot@adacore.com>
16099
16100         * g-md5.ads, g-md5.adb (Digest): Fix off-by-one error in padding
16101         computation.
16102
16103 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
16104             Vincent Celier  <celier@adacore.com>
16105
16106         * gnatcmd.adb (B_Start): Add prefix of binder generated file.
16107         (Stack_String): Add this String that contains the name of the Stack
16108         package in the project file.
16109         (Packages_To_Check_By_Stack): Add this list that contains the packages
16110         to be checked by gnatstack, which are the naming and the stack packages.
16111         (Check_Files): If no .ci files were specified for gnatstack we add all
16112         the .ci files belonging to the projects, including binder generated
16113         files.
16114         (Non_VMS_Usage): Document that gnatstack accept project file switches.
16115         (GNATCmd): Update the B_Start variable if we are in a VMS environment.
16116         Add gnatstack to the list of commands that use project file related
16117         switches, and get the single attribute Switches from the stack package
16118         in a project file when calling gnatstack. Parse the -U flag for
16119         processing files belonging to all projects in the project tree.
16120         Remove all processing for command Setup
16121
16122         * prj-attr.adb: Add new package Stack with single attribute Switches
16123
16124         * vms_conv.ads (Command_Type): Add command Stack.
16125         Move to body declarations that are only used in the body: types Item_Id,
16126         Translation_Type, Item_Ptr, Item and its subtypes.
16127
16128         * vms_conv.adb: (Initialize): Add data for new command Stack.
16129         Add declarations moved from the spec: types Item_Id, Translation_Type,
16130         Item_Ptr, Item and its subtypes.
16131         (Cargs_Buffer): New table
16132         (Cargs): New Boolean global variable
16133         (Process_Buffer): New procedure to create arguments
16134         (Place): Put character in table Buffer or Cargs_Buffer depending on the
16135          value of Cargs.
16136         (Process_Argument): Set Cargs when processing qualifiers for GNAT
16137         COMPILE
16138         (VMS_Conversion): Call Process_Buffer for table Buffer and, if it is not
16139         empty, for table Cargs_Buffer.
16140         (Initialize): Remove component Setup in Command_List
16141
16142 2007-04-06  Vincent Celier  <celier@adacore.com>
16143
16144         * gprep.adb (Process_Files.Process_One_File): Use full file name when
16145         issuing pragma Source_Reference.
16146
16147 2007-04-06  Emmanuel Briot  <briot@adacore.com>
16148
16149         * g-regpat.adb (Parse_Posix_Character_Class): Fix handling of
16150         [[:xdigit:]] character class.
16151         Also raise an exception when an invalid character class is used.
16152
16153 2007-04-06  Pascal Obry  <obry@adacore.com>
16154
16155         * i-cstrea.ads: (fopen): Add encoding parameter.
16156         (freopen): Idem.
16157         Change reference from a-sysdep.c to sysdep.c in comment.
16158         Update copyright notice.
16159         This set of patch add support for the encoding form parameter.
16160
16161         * mingw32.h (S2WSU): New macro to convert from a string to a
16162         wide-string using the UTF-8 encoding. The S2WS macro supports now only
16163         standard 8bits encoding.
16164         (WS2SU): As above but converting from wide-sring to string.
16165         This is needed as it is necessary to have access to both versions in the
16166         runtime for the form parameter encoding support.
16167         This set of patch add support for the encoding form parameter.
16168         (S2WS): Improve implementation to handle cases where the filename is not
16169         UTF-8 encoded. In this case we default to using the current code page
16170         for the conversion.
16171
16172         * s-crtl-vms64.ads, s-crtl.ads (Filename_Encoding): New enumeration
16173         type (UTF8, ASCII_8bits). This enumeration has a rep clause to match
16174         the constants defined in adaint.h.
16175         (fopen): Add encoding parameter.
16176         (freopen): Idem.
16177
16178         * s-ficobl.ads (AFCB): Add Encoding field to record the filename
16179         encoding. This is needed for the Reset routine (freopen low level-call).
16180
16181         * s-fileio.adb (Open): Decode encoding form parameter and set the
16182         corresponding encoding value into AFCB structure.
16183         (Reset): Pass the encoding value to freopen.
16184         (Close): Move the call to Lock_Task to the beginning of the procedure.
16185
16186 2007-04-06  Geert Bosch  <bosch@adacore.com>
16187             Robert Dewar  <dewar@adacore.com>
16188
16189         * i-fortra.ads: Add Double_Complex type.
16190
16191         * impunit.adb: (Is_Known_Unit): New function
16192         Add Gnat.Byte_Swapping
16193         Add GNAT.SHA1
16194         Add new Ada 2005 units
16195         Ada.Numerics.Generic_Complex_Arrays, Ada.Numerics.Generic_Real_Arrays,
16196         Ada.Numerics.Complex_Arrays, Ada.Numerics.Real_Arrays,
16197         Ada.Numerics.Long_Complex_Arrays, Ada.Numerics.Long_Long_Complex_Arrays,
16198         Ada.Numerics.Long_Long_Real_Arrays and Ada.Numerics.Long_Real_Arrays
16199
16200         * impunit.ads (Is_Known_Unit): New function
16201
16202         * a-ngcoar.adb, a-ngcoar.ads, a-ngrear.adb,
16203         a-ngrear.ads, a-nlcoar.ads, a-nllcar.ads, a-nllrar.ads, a-nlrear.ads,
16204         a-nucoar.ads, a-nurear.ads, g-bytswa.adb, g-bytswa-x86.adb,
16205         g-bytswa.ads, g-sha1.adb, g-sha1.ads, i-forbla.ads, i-forlap.ads,
16206         s-gearop.adb, s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb,
16207         s-gecola.ads, s-gerebl.adb, s-gerebl.ads, s-gerela.adb, s-gerela.ads:
16208         New files.
16209
16210         * Makefile.rtl: Add g-bytswa, g-sha1, a-fzteio and a-izteio
16211
16212         * a-fzteio.ads, a-izteio.ads: New Ada 2005 run-time units.
16213
16214 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
16215             Arnaud Charlet  <charlet@adacore.com>
16216
16217         * init.c: Reuse PA/HP-UX code for IA-64/HP-UX, except
16218         __gnat_adjust_context_for_raise.
16219         (__gnat_init_float): on x86 vxworks 5.x and 6.x, we use the same
16220         implementation of floating point operations as native x86 targets.
16221         So the FPU should be initialized in the same way using finit. Fix
16222         floating point operations accuracy issues.
16223         (__gnat_install_handler, case FreeBSD): Use proper type for sa_sigaction
16224         member in struct sigaction, so as to avoid warning for incompatible
16225         pointer types.
16226
16227 2007-04-06 Serguei Rybin  <rybin@adacore.com>
16228
16229         * lib.ads, lib.adb (Tree_Read): Release the memory occupied by the
16230         switches from previously loaded tree
16231
16232 2007-04-06  Thomas Quinot  <quinot@adacore.com>
16233
16234         * lib-writ.adb (Write_With_Lines): Factor duplicated code between the
16235         cases where a given dependency has a body or not.
16236         (Write_With_File_Names): New subprogram, common code for the two cases
16237         above.
16238
16239 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16240             Javier Miranda  <miranda@adacore.com>
16241
16242         * lib-xref.ads, lib-xref.adb:
16243         Modify the loop that collects type references, to include interface
16244         types that the type implements. List each of these interfaces when
16245         building the entry for the type.
16246         (Generate_Definition): Initialize component Def and Typ of new entry
16247         in table Xrefs, to avoid to have these components unitialized.
16248         (Output_References): Split Is_Abstract flag into
16249         Is_Abstract_Subprogram and Is_Abstract_Type.
16250         (Generate_Reference): Add barrier to do not generate the warning
16251         associated with Ada 2005 entities with entities generated by the
16252         expander.
16253
16254 2007-04-06  Robert Dewar  <dewar@adacore.com>
16255             Arnaud Charlet  <charlet@adacore.com>
16256             Vincent Celier  <celier@adacore.com>
16257
16258         * gnat_rm.texi, gnat_ugn.texi: Add -gnatyl documentation
16259         Update 'Exception Handling Control' chapter which was outdated.
16260         Minor fix to documentation of -gnatwq
16261         Remove section "Adapting the Run Time to a New C++ Compiler" because
16262         it is now obsolete.
16263         Add passage on need of -nostart-files in some non-ada-main cases.
16264         Document new switch -eS (/STANDARD_OUTPUT_FOR_COMMANDS) for gnatmake
16265         Update documentation about Interfacing with C++
16266         Add documentation for new gnatmake switch -p
16267         Add missing protocol part in URLs.
16268         Document -gnatyA
16269         Document pragma Compile_Time_Error
16270         Add documentation for Object_Size indicating that stand alone
16271         objects can have a larger size in some cases.
16272         Add node for GNAT.Byte_Swapping, GNAT.SHA1
16273         Update reference to the Ravenscar profile.
16274         Document pragma Unreferenced_Objects
16275
16276         * gnat-style.texi: Fix typo
16277
16278 2007-04-06  Vincent Celier  <celier@adacore.com>
16279
16280         * mlib.adb (Building_Library): Only output "building a library..." in
16281         verbose mode
16282
16283         * mlib-prj.adb (Build_Library): Only output lists of object and ALI
16284         files in verbose mode.
16285
16286         * mlib-utl.adb (Ar): Only output the first object files when not in
16287         verbose mode.
16288         (Gcc): Do not display all the object files if not in verbose mode, only
16289         the first one.
16290
16291 2007-04-06  Robert Dewar  <dewar@adacore.com>
16292
16293         * namet.ads, namet.adb (wn): Improve this debugging routine. Calling
16294         it no longer destroys the contents of Name_Buffer or Name_Len and
16295         non-standard and invalid names are handled better.
16296         (Get_Decoded_Name_String): Improve performance by using
16297         Name_Has_No_Encodings flag in the name table.
16298         (Is_Valid_Name): New function to determine whether a Name_Id is valid.
16299         Used for debugging printouts.
16300
16301 2007-04-06  Robert Dewar  <dewar@adacore.com>
16302             Javier Miranda  <miranda@adacore.com>
16303             Bob Duff  <duff@adacore.com>
16304
16305         * par-ch3.adb: (P_Type_Declaration): Set Type_Token_Location
16306         (P_Interface_Type_Definition): Remove the formal Is_Synchronized because
16307         there is no need to generate always a record_definition_node in case
16308         of synchronized interface types.
16309         (P_Type_Declaration): Update calls to P_Interface_Type_Definition.
16310         (P_Null_Exclusion): For AI-447: Remove warnings about "not null" being
16311         illegal in Ada 95, in cases where it is legal. Change the warnings to
16312         errors in other cases. Don't give the error unless the "not null"
16313         parses properly. Correct the source position at which the error occurs.
16314         (P_Known_Discriminant_Part_Opt): Pass Allow_Anonymous_In_95 => True to
16315         P_Null_Exclusion, to suppress "not null" warnings.
16316         (P_Identifier_Declarations): Code cleanup. Removed unrequired label and
16317         associated goto statements.
16318
16319         * par-endh.adb (Pop_End_Context): Allow more flexibility in placement
16320         of END RECORD
16321
16322         * scans.ads (Type_Token_Location): New flag
16323
16324         * par-ch6.adb (P_Mode): Check specifically for case of IN ACCESS
16325         (P_Formal_Part): Pass Allow_Anonymous_In_95 => True to
16326         P_Null_Exclusion, to suppress "not null" warnings.
16327
16328 2007-04-06  Robert Dewar  <dewar@adacore.com>
16329             Javier Miranda  <miranda@adacore.com>
16330             Bob Duff  <duff@adacore.com>
16331             Vincent Celier  <celier@adacore.com>
16332
16333         * par-prag.adb (Prag): Add dummy entry for pragma Compile_Time_Error
16334         (Extensions_Allowed): No longer sets Ada_Version
16335         Entry for pragma Unreferenced_Objects
16336
16337         * sem_prag.adb (Analyze_Pragma, case Priority): Force with of
16338         system.tasking if pragma priority used in a procedure
16339         (Analyze_Pragma, case Warning): Handle dot warning switches
16340         (Process_Compile_Time_Warning_Or_Error): New procedure
16341         (Analyze_Pragma): Add processing for Compile_Time_Error
16342         Add support for extra arguments External_Name and Link_Name.
16343         Remove code associated with pragmas CPP_Virtual and CPP_Vtable.
16344         (Process_Import_Or_Interface): Add support for the use of pragma Import
16345         with tagged types.
16346         (Extensions_Allowed): No longer affects Ada_Version
16347         (Analyze_Pragma): Split Is_Abstract flag into Is_Abstract_Subprogram and
16348         Is_Abstract_Type. Make sure these are called only when appropriate.
16349         Add processing for pragma Unreferenced_Objects
16350
16351         * snames.h, snames.ads, snames.adb: Add entry for pragma
16352         Compile_Time_Error
16353         Add new standard name Minimum_Binder_Options for new gprmake
16354         Add new standard names for gprmake: Archive_Suffix,
16355         Library_Auto_Init_Supported, Library_Major_Minor_Id_Supported,
16356         Library_Support, Library_Version_Options,
16357         Shared_Library_Minimum_Options,
16358         Shared_Library_Prefix, Shared_Library_Suffix, Symbolic_Link_Supported.
16359         Change Name_Call to Name_uCall so that it cannot clash with a legal
16360         subprogram name.
16361         Add new standard names Mapping_Spec_Suffix and Mapping_Body_Suffix
16362         Append C_Plus_Plus to convention identifiers as synonym for CPP
16363         Add new standard names Stack and Builder_Switches
16364         Add new standard names: Compiler_Minimum_Options, Global_Config_File,
16365         Library_Builder, Local_Config_File, Objects_Path, Objects_Path_File,
16366         Run_Path_Option, Toolchain_Version.
16367         Entry for pragma Unreferenced_Objects
16368
16369         * switch-c.adb (Scan_Front_End_Switches): Store correct -gnateD
16370         switches, without repetition of "eD". Make sure that last character of
16371         -gnatep= switch is not taken as -gnat switch character.
16372         Complete rewrite of circuit for handling saving compilation options
16373         Occasioned by need to support dot switchs for -gnatw, but cleans up
16374         things in general.
16375         -gnatX does not affect Ada_Version
16376         Include -gnatyA in -gnatg style switches
16377
16378         * sem_warn.ads, sem_warn.adb (Output_Unreferenced_Messages): Exclude
16379         warnings on return objects.
16380         (Warn_On_Useless_Assignment): Exclude warnings on return objects
16381         (Set_Dot_Warning_Switch): New procedure
16382         (Check_References): Add missing case of test for
16383         Has_Pragma_Unreferenced_Objects
16384         (Output_Unreferenced_Messages): Implement effect of new pragma
16385         Unreferenced_Objects, remove special casing of limited controlled
16386         variables.
16387
16388 2007-04-06  Vincent Celier  <celier@adacore.com>
16389
16390         * prj-ext.adb (Initialize_Project_Path): New procedure that initialize
16391         the default project path, initially done during elaboration of the
16392         package.
16393         If the prefix returned by Sdefault is null, get the prefix from a call
16394         to Executable_Prefix_Path.
16395         (Project_Path): Call Initialize_Project_Path if Current_Project_Path is
16396         null.
16397
16398         * prj-nmsc.adb (Get_Path_Names_And_Record_Sources): Use the non
16399         canonical directory name to open the directory from which files are
16400         retrieved.
16401         (Record_Other_Sources): Idem.
16402         (Locate_Directory): Add the possibility to create automatically missing
16403         directories when Setup_Projects is True.
16404         Call Locate_Directory so that the directory will be created when
16405         Setup_Projects is True, for object dir, library dir, library ALI dir,
16406         library source copy dir and exec dir.
16407
16408         * prj-pp.adb (Max_Line_Length): Set to 255 for compatibility with older
16409         versions of GNAT.
16410
16411 2007-04-06  Robert Dewar  <dewar@adacore.com>
16412
16413         * sem_ch13.ads, sem_ch13.adb (Adjust_Record_For_Reverse_Bit_Order):
16414         Use First/Next_Component_Or_Discriminant
16415         (Analyze_Record_Representation_Clause):
16416         Use First/Next_Component_Or_Discriminant
16417         (Check_Component_Overlap): Use First/Next_Component_Or_Discriminant
16418         (Analyze_Attribute_Definition_Clause, case Value_Size): Reject
16419         definition if type is unconstrained.
16420         (Adjust_Record_For_Reverse_Bit_Order): New procedure
16421         (Analyze_Attribute_Definition_Clause): Split Is_Abstract flag into
16422         Is_Abstract_Subprogram and Is_Abstract_Type.
16423         (Adjust_Record_For_Reverse_Bit_Order): New procedure
16424
16425         * repinfo.adb (List_Record_Info): Use First/
16426         Next_Component_Or_Discriminant.
16427
16428         * style.ads, styleg-c.adb, styleg-c.ads (Check_Array_Attribute_Index):
16429         New procedure.
16430
16431         * stylesw.ads, stylesw.adb: Recognize new -gnatyA style switch
16432         Include -gnatyA in default switches
16433
16434         * opt.ads: (Warn_On_Non_Local_Exception): New flag
16435         (Warn_On_Reverse_Bit_Order): New flag
16436         (Extensions_Allowed): Update the documentation.
16437         (Warn_On_Questionable_Missing_Parens): Now on by default
16438
16439         * usage.adb: Add documentation of -gnatw.x/X switches
16440         Document new -gnatyA style switch
16441         -gnatq warnings are on by default
16442
16443 2007-04-06  Ed Falis  <falis@adacore.com>
16444
16445         * s-carun8.adb, s-carsi8.adb (Compare_Array_?8): modify so that last
16446         full word is no longer compared twice.
16447
16448 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16449
16450         * sem_ch10.adb (Install_Limited_Context_Clauses.
16451         Expand_Limited_With_Clause): Use a new copy of selector name in the
16452         call to Make_With_Clause. This fixes the tree structure for ASIS
16453         purposes. Nothing is changed in the compiler behaviour.
16454         (Process_Body_Clauses): Handle properly use clauses whose prefix is
16455         a package renaming.
16456         (Install_Limited_With_Clauses): Do not install non-limited view when it
16457         is still incomplete.
16458
16459 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16460             Gary Dismukes  <dismukes@adacore.com>
16461
16462         * sem_ch12.adb (Check_Generic_Actuals): Use first subtype of actual
16463         when capturing size information, instead of base type, which for a
16464         formal array type will be the unconstrained type.
16465         (Analyze_Formal_Object_Declaration): Add check for illegal default
16466         expressions for a formal in object of a limited type.
16467         (Instantiate_Object): Ditto.
16468         (Check_Formal_Package_Instance): Skip entities that are formal objects,
16469         because they were defaulted in the formal package and no check applies
16470         to them.
16471         (Check_Formal_Package_Instance): Extend conformance check to other
16472         discrete types beyond Integer.
16473         (Process_Default): Copy directly the unmatched formal. A generic copy
16474         has already been performed in Analyze_Formal_Package.
16475         (Analyze_Associations): If a formal subprogram has no match, check for
16476         partial parametrization before looking for a default, to prevent
16477         spurious errors.
16478         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation): Do
16479         not set the instantiation environment before analyzing the actuals.
16480         Fixes regression on 8515-003 with implementation of AI-133.
16481         Set_Instance_Env checks whether the generic unit is a predefined
16482         unit, in which case the instance must be analyzed with the latest Ada
16483         mode. This setting must take place after analysis of the actuals,
16484         because the actuals must be analyzed and frozen in the Ada mode extant
16485         outside of the current instantiation.
16486         (Save_Env, Restore_Env): Preserve and restore the configuration
16487         parameters so that predefined units can be compiled in the proper Ada
16488         mode.
16489         (Analyze_Formal_Object_Declaration,Analyze_Formal_Subprogram,
16490         Instantiate_Type): Split Is_Abstract flag into Is_Abstract_Subprogram
16491         and Is_Abstract_Type.
16492         (Analyze_Formal_Package): For better error recovery, Add exception
16493         handler to catch Instantion_Error, which can be raised in
16494         Analyze_Associations
16495
16496 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16497             Bob Duff  <duff@adacore.com>
16498             Gary Dismukes  <dismukes@adacore.com>
16499
16500         * sem_ch4.adb (Try_Primitive_Operation): The call is legal if the
16501         prefix type is a discriminated subtype of the type of the formal.
16502         (Analyze_Allocator): Collect all coextensions regardless of the context.
16503         Whether they can be allocated statically is determined in exp_ch4.
16504         (Analyze_Selected_Component): If the prefix is a limited view and the
16505         non-limited view is available, use the non-limited one.
16506         (Operator_Check): For "X'Access = Y'Access" (which is ambiguous, and
16507         therefore illegal), suggest a qualified expression rather than a type
16508         conversion, because a type conversion would be illegal in this context.
16509         (Anayze_Allocator): Trace recursively all nested allocators so that all
16510         coextensions are on the corresponding list for the root. Do no mark
16511         coextensions if the root allocator is within a declaration for a stack-
16512         allocated object, because the access discriminants will be allocated on
16513         the stack as well.
16514         (Analyze_Call): Remove restriction on calls to limited functions for the
16515         cases of generic actuals for formal objects, defaults for formal objects
16516         and defaults for record components.
16517         (Analyze_Allocator): Before analysis, chain coextensions on the proper
16518         element list. Their expansion is delayed until the enclosing allocator
16519         is processed and its finalization list constructed.
16520         (Try_Primitive_Operation): If the prefix is a concurrent type, looks
16521         for an operation with the given name among the primitive operations of
16522         the corresponding record type.
16523         (Analyze_Selected_Component): If the prefix is a task type that
16524         implements an interface, and there is no entry with the given name,
16525         check whether there is another primitive operation (e.g. a function)
16526         with that name.
16527         (Try_Object_Operation, Analyze_One_Call, Try_Indexed_Call): Handle
16528         properly the indexing of a function call written in prefix form, where
16529         the function returns an array type, and all parameters of the function
16530         except the first have defaults.
16531         (Analyze_Equality_Op): If this is a call to an implicit inequality, keep
16532         the original operands, rather than relocating them, for efficiency and
16533         to work properly when an operand is overloaded.
16534         (Analyze_Allocator,Operator_Check,Remove_Abstract_Operations): Split
16535         Is_Abstract flag into Is_Abstract_Subprogram and Is_Abstract_Type.
16536         (Analyze_Selected_Component): If the prefix is a private extension, only
16537         scan the visible components, not those of the full view.
16538         (Try_Primitive_Operation): If the operation is a procedure, collect all
16539         possible interpretations, as for a function, because in the presence of
16540         classwide parameters several primitive operations of the type can match
16541         the given arguments.
16542
16543 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16544             Robert Dewar  <dewar@adacore.com>
16545
16546         * sem_ch5.adb (Analyze_Assignment): Reject a right-hand side that is a
16547         tag-indeterminate call to an abstract function, when the left-hand side
16548         is not classwide.
16549         (Analyze_Loop_Statement): Improve detection of infinite loops
16550
16551 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16552             Thomas Quinot  <quinot@adacore.com>
16553
16554         * sem_ch7.ads, sem_ch7.adb (Inspect_Deferred_Constant_Completion): Move
16555         out of Analyze_Package_Declaration, because processing must be applied
16556         to package bodies as well, for deferred constants completed by pragmas.
16557         (Analyze_Package_Declaration): When the package declaration being
16558         analyzed does not require an explicit body, call Check_Completion.
16559         (May_Need_Implicit_Body): An implicit body is required when a package
16560         spec contains the declaration of a remote access-to-classwide type.
16561         (Analyze_Package_Body): If the package contains RACWs, append the
16562         pending subprogram bodies generated by exp_dist at the end of the body.
16563         (New_Private_Type,Unit_Requires_Body): Split Is_Abstract flag into
16564         Is_Abstract_Subprogram and Is_Abstract_Type.
16565         (Preserve_Full_Attributes): The full entity list is not an attribute
16566         that must be preserved from full to partial view.
16567
16568         * sem_dist.adb (Add_RAS_Dereference_TSS):
16569         Change primitive name to _Call so it cannot clash with any legal
16570         identifier, and be special-cased in Check_Completion.
16571         Mark the full view of the designated type for the RACW associated with
16572         a RAS as Comes_From_Source to get proper view switching when installing
16573         private declarations.
16574         Provite a placeholder nested package body along with the nested spec
16575         to have a place for Append_RACW_Bodies to generate the calling stubs
16576         and stream attributes.
16577
16578 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16579             Robert Dewar  <dewar@adacore.com>
16580
16581         * sem_ch8.adb (Has_Components): If the argument is an incomplete type
16582         that is a limited view, check the non-limited view if available.
16583         (Undefined): Refine error message for missing with of Text_IO
16584         (Find_Expanded_Name): Use Is_Known_Unit for more accurate error message
16585         to distinguish real missing with cases.
16586         Fix format of all missing with messages
16587         (Analyze_Subprogram_Renaming): Emit proper error message on illegal
16588         renaming as body when renamed entity is abstract.
16589
16590 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16591             Javier Miranda  <miranda@adacore.com>
16592
16593         * sem_type.ads, sem_type.adb (Has_Abstract_Interpretation): Make
16594         predicate recursive, to handle complex expressions on literals whose
16595         spurious ambiguity comes from the abstract interpretation of some
16596         subexpression.
16597         (Interface_Present_In_Ancestor): Add support to concurrent record
16598         types.
16599         (Add_One_Interp,Disambiguate): Split Is_Abstract flag into
16600         Is_Abstract_Subprogram and Is_Abstract_Type.
16601
16602 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16603             Javier Miranda  <miranda@adacore.com>
16604
16605         * sem_util.ads, sem_util.adb (Object_Access_Level): If the object is a
16606         dereference of a local object R created as a reference to another
16607         object O, use the access level of O.
16608         (Matches_Prefixed_View_Profile): Use common predicate Conforming_Types,
16609         rather than local Same_Formal_Type, to check whether protected operation
16610         overrides an inherited one.
16611         (Same_Formal_Type): New predicate, used when matching signatures of
16612         overriding synchronized operations, to handle the case when a formal
16613         has a type that is a generic actual.
16614         (Is_Aliased_View): Replace check on E_Task_Type and E_Protected_Type by
16615         predicate Is_Concurrent_Type. This ensures supportin case of subtypes.
16616         (Needs_One_Actual): New predicate, for Ada 2005 use, to resolve
16617         syntactic ambiguities involving indexing of function calls that return
16618         arrays.
16619         (Abstract_Interface_List): New subprogram that returns the list of
16620         abstract interfaces associated with a concurrent type or a
16621         concurrent record type.
16622         (Interface_Present_In_Parent): New subprogram used to check if a
16623         given type or some of its parents implement a given interface.
16624         (Collect_Abstract_Interfaces): Add support for concurrent types
16625         with interface types.
16626         (Has_Abstract_Interfaces): Add support for concurrent types with
16627         interface types.
16628         (Is_Parent): New subprogram that determines whether E1 is a parent
16629         of E2. For a concurrent type its parent is the first element of its
16630         list of interface types; for other types this function provides the
16631         same result than Is_Ancestor.
16632         (Enclosing_Subprogram): Add test for N_Extended_Return_Statement.
16633         (Collect_Synchronized_Interfaces): Removed because the subprogram
16634         Collect_Abstract_Interfaces provides this functionality.
16635         (Collect_Abstract_Interfaces): Minor update to give support to
16636         concurrent types and thus avoid undesired code duplication.
16637         (Get_Subprogram_Entity): Handle entry calls.
16638         (May_Be_Lvalue): Include actuals that appear as in-out parameters in
16639         entry calls.
16640         (Enter_Name): Do not give -gnatwh hiding warning for record component
16641         entities, they never result in hiding.
16642
16643 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16644             Robert Dewar  <dewar@adacore.com>
16645
16646         * sinfo.ads, sinfo.adb (Coextensions): New element list for allocators,
16647         to chain nested components that are allocators for access discriminants
16648         of the enclosing object.
16649         Add N_Push and N_Pop nodes
16650         New field Exception_Label added
16651         (Local_Raise_Statements): New field in N_Exception_Handler_Node
16652         (Local_Raise_Not_OK): New flag in N_Exception_Handler_Node
16653         (Is_Coextension): New flag for allocators, to mark allocators that
16654         correspond to access discriminants of dynamically allocated objects.
16655         (N_Block_Statement): Document the fact that the corresponding entity
16656         can be an E_Return_Statement.
16657         (Is_Coextension): New flag for allocators.
16658         Remove all code for DSP option
16659
16660         * sprint.ads, sprint.adb: Display basic information for class_wide
16661         subtypes. Add handling of N_Push and N_Pop nodes
16662
16663 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
16664
16665         * s-tpobop.adb (Exceptional_Complete_Entry_Body): Undefer abortion
16666         before propagating exception.
16667
16668 2007-04-06  Olivier Hainque  <hainque@adacore.com>
16669
16670         * tracebak.c (PC_ADJUST - ia64): -4 instead of -16, expected to yield
16671         an address always within the call instruction from a return address.
16672
16673 2007-04-06  Olivier Hainque  <hainque@adacore.com>
16674             Eric Botcazou  <botcazou@adacore.com>
16675
16676         * trans.c (call_to_gnu) <TYPE_RETURNS_BY_TARGET_PTR_P>: Return an
16677         expression with a COMPOUND_EXPR including the call instead of emitting
16678         the call directly here.
16679         (gnat_to_gnu) <N_Slice>: Do not return a non-constant low bound if the
16680         high bound is constant and the slice is empty.  Tidy.
16681         (tree_transform, case N_Op_Not): Handle properly the case where the
16682         operation applies to a private type whose full view is a modular type.
16683         (Case_Statement_To_gnu): If an alternative is an E_Constant with an
16684         Address_Clause, use the associated Expression as the GNAT tree
16685         representing the choice value to ensure the corresponding GCC tree is
16686         of the proper kind.
16687         (maybe_stabilize_reference): Stabilize COMPOUND_EXPRs as a whole
16688         instead of just the operands, as the base GCC stabilize_reference does.
16689         <CALL_EXPR>: New case. Directly stabilize the call if an lvalue is not
16690         requested; otherwise fail.
16691         (addressable_p) <COMPONENT_REF>: Do not test DECL_NONADDRESSABLE_P.
16692
16693 2007-04-06  Thomas Quinot  <quinot@adacore.com>
16694
16695         * uintp.ads, uintp.adb (UI_Div_Rem): New subprogram, extending previous
16696         implementation of UI_Div.
16697         (UI_Div): Reimplement as a call to UI_Div_Rem.
16698         (UI_Rem): Take advantage of the fact that UI_Div_Rem provides the
16699         remainder, avoiding the cost of a multiplication and a subtraction.
16700         (UI_Modular_Inverse): Take advantage of the fact that UI_Div_Rem
16701         provides both quotient and remainder in a single computation.
16702         (UI_Modular_Exponentiation, UI_Modular_Inverse): New modular arithmetic
16703         functions for uint.
16704         (UI_Modular_Inverse): Add a note that the behaviour of this subprogram
16705         is undefined if the given n is not inversible.
16706
16707 2007-04-06  Olivier Hainque  <hainque@adacore.com>
16708
16709         * utils2.c (known_alignment): Handle COMPOUND_EXPR, COND_EXPR and
16710         BIT_AND_EXPR. Handle also VIEW_CONVERT_EXPR, as the other conversion
16711         opcodes.
16712
16713 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
16714             Olivier Hainque  <hainque@adacore.com>
16715
16716         * utils.c (update_pointer_to): Make a copy of the couple of FIELD_DECLs
16717         when updating the contents of the old pointer to an unconstrained array.
16718         (end_subprog_body): Set error_gnat_node to Empty.
16719         (write_record_type_debug_info): Do not be unduly sparing with our bytes.
16720         (unchecked_convert): For subtype to base type conversions, require that
16721         the source be a subtype if it is an integer type.
16722         (builtin_decls): New global, vector of available builtin functions.
16723         (gnat_pushdecl): Add global builtin function declaration nodes to the
16724         builtin_decls list.
16725         (gnat_install_builtins): Adjust comments.
16726         (builtin_function): Set DECL_BUILTIN_CLASS and DECL_FUNCTION_CODE before
16727         calling gnat_pushdecl, so that it knows when it handed a builtin
16728         function declaration node.
16729         (builtin_decl_for): Search the builtin_decls list.
16730
16731 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
16732
16733         * s-stchop-vxworks.adb:
16734         (Stack_Check): Raise Storage_Error if the argument has wrapped around.
16735
16736 2007-04-06  Robert Dewar  <dewar@adacore.com>
16737             Arnaud Charlet  <charlet@adacore.com>
16738
16739         * a-diroro.ads: Inserted the pragma Unimplemented_Unit
16740
16741         * bindgen.adb (Gen_Output_File_Ada): Generate pragma Ada_95 at start
16742         of files
16743         Add mention of -Sev (set initialize_scalars option from environment
16744         variable at run time) in gnatbind usage message.
16745
16746         * elists.ads, elists.adb: (Append_Unique_Elmt): New procedure
16747
16748         * fname-uf.ads: Minor comment fix
16749
16750         * osint.ads: Change pragma Elaborate to Elaborate_All
16751
16752         * par-load.adb: Add documentation.
16753
16754         * sem_cat.ads, sem_cat.adb: Minor code reorganization
16755
16756         * s-parint.ads (RCI_Locator) : Add 'Version' generic formal
16757
16758         * s-secsta.ads: Extra comments
16759
16760         * s-soflin.ads: Minor comment fixes
16761
16762         * s-stratt.ads (Block_Stream_Ops_OK): Removed.
16763
16764         * s-wchcon.ads: Minor comment addition
16765
16766         * treepr.adb: Minor change in message
16767         (Print_Name,Print_Node): Make these debug printouts more robust: print
16768         "no such..." instead of crashing on bad input.
16769
16770 2007-03-30  Rafael Ávila de Espíndola  <espindola@google.com>
16771
16772         * trans.c (Attribute_to_gnu): Use get_signed_or_unsigned_type
16773         instead of gnat_signed_or_unsigned_type.
16774         * utils.c (gnat_signed_or_unsigned_type): Remove.
16775         * misc.c (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove
16776         * gigi.h (gnat_signed_or_unsigned_type): Remove
16777
16778 2007-03-09  Roger Sayle  <roger@eyesopen.com>
16779
16780         * cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling
16781         fold with the result of buildN.
16782         * decl.c (gnat_to_gnu_entity): Likewise.
16783         * trans.c (Attribute_to_gnu, gnat_to_gnu, emit_check): Likewise.
16784         * utils.c (finish_record_type, merge_sizes, max_size, convert):
16785         Likewise.
16786         * utils2.c (gnat_truthvalue_conversion, compare_arrays,
16787         nonbinary_modular_operation, build_binary_op, build_unary_op,
16788         build_cond_expr): Likewise.
16789
16790         * utils.c (convert): Use fold_build1 when casting values to void.
16791         * utils2.c (gnat_truthvalue_conversion): Use build_int_cst and
16792         fold_convert instead of convert when appropriate.
16793
16794 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
16795
16796         * Make-lang.in: Add install-pdf target as copied from
16797         automake v1.10 rules.
16798
16799 2007-02-28  Andreas Schwab  <schwab@suse.de>
16800
16801         * Make-lang.in (doc/gnat_ugn_unw.texi): Depend on
16802         $(gcc_docdir)/include/gcc-common.texi and gcc-vers.texi.
16803         (doc/gnat-style.info): Likewise.
16804
16805 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
16806
16807         * gnat-style.texi: Standardize title page.
16808         * gnat_rm.texi: Likewise.
16809         * gnat_ugn.texi: Likewise.
16810
16811 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
16812
16813         * decl.c (annotate_value): Adjust for refactoring of tree_map
16814         hierarchy.
16815
16816 2007-02-24  Mark Mitchell  <mark@codesourcery.com>
16817
16818         * decl.c (annotate_value): Adjust for refactoring of tree_map
16819         hierarchy.
16820
16821 2007-02-21  Ed Schonberg  <schonberg@adacore.com>
16822
16823         PR ada/18819
16824         * sem_ch3.adb (Create_Constrained_Components): for a subtype of an
16825         untagged derived type, add hidden components to keep discriminant
16826         layout consistent, when a given discriminant of the derived type
16827         constraints several discriminants of the parent type.
16828
16829 2007-02-16  Eric Botcazou  <ebotcazou@adacore.com>
16830             Sandra Loosemore  <sandra@codesourcery.com>
16831
16832         * trans.c (call_to_gnu):  Use build_call_list instead of build3 to
16833         build the call expression.
16834         (gnat_stabilize_reference_1): Handle tcc_vl_exp.
16835         * utils.c (max_size) <tcc_exceptional>: Delete.
16836         <tcc_vl_exp>: New case.
16837         <tcc_expression>: Delete CALL_EXPR subcase.
16838         (build_global_cdtor): Use build_call_nary instead of build3.
16839         * utils2.c (build_call_1_expr): Likewise.
16840         (build_call_2_expr): Likewise.
16841         (build_call_0_expr): Likewise.
16842         (build_call_alloc_dealloc): Likewise.
16843
16844 2007-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
16845
16846         * raise-gcc.c (get_region_description_for, get_call_site_action_for,
16847         get_action_description_for): Replace _Unwind_Word with _uleb128_t
16848         and _Unwind_SWord with _sleb128_t.
16849
16850 2007-02-06  Paolo Bonzini  <bonzini@gnu.org>
16851
16852         * Make-lang.in (ada/decl.o): Add gt-ada-decl.h dependency.
16853         * decl.c: Include gt-ada-decl.h.
16854         (annotate_value_cache): New.
16855         (annotate_value): Use it instead of TREE_COMPLEXITY.
16856
16857 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
16858
16859         * misc.c, utils2.c: Fix comment typos.
16860
16861 2007-01-24  Roger Sayle  <roger@eyesopen.com>
16862
16863         * decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of
16864         TREE_CONSTANT_OVERFLOW.
16865         (allocatable_size_p, annotate_value): Likewise.
16866         * trans.c (gnat_to_gnu): Likewise.
16867         * utils.c (unchecked_convert): Likewise.
16868         * utils2.c (build_simple_component_ref): Likewise.
16869
16870 2007-01-23  Richard Guenther  <rguenther@suse.de>
16871
16872         PR bootstrap/30541
16873         * Make-lang.in: Replace invocations of gnatmake with $(GNATMAKE).
16874         (gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX.
16875         (gnatboot3): Likewise.
16876         (GNATBIND): Do not define.
16877         * Makefile.in (GNATBIND): Do not define.
16878
16879 2007-01-08  Richard Guenther  <rguenther@suse.de>
16880
16881         * cuintp.c (build_cst_from_int): Use built_int_cst_type.
16882         * trans.c (gnat_to_gnu): Likewise.
16883
16884 2006-12-07  Geoffrey Keating  <geoffk@apple.com>
16885
16886         * Makefile.in: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.
16887         * adaint.c: Likewise.
16888
16889 2006-12-05  Aldy Hernandez  <aldyh@redhat.com>
16890
16891         Merge from gimple-tuples-branch:
16892         2006-11-02  Aldy Hernandez  <aldyh@redhat.com>
16893
16894         * ada-tree.h (lang_tree_node): Handle gimple tuples.
16895         * trans.c (gnat_gimplify_expr): Replace MODIFY_EXPR with
16896         GIMPLE_MODIFY_STMT.
16897
16898 2006-12-02  Kazu Hirata  <kazu@codesourcery.com>
16899
16900         * Makefile.in, mingw32.h, trans.c: Fix comment typos.
16901         * gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions.
16902         Fix typos.
16903
16904 2006-11-17  Eric Botcazou  <ebotcazou@adacore.com>
16905
16906         PR ada/27936
16907         * trans.c (add_decl_expr): Do not dynamically elaborate padded objects
16908         if the initializer takes into account the padding.
16909
16910 2006-11-11  Richard Guenther  <rguenther@suse.de>
16911
16912         * trans.c (maybe_stabilize_reference): Remove handling of
16913         FIX_CEIL_EXPR, FIX_FLOOR_EXPR and FIX_ROUND_EXPR.
16914
16915 2006-11-05  Arnaud Charlet  <charlet@adacore.com>
16916
16917         PR ada/29707
16918         * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads
16919         (To_Target_Priority): New function.
16920
16921 2006-10-31  Robert Dewar  <dewar@adacore.com>
16922
16923         * a-taster.adb, s-traent-vms.adb, a-elchha.ads, a-elchha.adb,
16924         a-exctra.adb, ali-util.adb, exp_disp.ads, s-stalib.ads, s-traent.adb,
16925         s-addope.ads, s-addope.adb, a-rbtgso.adb, a-crbltr.ads, a-coprnu.adb,
16926         a-cgcaso.adb, a-cgarso.adb, a-cgaaso.adb, a-coormu.adb, a-ciormu.adb,
16927         a-rbtgso.ads, a-stunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb,
16928         a-secain.adb, a-slcain.adb, a-shcain.adb, a-stwiha.adb, a-stwiha.adb,
16929         a-strhas.adb, a-strhas.adb, a-stzhas.adb, a-stzhas.adb, a-szuzha.adb,
16930         a-chacon.adb, a-chacon.adb, a-chacon.ads, a-stboha.adb, a-swbwha.adb,
16931         a-szbzha.adb: Minor reformatting. Fix header.
16932
16933         * a-numaux-x86.adb: Add parentheses for use of unary minus
16934         * a-ngcefu.adb: Supply missing parentheses for unary minus
16935         * a-ngcoty.adb: Add parens for use of unary minus
16936         * a-ngelfu.adb: Add missing parens for unary minus
16937         * a-tifiio.adb: Add parentheses for uses of unary minus
16938
16939 2006-10-31  Robert Dewar  <dewar@adacore.com>
16940             Bob Duff  <duff@adacore.com>
16941             Ed Schonberg  <schonberg@adacore.com>
16942
16943         * sem_res.adb (Resolve_Unary_Op): Add warning for use of unary minus
16944         with multiplying operator.
16945         (Expected_Type_Is_Any_Real): New function to determine from the Parent
16946         pointer whether the context expects "any real type".
16947         (Resolve_Arithmetic_Op): Do not give an error on calls to the
16948         universal_fixed "*" and "/" operators when they are used in a context
16949         that expects any real type. Also set the type of the node to
16950         Universal_Real in this case, because downstream processing requires it
16951         (mainly static expression evaluation).
16952         Reword some continuation messages
16953         Add some \\ sequences to continuation messages
16954         (Resolve_Call): Refine infinite recursion case. The test has been
16955         sharpened to eliminate some false positives.
16956         Check for Current_Task usage now includes entry barrier, and is now a
16957         warning, not an error.
16958         (Resolve): If the call is ambiguous, indicate whether an interpretation
16959         is an inherited operation.
16960         (Check_Aggr): When resolving aggregates, skip associations with a box,
16961         which are priori correct, and will be replaced by an actual default
16962         expression in the course of expansion.
16963         (Resolve_Type_Conversion): Add missing support for conversion from
16964         a class-wide interface to a tagged type. Minor code cleanup.
16965         (Valid_Tagged_Converion): Add support for abstact interface type
16966         conversions.
16967         (Resolve_Selected_Component): Call Generate_Reference here rather than
16968         during analysis, and use May_Be_Lvalue to distinguish read/write.
16969         (Valid_Array_Conversion): New procedure, abstracted from
16970         Valid_Conversion, to incorporate accessibility checks for arrays of
16971         anonymous access types.
16972         (Valid_Conversion): For a conversion to a numeric type occurring in an
16973         instance or inlined body, no need to check that the operand type is
16974         numeric, since this has been checked during analysis of the template.
16975         Remove legacy test for scope name Unchecked_Conversion.
16976
16977         * sem_res.ads: Minor reformatting
16978
16979         * a-except.adb, a-except-2005.adb: Turn off subprogram ordering
16980         (PE_Current_Task_In_Entry_Body): New exception code
16981         (SE_Restriction_Violation): Removed, not used
16982
16983         * a-except.ads:  Update comments.
16984
16985         * types.h, types.ads: Add definition for Validity_Check
16986         (PE_Current_Task_In_Entry_Body): New exception code
16987         (SE_Restriction_Violation): Removed, not used
16988
16989 2006-10-31  Thomas Quinot  <quinot@adacore.com>
16990
16991         * g-socthi-vxworks.adb (C_Gethostbyname): Fix wrong test for returned
16992         error status.
16993
16994 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
16995             Jose Ruiz  <ruiz@adacore.com>
16996
16997         * a-calend-vms.adb (Leap_Sec_Ops): Temp body for package in private
16998         part of Ada.Calendar: all subprogram raise Unimplemented.
16999         (Split_W_Offset): Temp function body, raising Unimplemented
17000
17001         * a-calend.ads, a-calend-vms.ads:
17002         Add imported variable Invalid_TZ_Offset used to designate targets unable
17003         to support time zones.
17004         (Unimplemented): Temporary function raised by the body of new
17005         subprograms below.
17006         (Leap_Sec_Ops): New package in the private part of Ada.Calendar. This
17007         unit provides handling of leap seconds and is used by the new Ada 2005
17008         packages Ada.Calendar.Arithmetic and Ada.Calendar.Formatting.
17009         (Split_W_Offset): Identical spec to that of Ada.Calendar.Split. This
17010         version returns an extra value which is the offset to UTC.
17011
17012         * a-calend.adb (Split_W_Offset): Add call to localtime_tzoff.
17013         (Leap_Sec_Ops): New body for package in private part of Ada.Calendar.
17014         (Split_W_Offset): New function body.
17015         (Time_Of): When a date is close to UNIX epoch, compute the time for
17016         that date plus one day (that amount is later substracted after
17017         executing mktime) so there are no problems with time zone adjustments.
17018
17019         * a-calend-mingw.adb: Remove Windows specific version no longer needed.
17020
17021         * a-calari.ads, a-calari.adb, a-calfor.ads, a-calfor.adb,
17022         a-catizo.ads, a-catizo.adb: New files.
17023
17024         * impunit.adb: Add new Ada 2005 entries
17025
17026         * sysdep.c: Add external variable __gnat_invalid_tz_offset.
17027         Rename all occurences of "__gnat_localtime_r" to
17028         "__gnat_localtime_tzoff".
17029         (__gnat_localtime_tzoff for Windows): Add logic to retrieve the time
17030         zone data and calculate the GMT offset.
17031         (__gnat_localtime_tzoff for Darwin, Free BSD, Linux, Lynx and Tru64):
17032         Use the field "tm_gmtoff" to extract the GMT offset.
17033         (__gnat_localtime_tzoff for AIX, HPUX, SGI Irix and Sun Solaris): Use
17034         the external variable "timezone" to calculate the GMT offset.
17035
17036 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
17037             Jose Ruiz  <ruiz@adacore.com>
17038
17039         * s-osinte-posix.adb, s-osinte-linux.ads, s-osinte-freebsd.adb,
17040         s-osinte-freebsd.ads, s-osinte-solaris-posix.ads, s-osinte-hpux.ads,
17041         s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-lynxos-3.ads,
17042         s-osinte-lynxos-3.adb (To_Target_Priority): New function maps from
17043         System.Any_Priority to a POSIX priority on the target.
17044
17045         * system-linux-ia64.ads:
17046         Extend range of Priority types on Linux to use the whole range made
17047         available by the system.
17048
17049         * s-osinte-aix.adb, s-osinte-aix.ads (To_Target_Priority): New
17050         function maps from System.Any_Priority to a POSIX priority on the
17051         target.
17052         (PTHREAD_PRIO_PROTECT): Set real value.
17053         (PTHREAD_PRIO_INHERIT): Now a function.
17054         (SIGCPUFAIL): New signal.
17055         (Reserved): Add SIGALRM1, SIGWAITING, SIGCPUFAIL, since these signals
17056         are documented as reserved by the OS.
17057
17058         * system-aix.ads: Use the full range of priorities provided by the
17059         system on AIX.
17060
17061         * s-taprop-posix.adb: Call new function To_Target_Priority.
17062         (Set_Priority): Take into account Task_Dispatching_Policy and
17063         Priority_Specific_Dispatching pragmas when determining if Round Robin
17064         must be used for scheduling the task.
17065
17066         * system-linux-x86_64.ads, system-linux-x86.ads,
17067         system-linux-ppc.ads: Extend range of Priority types on Linux to use
17068         the whole range made available by the system.
17069
17070         * s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-irix.adb,
17071         s-taprop-tru64.adb, s-taprop-linux.adb, s-taprop-hpux-dce.adb,
17072         s-taprop-lynxos.adb (Finalize_TCB): invalidate the stack-check cache
17073         when deallocating the TCB in order to avoid potential references to
17074         deallocated data.
17075         (Set_Priority): Take into account Task_Dispatching_Policy and
17076         Priority_Specific_Dispatching pragmas when determining if Round Robin
17077         or FIFO within priorities must be used for scheduling the task.
17078
17079         * s-taprop-vxworks.adb (Enter_Task): Store the user-level task id in
17080         the Thread field (to be used internally by the run-time system) and the
17081         kernel-level task id in the LWP field (to be used by the debugger).
17082         (Create_Task): Reorganize to unify the calls to taskSpawn into a single
17083         instance, and propagate the current task options to the spawned task.
17084         (Set_Priority): Take into account Priority_Specific_Dispatching pragmas.
17085         (Initialize): Set Round Robin dispatching when the corresponding pragma
17086         is in effect.
17087
17088 2006-10-31  Robert Dewar  <dewar@adacore.com>
17089
17090         * system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
17091         system-linux-hppa.ads, system-hpux-ia64.ads,
17092         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-tru64.ads,
17093         system-vxworks-sparcv9.ads, system-solaris-x86.ads,
17094         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
17095         system-vxworks-m68k.ads, system-vxworks-mips.ads, system-interix.ads,
17096         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
17097         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
17098         system-vxworks-alpha.ads, system.ads: Add pragma Warnings(Off,
17099         Default_Bit_Order) to kill constant condition warnings for references
17100         to this switch.
17101
17102 2006-10-31  Vincent Celier  <celier@adacore.com>
17103             Eric Botcazou  <ebotcazou@adacore.com>
17104
17105         * mlib-tgt-lynxos.adb, mlib-tgt-mingw.adb, mlib-tgt-tru64.adb,
17106         mlib-tgt-aix.adb, mlib-tgt-irix.adb, mlib-tgt-hpux.adb,
17107         mlib-tgt-linux.adb, mlib-tgt-solaris.adb: Use Append_To, instead of
17108         Ext_To, when building the library file name
17109
17110         * mlib-tgt-vxworks.adb: ditto.
17111         (Get_Target_Suffix): Add support for x86 targets.
17112
17113         * mlib-fil.ads, mlib-fil.adb: (Append_To): New function
17114
17115         * mlib-tgt-darwin.adb:
17116         Use Append_To, instead of Ext_To, when building the library file name
17117         (Flat_Namespace): New global variable.
17118         (No_Shared_Libgcc_Switch): Rename to No_Shared_Libgcc_Options.
17119         (Shared_Libgcc_Switch): Rename to With_Shared_Libgcc_Options.
17120         (Link_Shared_Libgcc): Delete.
17121         (Build_Dynamic_Library): Adjust for above changes.
17122         Use Opt package.
17123         (Build_Dynamic_Library): Pass -shared-libgcc if GCC 4 or later.
17124
17125 2006-10-31  Eric Botcazou  <ebotcazou@adacore.com>
17126
17127         * s-taprop-solaris.adb: (Time_Slice_Val): Change type to Integer.
17128         (Initialize): Add type conversions required by above change.
17129
17130 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
17131
17132         * s-osinte-vxworks.ads, s-osinte-vxworks.adb:
17133         (getpid): New body for this function that uses the underlying taskIdSelf
17134         function for VxWorks 5 and VxWorks 6 in kernel mode.
17135         (unsigned_int): New type, modular to allow logical bit operations.
17136         (taskOptionsGet): New imported function.
17137
17138         * s-taspri-vxworks.ads (Private_Data): Change the type for the LWP
17139         field to be compliant with the type used by the corresponding operating
17140         system primitive.
17141
17142 2006-10-31  Pascal Obry  <obry@adacore.com>
17143             Eric Botcazou  <ebotcazou@adacore.com>
17144             Vincent Celier  <celier@adacore.com>
17145
17146         * adaint.c (__gnat_get_libraries_from_registry): Call explicitly the
17147         ASCII version of the registry API. This is needed as the GNAT runtime
17148         is now UNICODE by default.
17149         Include version.h.
17150         (get_gcc_version): Do not hardcode the return value.
17151         (__gnat_file_time_name): On Windows properly set the default returned
17152         value to -1 which corresponds to Invalid_Time.
17153         (__gnat_fopen): New routine. A simple wrapper on all plateforms
17154          except on Windows where it does conversion for unicode support.
17155         (__gnat_freopen): Idem.
17156         (__gnat_locate_exec_on_path): If environment variable PATH does not
17157         exist, return a NULL pointer
17158
17159         * adaint.h: (__gnat_fopen): Declare.
17160         (__gnat_freopen): Likewise.
17161
17162         * mingw32.h (_tfreopen): Define this macro here for older MingW
17163         version.
17164         Activate the unicode support on platforms using a MingW runtime
17165         version 3.9 or newer.
17166
17167         * s-crtl.ads (fopen): Is now an import to the wrapper __gnat_freopen.
17168         This is needed for proper unicode support on Windows.
17169         (freopen): Idem.
17170
17171 2006-10-31  Eric Botcazou  <ebotcazou@adacore.com>
17172             Nicolas Setton  <setton@adacore.com>
17173             Olivier Hainque  <hainque@adacore.com>
17174             Gary Dismukes  <dismukes@adacore.com>
17175
17176         * gigi.h: (tree_code_for_record_type): Declare.
17177         (add_global_renaming_pointer): Rename to record_global_renaming_pointer.
17178         (get_global_renaming_pointers): Rename to
17179         invalidate_global_renaming_pointers.
17180         (static_ctors): Delete.
17181         (static_dtors): Likewise.
17182         (gnat_write_global_declarations): Declare.
17183         (create_var_decl): Adjust descriptive comment to indicate that the
17184         subprogram may return a CONST_DECL node.
17185         (create_true_var_decl): Declare new function, similar to
17186         create_var_decl but forcing the creation of a VAR_DECL node.
17187         (get_global_renaming_pointers): Declare.
17188         (add_global_renaming_pointer): Likewise.
17189
17190         * ada-tree.h (DECL_READONLY_ONCE_ELAB): New macro.
17191
17192         * decl.c (gnat_to_gnu_entity) <case E_Function>: Don't copy the type
17193         tree before setting TREE_ADDRESSABLE for by-reference return mechanism
17194         processing.
17195         (gnat_to_gnu_entity): Remove From_With_Type from computation for
17196         imported_p.
17197         <E_Access_Type>: Use the Non_Limited_View as the full view of the
17198         designated type if the pointer comes from a limited_with clause.  Make
17199         incomplete designated type if it is in the main unit and has a freeze
17200         node.
17201         <E_Incomplete_Type>: Rework to treat Non_Limited_View, Full_View, and
17202         Underlying_Full_View similarly.  Return earlier if the full view already
17203         has an associated tree.
17204         (gnat_to_gnu_entity) <E_Record_Type>: Restore comment.
17205         (gnat_to_gnu_entity) <E_Record_Type>: Do not use a dummy type.
17206         (gnat_to_gnu_entity) <E_Variable>: Set TYPE_REF_CAN_ALIAS_ALL on the
17207         reference type built for objects with an address clause.
17208         Use create_true_var_decl with const_flag set for
17209         DECL_CONST_CORRESPONDING_VARs, ensuring a VAR_DECL is created with
17210         TREE_READONLY set.
17211         (gnat_to_gnu_entity, case E_Enumeration_Type): Set TYPE_NAME
17212         for Character and Wide_Character types. This info is read by the
17213         dwarf-2 writer, and is needed to be able to use the command "ptype
17214         character" in the debugger.
17215         (gnat_to_gnu_entity): When generating a type representing
17216         a Character or Wide_Character type, set the flag TYPE_STRING_FLAG,
17217         so that debug writers can distinguish it from ordinary integers.
17218         (elaborate_expression_1): Test the DECL_READONLY_ONCE_ELAB flag in
17219         addition to TREE_READONLY to assert the constantness of variables for
17220         elaboration purposes.
17221         (gnat_to_gnu_entity, subprogram cases): Change loops on formal
17222         parameters to call new Einfo function First_Formal_With_Extras.
17223         (gnat_to_gnu_entity): In type_annotate mode, replace a discriminant of a
17224         protected type with its corresponding discriminant, to obtain a usable
17225         declaration
17226         (gnat_to_gnu_entity) <E_Access_Protected_Subprogram_Type>: Be prepared
17227         for a multiple elaboration of the "equivalent" type.
17228         (gnat_to_gnu_entity): Adjust for renaming of add_global_renaming_pointer
17229         into record_global_renaming_pointer.
17230         (gnat_to_gnu_entity) <E_Array_Type>: Do not force
17231         TYPE_NONALIASED_COMPONENT to 0 if the element type is an aggregate.
17232         <E_Array_Subtype>: Likewise.
17233         (gnat_to_gnu_entity) <E_Incomplete_Subtype>: Add support for regular
17234         incomplete subtypes and incomplete subtypes of incomplete types visible
17235         through a limited with clause.
17236         (gnat_to_gnu_entity) <E_Array_Subtype>: Take into account the bounds of
17237         the base index type for the maximum size of the array only if they are
17238         constant.
17239         (gnat_to_gnu_entity, renaming object case): Do not wrap up the
17240         expression into a SAVE_EXPR if stabilization failed.
17241
17242         * utils.c (create_subprog_decl): Turn TREE_ADDRESSABLE on the type of
17243         a result decl into DECL_BY_REFERENCE on this decl, now what is expected
17244         by lower level compilation passes.
17245         (gnat_genericize): New function, lowering a function body to GENERIC.
17246         Turn the type of RESULT_DECL into a real reference type if the decl
17247         has been marked DECL_BY_REFERENCE, and adjust references to the latter
17248         accordingly.
17249         (gnat_genericize_r): New function. Tree walking callback for
17250         gnat_genericize.
17251         (convert_from_reference, is_byref_result): New functions. Helpers for
17252         gnat_genericize_r.
17253         (create_type_decl): Call gnat_pushdecl before calling
17254         rest_of_decl_compilation, to make sure that field TYPE_NAME of
17255         type_decl is properly set before calling the debug information writers.
17256         (write_record_type_debug_info): The heuristics which compute the
17257         alignment of a field in a variant record might not be accurate. Add a
17258         safety test to make sure no alignment is set to a smaller value than
17259         the alignment of the field type.
17260         (make_dummy_type): Use the Non_Limited_View as the underlying type if
17261         the type comes from a limited_with clause. Do not loop on the full view.
17262         (GET_GNU_TREE, SET_GNU_TREE, PRESENT_GNU_TREE): New macros.
17263         (dummy_node_table): New global variable, moved from decl.c.
17264         (GET_DUMMY_NODE, SET_DUMMY_NODE, PRESENT_DUMMY_NODE): New macros.
17265         (save_gnu_tree): Use above macros.
17266         (get_gnu_tree): Likewise.
17267         (present_gnu_tree): Likewise.
17268         (init_dummy_type): New function, moved from decl.c. Use above macros.
17269         (make_dummy_type): Likewise.
17270         (tree_code_for_record_type): New function extracted from make_dummy_type
17271         (init_gigi_decls): Set DECL_IS_MALLOC on gnat_malloc.
17272         (static_ctors): Change it to a vector, make static.
17273         (static_dtors): Likewise.
17274         (end_subprog_body): Adjust for above change.
17275         (build_global_cdtor): Moved from trans.c.
17276         (gnat_write_global_declarations): Emit global constructor and
17277         destructor, and call cgraph_optimize before emitting debug info for
17278         global declarations.
17279         (global_decls): New global variable.
17280         (gnat_pushdecl): Store the global declarations in global_decls, for
17281         later use.
17282         (gnat_write_global_declarations): Emit debug information for global
17283          declarations.
17284         (create_var_decl_1): Former create_var_decl, with an extra argument to
17285          state whether the creation of a CONST_DECL is allowed.
17286         (create_var_decl): Behavior unchanged. Now a wrapper around
17287         create_var_decl_1 allowing CONST_DECL creation.
17288         (create_true_var_decl): New function, similar to create_var_decl but
17289         forcing the creation of a VAR_DECL node (CONST_DECL not allowed).
17290         (create_field_decl): Do not always mark the field as addressable
17291         if its type is an aggregate.
17292         (global_renaming_pointers): New static variable.
17293         (add_global_renaming_pointer): New function.
17294         (get_global_renaming_pointers): Likewise.
17295
17296         * misc.c (gnat_dwarf_name): New function.
17297         (LANG_HOOKS_DWARF_NAME): Define to gnat_dwarf_name.
17298         (gnat_post_options): Add comment about structural alias analysis.
17299         (gnat_parse_file): Do not call cgraph_optimize here.
17300         (LANG_HOOKS_WRITE_GLOBALS): Define to gnat_write_global_declarations.
17301
17302         * trans.c (process_freeze_entity): Don't abort if we already have a
17303         non dummy GCC tree for a Concurrent_Record_Type, as it might
17304         legitimately have been elaborated while processing the associated
17305         Concurrent_Type prior to this explicit freeze node.
17306         (Identifier_to_gnu): Do not make a variable referenced in a SJLJ
17307         exception handler volatile if it is of variable size.
17308         (process_type): Remove bypass for types coming from a limited_with
17309         clause.
17310         (call_to_gnu): When processing the copy-out of a N_Type_Conversion GNAT
17311         actual, convert the corresponding gnu_actual to the real destination
17312         type when necessary.
17313         (add_decl_expr): Set the DECL_READONLY_ONCE_ELAB flag on variables
17314         originally TREE_READONLY but whose elaboration cannot be performed
17315         statically.
17316         Part of fix for F504-021.
17317         (tree_transform, subprogram cases): Change loops on formal parameters to
17318         call new Einfo function First_Formal_With_Extras.
17319         (gnat_to_gnu) <N_Op_Shift_Right_Arithmetic>: Ignore constant overflow
17320         stemming from type conversion for the lhs.
17321         (Attribute_to_gnu) <Attr_Alignment>: Also divide the alignment by the
17322         number of bits per unit for components of records.
17323         (gnat_to_gnu) <N_Code_Statement>: Mark operands addressable if needed.
17324         (Handled_Sequence_Of_Statements_to_gnu): Register the cleanup associated
17325         with At_End_Proc after the SJLJ EH cleanup.
17326         (Compilation_Unit_to_gnu): Call elaborate_all_entities only on the main
17327         compilation unit.
17328         (elaborate_all_entities): Do not retest type_annotate_only.
17329         (tree_transform) <N_Abstract_Subprogram_Declaration>: Process the
17330         result type of an abstract subprogram, which may be an itype associated
17331         with an anonymous access result (related to AI-318-02).
17332         (build_global_cdtor): Move to utils.c.
17333         (Case_Statement_to_gnu): Avoid adding the choice of a when statement if
17334         this choice is not a null tree nor an integer constant.
17335         (gigi): Run unshare_save_expr via walk_tree_without_duplicates
17336         on the body of elaboration routines instead of mark_unvisited.
17337         (add_stmt): Do not mark the tree.
17338         (add_decl_expr): Tweak comment.
17339         (mark_unvisited): Delete.
17340         (unshare_save_expr): New static function.
17341         (call_to_gnu): Issue an error when making a temporary around a
17342         procedure call because of non-addressable actual parameter if the
17343         type of the formal is by_reference.
17344         (Compilation_Unit_to_gnu): Invalidate the global renaming pointers
17345         after building the elaboration routine.
17346
17347 2006-10-31  Bob Duff  <duff@adacore.com>
17348
17349         * a-filico.adb (Finalize(List_Controller)): Mark the finalization list
17350         as finalization-started, so we can raise Program_Error on 'new'.
17351
17352         * s-finimp.adb: Raise Program_Error on 'new' if finalization of the
17353         collection has already started.
17354
17355         * s-finimp.ads (Collection_Finalization_Started): Added new special
17356         flag value for indicating that a collection's finalization has started.
17357
17358         * s-tassta.adb (Create_Task): Raise Program_Error on an attempt to
17359         create a task whose master has already waited for dependent tasks.
17360
17361 2006-10-31  Robert Dewar  <dewar@adacore.com>
17362
17363         * lib.adb, lib.ads: (In_Predefined_Unit): New functions
17364
17365         * a-finali.ads, a-ngcoty.ads, a-strbou.ads, a-stream.ads, a-strmap.ads,
17366         a-strunb.ads, a-stwibo.ads, a-stwima.ads, a-stwiun.ads, a-taside.ads,
17367         a-coorse.ads, a-convec.ads, a-coinve.ads, a-cohama.ads, a-ciorse.ads,
17368         a-cihama.ads, a-cihase.ads, a-cohase.ads, a-ciorma.ads, a-coorma.ads,
17369         a-ciormu.ads, a-coormu.ads, a-stzbou.ads, a-stzmap.ads, a-stzunb.ads,
17370         a-except-2005.ads: Add pragma Preelaborable_Warning
17371
17372 2006-10-31  Robert Dewar  <dewar@adacore.com>
17373             Jose Ruiz  <ruiz@adacore.com>
17374
17375         * a-dispat.ads, a-dispat.adb, a-diroro.ads, a-diroro.adb: New files.
17376
17377         * ali.adb (Get_Name): Properly handle scanning of wide character names
17378         encoded with brackets notation.
17379         (Known_ALI_Lines): Add S lines to this list.
17380         (Scan_ALI): Acquire S (priority specific dispatching) lines.
17381         New flag Elaborate_All_Desirable in unit table
17382
17383         * ali.ads (Priority_Specific_Dispatching): Add this range of
17384         identifiers to be used for Priority_Specific_Dispatching table entries.
17385         (ALIs_Record): Add First_Specific_Dispatching and
17386         Last_Specific_Dispatching that point to the first and last entries
17387         respectively in the priority specific dispatching table for this unit.
17388         (Specific_Dispatching): Add this table for storing each S (priority
17389         specific dispatching) line encountered in the input ALI file.
17390         New flag Elaborate_All_Desirable in unit table
17391
17392         * bcheck.adb: (Check_Configuration_Consistency): Add call to
17393         Check_Consistent_Dispatching_Policy.
17394         (Check_Consistent_Dispatching_Policy): Add this procedure in charge of
17395         verifying that the use of Priority_Specific_Dispatching,
17396         Task_Dispatching_Policy, and Locking_Policy is consistent across the
17397         partition.
17398
17399         * bindgen.adb: (Public_Version_Warning): function removed.
17400         (Set_PSD_Pragma_Table): Add this procedure in charge of getting the
17401         required information from ALI files in order to initialize the table
17402         containing the specific dispatching policy.
17403         (Gen_Adainit_Ada): Generate the variables required for priority specific
17404         dispatching entries (__gl_priority_specific_dispatching and
17405         __gl_num_specific_dispatching).
17406         (Gen_Adainit_C): Generate the variables required for priority specific
17407         dispatching entries (__gl_priority_specific_dispatching and
17408         __gl_num_specific_dispatching).
17409         (Gen_Output_File): Acquire settings for Priority_Specific_Dispatching
17410         pragma entries.
17411         (Gen_Restrictions_String_1, Gen_Restrictions_String_2): Removed.
17412         (Gen_Restrictions_Ada, Gen_Restrictions_C, Set_Boolean): New procedures.
17413         (Tab_To): Removed.
17414         (Gen_Output_File_Ada/_C): Set directly __gl_xxx variables instead of
17415         a call to gnat_set_globals.
17416         Generate a string containing settings from
17417         Priority_Specific_Dispatching pragma entries.
17418         (Gen_Object_Files_Options): Do not include the runtime libraries when
17419         pragma No_Run_Time is specified.
17420
17421         * init.c (__gnat_install_handler, case FreeBSD): Use SA_SIGINFO, for
17422         consistency with s-intman-posix.adb.
17423         (__gnat_error_handler, case FreeBSD): Account for the fact that the
17424         handler is installed with SA_SIGINFO.
17425         (__gnat_adjust_context_for_raise, FreeBSD case): New function for
17426         FreeBSD ZCX support, copied from Linux version.
17427         Add MaRTE-specific definitions for the linux target. Redefine sigaction,
17428         sigfillset, and sigemptyset so the routines defined by MaRTE.
17429         (__gl_priority_specific_dispatching): Add this variable that stores the
17430         string containing priority specific dispatching policies in the
17431         partition.
17432         (__gl_num_specific_dispatching): Add this variable that indicates the
17433         highest priority for which a priority specific dispatching pragma
17434         applies.
17435         (__gnat_get_specific_dispatching): Add this routine that returns the
17436         priority specific dispatching policy, as set by a
17437         Priority_Specific_Dispatching pragma appearing anywhere in the current
17438         partition. The input argument is the priority number, and the result
17439         is the upper case first character of the policy name.
17440         (__gnat_set_globals): Now a dummy function.
17441         (__gnat_handle_vms_condition): Feed adjust_context_for_raise with
17442         mechargs instead of sigargs, as the latter can be retrieved from the
17443         former and sigargs is not what we want on ia64.
17444         (__gnat_adjust_context_for_raise, alpha-vms): Fetch sigargs from the
17445         mechargs argument.
17446         (__gnat_adjust_context_for_raise, ia64-vms): New function.
17447         (tasking_error): Remove unused symbol.
17448         (_abort_signal): Move this symbol to the IRIX specific part since this
17449         is the only target that uses this definition.
17450         (Check_Abort_Status): Move this symbol to the IRIX specific part since
17451         this is the only target that uses this definition.
17452         (Lock_Task): Remove unused symbol.
17453         (Unlock_Task): Remove unused symbol.
17454
17455         * lib-writ.adb (Write_ALI): Output new S lines for
17456         Priority_Specific_Dispatching pragmas.
17457         Implement new flag BD for elaborate body desirable
17458
17459         * lib-writ.ads: Document S lines for Priority Specific Dispatching.
17460         (Specific_Dispatching): Add this table for storing the entries
17461         corresponding to Priority_Specific_Dispatching pragmas.
17462         Document new BD flag for elaborate body desirable
17463
17464         * par-prag.adb (Prag): Add Priority_Specific_Dispatching to the list
17465         of known pragmas.
17466
17467 2006-10-31  Javier Miranda  <miranda@adacore.com>
17468
17469         * a-tags.ads, a-tags.adb:
17470         (Predefined_DT): New function that improves readability of the code.
17471         (Get_Predefined_Prim_Op_Address, Set_Predefined_Prim_Op_Address,
17472         Inherit_DT): Use the new function Predefined_DT to improve code
17473         readability.
17474         (Register_Interface_Tag): Update assertion.
17475         (Set_Interface_Table): Update assertion.
17476         (Interface_Ancestor_Tags): New subprogram required to implement AI-405:
17477         determining progenitor interfaces in Tags.
17478         (Inherit_CPP_DT): New subprogram.
17479
17480         * exp_disp.adb (Expand_Interface_Thunk): Suppress checks during the
17481         analysis of the thunk code.
17482         (Expand_Interface_Conversion): Handle run-time conversion of
17483         access to class wide types.
17484         (Expand_Dispatching_Call): When generating the profile for the
17485         subprogram itype for a dispatching operation, properly terminate the
17486         formal parameters chaind list (set the Next_Entity of the last formal
17487         to Empty).
17488         (Collect_All_Interfaces): Removed. This routine has been moved to
17489         sem_util and renamed as Collect_All_Abstract_Interfaces.
17490         (Set_All_DT_Position): Hidden entities associated with abstract
17491         interface primitives are not taken into account in the check for
17492         3.9.3(10); this check is done with the aliased entity.
17493         (Make_DT, Set_All_DT_Position): Enable full ABI compatibility for
17494         interfacing with CPP by default.
17495         (Expand_Interface_Conversion): Add missing support for static conversion
17496         from an interface to a tagged type.
17497         (Collect_All_Interfaces): Add new out formal containing the list of
17498         abstract interface types to cleanup the subprogram Make_DT.
17499         (Make_DT): Update the code to generate the table of interfaces in case
17500         of abstract interface types.
17501         (Is_Predefined_Dispatching_Alias): New function that returns true if
17502         a primitive is not a predefined dispatching primitive but it is an
17503         alias of a predefined dispatching primitive.
17504         (Make_DT): If the ancestor of the type is a CPP_Class and we are
17505         compiling under full ABI compatibility mode we avoid the generation of
17506         calls to run-time services that fill the dispatch tables because under
17507         this mode we currently inherit the dispatch tables in the IP subprogram.
17508         (Write_DT): Emit an "is null" indication for a null procedure primitive.
17509         (Expand_Interface_Conversion): Use an address as the type of the formal
17510         of the internally built function that handles the case in which the
17511         target type is an access type.
17512
17513 2006-10-31  Robert Dewar  <dewar@adacore.com>
17514
17515         * binde.adb (Better_Choice, Worse_Choice): Implement new preferences.
17516
17517 2006-10-31  Robert Dewar  <dewar@adacore.com>
17518
17519         * bindusg.ads, bindusg.adb:
17520         Change to package and rename procedure as Display, which
17521         now ensures that it only outputs usage information once.
17522
17523 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
17524
17525         * cal.c: Use the header sys/time.h for VxWorks 6.2 or greater when
17526         using RTPs.
17527
17528         * mkdir.c: Use a different version of mkdir for VxWorks 6.2 or greater
17529         when using RTPs.
17530
17531 2006-10-31  Robert Dewar  <dewar@adacore.com>
17532             Ed Schonberg  <schonberg@adacore.com>
17533
17534         * treepr.adb: Use new subtype N_Membership_Test
17535
17536         * checks.ads, checks.adb: Add definition for Validity_Check
17537         (Range_Or_Validity_Checks_Suppressed): New function
17538         (Ensure_Valid): Test Validity_Check suppressed
17539         (Insert_Valid_Check): Test Validity_Check suppressed
17540         (Insert_Valid_Check): Preserve Do_Range_Check flag
17541         (Validity_Check_Range): New procedure
17542         (Expr_Known_Valid): Result of membership test is always valid
17543         (Selected_Range_Checks): Range checks cannot be applied to discriminants
17544         by themselves. Disabling those checks must also be done for task types,
17545         where discriminants may be used for the bounds of entry families.
17546         (Apply_Address_Clause_Check): Remove side-effects if address expression
17547         is non-static and is not the name of a declared constant.
17548         (Null_Exclusion_Static_Checks): Extend to handle Function_Specification.
17549         Code cleanup and new error messages.
17550         (Enable_Range_Check): Test for some cases of suppressed checks
17551         (Generate_Index_Checks): Suppress index checks if index checks are
17552         suppressed for array object or array type.
17553         (Apply_Selected_Length_Checks): Give warning for compile-time detected
17554         length check failure, even if checks are off.
17555         (Ensure_Valid): Do not generate a check on an indexed component whose
17556         prefix is a packed boolean array.
17557         * checks.adb: (Alignment_Checks_Suppressed): New function
17558         (Apply_Address_Clause_Check): New procedure, this is a completely
17559         rewritten replacement for Apply_Alignment_Check
17560         (Get_E_Length/Get_E_First_Or_Last): Add missing barrier to ensure that
17561         we request a discriminal value only in case of discriminants.
17562         (Apply_Discriminant_Check): For Ada_05, only call Get_Actual_Subtype for
17563         assignments where the target subtype is unconstrained and the target
17564         object is a parameter or dereference (other aliased cases are known
17565         to be unconstrained).
17566
17567 2006-10-31  Robert Dewar  <dewar@adacore.com>
17568
17569         * clean.adb, gnatname.adb, gnatsym.adb, prep.adb, prep.ads,
17570         prepcomp.adb, prj.ads, prj-strt.adb, sem_maps.ads,
17571         vms_conv.adb: Fix bad table increment values (much too small)
17572
17573         * table.adb (Realloc): Make sure we get at least some new elements
17574         Defends against silly small values for table increment
17575
17576 2006-10-31  Robert Dewar  <dewar@adacore.com>
17577             Ed Schonberg  <schonberg@adacore.com>
17578             Bob Duff  <duff@adacore.com>
17579
17580         * einfo.ads, einfo.adb (Obsolescent_Warning): Now defined on all
17581         entities. Move other fields around to make this possible
17582         (Is_Derived_Type): Add missing call to Is_Type.
17583         (Extra_Formals): New function for subprograms, entries, subprogram
17584         types.
17585         (Set_Extra_Formals): New procedure for subprograms, entries, subp types.
17586         (First_Formal_With_Extras): New function for subprogs, entries, subp
17587         types.
17588         (Write_Field28_Name): New procedure for node display of "Extra_Formals".
17589         Add node information for E_Return_Statement.
17590         (Elaborate_Body_Desirable): New flag
17591         (Is_Return_By_Reference_Type): Rename Is_Return_By_Reference_Type
17592         to be Is_Inherently_Limited_Type, because return-by-reference has
17593         no meaning in Ada 2005.
17594         (E_Return_Statement): New entity kind.
17595         (Return_Applies_To): Field of E_Return_Statement.
17596         (Is_Return_Object): New flag in object entities.
17597         (Is_Dynamic_Scope): Make it True for E_Return_Statement.
17598         (Must_Have_Preelab_Init): New flag
17599         (Known_To_Have_Preelab_Init): New flag
17600         (Is_Formal_Object): Move from Sem_Ch8 body to Einfo
17601         (Is_Visible_Formal): New flag on entities in formal packages.
17602         (Low_Bound_Known): New flag
17603         (Non_Limited_View, Set_Non_Limited_View): Add membership test agains
17604         Incomplete_Kind.
17605         (Write_Field17_Name): Correct spelling of Non_Limited_View. Add name
17606         output when Id is an incomplete subtype.
17607
17608 2006-10-31  Robert Dewar  <dewar@adacore.com>
17609
17610         * errout.ads, errout.adb (Finalize): Implement switch -gnatd.m
17611         Avoid abbreviation Creat
17612         (Finalize): List all sources in extended mail source if -gnatl
17613         switch is active.
17614         Suppress copyright notice to file in -gnatl=f mode if -gnatd7 set
17615         (Finalize): Implement new -gnatl=xxx switch to output listing to file
17616         (Set_Specific_Warning_On): New procedure
17617         (Set_Specific_Warning_Off): New procedure
17618         Add implementation of new insertion \\
17619         (Error_Msg_Internal): Add handling for Error_Msg_Line_Length
17620         (Unwind_Internal_Type): Improve report on anonymous access_to_subprogram
17621         types.
17622         (Error_Msg_Internal): Make sure that we set Last_Killed to
17623         True when a message from another package is suppressed.
17624         Implement insertion character ~ (insert string)
17625         (First_Node): Minor adjustments to get better placement.
17626
17627         * frontend.adb:
17628         Implement new -gnatl=xxx switch to output listing to file
17629
17630         * gnat1drv.adb:
17631         Implement new -gnatl=xxx switch to output listing to file
17632
17633         * opt.ads: (Warn_On_Questionable_Missing_Paren): New switch
17634         (Commands_To_Stdout): New flag
17635         Implement new -gnatl=xxx switch to output listing to file
17636         New switch Dump_Source_Text
17637         (Warn_On_Deleted_Code): New warning flag for -gnatwt
17638         Define Error_Msg_Line_Length
17639         (Warn_On_Assumed_Low_Bound): New switch
17640
17641         * osint.ads, osint.adb
17642         (Normalize_Directory_Name): Fix bug.
17643         Implement new -gnatl=xxx switch to output listing to file
17644         (Concat): Removed, replaced by real concatenation
17645         Make use of concatenation now allowed in compiler
17646         (Executable_Prefix.Get_Install_Dir): First get the full path, so that
17647         we find the 'lib' or 'bin' directory even when the tool has been
17648         invoked with a relative path.
17649         (Executable_Name): New function taking string parameters.
17650
17651         * osint-c.ads, osint-c.adb:
17652         Implement new -gnatl=xxx switch to output listing to file
17653
17654         * sinput-d.adb: Change name Creat_Debug_File to Create_Debug_File
17655
17656         * switch-c.adb:
17657         Implement new -gnatl=xxx switch to output listing to file
17658         Recognize new -gnatL switch
17659         (no longer keep in old warning about old style usage)
17660         Use concatenation to simplify code
17661         Recognize -gnatjnn switch
17662         (Scan_Front_End_Switches): Clean up handling of -gnatW
17663         (Scan_Front_End_Switches): Include Warn_On_Assumed_Low_Bound for -gnatg
17664
17665 2006-10-31  Robert Dewar  <dewar@adacore.com>
17666
17667         * erroutc.ads, erroutc.adb (Set_Specific_Warning_On): New procedure
17668         (Set_Specific_Warning_Off): New procedure
17669         (Warning_Specifically_Suppressed): New function
17670         (Validate_Specific_Warnings): New procedure
17671         (Output_Msg_Text): Complete rewrite to support -gnatjnn
17672
17673         * err_vars.ads: Implement insertion character ~ (insert string)
17674
17675 2006-10-31  Bob Duff  <duff@adacore.com>
17676             Ed Schonberg  <schonberg@adacore.com>
17677
17678         * exp_aggr.adb (Build_Record_Aggr_Code): For extension aggregates, if
17679         the parent part is a build-in-place function call, generate assignments.
17680         (Expand_Record_Aggregate): Call Convert_To_Assignments if any components
17681         are build-in-place function calls.
17682         (Replace_Self_Reference): New subsidiary of
17683         Make_OK_Assignment_Statement, to replace an access attribute that is a
17684         self-reference into an access to the appropriate component of the
17685         target object. Generalizes previous mechanism to handle self-references
17686         nested at any level.
17687         (Is_Self_Referential_Init): Remove, not needed.
17688         (Is_Self_Referential_Init): New predicate to simplify handling of self
17689         referential components in record aggregates.
17690         (Has_Default_Init_Comps, Make_OK_Assignment_Statement): Add guard to
17691         check for presence of entity before checking for self-reference.
17692         (Has_Default_Init_Comps): Return True if a component association is a
17693         self-reference to the enclosing type, which can only come from a
17694         default initialization.
17695         (Make_OK_Assignment_Statement): If the expression is of the form
17696         Typ'Acc, where Acc is an access attribute, the expression comes from a
17697         default initialized self-referential component.
17698         (Build_Record_Aggr_Code): If the type of the aggregate is a tagged type
17699         that has been derived from several abstract interfaces we must also
17700         initialize the tags of the secondary dispatch tables.
17701
17702 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
17703             Thomas Quinot  <quinot@adacore.com>
17704             Javier Miranda  <miranda@adacore.com>
17705             Robert Dewar  <dewar@adacore.com>
17706
17707         * exp_attr.adb:
17708         (Expand_Access_To_Protected_Op): If the context indicates that an access
17709         to a local operation may be transfered outside of the object, create an
17710         access to the wrapper operation that must be used in an external call.
17711         (Expand_N_Attribute_Reference, case Attribute_Valid): For the AAMP
17712         target, pass the Valid attribute applied to a floating-point prefix on
17713         to the back end without expansion.
17714         (Storage_Size): Use the new run-time function Storage_Size to retrieve
17715         the allocated storage when it is specified by a per-object expression.
17716         (Expand_N_Attribute_Reference): Add case for Attribute_Stub_Type.
17717         Nothing to do here, the attribute has been rewritten during semantic
17718         analysis.
17719         (Expand_Attribute_Reference): Handle expansion of the new Priority
17720         attribute
17721         (Find_Fat_Info): Handle case of universal real
17722         (Expand_Access_To_Protected_Op): Fix use of access to protected
17723         subprogram from inside the body of a protected entry.
17724         (Expand_Access_To_Protected_Op): Common procedure for the expansion of
17725         'Access and 'Unrestricted_Access, to transform the attribute reference
17726         into a fat pointer.
17727         (Is_Constrained_Aliased_View): New predicate to help determine whether a
17728         subcomponent's enclosing variable is aliased with a constrained subtype.
17729         (Expand_N_Attribute_Reference, case Attribute_Constrained): For Ada_05,
17730         test Is_Constrained_Aliased_View rather than Is_Aliased_View, because
17731         an aliased prefix must be known to be constrained in order to use True
17732         for the attribute value, and now it's possible for some aliased views
17733         to be unconstrained.
17734
17735 2006-10-31  Robert Dewar  <dewar@adacore.com>
17736
17737         * exp_ch2.adb: Change Is_Lvalue to May_Be_Lvalue
17738         (Expand_Entity_Reference): Correct error of not handling subprogram
17739         formals in current_value processing.
17740
17741 2006-10-31  Javier Miranda  <miranda@adacore.com>
17742             Robert Dewar  <dewar@adacore.com>
17743             Ed Schonberg  <schonberg@adacore.com>
17744             Gary Dismukes  <dismukes@adacore.com>
17745
17746         * exp_ch3.ads, exp_ch3.adb (Expand_N_Object_Declaration): Do not
17747         register in the final list objects containing class-wide interfaces;
17748         otherwise we incorrectly register the tag of the interface in the final
17749         list.
17750         (Make_Controlling_Function_Wrappers): Add missing barrier to do not
17751         generate the wrapper if the parent primitive is abstract. This is
17752         required to report the correct error message.
17753         (Expand_N_Subtype_Indication): Do validity checks on range
17754         (Clean_Task_Names): If an initialization procedure includes a call to
17755         initialize a task (sub)component, indicate that the procedure will use
17756         the secondary stack.
17757         (Build_Init_Procedure, Init_Secondary_Tags): Enable full ABI
17758         compatibility for interfacing with CPP by default.
17759         (Expand_N_Object_Declaration): Only build an Adjust call when the
17760         object's type is a nonlimited controlled type.
17761         * exp_ch3.adb: Add with and use of Exp_Ch6.
17762         (Expand_N_Object_Declaration): Check for object initialization that is a
17763         call to build-in-place function and apply Make_Build_In_Place_Call_In_
17764         Object_Declaration to the call.
17765         (Freeze_Type): When the designated type of an RACW was not frozen at the
17766         point where the RACW was declared, validate the primitive operations
17767         with respect to E.2.2(14) when it finally is frozen.
17768         (Build_Initialization_Call,Expand_Record_Controller): Rename
17769         Is_Return_By_Reference_Type to be Is_Inherently_Limited_Type, because
17770         return-by-reference has no meaning in Ada 2005.
17771         (Init_Secondary_Tags): Add missing call to Set_Offset_To_Top
17772         to register tag of the immediate ancestor interfaces in the
17773         run-time structure.
17774         (Init_Secondary_Tags): Moved to the specification to allow the
17775         initialization of extension aggregates with abstract interfaces.
17776         (Build_Master_Renaming): Make public, for use by function declarations
17777         whose return type is an anonymous access type.
17778         (Freeze_Record_Type): Replace call to Insert_List_Before by call to
17779         Insert_List_Before_And_Analyze after the generation of the specs
17780         associated with null procedures.
17781         (Expand_Tagged_Root): Update documentation in its specification.
17782         (Init_Secondary_Tags): Update documentation.
17783         (Build_Init_Procedure): If we are compiling under CPP full ABI compa-
17784         tibility mode and the immediate ancestor is a CPP_Pragma tagged type
17785         then generate code to inherit the contents of the dispatch table
17786         directly from the ancestor.
17787         (Expand_Record_Controller): Insert controller component after tags of
17788         implemented interfaces.
17789         (Freeze_Record_Type): Call new procedure Make_Null_Procedure_Specs to
17790         create null procedure overridings when null procedures are inherited
17791         from interfaces.
17792         (Make_Null_Procedure_Specs): New procedure to generate null procedure
17793         declarations for overriding null primitives inherited from interfaces.
17794         (Is_Null_Interface_Procedure): New function in
17795         Make_Null_Procedure_Specs.
17796         (Make_Predefined_Primitive_Specs/Predefined_Primitive_Bodies): If the
17797         immediate ancestor of a tagged type is an abstract interface type we
17798         must generate the specification of the predefined primitives associated
17799         with controlled types (because the dispatch table of the ancestor is
17800         null and hence these entries cannot be inherited). This is required to
17801         elaborate well the dispatch table.
17802
17803 2006-10-31  Javier Miranda  <miranda@adacore.com>
17804             Ed Schonberg  <schonberg@adacore.com>
17805             Bob Duff  <duff@adacore.com>
17806             Gary Dismukes  <dismukes@adacore.com>
17807             Robert Dewar  <dewar@adacore.com>
17808
17809         * exp_ch4.adb (Expand_N_Type_Conversion): Handle missing interface type
17810         conversion.
17811         (Expand_N_In): Do validity checks on range
17812         (Expand_Selected_Component): Use updated for of Denotes_Discriminant.
17813         (Expand_N_Allocator): For "new T", if the object is constrained by
17814         discriminant defaults, allocate the right amount of memory, rather than
17815         the maximum for type T.
17816         (Expand_Allocator_Expression): Suppress the call to Remove_Side_Effects
17817         when the allocator is initialized by a build-in-place call, since the
17818         allocator is already rewritten as a reference to the function result,
17819         and this prevents an unwanted duplication of the function call.
17820         Add with and use of Exp_Ch6.
17821         (Expand_Allocator_Expresssion): Check for an allocator whose expression
17822         is a call to build-in-place function and apply
17823         Make_Build_In_Place_Call_In_Allocator to the call (for both tagged and
17824         untagged designated types).
17825         (Expand_N_Unchecked_Type_Conversion): Do not do integer literal
17826         optimization if source or target is biased.
17827         (Expand_N_Allocator): Add comments for case of an allocator within a
17828         function that returns an anonymous access type designating tasks.
17829         (Expand_N_Allocator): apply discriminant checks for access
17830         discriminants of anonymous access types (AI-402, AI-416)
17831
17832 2006-10-31  Bob Duff  <duff@adacore.com>
17833             Robert Dewar  <dewar@adacore.com>
17834             Gary Dismukes  <dismukes@adacore.com>
17835             Ed Schonberg  <schonberg@adacore.com>
17836
17837         * exp_ch5.ads (Expand_N_Extended_Return_Statement): New procedure.
17838
17839         * exp_ch5.adb (Expand_N_Loop_Statement): Do validity checks on range
17840         (Expand_N_Assignment_Statement): Call
17841         Make_Build_In_Place_Call_In_Assignment if the right-hand side is a
17842         build-in-place function call. Currently, this can happen only for
17843         assignments that come from aggregates.
17844         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
17845         in order to alleviate the upward compatibility introduced by AI-318.
17846         (Expand_N_Extended_Return_Statement): Add support for handling the
17847         return object as a build-in-place result.
17848         (Expand_Non_Function_Return): Implement simple return statements nested
17849         within an extended return.
17850         (Enable_New_Return_Processing): Turn on the new processing of return
17851         statements.
17852         (Expand_Non_Function_Return): For a return within an extended return,
17853         don't raise Program_Error, because Sem_Ch6 now gives a warning.
17854         (Expand_N_Extended_Return_Statement): Implement AI-318
17855         (Expand_Simple_Function_Return): Ditto.
17856         (Expand_N_If_Statement): Handle new -gnatwt warning
17857         (Expand_N_Case_Statement): Handle new -gnatwt warning
17858         (Expand_N_Assignment): Handle assignment to the Priority attribute of
17859         a protected object.
17860         (Expand_N_Assignment_Statement): Implement -gnatVe/E to control
17861         validity checking of assignments to elementary record components.
17862         (Expand_N_Return_Statement): return Class Wide types on the secondary
17863         stack independantly of their controlled status since with HIE runtimes,
17864         class wide types are not potentially controlled anymore.
17865
17866         * expander.adb (Expand): Add case for new N_Extended_Return_Statement
17867         node kind.
17868
17869         * exp_ch11.adb (Expand_N_Handled_Sequence_Of_Statements): Avoid
17870         Expand_Cleanup_Actions in case of N_Extended_Return_Statement, because
17871         it expects a block, procedure, or task. The return statement will get
17872         turned into a block, and Expand_Cleanup_Actions will happen then.
17873
17874 2006-10-31  Robert Dewar  <dewar@adacore.com>
17875             Ed Schonberg  <schonberg@adacore.com>
17876             Bob Duff  <duff@adacore.com>
17877             Gary Dismukes  <dismukes@adacore.com>
17878
17879         * exp_ch6.ads, exp_ch6.adb: Use new Validity_Check suppression
17880         capability.
17881         (Expand_Inlined_Call): Tagged types are by-reference types, and
17882         therefore should be replaced by a renaming declaration in the expanded
17883         body, as is done for limited types.
17884         (Expand_Call): If this is a call to a function with dispatching access
17885         result, propagate tag from context.
17886         (Freeze_Subprogram): Enable full ABI compatibility for interfacing with
17887         CPP by default.
17888         (Make_Build_In_Place_Call_In_Assignment): New procedure to do
17889         build-in-place when the right-hand side of an assignment is a
17890         build-in-place function call.
17891         (Make_Build_In_Place_Call_In_Allocator): Apply an unchecked conversion
17892         of the explicit dereference of the allocator to the result subtype of
17893         the build-in-place function. This is needed to satisfy type checking
17894         in cases where the caller's return object is created by an allocator for
17895         a class-wide access type and the type named in the allocator is a
17896         specific type.
17897         (Make_Build_In_Place_Call_In_Object_Declaration): Apply an unchecked
17898         conversion of the reference to the declared object to the result subtype
17899         of the build-in-place function. This is needed to satisfy type checking
17900         in cases where the declared object has a class-wide type. Also, in the
17901         class-wide case, change the type of the object entity to the specific
17902         result subtype of the function, to avoid passing a class-wide object
17903         without explicit initialization to the back end.
17904         (Register_Interface_DT_Entry): Moved outside the body of
17905         Freeze_Subprogram because this routine is now public; it is called from
17906         Check_Dispatching_Overriding to handle late overriding of abstract
17907         interface primitives.
17908         (Add_Access_Actual_To_Build_In_Place_Call): New utility procedure for
17909         adding an implicit access actual on a call to a build-in-place function.
17910         (Expand_Actuals): Test for an actual parameter that is a call to a
17911         build-in-place function and apply
17912         Make_Build_In_Place_Call_In_Anonymous_Context to the call.
17913         (Is_Build_In_Place_Function): New function to determine whether an
17914         entity is a function whose calls should be handled as build-in-place.
17915         (Is_Build_In_Place_Function_Call): New function to determine whether an
17916         expression is a function call that should handled as build-in-place.
17917         (Make_Build_In_Place_Call_In_Allocator): New procedure for handling
17918         calls to build-in-place functions as the initialization of an allocator.
17919         (Make_Build_In_Place_Call_In_Anonymous_Context): New procedure for
17920         handling calls to build-in-place functions in contexts that do not
17921         involve init of a separate object (for example, actuals of subprogram
17922         calls).
17923         (Make_Build_In_Place_Call_In_Object_Declaration): New procedure for
17924         handling calls to build-in-place functions as the initialization of an
17925         object declaration.
17926         (Detect_Infinite_Recursion): Add explicit parameter Process to
17927         instantiation of Traverse_Body to avoid unreferenced warning.
17928         (Check_Overriding_Inherited_Interfaces): Removed.
17929         (Register_Interface_DT_Entry): Code cleanup.
17930         (Register_Predefined_DT_Entry): Code cleanup.
17931         (Expand_Inlined_Call.Rewrite_Procedure_Call): Do not omit block around
17932         inlined statements if within a transient scope.
17933         (Expand_Inlined_Call.Process_Formals): When replacing occurrences of
17934         formal parameters with occurrences of actuals in inlined body, establish
17935         visibility on the proper view of the actual's subtype for the body's
17936         context.
17937         (Freeze_Subprogram): Do nothing if we are compiling under full ABI
17938         compatibility mode and we have an imported CPP subprogram because
17939         for now we assume that imported CPP primitives correspond with
17940         objects whose constructor is in the CPP side (and therefore we
17941         don't need to generate code to register them in the dispatch table).
17942         (Expand_Actuals): Introduce copy of actual, only if it might be a bit-
17943         aligned selected component.
17944         (Add_Call_By_Copy_Node): Add missing code to handle the case in which
17945         the actual of an in-mode parameter is a type conversion.
17946         (Expand_Actuals): If the call does not come from source and the actual
17947         is potentially misaligned, let gigi handle it rather than rejecting the
17948         (Expand_N_Subprogram_Body, Freeze_Subprogram): set subprograms returning
17949         Class Wide types as returning by reference independantly of their
17950         controlled status since with HIE runtimes class wide types are not
17951         potentially controlled anymore.
17952
17953 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
17954
17955         * exp_ch9.adb (Update_Prival_Types): Simplify code for entity
17956         references that are private components of the protected object.
17957         (Build_Barrier_Function): Set flag Is_Entry_Barrier_Function
17958         (Update_Prival_Subtypes): Add explicit Process argument to Traverse_Proc
17959         instantiation to deal with warnings.
17960         (Initialize_Protection): If expression for priority is non-static, use
17961         System_Priority as its expected type, in case the expression has not
17962         been analyzed yet.
17963
17964 2006-10-31  Robert Dewar  <dewar@adacore.com>
17965
17966         * exp_dbug.ads, exp_dbug.adb (Get_External_Name): Add missing
17967         initialization of Homonym_Len.
17968         (Fully_Qualify_Name): Remove kludge to eliminate anonymous block
17969         names from fully qualified name. Fixes problem of duplicate
17970         external names differing only in the presence of such a block name.
17971
17972 2006-10-31  Thomas Quinot  <quinot@adacore.com>
17973             Pablo Oliveira  <oliveira@adacore.com>
17974
17975         * exp_dist.adb (Get_Subprogram_Ids): This function will no more assign
17976         subprogram Ids, even if they are not yet assigned.
17977         (Build_Subprogram_Id): It is now this function that will take care of
17978         calling Assign_Subprogram_Ids if necessary.
17979         (Add_Receiving_Stubs_To_Declarations): Checking the subprograms ids
17980         should be done only once they are assigned.
17981         (Build_From_Any_Function, case of tagged types): Add missing call to
17982         Allocate_Buffer.
17983         (Corresponding_Stub_Type): New subprogram. Returns the associated stub
17984         type for an RACW type.
17985         (Add_RACW_Features): When processing an RACW declaration for which the
17986         designated type is already frozen, enforce E.2.2(14) rules immediately.
17987         (GARLIC_Support.Build_Subprogram_Receiving_Stubs): Do not perform any
17988         special reordering of controlling formals.
17989
17990         * exp_dist.ads (Corresponding_Stub_Type): New subprogram. Returns the
17991         associated stub type for an RACW type.
17992
17993 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
17994
17995         * exp_fixd.adb (Rounded_Result_Set): For multiplication and division of
17996         fixed-point operations in an integer context, i.e. as operands of a
17997         conversion to an integer type, indicate that result must be rounded.
17998
17999 2006-10-31  Robert Dewar  <dewar@adacore.com>
18000
18001         * exp_imgv.adb (Expand_Image_Attribute): For Wide_[Wide_]Character
18002         cases, pass the encoding method, since it is now required by the run
18003         time.
18004
18005         * s-valwch.ads, s-valwch.adb (Value_Wide_Wide_Character): Avoid
18006         assumption that Str'First = 1.
18007         (Value_Wide_Character): Takes EM (encoding method) parameter and passes
18008         it on to the Value_Wide_Wide_Character call.
18009         (Value_Wide_Wide_Character): Takes EM (encoding method) parameter and
18010         properly handles a string of the form quote-encoded_wide_char-quote.
18011
18012         * s-wchcnv.adb: Minor reformatting
18013
18014 2006-10-31  Javier Miranda  <miranda@adacore.com>
18015
18016         * exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing
18017         run-time membership test to ensure that the constructed object
18018         implements the target abstract interface.
18019
18020 2006-10-31  Robert Dewar  <dewar@adacore.com>
18021
18022         * exp_prag.adb (Expand_Pragma_Common_Object): Use a single
18023         Machine_Attribute pragma internally to implement the user pragma.
18024         Add processing for pragma Interface so that it is now completely
18025         equivalent to pragma Import.
18026
18027         * sem_prag.adb (Analyze_Pragma, case Obsolescent): Extend this pragma
18028         so that it can be applied to all entities, including record components
18029         and enumeration literals.
18030         (Analyze_Pragma, case Priority_Specific_Dispatching): Check whether
18031         priority ranges are correct, verify compatibility against task
18032         dispatching and locking policies, and if everything is correct an entry
18033         is added to the table containing priority specific dispatching entries
18034         for this compilation unit.
18035         (Delay_Config_Pragma_Analyze): Delay processing
18036         Priority_Specific_Dispatching pragmas because when processing the
18037         pragma we need to access run-time data, such as the range of
18038         System.Any_Priority.
18039         (Sig_Flags): Add Pragma_Priority_Specific_Dispatching.
18040         Allow pragma Unreferenced as a context item
18041         Add pragma Preelaborable_Initialization
18042         (Analyze_Pragma, case Interface): Interface is extended so that it is
18043         now syntactically and semantically equivalent to Import.
18044         (Analyze_Pragma, case Compile_Time_Warning): Fix error of blowups on
18045         insertion characters.
18046         Add handling for Pragma_Wide_Character_Encoding
18047         (Process_Restrictions_Restriction_Warnings): Ensure that a warning
18048         never supercedes a real restriction, and that a real restriction
18049         always supercedes a warning.
18050         (Analyze_Pragma, case Assert): Set Low_Bound_Known if assert is of
18051         appropriate form.
18052
18053 2006-10-31  Bob Duff  <duff@adacore.com>
18054             Ed Schonberg  <schonberg@adacore.com>
18055             Robert Dewar  <dewar@adacore.com>
18056
18057         * exp_ch7.adb (Build_Array_Deep_Procs, Build_Record_Deep_Procs,
18058         Make_Deep_Record_Body): Rename Is_Return_By_Reference_Type to be
18059         Is_Inherently_Limited_Type, because return-by-reference has no meaning
18060         in Ada 2005.
18061         (Find_Node_To_Be_Wrapped): Use new method of determining the result
18062         type of the function containing a return statement, because the
18063         Return_Type field was removed. We now use the Return_Applies_To field.
18064
18065         * exp_util.ads, exp_util.adb: Use new subtype N_Membership_Test
18066         (Build_Task_Image_Decl): If procedure is not called from an
18067         initialization procedure, indicate that function that builds task name
18068         uses the sec. stack. Otherwise the enclosing initialization procedure
18069         will carry the indication.
18070         (Insert_Actions): Remove N_Return_Object_Declaration. We now use
18071         N_Object_Declaration instead.
18072         (Kill_Dead_Code): New interface to implement -gnatwt warning for
18073         conditional dead code killed, and change implementation accordingly.
18074         (Insert_Actions): Add N_Return_Object_Declaration case.
18075         Correct comment to mention N_Extension_Aggregate node.
18076         (Set_Current_Value_Condition): Call Safe_To_Capture_Value to avoid bad
18077         attempts to save information for global variables which cannot be
18078         safely tracked.
18079         (Get_Current_Value_Condition): Handle conditions the other way round
18080         (constant on left). Also handle right operand of AND and AND THEN
18081         (Set_Current_Value_Condition): Corresponding changes
18082         (Append_Freeze_Action): Remove unnecessary initialization of Fnode.
18083         (Get_Current_Value_Condition): Handle simple boolean operands
18084         (Get_Current_Value_Condition): Handle left operand of AND or AND THEN
18085         (Get_Current_Value_Condition): If the variable reference is within an
18086         if-statement, does not appear in the list of then_statments, and does
18087         not come from source, treat it as being at unknown location.
18088         (Get_Current_Value_Condition): Enhance to allow while statements to be
18089         processed as well as if statements.
18090         (New_Class_Wide_Subtype): The entity for a class-wide subtype does not
18091         come from source.
18092         (OK_To_Do_Constant_Replacement): Allow constant replacement within body
18093         of loop. This is safe now that we fixed Kill_Current_Values.
18094         (OK_To_Do_Constant_Replacement): Check whether current scope is
18095         Standard, before examining outer scopes.
18096
18097 2006-10-31  Vincent Celier  <celier@adacore.com>
18098
18099         * krunch.ads, krunch.adb (Krunch): New Boolean parameter VMS_On_Target.
18100         When True, apply VMS treatment to children of packages A, G, I and S.
18101         For F320-016
18102
18103         * fname-uf.adb (Get_File_Name): Call Krunch with OpenVMS_On_Target
18104
18105 2006-10-31  Robert Dewar  <dewar@adacore.com>
18106             Ed Schonberg  <schonberg@adacore.com>
18107
18108         * freeze.adb: Add handling of Last_Assignment field
18109         (Warn_Overlay): Supply missing continuation marks in error msgs
18110         (Freeze_Entity): Add check for Preelaborable_Initialization
18111
18112         * g-comlin.adb: Add Warnings (Off) to prevent new warning
18113
18114         * g-expect.adb: Add Warnings (Off) to prevent new warning
18115
18116         * lib-xref.adb: Add handling of Last_Assignment field
18117         (Generate_Reference): Centralize handling of pragma Obsolescent here
18118         (Generate_Reference): Accept an implicit reference generated for a
18119         default in an instance.
18120         (Generate_Reference): Accept a reference for a node that is not in the
18121         main unit, if it is the generic body corresponding to an subprogram
18122         instantiation.
18123
18124         * xref_lib.adb: Add pragma Warnings (Off) to avoid new warnings
18125
18126         * sem_warn.ads, sem_warn.adb (Set_Warning_Switch): Add processing for
18127         -gnatwq/Q.
18128         (Warn_On_Useless_Assignment): Suppress warning if enclosing inner
18129         exception handler.
18130         (Output_Obsolescent_Entity_Warnings): Rewrite to avoid any messages on
18131         use clauses, to avoid messages on packages used to qualify, and also
18132         to avoid messages from obsolescent units.
18133         (Warn_On_Useless_Assignments): Don't generate messages for imported
18134         and exported variables.
18135         (Warn_On_Useless_Assignments): New procedure
18136         (Output_Obsolescent_Entity_Warnings): New procedure
18137         (Check_Code_Statement): New procedure
18138
18139         * einfo.ads, einfo.adb (Has_Static_Discriminants): New flag
18140         Change name Is_Ada_2005 to Is_Ada_2005_Only
18141         (Last_Assignment): New field for useless assignment warning
18142
18143 2006-10-31  Olivier Hainque  <hainque@adacore.com>
18144
18145         * g-alleve.adb (lvx, stvx): Ceil-Round the Effective Address to the
18146         closest multiple of VECTOR_ALIGNMENT and not the closest multiple of 16.
18147
18148 2006-10-31  Bob Duff  <duff@adacore.com>
18149             Robert Dewar  <dewar@adacore.com>
18150             Ed Schonberg  <schonberg@adacore.com>
18151
18152         * g-awk.adb (Default_Session, Current_Session): Compile this file in
18153         Ada 95 mode, because it violates the new rules for AI-318.
18154
18155         * g-awk.ads: Use overloaded subprograms in every case where we used to
18156         have a default of Current_Session. This makes the code closer to be
18157         correct for both Ada 95 and 2005.
18158
18159         * g-moreex.adb (Occurrence): Turn off warnings for illegal-in-Ada-2005
18160         code, relying on the fact that the compiler generates a warning
18161         instead of an error in -gnatg mode.
18162
18163         * lib-xref.ads (Xref_Entity_Letters): Add entry for new
18164         E_Return_Statement entity kind.
18165         Add an entry for E_Incomplete_Subtype in Xref_Entity_Letters.
18166
18167         * par.adb (P_Interface_Type_Definition): Addition of one formal to
18168         report an error if the reserved word abstract has been previously found.
18169         (SS_End_Type): Add E_Return for new extended_return_statement syntax.
18170
18171         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve message for
18172         parenthesized range attribute usage
18173         (P_Expression_No_Right_Paren): Add missing comment about error recovery.
18174
18175         * par-ch6.adb (P_Return_Object_Declaration): AI-318: Allow "constant"
18176         in the syntax for extended_return_statement. This is not in the latest
18177         RM, but the ARG is expected to issue an AI allowing this.
18178         (P_Return_Subtype_Indication,P_Return_Subtype_Indication): Remove
18179         N_Return_Object_Declaration. We now use N_Object_Declaration instead.
18180         (P_Return_Object_Declaration, P_Return_Subtype_Indication,
18181         P_Return_Statement): Parse the new syntax for extended_return_statement.
18182
18183         * par-endh.adb (Check_End, Output_End_Deleted, Output_End_Expected,
18184         Output_End_Missing): Add error-recovery code for the new
18185         extended_return_statement syntax; that is, the new E_Return entry on
18186         the scope stack.
18187
18188         * s-auxdec-vms_64.ads, s-auxdec.ads (AST_Handler): Change type from
18189         limited to nonlimited, because otherwise we violate the new Ada 2005
18190         rules about returning limited types in function Create_AST_Handler in
18191         s-asthan.adb.
18192
18193         * sem.adb (Analyze): Add cases for new node kinds
18194         N_Extended_Return_Statement and N_Return_Object_Declaration.
18195
18196         * sem_aggr.adb (Aggregate_Constraint_Checks): Verify that component
18197         type is in the same category as type of context before applying check,
18198         to prevent anomalies in instantiations.
18199         (Resolve_Aggregate): Remove test for limited components in aggregates.
18200         It's unnecessary in Ada 95, because if it has limited components, then
18201         it must be limited. It's wrong in Ada 2005, because limited aggregates
18202         are now allowed.
18203         (Resolve_Record_Aggregate): Move check for limited types later, because
18204         OK_For_Limited_Init requires its argument to have been resolved.
18205         (Get_Value): When copying the component default expression for a
18206         defaulted association in an aggregate, use the sloc of the aggregate
18207         and not that of the original expression, to prevent spurious
18208         elaboration errors, when the expression includes function calls.
18209         (Check_Non_Limited_Type): Correct code for AI-287, extension aggregates
18210         were missing. We also didn't handle qualified expressions. Now also
18211         allow function calls. Use new common routine OK_For_Limited_Init.
18212         (Resolve_Extension_Aggregate): Minor fix to bad error message (started
18213         with space can upper case letter).
18214
18215         * sem_ch3.ads, sem_ch3.adb (Create_Constrained_Components): Set
18216         Has_Static_Discriminants flag
18217         (Record_Type_Declaration): Diagnose an attempt to declare an interface
18218         type with discriminants.
18219         (Process_Range_Expr_In_Decl): Do validity checks on range
18220         (Build_Discriminant_Constraints): Use updated form of
18221         Denotes_Discriminant.
18222         (Process_Subtype): If the subtype is a private subtype whose full view
18223         is a concurrent subtype, introduce an itype reference to prevent scope
18224         anomalies in gigi.
18225         (Build_Derived_Record_Type, Collect_Interface_Primitives,
18226         Record_Type_Declaration):  The functionality of the subprograms
18227         Collect_Abstract_Interfaces and Collect_All_Abstract_Interfaces
18228         is now performed by a single routine.
18229         (Build_Derived_Record_Type): If the type definition includes an explicit
18230         indication of limitedness, then the type must be marked as limited here
18231         to ensure that any access discriminants will not be treated as having
18232         a local anonymous access type.
18233         (Check_Abstract_Overriding): Issue a detailed error message when an
18234         abstract subprogram was not overridden due to incorrect mode of its
18235         first parameter.
18236         (Analyze_Private_Extension_Declaration): Add support for the analysis of
18237         synchronized private extension declarations. Verify that the ancestor is
18238         a limited or synchronized interface or in the generic case, the ancestor
18239         is a tagged limited type or synchronized interface and all progenitors
18240         are either limited or synchronized interfaces.
18241         Derived_Type_Declaration): Check for presence of private extension when
18242         dealing with synchronized formal derived types.
18243         Process_Full_View): Enchance the check done on the usage of "limited" by
18244         testing whether the private view is synchronized.
18245         Verify that a synchronized private view is completed by a protected or
18246         task type.
18247         (OK_For_Limited_Init_In_05): New function.
18248         (Analyze_Object_Declaration): Move check for limited types later,
18249         because OK_For_Limited_Init requires its argument to have been resolved.
18250         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
18251         in order to alleviate the upward compatibility introduced by AI-318.
18252         (Constrain_Corresponding_Record): If the constraint is for a component
18253         subtype, mark the itype as frozen, to avoid out-of-scope references to
18254         discriminants in the back-end.
18255         (Collect_Implemented_Interfaces): Protect the recursive algorithm of
18256         this subprogram against wrong sources.
18257         (Get_Discr_Value, Is_Discriminant): Handle properly references to a
18258         discriminant of limited type completed with a protected type, when the
18259         discriminant is used to constrain a private component of the type, and
18260         expansion is disabled.
18261         (Find_Type_Of_Object): Do not treat a return subtype that is an
18262         anonymous subtype as a local_anonymous_type, because its accessibility
18263         level is the return type of the enclosing function.
18264         (Check_Initialization): In -gnatg mode, turn the error "cannot
18265         initialize entities of limited type" into a warning.
18266         (OK_For_Limited_Init): Return true for generated nodes, since it
18267         sometimes violates the legality rules.
18268         (Make_Incomplete_Declaration): If the type for which an incomplete
18269         declaration is created happens to be the currently visible entity,
18270         preserve the homonym chain when removing it from visibility.
18271         (Check_Conventions): Add support for Ada 2005 (AI-430): Conventions of
18272         inherited subprograms.
18273         (Access_Definition): If this is an access to function that is the return
18274         type of an access_to_function definition, context is a type declaration
18275         and the scope of the anonymous type is the current one.
18276         (Analyze_Subtype_Declaration): Add the defining identifier of a regular
18277         incomplete subtype to the set of private dependents of the original
18278         incomplete type.
18279         (Constrain_Discriminated_Type): Emit an error message whenever an
18280         incomplete subtype is being constrained.
18281         (Process_Incomplete_Dependents): Transform an incomplete subtype into a
18282         corresponding subtype of the full view of the original incomplete type.
18283         (Check_Incomplete): Properly detect invalid usage of incomplete types
18284         and subtypes.
18285
18286 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
18287
18288         * g-catiio.ads, g-catiio.adb (Value): New function.
18289         Given an input String, try and parse a valid Time value.
18290
18291 2006-10-31  Vincent Celier  <celier@adacore.com>
18292
18293         * g-debpoo.adb (Is_Valid): Correctly compute Offset using
18294         Integer_Address arithmetic, as in Set_Valid.
18295
18296 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18297             Robert Dewar  <dewar@adacore.com>
18298
18299         * gnatcmd.adb (Process_Link): Use Osint.Executable_Name instead of
18300         handling executable extension manually and duplicating code.
18301
18302         * make.adb: Implement new -S switch
18303         (Gnatmake): Use new function Osint.Executable_Name instead
18304         of handling executable extension manually.
18305
18306         * prj-util.adb (Executable_Of): Make sure that if an Executable_Suffix
18307         is specified, the executable name ends with this suffix.
18308         Take advantage of Osint.Executable_Name instead of duplicating code.
18309
18310         * switch-m.adb: Recognize new gnatmake -S switch
18311
18312         * targparm.ads, targparm.adb (Executable_Extension_On_Target): New
18313         variable.
18314         (Get_Target_Parameters): Set Executable_Extension_On_Target if
18315         available.
18316
18317         * makeusg.adb: Add line for gnatmake -S switch
18318
18319 2006-10-31  Vincent Celier  <celier@adacore.com>
18320
18321         * gnatlink.adb (Gnatlink): If gcc is not called with -shared-libgcc,
18322         call it with -static-libgcc, as there are some platforms, such as
18323         Darwin, where one of these two switches is compulsory to link.
18324
18325 2006-10-31  Vincent Celier  <celier@adacore.com>
18326
18327         * gnatls.adb: Take into account GPR_PROJECT_PATH, when it is defined,
18328         instead of ADA_PROJECT_PATH, for the project path.
18329         (Gnatls): When displaying the project path directories, use host dir
18330         specs.
18331
18332         * prj-ext.adb (Prj.Ext elaboration): On VMS, only expand relative path
18333         names in the project path, as absolute paths may correspond to
18334         multi-valued VMS logical names.
18335
18336 2006-10-31  Vincent Celier  <celier@adacore.com>
18337
18338         * g-os_lib.ads, g-os_lib.adb (Locate_Exec_On_Path): Always return an
18339         absolute path name.
18340         (Locate_Regular_File): Ditto
18341         (Change_Dir): Remove, no longer used
18342         (Normalize_Pathname): Do not use Change_Dir to get the drive letter
18343         on Windows. Get it calling Get_Current_Dir.
18344         (OpenVMS): Remove imported boolean, no longer needed.
18345         (Normalize_Pathname)[VMS]: Do not resolve directory names.
18346         (Pid_To_Integer): New function to convert a Process_Id to  Integer
18347
18348 2006-10-31  Thomas Quinot  <quinot@adacore.com>
18349
18350         * g-socket.ads, g-socket.adb (Close_Selector): Once the signalling
18351         sockets are closed, reset the R_Sig_Socket and W_Sig_Socket components
18352         to No_Socket.
18353         (Selector_Type): Add default value of No_Socket for R_Sig_Socket and
18354         W_Sig_Socket.
18355
18356 2006-10-31  Robert Dewar  <dewar@adacore.com>
18357
18358         * g-speche.ads, g-speche.adb: Add special case to recognize misspelling
18359         initial letter o as a zero.
18360
18361 2006-10-31  Robert Dewar  <dewar@adacore.com>
18362
18363         * g-spipat.adb (S_To_PE): Remove incorrect use of 0 instead of Str'First
18364
18365 2006-10-31  Robert Dewar  <dewar@adacore.com>
18366
18367         * layout.adb (Layout_Record_Type): Deal with non-static subtypes of
18368         variant records
18369         (Layout_Variant_Record): Retrieve the discriminants from the entity
18370         rather than from the type definition, because in the case of a full
18371         type for a private type we need to take the discriminants from the
18372         partial view.
18373         (Layout_Component_List): When applying the Max operator to variants with
18374         a nonstatic size, check whether either operand is static and scale that
18375         operand from bits to storage units before applying Max.
18376         (Layout_Type): In VMS, if a C-convention access type has no explicit
18377         size clause (and does not inherit one in the case of a derived type),
18378         then the size is reset to 32 from 64.
18379
18380 2006-10-31  Vincent Celier  <celier@adacore.com>
18381
18382         * lib-load.adb (Load_Unit): Skip the test for a unit not found when
18383         its file has already been loaded, according to the unit being loaded,
18384         not to the current value of Multiple_Unit_Index.
18385
18386 2006-10-31  Thomas Quinot  <quinot@adacore.com>
18387             Eric Botcazou  <ebotcazou@adacore.com>
18388             Arnaud Charlet  <charlet@adacore.com>
18389
18390         * Makefile.in: Set EH mechanism to ZCX for FreeBSD.
18391         (NO_REORDER_ADAFLAGS): New var defined to -fno-toplevel-reorder if
18392         possible.
18393         (a-except.o): Pass it to the compiler.
18394         (gnatlib-shared-vms): Removed -nostartfiles switch in link step.
18395         (LIBGNAT_TARGET_PAIRS for Windows): Avoid the use of the specific
18396         a-calend-mingw.adb version.
18397
18398         * Makefile.rtl: Added s-dsaser.
18399         Add object entries for Ada.Calendar.[Arithmetic/Formatting/Time_Zones]
18400         (GNATRTL_TASKING_OBJS): Add Ada.Dispatching and
18401         Ada.Dispatching.Round_Robin.
18402         Added new unit Ada.Containers.Restricted_Bounded_Doubly_Linked_Lists
18403
18404         * Make-lang.in: Remove all references to gt-ada-decl.h.
18405         Add concatenation (s-strops/s-sopco3/s-sopco4/s-sopco5) to compiler
18406         sources.
18407         Add dependency on ada/s-restri.o for GNAT1 and GNATBIND objects.
18408         Update dependencies.
18409
18410         * system-freebsd-x86.ads: Make ZCX the default EH mechanism for FreeBSD
18411
18412 2006-10-31  Vincent Celier  <celier@adacore.com>
18413
18414         * mlib-utl.adb (Initialized): Remove, no longer used
18415         (Initialize): Remove, no longer used
18416         (Ar): If Ar_Exec is null, get the location of the archive builder and,
18417         if there is one, the archive indexer. Fail if the archive builder cannot
18418         be found.
18419         (Gcc): If the driver path is unknown, get it. Fail if the driver cannot
18420         be found.
18421
18422 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18423
18424         * sem_ch10.ads, sem_ch10.adb (Check_Redundant_Withs,
18425         Process_Body_Clauses): If the context of a body includes a use clause
18426         for P.Q then a with_clause for P in the same body is not redundant,
18427         even if the spec also has a with_clause on P.
18428         Add missing continuation mark to error msg
18429         (Build_Limited_Views): A limited view of a type is tagged if its
18430         declaration includes a record extension.
18431         (Analyze_Proper_Body): Set Corresponding_Stub field in N_Subunit
18432         node, even if the subunit has errors. This avoids malfunction by
18433         Lib.Check_Same_Extended_Unit in the presence of syntax errors.
18434         (Analyze_Compilation_Unit): Add circuit to make sure we get proper
18435         generation of obsolescent messages for with statements (cannot do
18436         this too early, or we cannot implement avoiding the messages in the
18437         case of obsolescent units withing obsolescent units).
18438         (Install_Siblings): If the with_clause is on a remote descendant of
18439         an ancestor of the current compilation unit, find whether there is
18440         a sibling child unit that is immediately visible.
18441         (Remove_Private_With_Clauses): New procedure, invoked after completing
18442         the analysis of the private part of a nested package, to remove from
18443         visibility the private with_clauses of the enclosing package
18444         declaration.
18445         (Analyze_With_Clause): Remove Check_Obsolescent call, this checking is
18446         now centralized in Generate_Reference.
18447         (Install_Limited_Context_Clauses): Remove superfluous error
18448         message associated with unlimited view visible through use
18449         and renamings. In addition, at the point in which the error
18450         is reported, we add the backslash to the text of the error
18451         to ensure that it is reported as a single error message.
18452         Use new // insertion for some continuation messages
18453         (Expand_Limited_With_Clause): Use copy of name rather than name itself,
18454         to create implicit with_clause for parent unit mentioned in original
18455         limited_with_clause.
18456         (Install_Limited_With_Unit): Set entity of parent identifiers if the
18457         unit is a child unit. For ASIS queries.
18458         (Analyze_Subunit): If the subunit appears within a child unit, make all
18459         ancestor child units directly visible again.
18460
18461 2006-10-31  Robert Dewar  <dewar@adacore.com>
18462
18463         * par-ch10.adb (P_Context_Clause): Minor error message fix
18464
18465 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
18466             Javier Miranda  <miranda@adacore.com>
18467
18468         * par-ch12.adb: Grammar update and cleanup.
18469         (P_Formal_Type_Definition, P_Formal_Derived_Type_Definition): Add
18470         support for synchronized derived type definitions.
18471         Add the new actual Abstract_Present to every call to
18472         P_Interface_Type_Definition.
18473         (P_Formal_Object_Declarations): Update grammar rules. Handle parsing of
18474         a formal object declaration with an access definition or a subtype mark
18475         with a null exclusion.
18476         (P_Generic_Association): Handle association with box, and others_choice
18477         with box, to support Ada 2005 partially parametrized formal packages.
18478
18479 2006-10-31  Robert Dewar  <dewar@adacore.com>
18480             Javier Miranda  <miranda@adacore.com>
18481
18482         * par-ch3.adb (P_Range_Or_Subtype_Mark): Check for bad parentheses
18483         (P_Type_Declaration): Remove barrier against the reserved word "limited"
18484         after "abstract" to give support to the new syntax of AARM 3.4 (2/2).
18485         (P_Type_Declaration): Minor code cleanup. Add support for synchronized
18486         private extensions.
18487         (P_Type_Declaration): Add the new actual Abstract_Present to every call
18488         to P_Interface_Type_Definition.
18489         (P_Interface_Type_Definition): Addition of one formal to report an error
18490         if the reserved word abstract has been previously found.
18491         (P_Identifier_Declarations): Update grammar rules. Handle parsing of an
18492         object renaming declaration with an access definition or subtype mark
18493         with a possible null exclusion.
18494
18495         * par-ch9.adb: Minor error msg fix
18496
18497         * par-load.adb: Add missing continuation mark to error msg
18498
18499         * par-tchk.adb: (Wrong_Token): Code cleanup, use concatenation
18500
18501 2006-10-31  Vincent Celier  <celier@adacore.com>
18502
18503         * prj-dect.adb (Parse_Attribute_Declaration): Do not issue warning for
18504         unknown attribute in unknown package or in package that does not need
18505         to be checked.
18506         (Parse_Package_Declaration): Do not issue warning for unknown package in
18507         quiet output.
18508
18509 2006-10-31  Vincent Celier  <celier@adacore.com>
18510
18511         * prj-makr.adb (Packages_To_Check_By_Gnatname): New global constant
18512         (Make): Call Parse with Packages_To_Check_By_Gnatname for parameter
18513         Packages_To_Check.
18514
18515 2006-10-31  Vincent Celier  <celier@adacore.com>
18516
18517         * prj-nmsc.adb (Check_Ada_Name): For children of package A, G, I and S
18518         on VMS, change "__" to '.' before checking the name.
18519         (Record_Ada_Source): Always add the source file name in the list of
18520         of sources, even if it is not the first time, as it is for another
18521         source index.
18522         (Get_Unit): Replace both '_' (after 'a', 'g', 'i' or 's') with a single
18523         dot, instead of replacing only the first '_'.
18524
18525         * prj-part.adb (Parse): Convert project file path to canonical form
18526
18527         * prj-proc.adb (Recursive_Process): Make sure that, when a project is
18528         extended, the project id of the project extending it is recorded in its
18529         data, even when it has already been processed as an imported project.
18530
18531 2006-10-31  Robert Dewar  <dewar@adacore.com>
18532
18533         * repinfo.adb (List_Entities): Don't list entities from renaming
18534         declarations.
18535
18536 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18537             Robert Dewar  <dewar@adacore.com>
18538
18539         * restrict.ads, restrict.adb (Restriction_Active): Now returns False if
18540         only a restriction warning is active for the given restriction. This is
18541         desirable because we do not want to modify code in the case where only
18542         a warning is set.
18543         (Set_Profile_Restrictions): Make sure that a Profile_Warnings never
18544         causes overriding of real restrictions.
18545         Take advantage of new No_Restrictions constant.
18546
18547         * raise.h: (__gnat_set_globals): Change profile.
18548
18549 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18550
18551         * rtsfind.adb: Remove s-polint from comment as it exists no more.
18552
18553         * rtsfind.ads:
18554         Move entity RE_Get_Active_Partition_Id to package System.DSA_Services.
18555         Move all the entities in obsolete package System.PolyORB_Interface to
18556         System.Partition_Interface.
18557         (RE_Storage_Size): New function in System.Tasking.
18558         (RE_Get_Ceiling): New entity.
18559         (RE_Set_Ceiling): New entity.
18560         (RO_PE_Get_Ceiling): New entity.
18561         (RO_RE_Set_Ceiling): New entity.
18562         (Inherit_CPP_DT): New entity
18563
18564 2006-10-31  Robert Dewar  <dewar@adacore.com>
18565
18566         * scng.adb (Scan, case of numeric literal): Better msg for identifier
18567         starting with a digit.
18568
18569 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18570             Thomas Quinot  <quinot@adacore.com>
18571             Javier Miranda  <miranda@adacore.com>
18572             Gary Dismukes  <dismukes@adacore.com>
18573
18574         * sem_attr.ads, sem_attr.adb (Analyze_Access_Attribute): Diagnose
18575         properly an attempt to apply Unchecked_Access to a protected operation.
18576         (OK_Self_Reference): New subprogram to check the legality of an access
18577         attribute whose prefix is the type of an enclosing aggregate.
18578         Generalizes previous mechanism to handle attribute references nested
18579         arbitrarily deep within the aggregate.
18580         (Analyze_Access_Attribute): An access attribute whose prefix is a type
18581         can appear in an aggregate if this is a default-initialized aggregate
18582         for a self-referential type.
18583         (Resolve_Attribute, case Access): Ditto.
18584         Add support for new implementation defined attribute Stub_Type.
18585         (Eval_Attribute, case Attribute_Stub_Type): New case.
18586         (Analyze_Attribute, case Attribute_Stub_Type): New case.
18587         (Stream_Attribute_Available): Implement using new subprogram from
18588         sem_cat, Has_Stream_Attribute_Definition, instead of incorrect
18589         Has_Specified_Stream_Attribute flag.
18590         Disallow Storage_Size and Storage_Pool for access to subprogram
18591         (Resolve_Attribute, case 'Access et al): Take into account anonymous
18592         access types of return subtypes in extended return statements. Remove
18593         accessibility checks on anonymous access types when Unchecked_Access is
18594         used.
18595         (Analyze_Attribute): Add support for the use of 'Class to convert
18596         a class-wide interface to a tagged type.
18597         Add support for the attribute Priority.
18598         (Resolve_Attribute, case Attribute_Access): For Ada_05, add test for
18599         whether the designated type is discriminated with a constrained partial
18600         view and require static matching in that case.
18601         Add local variable Des_Btyp. The Designated_Type
18602         of an access to incomplete subtype is either its non-limited view if
18603         coming from a limited with or its etype if regular incomplete subtype.
18604
18605         * sem_cat.ads, sem_cat.adb (Validate_Remote_Access_To_Class_Wide_Type):
18606         Fix predicate to identify and allow cases of (expander-generated)
18607         references to tag of designated object of a RACW.
18608         (Validate_Static_Object_Name): In Ada 2005, a formal object is
18609         non-static, and therefore cannot appear as a primary in a preelaborable
18610         package.
18611         (Has_Stream_Attribute_Definition): New subprogram, abstracted from
18612         Has_Read_Write_Attributes.
18613         (Has_Read_Write_Attributes): Reimplement in termes of
18614         Has_Stream_Attribute_Definition.
18615         (Missing_Read_Write_Attributes): When checking component types in a
18616         record, unconditionally call Missing_Read_Write_Attributes recursively
18617         (remove guard checking for Is_Record_Type / Is_Access_Type).
18618
18619 2006-10-31  Robert Dewar  <dewar@adacore.com>
18620
18621         * sem_ch11.adb (Analyze_Handled_Statements): Move final test for
18622         useless assignments here and conditionalize it on absence of exception
18623         handlers.
18624         (Analyze_Exception_Handlers): Small code reorganization of error
18625         detection code, for new handling of formal packages.
18626
18627 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18628             Hristian Kirtchev  <kirtchev@adacore.com>
18629
18630         * sem_ch12.ads, sem_ch12.adb (Save_References): If node is an operator
18631         that has been constant-folded, preserve information of original tree,
18632         for ASIS uses.
18633         (Analyze_Formal_Derived_Type): Set the limited present flag of the newly
18634         generated private extension declaration if the formal derived type is
18635         synchronized. Carry synchronized present over to the generated private
18636         extension.
18637         (Validate_Derived_Type_Instance): Ensure that the actual of a
18638         synchronized formal derived type is a synchronized tagged type.
18639         (Instantiate_Formal_Package): When creating the instantiation used to
18640         validate the actual package of a formal declared without a box, check
18641         whether the formal itself depends on a prior actual.
18642         (Instantiate_Formal_Subprogram): Create new entities for the defining
18643         identifiers of the formals in the renaming declaration, for ASIS use.
18644         (Instantiate_Formal_Subprogram, Instantiate_Formal_Type): When creating
18645         a renaming declaration or a subtype declaration for an actual in an
18646         instance, capture location information of declaration in generic, for
18647         ASIS use.
18648         (Instantiate_Formal_Package): Add comments on needed additional tests.
18649         AI-317 (partial parametrization) is fully implemented.
18650         (Validate_Private_Type_Instance): Add check for actual which
18651         must have preelaborable initialization
18652         Use new // insertion for some continuation messages
18653         (Analyze_Formal_Object_Declaration): Change usage of Expression to
18654         Default_Expression. Add type retrieval when the declaration has an
18655         access definition. Update premature usage of incomplete type check.
18656         (Check_Access_Definition): New subsidiary routine. Check whether the
18657         current compilation version is Ada 05 and the supplied node has an
18658         access definition.
18659         (Instantiate object): Alphabetize local variables. Handle the creation
18660         of new renaming declarations with respect to the kind of definition
18661         used - either an access definition or a subtype mark. Guard against
18662         unnecessary error message in the context of anonymous access types after
18663         they have been resolved. Add check for required null exclusion in a
18664         formal object declaration.
18665         (Switch_View): A private subtype of a non-private type needs to be
18666         switched (the base type can have been switched without its private
18667         dependents because of the last branch of Check_Private_View.
18668         (Check_Private_View): Do not recompute Base_Type (T), instead use cached
18669         value from BT.
18670         (Instantiate_Type): Emit an error message whenever a class-wide type of
18671         a tagged incomplete type is used as a generic actual.
18672         (Find_Actual_Type): Extend routine to handle a component type in a child
18673         unit that is imported from a formal package in a parent.
18674         (Validate_Derived_Type_Instance): Check that analyzed formal and actual
18675         agree on constrainedness, rather than checking against ultimate ancestor
18676         (Instantiate_Subprogram_Body): Create a cross-reference link to the
18677         generic body, for navigation purposes.
18678
18679 2006-10-31  Robert Dewar  <dewar@adacore.com>
18680             Thomas Quinot  <quinot@adacore.com>
18681
18682         * sem_ch13.adb: Storage pool cannot be given for access to subprogram
18683         type.
18684         (New_Stream_Subprogram): When processing an attribute definition clause
18685         for a stream-oriented subprogram, record an entity node occurring at
18686         the point of clause to use for checking the visibility of the clause,
18687         as defined by 8.3(23) as amended by AI-195.
18688         (New_Stream_Subprogram): New procedure, factoring behaviour from both
18689          New_Stream_Function and New_Stream_Procedure.
18690         (New_Stream_Function, New_Stream_Procedure): Removed.
18691         (Analyze_Attribute_Definition_Clause, case Address): Check new
18692         Alignment_Check check
18693
18694 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18695             Javier Miranda  <miranda@adacore.com>
18696             Robert Dewar  <dewar@adacore.com>
18697
18698         * sem_ch4.adb (Try_Primitive_Operation): Code cleanup to ensure that we
18699         generate the same errors compiling under -gnatc.
18700         (Try_Object_Operation): If no candidate interpretation succeeds, but
18701         there is at least one primitive operation with the right name, report
18702         error in call rather than on a malformed selected component.
18703         (Analyze_Selected_Component): If the prefix is an incomplete type from
18704         a limited view, and the full view is available, use the full view to
18705         determine whether this is a prefixed call to a primitive operation.
18706         (Operator_Check): Verify that a candidate interpretation is a binary
18707         operation before checking the type of its second formal.
18708         (Analyze_Call): Add additional warnings for function call contexts not
18709         yet supported.
18710         (Analyze_Allocator): Move the check for "initialization not allowed for
18711         limited types" after analyzing the expression. This is necessary,
18712         because OK_For_Limited_Init looks at the structure of the expression.
18713         Before analysis, we don't necessarily know what sort of expression it
18714         is. For example, we don't know whether F(X) is a function call or an
18715         indexed component; the former is legal in Ada 2005; the latter is not.
18716         (Analyze_Allocator): Correct code for AI-287 -- extension aggregates
18717         were missing. We also didn't handle qualified expressions. Now also
18718         allow function calls. Use new common routine OK_For_Limited_Init.
18719         (Analyze_Type_Conversion): Do not perform some legality checks in an
18720         instance, because the error message will be redundant or spurious.
18721         (Analyze_Overloaded_Selected_Component): Do not do style check when
18722         setting an entity, since we do not know it is the right entity yet.
18723         (Analyze_Selected_Component): Move Generate_Reference call to Sem_Res
18724         (Analyze_Overloaded_Selected_Component): Same change
18725         (Analyze_Selected_Component): Remove unnecessary prefix type retrieval
18726         since regular incomplete subtypes are transformed into corresponding
18727         subtypes of their full views.
18728         (Complete_Object_Operation): Treat name of transformed subprogram call
18729         as coming from source, for browsing purposes.
18730         (Try_Primitive_Operation): If formal is an access parameter, compare
18731         with base type of object to determine whether it is a primitive
18732         operation.
18733         (Operator_Check): If no interpretation of the operator matches, check
18734         whether a use clause on any candidate might make the operation legal.
18735         (Try_Class_Wide_Operation): Check whether the first parameter is an
18736         access type whose designated type is class-wide.
18737
18738 2006-10-31  Robert Dewar  <dewar@adacore.com>
18739             Ed Schonberg  <schonberg@adacore.com>
18740             Gary Dismukes  <dismukes@adacore.com>
18741
18742         * sem_ch5.ads, sem_ch5.adb (Analyze_Loop_Statement): Add circuit to
18743         warn on infinite loops.
18744         Add \\ to some continuation messages
18745         (Analyze_Assignment_Statement): Call Warn_On_Useless_Assignment
18746         (Process_Bounds): If the bounds are integer literals that result from
18747         constant-folding, and they carry a user-defined type, preserve that type
18748         rather than treating this as an integer range.
18749         (Analyze_Exit_Statement): Test for E_Return_Statement in legality check.
18750         (Analyze_Goto_Statement): Test for E_Return_Stateemnt in legality check.
18751         (Analyze_Assignment_Statement): Add call to Check_Elab_Assign for
18752         left hand side of assignment.
18753         (Analyze_Assignment): Add suport to manage assigments to the attribute
18754         priority of a protected object.
18755         (Check_Possible_Current_Value_Condition): Allow fully qualified names
18756         not just identifiers.
18757         (Check_Possible_Current_Value_Condition): Acquire left operand of AND
18758         or AND THEN for possible tracking.
18759         (Analyze_Iteration_Scheme): Check for setting Current_Value for the
18760         case of while loops so we can track values in the loop body.
18761
18762 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18763             Hristian Kirtchev  <kirtchev@adacore.com>
18764             Bob Duff  <duff@adacore.com>
18765
18766         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Declaration): A null
18767         procedure cannot be a protected operation (it is a basic_declaration,
18768         not a subprogram_declaration).
18769         (Check_Overriding_Indicator): Rename formal Does_Override to Overridden_
18770         Subp. Add logic for entry processing.
18771         (Check_Synchronized_Overriding): New procedure in New_Overloaded_Entity.
18772         Determine whether an entry or subprogram of a protected or task type
18773         override an inherited primitive of an implemented interface.
18774         (New_Overloaded_Entity): Add calls to Check_Synchronized_Overriding.
18775         Update the actual used in calls to Check_Overriding_Indicator.
18776         (Analyze_Generic_Subprogram_Body): If the subprogram is a child unit,
18777         generate the proper reference to the parent unit, for cross-reference.
18778         (Analyze_Subprogram_Declaration): Protect Is_Controlling_Formal with
18779         Is_Formal.
18780         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
18781         (Add_Extra_Formal): Revise procedure to allow passing in associated
18782         entity, scope, and name suffix, and handle setting of the new
18783         Extra_Formals field.
18784         (Create_Extra_Formals): Change existing calls to Add_Extra_Formal to
18785         pass new parameters. Add support for adding the new extra access formal
18786         for functions whose calls are treated as build-in-place.
18787         (Analyze_A_Return_Statement): Correct casing in error message.
18788         Move Pop_Scope to after Analyze_Function_Return, because an extended
18789         return statement really is a full-fledged scope. Otherwise, visibility
18790         doesn't work right. Correct use of "\" for continuation messages.
18791         (Analyze_Function_Return): Call Analyze on the Obj_Decl, rather than
18792         evilly trying to call Analyze_Object_Declaration directly. Otherwise,
18793         the node doesn't get properly marked as analyzed.
18794         (Analyze_Subprogram_Body): If subprogram is a function that returns
18795         an anonymous access type that denotes a task, build a Master Entity
18796         for it.
18797         (Analyze_Return_Type): Add call to Null_Exclusion_Static_Checks. Verify
18798         proper usage of null exclusion in a result definition.
18799         (Process_Formals): Code cleanup and new error message.
18800         (Process_Formals): Detect incorrect application of null exclusion to
18801         non-access types.
18802         (Conforming_Types): Handle conformance between [sub]types and itypes
18803          generated for entities that have null exclusions applied to them.
18804         (Maybe_Primitive_Operation): Add an additional type retrieval when the
18805          base type is an access subtype. This case arrises with null exclusions.
18806         (New_Overloaded_Entity): Do not remove the overriden entity from the
18807         homonym chain if it corresponds with an abstract interface primitive.
18808         (Process_Formals): Replace membership test agains Incomplete_Kind with a
18809         call to the synthesized predicate Is_Incomplete_Type.
18810         (Analyze_Subprogram_Body): Check wrong placement of abstract interface
18811         primitives.
18812         (Analyze_Subprogram_Declaration): Check that abstract interface
18813         primitives are abstract or null.
18814         (Analyze_Subprogram_Specification): Remove previous check for abstract
18815         interfaces because it was not complete.
18816         (Has_Interface_Formals): Removed.
18817
18818 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18819             Javier Miranda  <miranda@adacore.com>
18820
18821         * sem_ch7.adb (Check_Anonymous_Access_Types): New procedure, subsidiary
18822         of Analyze_Package_Body, to create Itype references for anonymous
18823         access types created in the package declaration, whose designated types
18824         may have only a limited view.
18825         (Analyze_Package_Specification): For the private part of a nested
18826         package, install private_with_clauses of enclosing compilation unit if
18827         we are in its visible part.
18828         (Declare_Inherited_Private_Subprograms): Complete barrier
18829         to ensure that the primitive operation has an alias to some parent
18830         primitive. This is now required because, after the changes done for the
18831         implementation of abstract interfaces, the contents of the list of
18832         primitives has entities whose alias attribute references entities of
18833         such list of primitives.
18834         (Analyze_Package_Specification): Simplify code that handles parent units
18835         of instances and formal packages.
18836         (Uninstall_Declarations): Check the convention consistency among
18837         primitive overriding operations of a tagged record type.
18838
18839 2006-10-31  Robert Dewar  <dewar@adacore.com>
18840             Hristian Kirtchev  <kirtchev@adacore.com>
18841             Javier Miranda  <miranda@adacore.com>
18842             Ed Schonberg  <schonberg@adacore.com>
18843
18844         * sem_ch8.adb: Minor error msg rewording
18845         (Undefined): When checking for misspellings, invert arguments (to get
18846         expected and found set right)
18847         (Analyze_Subprogram_Renaming): Propagate Is_Pure, Is_Preelaborated
18848         (Analyze_Generic_Renaming): Same fix
18849         (Use_One_Package): Do not take into account the internal entities of
18850         abstract interfaces during the analysis of entities that are marked
18851         as potentially use-visible.
18852         (Find_Type): Handle the case of an attribute reference for
18853         implementation defined attribute Stub_Type (simply let the analysis of
18854         the attribute reference rewrite it).
18855         (Use_One_Type, End_Use_Type): Reject a reference to a limited view of a
18856         type that appears in a Use_Type clause.
18857         (Analyze_Object_Renaming): Add support for renaming of the Priority
18858         attribute.
18859         (Find_Type): In Ada 2005, a task type can be used within its own body,
18860         when it appears in an access definition.
18861         (Analyze_Object_Renaming): Remove warning on null_exclusion.
18862         (Analyze_Object_Renaming): Introduce checks for required null exclusion
18863          in a formal object declaration or in a subtype declaration.
18864         (Analyze_Subprogram_Renaming): Add call to Check_Null_Exclusion.
18865         (Check_Null_Exclusion): New local routine to
18866         Analyze_Subprogram_Renaming. Check whether the formals and return
18867         profile of a renamed subprogram have required null exclusions when
18868         their counterparts of the renaming already impose them.
18869         (In_Generic_Scope): New local routine to Analyze_Object_Renaming.
18870         Determine whether an entity is inside a generic scope.
18871         (In_Open_Scope): First pass of documentation update.
18872         (Find_Expanded_Name): Add support for shadow entities associated with
18873         limited withed packages. This is required to handle nested packages.
18874         (Analyze_Package_Renaming): Remove the restriction imposed by AI-217
18875         that makes a renaming of a limited withed package illegal.
18876
18877 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
18878             Ed Schonberg  <schonberg@adacore.com>
18879
18880         * sem_ch9.adb (Analyze_Protected_Definition): Remove call to
18881         Check_Overriding_Indicator.
18882         (Analyze_Task_Definition): Ditto.
18883         (Analyze_Protected_Type, Analyze_Task_Type): Code cleanup.
18884         (Check_Overriding_Indicator): To find overridden interface operation,
18885         examine only homonyms that have an explicit subprogram declaration, not
18886         inherited operations created by an unrelated type derivation.
18887         (Check_Overriding_Indicator): When checking for the presence of "null"
18888         in a procedure, ensure that the queried node is a procedure
18889         specification.
18890         (Matches_Prefixed_View_Profile): Add mechanism to retrieve the parameter
18891         type when the formal is an access to variable.
18892         (Analyze_Protected_Type): Add check for Preelaborable_Initialization
18893         (Analyze_Task_Type): Same addition
18894         (Analyze_Entry_Declaration): Call Generate_Reference_To_Formals, to
18895         provide navigation capabilities for entries.
18896
18897 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
18898             Ed Schonberg  <schonberg@adacore.com>
18899             Javier Miranda  <miranda@adacore.com>
18900             Gary Dismukes  <dismukes@adacore.com>
18901
18902         * sem_disp.adb (Check_Dispatching_Operation): Do not flag subprograms
18903         inherited from an interface ancestor by another interface in the
18904         context of an instance as 'late'.
18905         (Is_Tag_Indeterminate, Propagate_Tag): Handle properly the dereference
18906         of a call to a function that dispatches on access result.
18907         (Check_Dispatching_Operation): In case of late overriding of a primitive
18908         that covers abstract interface subprograms we register it in all the
18909         secondary dispatch tables associated with abstract interfaces.
18910         (Check_Dispatching_Call): Add check that a dispatching call is not made
18911         to a function with a controlling result of a limited type. This is a
18912         current implementation restriction.
18913         (Check_Controlling_Formal): Remove bogus checks for E.2.2(14).
18914         (Check_Dispatching_Operation): Do no emit a warning if the controlling
18915         argument is an interface type that is a generic formal.
18916         (Is_Interface_Subprogram): Removed.
18917         (Check_Dispatching_Operation): If the subprogram is not a dispatching
18918         operation, check the formals to handle the case in which it is
18919         associated with an abstract interface type.
18920
18921 2006-10-31  Robert Dewar  <dewar@adacore.com>
18922             Ed Schonberg  <schonberg@adacore.com>
18923
18924         * sem_elab.ads, sem_elab.adb (Check_Elab_Assign): New procedure
18925         Add new calls to this procedure during traversal
18926         (Activate_Elaborate_All_Desirable): Do not set elaboration flag on
18927         another unit if expansion is disabled.
18928
18929 2006-10-31  Robert Dewar  <dewar@adacore.com>
18930
18931         * sem_eval.adb (Compile_Time_Compare): Make use of information from
18932         Current_Value in the conditional case, to evaluate additional
18933         comparisons at compile time.
18934
18935 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18936             Hristian Kirtchev  <kirtchev@adacore.com>
18937             Javier Miranda  <miranda@adacore.com>
18938
18939         * sem_type.adb (Add_One_Interp): If node is an indirect call, preserve
18940         subprogram type to provide better diagnostics in case of ambiguity.
18941         (Covers): Handle coverage of formal and actual anonymous access types in
18942         the context of generic instantiation.
18943         (Covers/Interface_Present_In_Ancestors): Use the base type to manage
18944         abstract interface types; this is required to handle concurrent types
18945         with discriminants and abstract interface types.
18946         (Covers): Include type coverage of both regular incomplete subtypes and
18947         incomplete subtypes of incomplete type visibles through a limited with
18948         clause.
18949
18950 2006-10-31  Robert Dewar  <dewar@adacore.com>
18951             Hristian Kirtchev  <kirtchev@adacore.com>
18952             Ed Schonberg  <schonberg@adacore.com>
18953
18954         * sem_util.ads, sem_util.adb (Enter_Name): Exclude -gnatwh warning
18955         messages for entities in packages which are not used.
18956         (Collect_Synchronized_Interfaces): New procedure.
18957         (Overrides_Synchronized_Primitive): New function.
18958         (Denotes_Discriminant): Extend predicate to apply to task types.
18959         Add missing continuation marks in error msgs
18960         (Unqualify): New function for removing zero or more levels of
18961         qualification from an expression. There are numerous places where this
18962         ought to be used, but we currently only deal properly with zero or one
18963         level.
18964         (In_Instance); The analysis of the actuals in the instantiation of a
18965         child unit is not within an instantiation, even though the parent
18966         instance is on the scope stack.
18967         (Safe_To_Capture_Value): Exclude the case of variables that are
18968         renamings.
18969         (Check_Obsolescent): Removed
18970         (Is_Aliased_View): A reference to an enclosing instance in an aggregate
18971         is an aliased view, even when rewritten as a reference to the target
18972         object in an assignment.
18973         (Get_Subprogram_Entity): New function
18974         (Known_To_Be_Assigned): New function
18975         (Type_Access_Level): Compute properly the access level of a return
18976         subtype that is an anonymous access type.
18977         (Explain_Limited_Type): Correct use of "\" for continuation messages.
18978         (Is_Transfer): The new extended_return_statement causes a transfer of
18979         control.
18980         (Has_Preelaborable_Initialization): New function
18981         (Has_Null_Exclusion): New function. Given a node N, determine whether it
18982         has a null exclusion depending on its Nkind.
18983         Change Is_Lvalue to May_Be_Lvalue
18984         (May_Be_Lvalue): Extensive additional code to deal with subprogram
18985         arguments (IN parameters are not Lvalues, IN OUT parameters are).
18986         (Safe_To_Capture_Value): Extend functionality so it can be used for
18987         the current value condition case.
18988         (Has_Compatible_Alignment): New function
18989         (Is_Dependent_Component_Of_Mutable_Object): Revise the tests for mutable
18990         objects to handle the Ada 2005 case, where aliasedness no longer implies
18991         that the object is constrained. In particular, for dereferenced names,
18992         the designated object must be assumed to be unconstrained.
18993         (Kill_Current_Values): Properly deal with the case where we encounter
18994         a loop in the scope chain.
18995         (Safe_To_Capture_Value): Do not let a loop stop us from capturing
18996         a value.
18997         (Compile_Time_Constraint_Error): Improve error message in error case
18998
18999         * exp_ch13.adb (Expand_N_Freeze_Entity): Remove the freezing node
19000         associated with entities of abstract interface primitives.
19001         Call Apply_Address_Clause_Check instead of Apply_Alignment_Check
19002
19003 2006-10-31  Robert Dewar  <dewar@adacore.com>
19004
19005         * s-osinte-tru64.adb:
19006         Mark Asm statements Volatile to prevent warnings (seems a
19007         reasonable change anyway)
19008         Fixes new warnings
19009
19010         * s-mastop-irix.adb: Add Volatile to Asm statements
19011         Suppresses warning, and seems appropriate in any case
19012
19013         * s-osinte-vms.adb: Add Volatile to Asm statement
19014
19015         * s-vaflop-vms-alpha.adb: Add Volatile to Asm statements
19016
19017         * exp_code.ads, exp_code.adb (Asm_Input_Value): Note that Error can be
19018         returned.
19019         Add call to Check_Code_Statement
19020
19021 2006-10-31  Robert Dewar  <dewar@adacore.com>
19022             Ed Schonberg  <schonberg@adacore.com>
19023             Bob Duff  <duff@adacore.com>
19024
19025         * sinfo.ads, sinfo.adb (Set_Synchronized_Present,
19026         Synchronized_Present): Add Formal_Derived_Type_Definition and
19027         Private_Extension_Declaration to the list of assertions.
19028         (Is_Entry_Barrier_Function): New flag
19029         (Has_Self_Reference): New flag on aggregates, to indicate that they
19030         contain a reference to the enclosing type, inserted through a default
19031         initialization.
19032         (Next_Rep_Item): Move from Node4 to Node5.
19033         (Entity): Add this field for N_Attribute_Definition_Clause.
19034         (Comes_From_Extended_Return_Statement): New flag on N_Return_Statement
19035         (N_Return_Object_Declaration): Remove this node kind. We now use
19036         N_Object_Declaration instead.
19037         (Actual_Designated_Subtype): Move to a different place to make room in
19038         N_Extended_Return_Statement.
19039         (Procedure_To_Call): Move to a different place to make room in
19040         N_Extended_Return_Statement.
19041         (Return_Type): Removed this field to make room in return statements
19042         (both kinds).
19043         (Return_Statement_Entity): New field in return statements, in part to
19044         replace Return_Type, and in part to support the fact that return
19045         statements are now pushed on the scope stack during semantic analysis.
19046         (Return_Object_Declarations): New field to support extended return
19047         statements.
19048         (N_Extended_Return_Statement): New node for extended_return_statement
19049         nonterminal.
19050         (N_Return_Object_Declaration): New node for part of
19051         extended_return_statement nonterminal. Needed because all the necessary
19052         fields won't fit in N_Extended_Return_Statement.
19053         Generic_associations now carry the Box_Present flag, to indicate a
19054         default for an actual in a partially parametrized formal package.
19055
19056         * snames.h, snames.ads, snames.adb: Add definition for Validity_Check
19057         (Preset_Names): Add entries for Priority_Specific_Dispatching pragma
19058         and for the new predefined dispatching policies: EDF_Across_Priorities,
19059         Non_Preemptive_Within_Priorities, and Round_Robin_Within_Priorities.
19060         Introduce new name Stub_Type for implementation defined attribute.
19061         Add pragma Preelaborable_Initialization
19062         Add entry for Priority attribute.
19063         Add Pragma_Wide_Character_Encoding
19064         (Get_Convention_Name): Given a convention id, this function returns the
19065         corresponding name id from the names table.
19066
19067 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
19068             Robert Dewar  <dewar@adacore.com>
19069             Bob Duff  <duff@adacore.com>
19070
19071         * sprint.adb (Sprint_Node_Actual, case Parameter_Specification): Do not
19072         print null exclusion twice in the case of an access definition,
19073         Implement new -gnatL switch
19074         Remove N_Return_Object_Declaration. We now use
19075         N_Object_Declaration instead. Implement the case for
19076         N_Extended_Return_Statement. Alphabetize the cases.
19077         Add cases for new nodes N_Extended_Return_Statement and
19078         N_Return_Object_Declaration. The code is not yet written.
19079         Update the output for N_Formal_Object_Declaration
19080         and N_Object_Renaming_Declaration.
19081         (Write_Itype): Account for the case of a modular integer subtype whose
19082         base type is private.
19083
19084 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
19085
19086         * s-restri.ads, s-restri.adb: Mark this package as Preelaborate.
19087         Remove elaboration code, now done in the binder.
19088
19089         * s-rident.ads: Make this unit Preelaborate.
19090         (No_Restrictions): New constant used to clean up code and follow
19091         preelaborate constraints.
19092
19093         * s-stalib.adb:
19094         Add System.Restrictions dependence, referenced directly from the
19095         binder generated file.
19096
19097 2006-10-31  Gary Dismukes  <dismukes@adacore.com>
19098
19099         * s-scaval.adb (Initialize): Add new Boolean flag AFloat that is set
19100         True when AAMP extended floating-point is in use (48-bit). Change type
19101         ByteLF to ByteLLF, add new array type ByteLF and condition the size of
19102         the two byte array types on AFloat. Change type of IV_Ilf overlay
19103         variable from Byte8 to ByteLF. Add appropriate initializations of
19104         floating-point overlays for AAMP cases.
19105
19106 2006-10-31  Javier Miranda  <miranda@adacore.com>
19107
19108         * s-tpoben.ads, s-tpoben.adb, s-taprob.ads, s-taprob.adb
19109         (Get_Ceiling): New subprogram that returns
19110         the ceiling priority of the protected object.
19111         (Set_Ceiling): New subprogram that sets the new ceiling priority of
19112         the protected object.
19113
19114         * s-tarest.adb: (Create_Restricted_Task): Fix potential CE.
19115
19116         * s-taskin.ads, s-taskin.adb: (Storage_Size): New function.
19117
19118 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
19119
19120         * s-tpobop.adb (Requeue_Call): Introduce a dispatching point when
19121         requeuing to the same protected object to give higher priority tasks
19122         the opportunity to execute.
19123
19124 2006-10-31  Robert Dewar  <dewar@adacore.com>
19125
19126         * widechar.adb (Is_Start_Of_Wide_Char): In case of brackets encoding,
19127         add more precise check for the character sequence that follows '[' to
19128         avoid possible confusion in case if '[' is the last character of a
19129         string literals.
19130         (Scan_Wide): Always allow brackets encoding
19131
19132 2006-10-31  Olivier Hainque  <hainque@adacore.com>
19133
19134         * s-stchop.ads: make this unit preelaborate. This is desirable in
19135         general and made mandatory by the use of this unit by s-taprop which
19136         is itself preelaborate.
19137
19138         * s-stchop-vxworks.adb (Set_Stack_Info, Task_Descriptor type): Add
19139         Td_Events component.
19140
19141 2006-10-31  Vincent Celier  <celier@adacore.com>
19142
19143         * a-dirval-vms.adb (Invalid_Character): Specify that digits are allowed
19144         in file names.
19145
19146 2006-10-31  Vincent Celier  <celier@adacore.com>
19147
19148         * a-direct.ads, a-direct.adb (Search): New procedure in Ada 2005
19149
19150 2006-10-31  Vincent Celier  <celier@adacore.com>
19151
19152         * makegpr.adb (Check_Compilation_Needed): Take into account path names
19153         with spaces.
19154         (Check_Compilation_Needed): When checking a C or C++ source, do not
19155         resolve symbolic links.
19156         (Display_Command): New Boolean parameter Ellipse, defaulted to False.
19157         When not in verbose mode and Ellipse is True, display "..." for the
19158         first argument with Display set to False.
19159         (Build_Global_Archive): Always set Display True for the first object
19160         file. Call Display_Command with Ellipse set to True.
19161
19162 2006-10-31  Matt Heaney  <heaney@adacore.com>
19163
19164         * a-crbtgo.ads: Commented each subprogram
19165
19166         * a-crbtgo.adb: Added reference to book from which algorithms were
19167         adapted.
19168
19169         * a-crbtgk.ads, a-crbtgk.adb (Generic_Insert_Post): pass flag to
19170         indicate which child.
19171         (Generic_Conditional_Insert): changed parameter name from "Success" to
19172         "Inserted".
19173         (Generic_Unconditional_Insert_With_Hint): improved algorithm
19174
19175         * a-coorse.adb (Replace_Element): changed parameter name in call to
19176         conditional insert operation.
19177
19178         * a-convec.adb, a-coinve.adb (Insert): removed obsolete comment
19179
19180         * a-cohama.adb (Iterate): manipulate busy-bit here, instead of in
19181         Generic_Iteration
19182
19183         * a-ciorse.adb (Replace_Element): changed parameter name in call to
19184         conditional insert operation.
19185
19186         * a-cihama.adb (Iterate): manipulate busy-bit here, instead of in
19187         Generic_Iteration.
19188
19189         * a-cidlli.ads, a-cidlli.adb (Splice): Position param is now mode in
19190         instead of mode inout.
19191
19192         * a-chtgop.adb (Adjust): modified comments to reflect current AI-302
19193         draft
19194         (Generic_Read): preserve existing buckets array if possible
19195         (Generic_Write): don't send buckets array length anymore
19196
19197         * a-cdlili.ads, a-cdlili.adb (Splice): Position param is now mode in
19198         instead of mode inout.
19199
19200         * a-cihase.adb (Difference): iterate over smaller of Tgt and Src sets
19201         (Iterate): manipulate busy-bit here, instead of in Generic_Iteration
19202
19203         * a-cohase.adb (Difference): iterate over smaller of Tgt and Src sets
19204         (Iterate): manipulate busy-bit here, instead of in Generic_Iteration
19205         (Replace_Element): local operation is now an instantiation
19206
19207         * a-chtgke.ads, a-chtgke.adb (Generic_Conditional_Insert): manually
19208         check current length.
19209         (Generic_Replace_Element): new operation
19210
19211 2006-10-31  Doug Rupp  <rupp@adacore.com>
19212
19213         * g-trasym-vms-alpha.adb: Dummy_User_Act_Proc: New function.
19214         Call TBK$SYMBOLIZE without omitting parameters.
19215
19216 2006-10-31  Vincent Celier  <celier@adacore.com>
19217
19218         * symbols-processing-vms-ia64.adb,
19219         symbols-processing-vms-alpha.adb (Process): Do not include symbols
19220         that come from generic instantiations in bodies.
19221
19222 2006-10-31  Pat Rogers  <rogers@adacore.com>
19223
19224         * a-rttiev.ads, a-rttiev.adb:
19225         This is a significant redesign primarily for the sake of automatic
19226         timer task termination but also to fix a design flaw.
19227         Therefore we are now using an RTS lock, instead of a protected
19228         object, to provide mutual exclusion to the queue of pending events
19229         and the type Timing_Event is no longer a protected type.
19230
19231 2006-10-31  Robert Dewar  <dewar@adacore.com>
19232             Cyrille Comar  <comar@adacore.com>
19233             Ben Brosgol  <brosgol@adacore.com>
19234
19235         * debug.adb:  Update flags documentation
19236
19237         * gnat_ugn.texi: Add documentation for new -gnatwq switch
19238         Clean up documentation for several other warning switches
19239         Clarify how task stack size can be specified with various
19240         versions of Windows.
19241         Add note that -gnatVo includes ranges including loops
19242         Add documentation for -gnatL switch
19243         Add note on elaboration warning for initializing variables
19244         Add documentation for new -gnatwt warning switch
19245         Document new form of pragma Warnings (On|Off, string)
19246         Add comment on use of pragma Warnings to control warnings
19247         Add documentation for -gnatjnn switch
19248         Modify section on interfacing with C for VMS 64-bit.
19249         Add doc for -gnatVe/E
19250         Add documentation of new warning flags -gnatww/-gnatwW
19251         Add warnings about address clause overlays to list of warnings
19252         (Exception Handling Control): Document that the option --RTS must be
19253         used consistently for gcc and gnatbind.
19254         Clarify that inlining is not always possible
19255         Update documentation on pragma Unchecked_Union.
19256
19257         * gnat_rm.texi:
19258         Add documentation for new extended version of pragma Obsolescent
19259         Add documentation for implementation defined attribute 'Stub_Type.
19260         Add note on use of Volatile in asm statements
19261         Add documentation on use of pragma Unreferenced in context clause
19262         Document new form of pragma Warnings (On|Off, pattern)
19263         Document pragma Wide_Character_Encoding
19264         Add note that pragma Restrictions (No_Elaboration_Code) is only fully
19265         enforced if code generation is active.
19266         Add section on pragma Suppress to document GNAT specific check
19267         Alignment_Check
19268         Clarify difference between No_Dispatching_Calls & No_Dispatch.
19269         Add documentation for pragma Restrictions (No_Elaboration_Code)
19270
19271         * gnat-style.texi:
19272         Add comments on layout of subprogram local variables in the
19273         presence of nested subprograms.
19274
19275         * ug_words: Resync.
19276
19277         * elists.ads: Minor reformatting
19278         Node returns Node_Or_Entity_Id (doc change only)
19279
19280         * xgnatugn.adb: Replace ACADEMICEDITION with GPLEDITION
19281
19282         * g-arrspl.ads (Create): Update comments.
19283
19284         * sem.ads: Add details on the handling of the scope stack.
19285
19286         * usage.adb: Update documentation.
19287
19288         * validsw.ads, validsw.adb:
19289         Add definition of Validity_Check_Components and implement -gnatVe/E
19290
19291         * vms_data.ads: Add missing VMS qualifiers.
19292
19293         * s-addope.ads: Add documentation on overflow and divide by zero
19294
19295 2006-10-31  Robert Dewar  <dewar@adacore.com>
19296             Thomas Quinot  <quinot@adacore.com>
19297             Arnaud Charlet  <charlet@adacore.com>
19298
19299         * fmap.adb: Put routines in alpha order
19300
19301         * g-boumai.ads: Remove redundant 'in' keywords
19302
19303         * g-cgi.adb: Minor reformatting
19304
19305         * g-cgi.ads: Remove redundant 'in' keywords
19306
19307         * get_targ.adb: Put routines in alpha order
19308
19309         * prj-attr.ads: Minor reformatting
19310
19311         * s-atacco.ads: Minor reformatting
19312
19313         * scn.adb: Put routines in alpha order
19314
19315         * sinput-l.adb: Minor comment fix
19316
19317         * sinput-p.adb: Minor comment fix
19318
19319         * s-maccod.ads: Minor reformatting
19320
19321         * s-memory.adb: Minor reformatting
19322
19323         * s-htable.adb: Fix typo in comment.
19324
19325         * s-secsta.adb: Minor comment update.
19326
19327         * s-soflin.adb: Minor reformatting
19328
19329         * s-stoele.ads:
19330         Add comment about odd qualification in Storage_Offset declaration
19331
19332         * s-strxdr.adb:
19333         Remove unnecessary 'in' keywords for formal parameters.
19334
19335         * treeprs.adt: Minor reformatting
19336
19337         * urealp.adb: Put routines in alpha order
19338
19339         * s-wchcon.ads, s-wchcon.adb (Get_WC_Encoding_Method): New version
19340         taking string.
19341
19342         * s-asthan-vms-alpha.adb: Remove redundant 'in' keywords
19343
19344         * g-trasym-vms-ia64.adb: Remove redundant 'in' keywords
19345
19346         * env.c (__gnat_unsetenv): Unsetenv is unavailable on LynxOS, so
19347         workaround as on other platforms.
19348
19349         * g-eacodu-vms.adb: Remove redundant 'in' keywords
19350         * g-expect-vms.adb: Remove redundant 'in' keywords
19351
19352         * gnatdll.adb (Add_Files_From_List): Handle Name_Error and report a
19353         clear error message if the list-of-files file cannot be opened.
19354
19355         * g-thread.adb (Unregister_Thread_Id): Add use type Thread_Id so the
19356         equality operator is always visible.
19357
19358         * lang.opt: Woverlength-strings: New option.
19359
19360         * nmake.adt:
19361         Update copyright, since nmake.ads and nmake.adb have changed.
19362
19363         * osint-b.ads, osint-b.adb (Time_From_Last_Bind): removed function .
19364         (Binder_Output_Time_Stamps_Set): removed.
19365         (Old_Binder_Output_Time_Stamp): idem.
19366         (New_Binder_Output_Time_Stamp): idem.
19367         (Recording_Time_From_Last_Bind): idem.
19368         (Recording_Time_From_Last_Bind): Make constant.
19369
19370         * output.ads, output.adb (Write_Str): Allow LF characters
19371         (Write_Spaces): New procedure
19372
19373         * prepcomp.adb (Preproc_Data_Table): Change Increment from 5% to 100%
19374
19375         * inline.adb: Minor reformatting
19376
19377         * s-asthan-vms-alpha.adb: Remove redundant 'in' keywords
19378
19379         * s-mastop-vms.adb: Remove redundant 'in' keywords
19380
19381         * s-osprim-vms.adb: Remove redundant 'in' keywords
19382
19383         * s-trafor-default.adb: Remove redundant 'in' keywords
19384
19385         * 9drpc.adb: Remove redundant 'in' keywords
19386
19387         * s-osinte-mingw.ads: Minor reformatting
19388
19389         * s-inmaop-posix.adb: Minor reformatting
19390
19391         * a-direio.ads: Remove quotes from Compile_Time_Warning message
19392
19393         * a-exexda.adb: Minor code reorganization
19394
19395         * a-filico.adb: Minor reformatting
19396
19397         * a-finali.adb: Minor reformatting
19398
19399         * a-nudira.ads: Remove quote from Compile_Time_Warning message
19400
19401         * a-numeri.ads: Minor reformatting
19402
19403         * a-sequio.ads: Remove quotes from Compile_Time_Warning message
19404
19405         * exp_pakd.ads: Fix obsolete comment
19406
19407         * a-ztenau.adb, a-ztenio.adb, a-wtenau.adb, a-tienau.adb,
19408         a-wtenio.adb (Put): Avoid assuming low bound of string is 1.
19409         Probably not a bug, but certainly neater and more efficient.
19410
19411         * a-tienio.adb: Minor reformatting
19412
19413         * comperr.adb (Compiler_Abort): Call Cancel_Special_Output at start
19414         Avoid assuming low bound of string is 1.
19415
19416         * gnatbind.adb: Change Bindusg to package and rename procedure as
19417         Display, which now ensures that it only outputs usage information once.
19418         (Scan_Bind_Arg): Avoid assuming low bound of string is 1.
19419
19420         * g-pehage.adb (Build_Identical_Keysets): Replace use of 1 by
19421         Table'First.
19422
19423         * g-regpat.adb (Insert_Operator): Add pragma Warnings (Off) to kill
19424         warning.
19425         (Match): Add pragma Assert to ensure that Matches'First is zero
19426
19427         * g-regpat.ads (Match): Document that Matches lower bound must be zero
19428
19429         * makeutl.adb (Is_External_Assignment): Add pragma Assert's to check
19430         documented preconditions (also kills warnings about bad indexes).
19431
19432         * mdll.adb (Build_Dynamic_Library): Avoid assumption that Afiles'First
19433         is 1.
19434         (Build_Import_Library): Ditto;
19435
19436         * mdll-utl.adb: (Gnatbind): Avoid assumption that Alis'First = 1
19437
19438         * rtsfind.adb (RTE_Error_Msg): Avoid assuming low bound of string is 1.
19439
19440         * sem_case.adb (Analyze_Choices): Add pragma Assert to check that
19441         lower bound of choice table is 1.
19442
19443         * sem_case.ads (Analyze_Choices): Document that lower bound of
19444         Choice_Table is 1.
19445
19446         * s-imgdec.adb (Set_Decimal_Digits): Avoid assuming low bound of
19447         string is 1.
19448
19449         * uintp.adb (Init_Operand): Document that low bound of Vec is always 1,
19450         and add appropriate Assert pragma to suppress warnings.
19451
19452         * atree.h, atree.ads, atree.adb
19453         Change Elist24 to Elist25
19454         Add definitions of Field28 and Node28
19455         (Traverse_Field): Use new syntactic parent table in sinfo.
19456
19457         * cstand.adb: Change name Is_Ada_2005 to Is_Ada_2005_Only
19458
19459         * itypes.adb: Change name Is_Ada_2005 to Is_Ada_2005_Only
19460
19461         * exp_tss.adb: Put routines in alpha order
19462
19463         * fe.h: Remove redundant declarations.
19464
19465 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
19466
19467         * utils.c (builtin_function): Rename to gnat_builtin_function.
19468         Move common code to add_builtin_function.
19469         * misc.c (LANG_HOOKS_BUILTIN_FUNCTION): Define as
19470         gnat_builtin_function.
19471         * gigi.h (builtin_function): Rename to gnat_builtin_function.
19472         Change the signature.
19473
19474 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
19475
19476         * Makefile.in: Add TEXI2PDF definition.
19477         * Make-lang.in: Add "ada.pdf" target.
19478
19479 2006-10-03  Kazu Hirata  <kazu@codesourcery.com>
19480
19481         * decl.c, utils.c: Fix comment typos.
19482         * utils.c: Fix a typo.
19483
19484 2006-09-28  Eric Botcazou  <ebotcazou@adacore.com>
19485
19486         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not set "const" flag
19487         on "pure" Ada subprograms if SJLJ exceptions are used.
19488         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Set TREE_NO_WARNING
19489         on the declaration node of JMPBUF_SAVE.
19490         * utils.c (init_gigi_decls): Set DECL_IS_PURE on the declaration nodes
19491         of Get_Jmpbuf_Address_Soft and Get_GNAT_Exception.
19492         * utils2.c (build_call_0_expr): Do not set TREE_SIDE_EFFECTS.
19493
19494 2006-08-20  Laurent Guerby  <laurent@guerby.net>
19495
19496         PR ada/28716
19497         g-socket.adb (Bind_Socket): Call Set_Address.
19498
19499 2006-09-15  Eric Botcazou  <ebotcazou@adacore.com>
19500
19501         PR ada/15802
19502         * decl.c (same_discriminant_p): New static function.
19503         (gnat_to_gnu_entity) <E_Record_Type>: When there is a parent
19504         subtype and we have discriminants, fix up the COMPONENT_REFs
19505         for the discriminants to make them reference the corresponding
19506         fields of the parent subtype after it has been built.
19507
19508 2006-09-15  Roger Sayle  <roger@eyesopen.com>
19509
19510         PR ada/18817
19511         * utils.c (max_size): Perform constant folding of (A ? B : C) - D
19512         into A ? B - D : C - D when calculating the size of a MINUS_EXPR.
19513
19514 2006-09-13  Olivier Hainque  <hainque@adacore.com>
19515
19516         PR ada/29025
19517         * trans.c (gnat_gimplify_expr) <ADDR_EXPR>: When taking the address
19518         of a SAVE_EXPR, just make the operand addressable/not-readonly and
19519         let the common gimplifier code make and propagate a temporary copy.
19520         (call_to_gnu): Clarify the use of SAVE_EXPR for not addressable
19521         out/in-out actuals and defer setting the addressable/readonly bits
19522         to the gimplifier.
19523
19524 2006-09-13  Eric Botcazou  <ebotcazou@adacore.com>
19525
19526         PR ada/28591
19527         * decl.c (components_to_record): Defer emitting debug info for the
19528         record type associated with the variant until after we are sure to
19529         actually use it.
19530
19531 2006-09-13  Eric Botcazou  <ebotcazou@adacore.com>
19532
19533         PR ada/21952
19534         * gigi.h (gnat_internal_attribute_table): Declare.
19535         * misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above.
19536         * utils.c (gnat_internal_attribute_table): New global variable.
19537         (builtin_function): Always call decl_attributes on the builtin.
19538         (handle_const_attribute): New static function.
19539         (handle_nothrow_attribute): Likewise.
19540
19541 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19542
19543         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
19544
19545 2006-06-23  Olivier Hainque  <hainque@adacore.com>
19546
19547         * misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have
19548         not been able to get a constant upper bound from TYPE_SIZE_UNIT.
19549
19550 2006-06-20  James A. Morrison  <phython@gcc.gnu.org>
19551             Eric Botcazou  <ebotcazou@adacore.com>
19552
19553         PR ada/18692
19554         * Make-lang.in: Add check-gnat to lang_checks.  Rename existing
19555         check-gnat into check-acats.
19556
19557 2006-06-17  Karl Berry  <karl@gnu.org>
19558
19559         * gnat-style.texi (@dircategory): Use "Software development"
19560         instead of "Programming", following the Free Software Directory.
19561
19562 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19563
19564         PR ada/27944
19565         * s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'.
19566
19567 2006-06-06  Laurent Guerby  <laurent@guerby.net>
19568
19569         PR ada/27769
19570         mlib-utl.adb: Use Program_Name.
19571
19572 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
19573
19574         * decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c,
19575         sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c,
19576         trans.c, utils.c: Fix comment typos.  Follow spelling
19577         conventions.
19578         * gnat_rm.texi, gnat_ugn.texi, : Fix typos.  Follow spelling
19579         conventions.
19580
19581 2006-05-19  Nicolas Setton  <setton@adacore.com>
19582
19583         * misc.c (gnat_dwarf_name): New function.
19584         (LANG_HOOKS_DWARF_NAME): Define to it.
19585
19586 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
19587
19588         * Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).
19589         (ada/misc.o): Likewise.
19590         (ada/utils.o): Likewise.
19591
19592 2006-04-08  Aurelien Jarno  <aurel32@debian.org>
19593
19594         * Makefile.in: Add Ada support for GNU/kFreeBSD.
19595         * s-osinte-kfreebsd-gnu.ads: New file.
19596
19597 2006-03-29  Carlos O'Donell  <carlos@codesourcery.com>
19598
19599         * Make-lang.in: Rename docdir to gcc_docdir.
19600
19601 2006-03-04  Eric Botcazou  <ebotcazou@adacore.com>
19602
19603         * gigi.h (get_ada_base_type): Delete.
19604         * utils2.c (get_ada_base_type): Likewise.
19605         * trans.c (convert_with_check): Operate in the real base type.
19606
19607 2006-03-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19608
19609         * uintp.adb (Num_Bits): Handle Uint_Int_First specially.
19610
19611 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
19612
19613         * utils.c (create_var_decl): Use have_global_bss_p when deciding
19614         whether to make the decl common.
19615
19616 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
19617
19618         * Make-lang.in (Ada): Remove.
19619         (.PHONY): Remove Ada
19620
19621 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19622
19623         * sem_ch4.adb (Find_Boolean_Types): If one of the operands is an
19624         aggregate, check the interpretations of the other operand to find one
19625         that may be a boolean array.
19626
19627         (Analyze_Selected_Component): Fix flow-of-control typo in case where
19628         the prefix is a private extension.
19629
19630 2006-02-17  Eric Botcazou  <botcazou@adacore.com>
19631
19632         PR ada/26315
19633         * utils2.c (find_common_type): If both input types are BLKmode and
19634         have the same constant size, keep using the first one.
19635
19636         * bindgen.adb: (Gen_Versions_Ada): Revert previous workaround.
19637
19638         * decl.c (gnat_to_gnu_entity): Only check TREE_OVERFLOW for a constant.
19639
19640         * misc.c (gnat_handle_option): New case for -Woverlength-strings.
19641
19642 2006-02-17  Jose Ruiz  <ruiz@adacore.com>
19643
19644         * s-taprop-irix.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
19645         s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
19646         s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-lynxos.adb,
19647         s-taprop-tru64.adb (Set_False, Set_True, Suspend_Until_True): Add
19648         Abort_Defer/Undefer pairs to avoid the possibility of a task being
19649         aborted while owning a lock.
19650
19651 2006-02-17  Javier Miranda  <miranda@adacore.com>
19652             Robert Dewar  <dewar@adacore.com>
19653
19654         * exp_ch4.adb (Expand_N_Allocator): If the allocated object is accessed
19655         through an access to class-wide interface we force the displacement of
19656         the pointer to the allocated object to reference the corresponding
19657         secondary dispatch table.
19658         (Expand_N_Op_Divide): Allow 64 bit divisions by small power of 2,
19659         if Long_Shifts are supported on the target, even if 64 bit divides
19660         are not supported (configurable run time mode).
19661         (Expand_N_Type_Conversion): Do validity check if validity checks on
19662         operands are enabled.
19663         (Expand_N_Qualified_Expression): Do validity check if validity checks
19664         on operands are enabled.
19665
19666 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19667
19668         * exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity
19669         must be materialized when the renamed expression is an explicit
19670         dereference.
19671
19672 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19673
19674         * freeze.adb (Statically_Discriminated_Components): Return false if
19675         the bounds of the type of the discriminant are not static expressions.
19676
19677         * sem_aggr.adb (Check_Static_Discriminated_Subtype): Return false if
19678         the bounds of the discriminant type are not static.
19679
19680 2006-02-17  Robert Dewar  <dewar@adacore.com>
19681
19682         * g-os_lib.adb (Copy_File): Make sure that if From has an Invalid_FD,
19683         then we close To if it is valid.
19684
19685 2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>
19686
19687         * init.c (facility_resignal_table): new array
19688         (__gnat_default_resignal_p): enhance default predicate to resignal if
19689         VMS condition has one of the predefined facility codes.
19690
19691 2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>
19692
19693         * Makefile.in: Use VMS64 specialized versions of several units in
19694         Interfaces.C hierarchy to be compatible with HP C default size choices.
19695         Use the default version of Ada.Synchronous_Task_Control for VxWorks 653.
19696
19697 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19698
19699         * sem_ch10.adb (Analyze_With_Clause): If the unit is a subprogram
19700         instantiation, the corresponding entity is the related_instance of the
19701         wrapper package created for the instance.
19702
19703 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19704
19705         * sem_ch12.adb (Analyze_Package_Instantiation): Inline_Now is false if
19706         the current instance is nested within another instance in a child unit.
19707
19708 2006-02-17  Javier Miranda  <miranda@adacore.com>
19709             Ed Schonberg  <schonberg@adacore.com>
19710
19711         * sem_ch3.adb (Build_Discriminated_Subtype): In case of concurrent
19712         type we cannot inherit the primitive operations; we inherit the
19713         Corresponding_Record_Type (which has the list of primitive operations).
19714         (Check_Anonymous_Access_Types): When creating anonymous access types for
19715         access components, use Rewrite in order to preserve the tree structure,
19716         for ASIS use.
19717         (Analyze_Object_Declaration): For limited types with access
19718         discriminants with defaults initialized by an aggregate, obtain
19719         subtype from aggregate as for other mutable types.
19720         (Derived_Type_Declaration): If the derived type is a limited interface,
19721         set the corresponding flag (Is_Limited_Record is not sufficient).
19722
19723 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19724
19725         * sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order
19726         to inline a function that returns an unconstrained type, the return
19727         expression must be the first variable declared in the body of the
19728         function.
19729
19730 2006-02-17  Javier Miranda  <miranda@adacore.com>
19731
19732         * sem_res.adb (Resolve_Type_Conversion): In case of conversion to an
19733         abstract interface type, the static analysis is not enough to know if
19734         the interface is implemented or not by the source tagged type. Hence
19735         we must pass the work to the expander to generate the required code to
19736         evaluate the conversion at run-time.
19737         (Resolve_Equality_Op): Do not apply previous
19738         transformation if expansion is disasbled, to prevent anomalies when
19739         locating global references in a generic unit.
19740
19741 2006-02-17  Vincent Celier  <celier@adacore.com>
19742
19743         * snames.ads, snames.adb: New standard names for new project attributes:
19744         archive_builder, archive_indexer, compiler_pic_option,
19745         config_body_file_name, config_body_file_name_pattern,
19746         config_file_switches, config_file_unique, config_spec_file_name,
19747         config_spec_file_name_pattern, default_builder_switches,
19748         default_global_compiler_switches, default_language,
19749         dependency_file_kind, global_compiler_switches, include_path,
19750         include_path_file, language_kind, linker_executable_option,
19751         linker_lib_dir_option, linker_lib_name_option, mapping_file_switches,
19752         roots, runtime_project.
19753
19754 2006-02-17  Matthew Heaney  <heaney@adacore.com>
19755
19756         * a-convec.ads, a-convec.adb:
19757         (operator "&"): handle potential overflow for large index types
19758         (Insert): removed Contraint_Error when using large index types
19759         (Insert_Space): removed Constraint_Error for large index types
19760         (Length): moved constraint check from Length to Insert
19761
19762         * a-coinve.ads, a-coinve.adb: Stream attribute procedures are declared
19763         as not null access.
19764         Explicit raise statements now include an exception message.
19765         (operator "&"): handle potential overflow for large index types
19766         (Insert): removed Contraint_Error when using large index types
19767         (Insert_Space): removed Constraint_Error for large index types
19768         (Length): moved constraint check from Length to Insert
19769
19770 2006-02-17  Robert Dewar  <dewar@adacore.com>
19771
19772         * s-wchcnv.adb: Document handling of [ on output (we do not change
19773         this to ["5B"] and the new comments say why not.
19774
19775         * gnat_ugn.texi:
19776         Add note for -gnatVo that this now includes the cases of type
19777         conversions and qualified expressions.
19778         Add comments on handling of brackets encoding for Text_IO
19779
19780 2006-02-17  Ramon Fernandez  <fernandez@adacore.com>
19781             Thomas Quinot  <quinot@adacore.com>
19782             Robert Dewar  <dewar@adacore.com>
19783             Javier Miranda  <miranda@adacore.com>
19784
19785         * expander.adb: Fix typo in comment
19786
19787         * exp_pakd.adb: Fix typo
19788         Minor comment reformatting.
19789
19790         * g-dyntab.adb: Minor reformatting
19791
19792         * exp_ch6.adb (Register_Interface_DT_Entry): Traverse the list of
19793         aliased subprograms to look for the abstract interface subprogram.
19794
19795 2006-02-16  Eric Botcazou  <ebotcazou@adacore.com>
19796
19797         * env.c (__gnat_setenv): Use size_t.
19798         (__gnat_unsetenv): Likewise.
19799         (__gnat_clearenv): Likewise.
19800
19801 2006-02-16  Arnaud Charlet  <charlet@adacore.com>
19802
19803         * opt.ads (Ada_Version_Default): Set to Ada 2005 by default.
19804
19805 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
19806
19807         * a-intnam-os2.ads, a-intnam-unixware.ads, g-soccon-unixware.ads,
19808         g-soliop-unixware.ads, i-os2err.ads, i-os2lib.adb, i-os2lib.ads,
19809         i-os2syn.ads, i-os2thr.ads, s-intman-irix-athread.adb,
19810         s-osinte-aix-fsu.ads, s-osinte-fsu.adb, s-parame-os2.adb,
19811         s-osinte-irix-athread.ads, s-osinte-linux-fsu.ads, s-osinte-os2.adb,
19812         s-osinte-os2.ads, s-osinte-solaris-fsu.ads, s-osinte-unixware.adb,
19813         s-osinte-unixware.ads, s-osprim-os2.adb, s-taprop-irix-athread.adb,
19814         s-taprop-os2.adb, s-tasinf-irix-athread.adb, s-tasinf-irix-athread.ads,
19815         s-taspri-os2.ads, system-os2.ads, system-unixware.ads: Removed,
19816         no longer used.
19817
19818 2006-02-13  Jose Ruiz  <ruiz@adacore.com>
19819
19820         * a-taster.adb (Current_Task_Fallback_Handler): Document why explicit
19821         protection against race conditions is not needed.
19822         (Set_Dependents_Fallback_Handler): Add mutual exclusive access to the
19823         fallback handler.
19824         (Set_Specific_Handler): Add mutual exclusive access to the specific
19825         handler.
19826         (Specific_Handler): Add mutual exclusive access for retrieving the
19827         specific handler.
19828
19829         * s-tarest.adb (Task_Wrapper): Add mutual exclusive access to the fall
19830         back handler.
19831
19832         * s-taskin.ads (Common_ATCB): Remove pragma Atomic for
19833         Fall_Back_Handler and Specific_Handler.
19834
19835         * s-tassta.adb (Task_Wrapper): Add mutual exclusive access to the task
19836         termination handlers.
19837         Set two different owerflow depending on the maximal stack size.
19838
19839         * s-solita.adb (Task_Termination_Handler_T): Document why explicit
19840         protection against race conditions is not needed when executing the
19841         task termination handler.
19842
19843 2006-02-13  Robert Dewar  <dewar@adacore.com>
19844
19845         * s-gloloc-mingw.adb, a-cgaaso.ads, a-stzmap.adb, a-stzmap.adb,
19846         a-stzmap.ads, a-ztcoio.adb, a-ztedit.adb, a-ztedit.ads, a-ztenau.adb,
19847         a-ztenau.ads, a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
19848         a-comlin.adb, a-decima.adb, a-decima.ads, a-direio.adb, a-direio.adb,
19849         a-direio.adb, a-direio.ads, a-ngcoty.adb, a-ngcoty.ads, a-nuflra.adb,
19850         a-nuflra.ads, a-sequio.adb, a-sequio.ads, a-sequio.ads, a-storio.ads,
19851         a-stream.ads, a-ststio.adb, a-ststio.adb, a-ststio.ads, a-ststio.ads,
19852         a-stwima.adb, a-stwima.adb, a-stwima.ads, a-stwise.adb, a-teioed.adb,
19853         a-teioed.ads, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tasatt.ads,
19854         a-tideau.adb, a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
19855         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.ads, a-tiflau.adb,
19856         a-tiflau.ads, a-tiflio.adb, a-tiflio.adb, a-tiflio.ads, a-tigeau.ads,
19857         a-tiinau.adb, a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoio.adb,
19858         a-timoio.ads, a-titest.adb, a-titest.ads, a-wtcoio.adb, a-wtdeau.adb,
19859         a-wtdeau.ads, a-wtdeio.adb, a-wtdeio.ads, a-wtedit.adb, a-wtedit.adb,
19860         a-wtedit.ads, a-wtenau.adb, a-wtenau.ads, a-wtenau.ads, a-wtenio.adb,
19861         a-wtenio.ads, a-wtfiio.adb, a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads,
19862         a-wtflio.adb, a-wtflio.adb, a-wtflio.ads, a-wtgeau.ads, a-wtinau.adb,
19863         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb, a-wtmoau.ads,
19864         a-wtmoio.adb, a-wtmoio.ads, xref_lib.adb, xref_lib.ads, xr_tabls.adb,
19865         g-boubuf.adb, g-boubuf.ads, g-cgideb.adb, g-io.adb, gnatdll.adb,
19866         g-pehage.adb, i-c.ads, g-spitbo.adb, g-spitbo.ads, mdll.adb,
19867         mlib-fil.adb, mlib-utl.adb, mlib-utl.ads, prj-env.adb, prj-tree.adb,
19868         prj-tree.ads, prj-util.adb, s-arit64.adb, s-asthan.ads, s-auxdec.adb,
19869         s-auxdec.ads, s-chepoo.ads, s-direio.adb, s-direio.ads, s-errrep.adb,
19870         s-errrep.ads, s-fileio.adb, s-fileio.ads, s-finroo.adb, s-finroo.ads,
19871         s-gloloc.adb, s-gloloc.ads, s-io.adb, s-io.ads, s-rpc.adb,
19872         s-rpc.ads, s-shasto.ads, s-sequio.adb, s-stopoo.ads, s-stratt.adb,
19873         s-stratt.ads, s-taasde.adb, s-taasde.ads, s-tadert.adb, s-sequio.ads,
19874         s-taskin.adb, s-tasque.adb, s-tasque.ads, s-wchjis.ads, makegpr.adb,
19875         a-coinve.adb, a-cidlli.adb, eval_fat.adb, exp_dist.ads, exp_smem.adb,
19876         fmap.adb, g-dyntab.ads, g-expect.adb, lib-xref.ads, osint.adb,
19877         par-load.adb, restrict.adb, sinput-c.ads, a-cdlili.adb,
19878         system-vms.ads, system-vms-zcx.ads, system-vms_64.ads: Minor
19879         reformatting.
19880
19881 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
19882
19883         * a-tasatt.adb, s-osinte-lynxos-3.adb, s-osinte-lynxos.adb,
19884         s-osinte-aix.adb, s-interr-sigaction.adb, s-asthan-vms-alpha.adb,
19885         s-interr-vms.adb, s-intman-vms.adb, s-interr-vxworks.adb,
19886         s-intman-vxworks.adb, s-asthan-vms-alpha.adb, a-ztexio.adb,
19887         a-reatim.adb, a-taside.adb, a-textio.adb, a-witeio.adb, prj-attr.adb,
19888         s-intman-irix.adb, s-intman-solaris.adb, s-intman-posix.adb,
19889         a-dynpri.adb, a-interr.adb, g-dynhta.adb, s-asthan.adb, s-interr.adb,
19890         s-pooglo.adb, s-pooloc.adb, s-poosiz.adb, s-tasren.adb, s-tasuti.adb,
19891         s-tataat.adb, s-tpobop.adb: Remove redundant with clauses.
19892
19893 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
19894
19895         * s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-vxworks.ads,
19896         s-osinte-solaris.ads, s-osinte-linux.ads, s-osinte-freebsd.ads,
19897         s-osinte-solaris-posix.ads, s-osinte-lynxos-3.ads, s-osinte-lynxos.ads,
19898         s-osinte-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads,
19899         s-osinte-hpux-dce.ads, s-osinte-linux-hppa.ads,
19900         s-osinte-linux-alpha.ads, s-inmaop-posix.adb (sigset_t_ptr): Removed,
19901         replaced by anonymous access type.
19902         (pthread_sigmask): Now take an access sigset_t
19903
19904         * s-osinte-hpux.ads:  Ditto.
19905         (pthread_mutex_t, pthread_cond_t): Update definitions to support
19906         properly 32 and 64 bit ABIs.
19907
19908 2006-02-13  Pascal Obry  <obry@adacore.com>
19909
19910         * s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-tru64.adb,
19911         s-taprop-lynxos.adb, s-taprop-irix.adb, s-taprop-hpux-dce.adb,
19912         s-taprop-linux.adb, s-taprop-solaris.adb,
19913         s-taprop-vms.adb (Create_Task): Remove task adjustment code. This
19914         adjustement is already done when calling this routine.
19915
19916 2006-02-13  Pascal Obry  <obry@adacore.com>
19917
19918         * system-mingw.ads (Underlying_Priorities): Update the priority mapping
19919         table to take advantage of the 16 priority levels available on Windows
19920         2000 and XP. On NT4 there are only 7 priority levels, this is properly
19921         supported by this new mapping.
19922
19923 2006-02-13  Nicolas Setton  <setton@adacore.com>
19924
19925         * adadecode.h, adadecode.c: (__gnat_decode): Improve support of types.
19926         (get_encoding): New subprogram. Extracts the encodings from an encoded
19927         Ada name.
19928
19929 2006-02-13  Pascal Obry  <obry@adacore.com>
19930             Nicolas Roche  <roche@adacore.com>
19931             Arnaud Charlet  <charlet@adacore.com>
19932
19933         * adaint.h, adaint.c (DIR_SEPARATOR): Use _T() macro for Unicode
19934         support.
19935         (__gnat_try_lock): Add unicode support by using a specific section on
19936         Windows.
19937         (__gnat_get_current_dir): Idem.
19938         (__gnat_open_read): Idem.
19939         (__gnat_open_rw): Idem.
19940         (__gnat_open_create): Idem.
19941         (__gnat_create_output_file): Idem.
19942         (__gnat_open_append): Idem.
19943         (__gnat_open_new): Idem.
19944         (__gnat_file_time_name): Idem.
19945         (__gnat_set_file_time_name): Idem.
19946         (__gnat_stat): Idem.
19947         (win32_no_block_spawn): Idem.
19948         (__gnat_locate_exec_on_path): Idem.
19949         (__gnat_opendir): New routine.
19950         (__gnat_closedir): Idem.
19951         (__gnat_readdir): Add new parameter length (pointer to int). Update
19952         implementation to use it and add specific Win32 code for Unicode
19953         support.
19954         (__gnat_get_env_value_ptr): Remove. Replaced by __gnat_getenv in env.c
19955         (__gnat_set_env_value): Remove. Replaced by __gnat_setenv in env.c
19956         (convert_addresses): Do not define this dummy routine on VMS.
19957
19958         * mingw32.h (GNAT_UNICODE_SUPPORT): New definition, if set the GNAT
19959         runtime Unicode support will be activated.
19960         (S2WS): String to Wide-String conversion. This version just copy a
19961         string in non Unicode version.
19962         (WS2S): Wide-String to String conversion. This version just copy a
19963         string in non Unicode version.
19964
19965         * g-dirope.adb: (Close): Now import __gnat_closedir from adaint.c.
19966         (Open): Now import __gnat_opendir from adaint.c.
19967         (Read): Change the implementation to support unicode characters. It is
19968         not possible to use strlen() on Windows as this version supports only
19969         standard ASCII characters. So the length of the directory entry is now
19970         returned from the imported __gnat_readdir routine.
19971         Update copyright notice.
19972
19973         * s-crtl-vms64.ads, s-crtl.ads: (closedir): Moved to adaint.c.
19974         (opendir): Moved to adaint.c.
19975
19976         * g-os_lib.adb (Copy_Time_Stamp): Fix off-by-one range computation.
19977         (Get_Directory): Fix wrong indexing.
19978         (Getenv): replace __gnat_get_env_value_ptr from adaint.c by
19979         __gnat_getenv from env.c
19980         (Setenv): replace __gnat_set_env_value from adaint.c by __gnat_setenv
19981         from env.c
19982
19983         * env.h, env.c: New file.
19984
19985         * s-scaval.adb (Initialize): Replace __gnat_get_env_value_ptr from
19986         adaint.c by __gnat_getenv from env.c
19987
19988         * s-shasto.adb (Initialize): replace __gnat_get_env_value_ptr from
19989         adaint.c by __gnat_getenv from env.c
19990
19991         * Make-lang.in: Add env.o in the list of C object needed by gnat1
19992         and gnatbind.
19993         Update dependencies.
19994
19995 2006-02-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19996             Olivier Hainque  <hainque@adacore.com>
19997             Eric Botcazou  <ebotcazou@adacore.com>
19998
19999         * ada-tree.h: (TYPE_UNCHECKED_UNION_P): Deleted.
20000
20001         * gigi.h (value_factor_p): Add prototype and description, now public.
20002
20003         * decl.c (gnat_to_gnu_field): Don't attempt BLKmode to integral type
20004         promotion for field with rep clause if the associated size was proven
20005         to be in error.
20006         Expand comments describing attempts to use a packable type.
20007         (gnat_to_gnu_entity) <E_Signed_Integer_Subtype,
20008         E_Floating_Point_Subtype>: Inherit alias set of what we are making a
20009         subtype of to ensure conflicts amongst all subtypes in a hierarchy,
20010         necessary since these are not different types and pointers may
20011         actually designate any subtype in this hierarchy.
20012         (gnat_to_gnu_entity, case E_Record_Type): Always make fields for
20013         discriminants but put them into record only if not Unchecked_Union;
20014         pass flag to components_to_record showing Unchecked_Union.
20015         (make_dummy_type): Use UNION_TYPE only if Unchecked_Union and no
20016         components before variants; don't set TYPE_UNCHECKED_UNION_P.
20017         (components_to_record): New argument UNCHECKED_UNION.
20018         Remove special case code for Unchecked_Union and instead use main code
20019         with small changes.
20020
20021         PR ada/26096
20022         (gnat_to_gnu_entity) <E_Variable>: Do not initialize the aligning
20023         variable with the expression being built, only its inner field.
20024
20025         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Remove call to
20026         emit_sequence_entry_statements.
20027         (emit_sequence_entry_statements, body_with_handlers_p): Delete.
20028         (establish_gnat_vms_condition_handler): Move before
20029         Subprogram_Body_to_gnu.
20030         (Subprogram_Body_to_gnu): On VMS, establish_gnat_vms_condition_handler
20031         for a subprogram if it has a foreign convention or is exported.
20032         (Identifier_to_gnu): Manually unshare the DECL_INITIAL tree when it is
20033         substituted for a CONST_DECL.
20034         (tree_transform, case N_Aggregate): Remove code for UNION_TYPE and pass
20035         Etype to assoc_to_constructor.
20036         (assoc_to_constructor): New argument, GNAT_ENTITY; use it to ignore
20037         discriminants of Unchecked_Union.
20038         (TARGET_ABI_OPEN_VMS): Define to 0 if not defined, so that later uses
20039         don't need cluttering preprocessor directives.
20040         (establish_gnat_vms_condition_handler): New function. Establish the GNAT
20041         condition handler as current in the compiled function.
20042         (body_with_handlers_p): New function. Tell whether a given sequence of
20043         statements node is attached to a package or subprogram body and involves
20044         exception handlers possibly nested within inner block statements.
20045         (emit_sequence_entry_statements): New function, to emit special
20046         statements on entry of sequences when necessary. Establish GNAT
20047         condition handler in the proper cases for VMS.
20048         (Handled_Sequence_Of_Statements_to_gnu): Start block code with
20049         emit_sequence_entry_statements.
20050
20051         * utils2.c (find_common_type): If both input types are BLKmode and
20052         have a constant size, use the smaller one.
20053         (build_simple_component_ref): Also match if FIELD and NEW_FIELD are
20054         the same.
20055
20056         * utils.c (value_factor_p): Make public, to allow uses from other gigi
20057         units.
20058         (create_type_decl): Do not set the flag DECL_IGNORED_P for dummy types.
20059         (convert, case UNION_TYPE): Remove special treatment for unchecked
20060         unions.
20061
20062         PR ada/18659
20063         (update_pointer_to): Update variants of pointer types to unconstrained
20064         arrays by attaching the list of fields of the main variant.
20065
20066 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20067             Robert Dewar  <dewar@adacore.com>
20068
20069         * a-exexpr.adb, a-exexpr-gcc.adb
20070         (Process_Raise_Exception): Removed, merged with Propagate_Exception.
20071         (Propagate_Exception): Now take extra From_Signal_Handler parameter.
20072         Remove code unused for exception propagation for the compiler itself
20073         from a-except.adb and update to still share separate packages.
20074
20075         * a-except.ads, a-except.adb: Ditto.
20076         Add comments that this version is now used only by the compiler and
20077         other basic tools. The full version that includes the Ada 2005 stuff
20078         is in separate files a-except-2005.ads/adb. The reason is that we do
20079         not want to cause bootstrap problems with compilers not recognizing
20080         Wide_Wide_String.
20081         Add exception reason code PE_Implicit_Return
20082         Add new exception reason code (Null Exception_Id)
20083
20084         * a-except-2005.adb, a-except-2005.ads: New files.
20085
20086         * s-wchcon.ads: (Get_WC_Encoding_Method): New function.
20087
20088         * s-wchcon.adb: New file.
20089
20090         * Makefile.in (LIBGNAT_SRCS): Add tb-gcc.c.
20091         (traceback.o deps): Likewise.
20092         (SPARC/Solaris): Accept sparc[64|v9]-sun-solaris.
20093         Activate build of GMEM instrumentation library on VMS targets.
20094         (gnatlib-sjlj, gnatlib-zcx): Pass EH_MECHANISM to make gnatlib.
20095         Use a-except-2005.ads/adb for all run-time library builds unless
20096         specified otherwise.
20097         [VMS] (LIBGNAT_TARGET_PAIRS_AUX1,2): Rename s-parame-vms.ads to
20098         s-parame-vms-alpha.ads and add s-parame-vms-ia64.ads.
20099         Use s-parame.adb on all native platforms.
20100         Use s-parame-vxworks.adb on all vxworks platforms.
20101         Add env.c env.h in LIBGNAT_SRCS
20102         Add env.o in LIBGNAT_OBJS
20103         (GNATMAKE_OBJS): Remove ctrl_c.o object.
20104         (LIBGNAT_TARGET_PAIRS for x86-vxworks): Use an specialized version of
20105         s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
20106         supports VxWorks 6 RTPs.
20107         (EXTRA_GNATRTL_NONTASKING_OBJS for x86-vxworks): Remove the use of
20108         i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
20109
20110         * types.h, types.ads (Terminate_Program): New exception
20111         Add comment on modifying multiple versions of a-except.adb when the
20112         table of exception reasons is modified.
20113         Add exception reason code PE_Implicit_Return
20114         Add new exception reason code (Null Exception_Id)
20115
20116         * clean.adb (Initialize): Get the target parameters before checking
20117         if target is OpenVMS. Move the OpenVMS specific code here from package
20118         body elaboration code.
20119
20120 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20121             Vincent Celier  <celier@adacore.com>
20122             Robert Dewar  <dewar@adacore.com>
20123
20124         * ali-util.adb (Get_File_Checksum): Update to account for change in
20125         profile of Initialize_Scanner.
20126
20127         * gprep.adb (Gnatprep): Update to account for change in profile of
20128         Initialize_Scanner.
20129         (Process_One_File): Same.
20130
20131         * lib.adb (Get_Code_Or_Source_Unit): New subprogram factoring the
20132         common code between Get_Code_Unit and Get_Source_Unit. Reimplement
20133         that behaviour using the new Unit information recorded in the source
20134         files table, rather than going through all units every time.
20135         (Get_Code_Unit): Reimplement in terms of Get_Code_Or_Source_Unit.
20136         (Get_Source_Unit): Same.
20137
20138         * prepcomp.adb (Parse_Preprocessing_Data_File): Update to account for
20139         change in profile of Initialize_Scanner.
20140         (Prepare_To_Preprocess): Same.
20141
20142         * lib.ads: Fix typo in comment (templace -> template).
20143
20144         * prj-part.adb (Parse_Single_Project): Update to account for change in
20145         profile of Initialize_Scanner.
20146
20147         * scn.adb (Initialize_Scanner): Account for change in profile of
20148         Scng.Initialize_Scanner: set Current_Source_Unit in Scn instead of Scng.
20149         Also record the association of the given Source_File_Index to the
20150         corresponding Unit_Number_Type.
20151
20152         * scng.ads, scng.adb (Initialize_Scanner.Set_Reserved): Remove
20153         procedure.
20154         (Initialize_Scanner): Call Scans.Initialize_Ada_Keywords.
20155         Remove Unit formal for generic scanner: this formal
20156         is only relevant to Scn (the scanner instance used to parse Ada source
20157         files), not to other instances. Update comment accordingly.
20158         (Scan): Use new function Snames.Is_Keyword_Name.
20159
20160         * sinfo-cn.adb: Fix typo in comment.
20161
20162         * sinput.adb (Unit, Set_Unit): Accessors for new source file attribute
20163         Unit.
20164
20165         * sinput.ads (Source_File_Record): New component Unit, used to capture
20166         the unit identifier (if any) associated to a source file.
20167
20168         * sinput-c.adb, sinput-l.adb (Load_File): Initialize new component
20169         Unit in Source_File_Record.
20170
20171         * sinput-p.adb (Source_File_Is_Subunit): Update to account for change
20172         in profile of Initialize_Scanner.
20173
20174         * scans.adb (Initialize_Ada_Keywords): New procedure
20175
20176         * scans.ads (Initialize_Ada_Keywords): New procedure to initialize the
20177         Ada keywords in the Namet table, without the need to call
20178         Initialize_Scanner.
20179
20180         * snames.adb: Add pragma Ada_2005 (synonym for Ada_05)
20181         (Is_Keyword_Name): New function
20182
20183         * snames.ads: Add subtype Configuration_Pragma_Names
20184         Add pragma Ada_2005 (synonym for Ada_05)
20185         (Is_Keyword_Name): New function
20186
20187         * snames.h: Add pragma Ada_2005 (synonym for Ada_05)
20188
20189 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20190
20191         * a-stwisu.adb, a-strsup.adb, a-stzsup.adb (Super_Slice): Fix slice
20192         index.
20193
20194         * a-stwima.adb (To_Set): Add extra check when N = 0.
20195
20196         * g-regpat.adb: (Match_Simple_Operator): Avoid possible overflow.
20197
20198 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20199
20200         * s-parame-mingw.adb, s-parame-linux.adb,
20201         s-parame-solaris.adb: Removed, replaced by s-parame.adb
20202
20203         * s-parame-vxworks.ads: Fix typo.
20204
20205         * s-parame-vxworks.adb: New file.
20206
20207         * s-parame.adb: Version now used by all native platforms.
20208         (Default_Stack_Size): Use 2 megs for default stack size and use
20209         __gl_default_stack_size when available.
20210         (Minimum_Stack_Size): Use 12K.
20211
20212         * s-taprop-mingw.adb: Set default stack size linker switch to 2megs.
20213         (Create_Task): Refine implementation taking advantage of the XP stack
20214         size support. On XP, we now create the thread using the flag
20215         STACK_SIZE_PARAM_IS_A_RESERVATION.
20216
20217         * s-osinte-mingw.ads (Stack_Size_Param_Is_A_Reservation): New constant.
20218
20219         * sysdep.c (__gnat_is_windows_xp): New routine, returns 1 on Windows
20220         XP and 0 on older Windows versions.
20221
20222         * interfac-vms.ads: Removed, no longer used.
20223
20224 2006-02-13  Matthew Heaney  <heaney@adacore.com>
20225
20226         * a-rbtgso.adb, a-crbtgo.adb, a-crbtgk.adb, a-coorse.adb,
20227         a-cohama.adb, a-ciorse.adb, a-cihama.adb, a-cihase.adb,
20228         a-cohase.adb: All explicit raise statements now include an exception
20229         message.
20230
20231         * a-ciormu.ads, a-ciormu.adb, a-coormu.ads, a-coormu.adb
20232         (Update_Element_Preserving_Key): renamed op to just Update_Element.
20233         Explicit raise statements now include an exception message
20234
20235         * a-cihase.ads, a-cohase.ads: Removed comment.
20236
20237         * a-stboha.ads, a-stboha.adb, a-stfiha.ads, a-envvar.adb,
20238         a-envvar.ads, a-swbwha.ads, a-swbwha.adb, a-swfwha.ads, a-szbzha.ads,
20239         a-szbzha.adb, a-szfzha.ads: New files.
20240
20241 2006-02-13  Matthew Heaney  <heaney@adacore.com>
20242
20243         * a-cgcaso.adb, a-cgaaso.adb: Implemented using heapsort instead of
20244         quicksort.
20245
20246 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
20247
20248         * lang.opt: Wvariadic-macros: New option.
20249         Wold-style-definition: Likewise.
20250         Wmissing-format-attribute: Likewise.
20251
20252         * misc.c (gnat_handle_option): New cases for -Wvariadic-macros,
20253         -Wold-style-definition and -Wmissing-format-attribute.
20254
20255 2006-02-13  Robert Dewar  <dewar@adacore.com>
20256
20257         * a-ticoio.ads, a-ticoio.adb: Add use clause (moved here from spec)
20258
20259         * a-coteio.ads, a-lcteio.ads, a-llctio.ads, a-scteio.ads: New files.
20260
20261 2006-02-13  Nicolas Roche  <roche@adacore.com>
20262
20263         * a-envvar.adb, a-envvar.ads: New files.
20264
20265 2006-02-13  Douglas Rupp  <rupp@adacore.com>
20266
20267         * s-parame-vms.ads: Renamed to s-parame-vms-alpha.ads
20268
20269         * s-parame-vms-alpha.ads, s-parame-vms-ia64.ads: New files.
20270
20271 2006-02-13  Pat Rogers  <rogers@adacore.com>
20272
20273         * a-rttiev.adb, a-rttiev.ads: New files.
20274
20275 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
20276
20277         * a-tiboio.adb, a-tiboio.ads, a-wwboio.adb,
20278         a-wwboio.ads, a-zzboio.adb, a-zzboio.ads:  New files.
20279
20280         * impunit.adb, Makefile.rtl: Added new Ada 2005 units.
20281
20282 2006-02-13  Robert Dewar  <dewar@adacore.com>
20283
20284         * rtsfind.adb, exp_prag.adb, lib-writ.adb, par-labl.adb,
20285         sem_case.adb: Minor code reorganization (not Present should be No)
20286
20287 2006-02-13  Geert Bosch  <bosch@adacore.com>
20288             Gary Dismukes  <dismukes@adacore.com>
20289
20290         * a-tifiio.adb (Put_Digits): Test Last against To'First - 1 instead of
20291         0, since the lower bound of the actual string may be greater than one.
20292
20293         PR ada/20753
20294         * a-tifiio.adb (Put): Fix condition to raise Layout_Error when invalid
20295         layout is requested.
20296
20297 2006-02-13  Vincent Celier  <celier@adacore.com>
20298
20299         * back_end.adb (Scan_Compiler_Arguments): Check if
20300         Search_Directory_Present is True and, if it is, add the argument in
20301         the source search directory path.
20302
20303         * switch-c.adb (Scan_Front_End_Switches): Accept switch "-I". Set
20304         Search_Directory_Present to True.
20305
20306 2006-02-13  Joel Brobecker  <brobecke@adacore.com>
20307
20308         * bindgen.adb (Gen_Main_C): declare the ensure_reference variable as
20309         volatile, to tell the compiler to preserve this variable at any level
20310         of optimization.
20311         (Gen_Versions_Ada): Temporarily work around codegen bug.
20312
20313 2006-02-13  Vincent Celier  <celier@adacore.com>
20314
20315         * gnatlink.adb (Process_Binder_File): If -shared is specified, invoke
20316         gcc to link with option -shared-libgcc.
20317         (Gnatlink): Remove duplicate switches -shared-libgcc
20318
20319 2006-02-13  Robert Dewar  <dewar@adacore.com>
20320
20321         * gnatvsn.ads (Current_Year): New constant, used to easily update
20322         copyright on all GNAT tools.
20323
20324         * gnatls.adb, gnatname.adb, vms_conv.adb: Add 2006 to displayed
20325         copyright notice.
20326
20327 2006-02-13  Robert Dewar  <dewar@adacore.com>
20328
20329         * erroutc.ads, erroutc.adb (Set_Message_Blank): Don't insert space
20330         after hyphen (small aesthetic change useful for a range of numbers
20331         using ^-^.
20332         Suppress range checks for a couple of assignments which otherwise
20333         cause validity checks with validity checking turned on.
20334
20335         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Size):
20336         Improvement in error message for object.
20337         (Rep_Item_Too_Late): Remove '!' in warning message.
20338
20339 2006-02-13  Robert Dewar  <dewar@adacore.com>
20340             Eric Botcazou  <ebotcazou@adacore.com>
20341
20342         * err_vars.ads: Suppress range checks for a couple of assignments
20343         which otherwise cause validity checks with validity checking turned on.
20344         Update comments.
20345
20346         * errout.adb (Error_Msg_Internal): Do not suppress warning messages.
20347         Make message unconditional if it is a warning.
20348         (Error_Msg_NEL): Always output warning messages.
20349         Suppress range checks for a couple of assignments which otherwise
20350         cause validity checks with validity checking turned on.
20351
20352         * errout.ads (Message Insertion Characters): Document that '!' is
20353         implied by '?' in error messages.
20354
20355         * gnat1drv.adb: (Bad_Body): Remove '!' in warning message.
20356         (Gnat1drv): Use a goto to end of main subprogram instead of
20357         Exit_Program (E_Success) so that finalization can occur normally.
20358
20359 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
20360
20361         * s-stchop.adb (Stack_Check): Raise Storage_Error if the argument has
20362         wrapped around.
20363
20364 2006-02-13  Vincent Celier  <celier@adacore.com>
20365
20366         * a-direct.adb (Duration_To_Time, OS_Time_To_Long_Integer): New
20367         Unchecked_Conversion functions.
20368         (Modification_Time): Use direct conversion of OS_Time to Calendar time
20369         when OpenVMS returns False.
20370
20371         * a-dirval-mingw.adb, a-dirval-vms.adb, a-dirval.ads,
20372         a-dirval.adb (OpenVMS): New Boolean function
20373
20374 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20375             Thomas Quinot  <quinot@adacore.com>
20376
20377         * checks.adb (Build_Discriminant_Checks): If the expression being
20378         checks is an aggregate retrieve the values of its discriminants to
20379         generate the check, rather than creating a temporary and a reference
20380         to it.
20381         (Apply_Access_Check): Rewritten to handle new Is_Known_Null flag
20382         (Install_Null_Excluding_Check): Ditto
20383         (Selected_Length_Checks): Build actual subtype for the original Ck_Node,
20384         not for the renamed object, so that the actual itype is attached in the
20385         proper context.
20386
20387 2006-02-13  Robert Dewar  <dewar@adacore.com>
20388             Vincent Celier  <celier@adacore.com>
20389
20390         * debug.adb: Eliminate numeric switches for binder/gnatmake
20391
20392         * switch-m.adb (Normalize_Compiler_Switches): Record numeric debug
20393         switches for the compiler.
20394         (Scan_Make_Switches): Do not allow numeric debug switches for gnatmake
20395         (Scan_Make_Switches): When failing with an illegal switch, output an
20396         error message with the full switch.
20397         Eliminate numeric switches for binder/gnatmake
20398
20399         * switch.ads, switch.adb (Bad_Switch): New procedure
20400
20401         * switch-b.adb (Scan_Binder_Switches): Do not accept combined switches.
20402         Remove 0-9 as debug flag character possibilities
20403         -d is now controlling the primary stack size when its value is a
20404         positive. Also add checks against invalid values, and support for kb,
20405         mb. Ditto for -D switch.
20406
20407 2006-02-13  Robert Dewar  <dewar@adacore.com>
20408             Serguei Rybin  <rybin@adacore.com>
20409
20410         * opt.ads opt.adb: Add Ada_Version_Explicit_Config along with
20411         save/restore routines.
20412         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20413         were not always properly handled previously.
20414         Since we are changing the tree format anyway, also get rid of the
20415         junk obsolete Immediate_Errors flag.
20416         (Tree_Read): Change the way of reading Tree_Version_String - now we
20417         read the version string from the tree even if its length is not the
20418         same as the length of the version string computed from Gnatvsn.
20419         (Search_Directory_Present): New Boolean flag for the compiler.
20420         Define Tree_Version_String as a dynamic string.
20421         (Default_Stack_Size): new variable, used to handle switch -d.
20422
20423         * par-prag.adb:
20424         For pragma Ada_2005, remove stuff about setting Ada_Version_Explicit
20425         only for main unit.
20426         Add pragma Ada_2005 (synonym for Ada_05)
20427         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20428         were not always properly handled previously.
20429
20430         * directio.ads, ioexcept.ads, sequenio.ads, text_io.ads: Change
20431         explicit Ada_95 to Ada_2005.
20432
20433 2006-02-13  Javier Miranda  <miranda@adacore.com>
20434             Robert Dewar  <dewar@adacore.com>
20435             Ed Schonberg  <schonberg@adacore.com>
20436
20437         * einfo.ads, einfo.adb (First_Tag_Component): Protect the frontend
20438         against errors in the source program: a private types for which the
20439         corresponding full type declaration is missing and pragma CPP_Virtual
20440         is used.
20441         (Is_Unchecked_Union): Check flag on Implementation_Base_Type.
20442         (Is_Known_Null): New flag
20443         (Has_Pragma_Pure): New flag
20444         (No_Return): Present in all entities, set only for procedures
20445         (Is_Limited_Type): A type whose ancestor is an interface is limited if
20446         explicitly declared limited.
20447         (DT_Offset_To_Top_Func): New attribute that is present in E_Component
20448         entities. Only used for component marked Is_Tag. If present it stores
20449         the Offset_To_Top function used to provide this value in tagged types
20450         whose ancestor has discriminants.
20451
20452         * exp_ch2.adb: Update status of new Is_Known_Null flag
20453
20454         * sem_ch7.adb: Maintain status of new Is_Known_Null flag
20455
20456         * sem_cat.adb (Get_Categorization): Don't treat function as Pure in
20457         the categorization sense if Is_Pure was set by pragma Pure_Function.
20458
20459 2006-02-13  Quentin Ochem  <ochem@adacore.com>
20460             Olivier Hainque  <hainque@adacore.com>
20461
20462         * bindusg.adb: Updated documentation for -d and -D switches.
20463
20464         * raise.h (__gnat_set_globals): added new parameter for
20465         Default_Stack_Size.
20466
20467         * init.c (__gnat_adjust_context_for_raise) <alpha-vms case>: Implement.
20468         (__gnat_handle_vms_condition): Adjust context before raise.
20469         (__gnat_install_handler): Restore the global vector setup for GCC
20470         versions before 3.4, as the frame based circtuitry is not available
20471         in this case.
20472         (__gnat_set_globals): added a parameter default_stack_size
20473         (__gl_default_stack_size): new variable.
20474
20475 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20476
20477         * exp_aggr.adb (Build_Array_Aggr_Code): Rename variable
20478         "Others_Mbox_Present" to "Others_Box_Present" because the mbox concept
20479         does not exist in the Ada RM.
20480         (Compatible_Int_Bounds): Determine whether two integer range bounds
20481         are of equal length and have the same start and end values.
20482         (Is_Int_Range_Bounds): Determine whether a node is an integer range.
20483         (Build_Record_Aggr_Code): Perform proper sliding of a nested array
20484         aggregate when it is part of an object declaration.
20485         (Build_Record_Aggr_Code)  If the aggregate ttype is a derived type that
20486         constrains discriminants of its parent, add explicitly the discriminant
20487         constraints of the ancestor by retrieving them from the
20488         stored_constraint of the parent.
20489
20490 2006-02-13  Robert Dewar  <dewar@adacore.com>
20491
20492         * exp_attr.adb (Expand_N_Attribute_Reference, case Mechanism_Code): If
20493         attribute Mechanism_Code is applied to renamed subprogram, modify
20494         prefix to point to base subprogram.
20495         Max/Min attributes now violate Restriction No_Implicit_Conditionals
20496
20497         * sinfo.ads: Document that Mechanism_Code cannot be applied to
20498         renamed subprograms so that the front-end must replace the prefix
20499         appropriately.
20500
20501 2006-02-13  Javier Miranda  <miranda@adacore.com>
20502             Gary Dismukes  <dismukes@adacore.com>
20503
20504         * exp_ch3.adb (Component_Needs_Simple_Initialization): Add check for
20505         availability of RE_Interface_Tag.
20506         (Build_Initialization_Call): Fix wrong access to the discriminant value.
20507         (Freeze_Record_Type): Do not generate the tables associated with
20508         timed and conditional dispatching calls through synchronized
20509         interfaces if compiling under No_Dispatching_Calls restriction.
20510         When compiling for Ada 2005, for a nonabstract
20511         type with a null extension, call Make_Controlling_Function_Wrappers
20512         and insert the wrapper function declarations and bodies (the latter
20513         being appended as freeze actions).
20514         (Predefined_Primitive_Bodies): Do not generate the bodies of the
20515         predefined primitives associated with timed and conditional
20516         dispatching calls through synchronized interfaces if we are
20517         compiling under No_Dispatching_Calls.
20518         (Build_Init_Procedure):  Use RTE_Available to check if a run-time
20519         service is available before generating a call.
20520         (Make_Controlling_Function_Wrappers): New procedure.
20521         (Expand_N_Full_Type_Declaration): Create a class-wide master for
20522         access-to-limited-interfaces because they can be used to reference
20523         tasks that implement such limited interface.
20524         (Build_Offset_To_Top_Functions): Build the tree corresponding to the
20525         procedure spec and body of the Offset_To_Top function that is generated
20526         when the parent of a type with discriminants has secondary dispatch
20527         tables.
20528         (Init_Secondary_Tags): Handle the case in which the parent of the type
20529         containing secondary dispatch tables has discriminants to generate the
20530         correct arguments to call Set_Offset_To_Top.
20531         (Build_Record_Init_Proc): Add call to Build_Offset_To_Top_Functions.
20532
20533         * a-tags.ads, a-tags.adb: (Check_Index): Removed.
20534         Add Wide_[Wide_]Expanded_Name.
20535         (Get_Predefined_Prim_Op_Address): New subprogram that provides exactly
20536         the same functionality of Get_Prim_Op_Address but applied to predefined
20537         primitive operations because the pointers to the predefined primitives
20538         are now saved in a separate table.
20539         (Parent_Size): Modified to get access to the separate table of primitive
20540         operations or the parent type.
20541         (Set_Predefined_Prim_Op_Address): New subprogram that provides the same
20542         functionality of Set_Prim_Op_Address but applied to predefined primitive
20543         operations.
20544         (Set_Signature): New subprogram used to store the signature of a DT.
20545         (Displace): If the Offset_To_Top value is not static then call the
20546         function generated by the expander to get such value; otherwise use
20547         the value stored in the table of interfaces.
20548         (Offset_To_Top): The type of the actual has been changed to Address to
20549         give the correct support to tagged types with discriminants. In this
20550         case this value is stored just immediately after the tag field.
20551         (Set_Offset_To_Top): Two new formals have been added to indicate if the
20552         offset_to_top value is static and hence pass this value to the run-time
20553         to store it in the table of interfaces, or else if this value is dynamic
20554         and then pass to the run-time the address of a function that is
20555         generated by the expander to provide this value for each object of the
20556         type.
20557
20558         * rtsfind.ads (Default_Prin_Op_Count): Removed.
20559         (Default_Prim_Op_Count): New entity
20560         (Get_Predefined_Prim_Op_Address): New entity
20561         (Set_Predefined_Prim_Op_Address): New entity
20562         (RE_Set_Signature): New entity
20563
20564 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20565             Ed Schonberg  <schonberg@adacore.com>
20566
20567         * exp_ch4.adb (Expand_Allocator_Expression): Pass Allocator => True to
20568         Make_Adjust_Call done for a newly-allocated object.
20569
20570         * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): If the statements
20571         in a subprogram are wrapped in a cleanup block, indicate that the
20572         subprogram contains an inner block with an exception handler.
20573         (Make_Adjust_Call): New Boolean formal Allocator indicating whether the
20574         Adjust call is for a newly-allocated object. In that case we must not
20575         assume that the finalization list chain pointers are correct (since they
20576         come from a bit-for-bit copy of the original object's pointers) so if
20577         the attach level would otherwise be zero (no change), we set it to 4
20578         instead to cause the pointers to be reset to null.
20579
20580         * s-finimp.adb (Attach_To_Final_List): New attach level: 4, meaning
20581         reset chain pointers to null.
20582
20583 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20584
20585         * exp_ch5.adb (Expand_Assign_Array): If the right-hand side is a
20586         string, and the context requires a loop for the assignment (e.g.
20587         because the left-hand side is packed), generate a unique name for the
20588         temporary that holds the string, to prevent spurious name clashes.
20589
20590 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20591             Javier Miranda  <miranda@adacore.com>
20592             Robert Dewar  <dewar@adacore.com>
20593             Gary Dismukes  <dismukes@adacore.com>
20594
20595         * exp_ch6.adb (Expand_Inlined_Call): Handle calls to functions that
20596         return unconstrained arrays.
20597         Update comments.
20598         (Expand_Call):  An indirect call through an access parameter of a
20599         protected operation is not a protected call.
20600         Add circuit to raise CE in Ada 2005 mode following call
20601         to Raise_Exception.
20602         (Register_DT_Entry): Do nothing if
20603         the run-time does not give support to abstract interfaces.
20604         (Freeze_Subprogram): In case of dispatching operations, do not generate
20605         code to register the operation in the dispatch table if the source
20606         is compiled with No_Dispatching_Calls.
20607         (Register_Predefined_DT_Entry): Generate code that calls the new
20608         run-time subprogram Set_Predefined_Prim_Op_Address instead of
20609         Set_Prim_Op_Address.
20610
20611         * sem_ch5.adb (Analyze_Assignment_Statement): Do not apply length checks
20612         on array assignments if the right-hand side is a function call that has
20613         been inlined. Check is performed on the assignment in the block.
20614         (Process_Bounds): If bounds and range are overloaded, apply preference
20615         rule for root operations to disambiguate, and diagnose true ambiguity.
20616         (Analyze_Assignment): Propagate the tag for a class-wide assignment with
20617         a tag-indeterminate right-hand side even when Expander_Active is True.
20618         Needed to ensure that dispatching calls to T'Input are allowed and
20619         get the tag of the target class-wide object.
20620
20621         * sem_ch6.adb (New_Overloaded_Entity): Handle entities that override
20622         an inherited primitive operation that already overrides several
20623         abstract interface primitives. For transitivity, the new entity must
20624         also override all the abstract interface primitives covered by the
20625         inherited overriden primitive.
20626         Emit warning if new entity differs from homograph in same scope only in
20627         that one has an access parameter and the other one has a parameter of
20628         a general access type with the same designated type, at the same
20629         position in the signature.
20630         (Make_Inequality_Operator): Use source locations of parameters and
20631         subtype marks from corresponding equality operator when creating the
20632         tree structure for the implicit declaration of "/=". This does not
20633         change anything in behaviour except that the decoration of the
20634         components of the subtree created for "/=" allows ASIS to get the
20635         string images of the corresponding identifiers.
20636         (Analyze_Return_Statement): Remove '!' in warning message.
20637         (Check_Statement_Sequence): Likewise.
20638         (Analyze_Subprogram_Body): For an access parameter whose designated type
20639         is an incomplete type imported through a limited_with clause, use the
20640         type of the corresponding formal in the body.
20641         (Check_Returns): Implicit return in No_Return procedure now raises
20642         Program_Error with a compile time warning, instead of beging illegal.
20643         (Has_Single_Return):  Function returning unconstrained type cannot be
20644         inlined if expression in unique return statement is not an identifier.
20645         (Build_Body_To_Inline): It is possible to inline a function call that
20646         returns an unconstrained type if all return statements in the function
20647         return the same local variable. Subsidiary procedure Has_Single_Return
20648         verifies that the body conforms to this restriction.
20649
20650         * sem_res.adb (Resolve_Equality_Op): If the operands do not have the
20651         same type, and  one of them is of an anonymous access type, convert
20652         the other operand to it, so that this is a valid binary operation for
20653         gigi.
20654         (Resolve_Type_Conversion): Handle subtypes of protected types and
20655         task types when accessing to the corresponding record type.
20656         (Resolve_Allocator): Add '\' in 2-line warning message.
20657         Remove '!' in warning message.
20658         (Resolve_Call): Add '\' in 2-line warning message.
20659         (Valid_Conversion): Likewise.
20660         (Resolve_Overloaded_Selected_Component): If disambiguation succeeds, the
20661         resulting type may be an access type with an implicit dereference.
20662         Obtain the proper component from the designated type.
20663         (Make_Call_Into_Operator): Handle properly a call to predefined equality
20664         given by an expanded name with prefix Standard, when the operands are
20665         of an anonymous access type.
20666         (Check_Fully_Declared_Prefix): New procedure, subsidiary of Resolve_
20667         Explicit_Dereference and Resolve_Selected_Component, to verify that the
20668         prefix of the expression is not of an incomplete type. Allows full
20669         diagnoses of all semantic errors.
20670         (Resolve_Actuals): If the actual is an allocator whose directly
20671         designated type is a class-wide interface we build an anonymous
20672         access type to use it as the type of the allocator. Later, when
20673         the subprogram call is expanded, if the interface has a secondary
20674         dispatch table the expander will add a type conversion to force
20675         the displacement of the pointer.
20676         (Resolve_Call): If a function that returns an unconstrained type is
20677         marked Inlined_Always and inlined, the call will be inlined and does
20678         not require the creation of a transient scope.
20679         (Check_Direct_Boolean_Op): Removed
20680         (Resolve_Comparison_Op): Remove call to above
20681         (Resolve_Equality_Op): Remove call to above
20682         (Resolve_Logical_Op): Inline above, since this is only call.
20683         (Valid_Conversion): Handle properly conversions between arrays of
20684         convertible anonymous access types.
20685
20686         PR ada/25885
20687         (Set_Literal_String_Subtype): If the lower bound is not static, wrap
20688         the literal in an unchecked conversion, because GCC 4.x needs a static
20689         value for a string bound.
20690
20691 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20692             Hristian Kirtchev  <kirtchev@adacore.com>
20693
20694         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): When creating the
20695         components of the corresponding record, take into account component
20696         definitions that are access definitions.
20697         (Expand_N_Asynchronous_Select): A delay unit statement rewritten as a
20698         procedure is not considered a dispatching call and will be expanded
20699         properly.
20700
20701 2006-02-13  Javier Miranda  <miranda@adacore.com>
20702
20703         * exp_disp.ads, exp_disp.adb (Expand_Dispatching_Call): If the
20704         controlling argument of the dispatching call is an abstract interface
20705         class-wide type then we use it directly.
20706         Check No_Dispatching_Calls restriction.
20707         (Default_Prim_Op_Position): Remove the code that looks for the last
20708         entity in the list of aliased subprograms. This code was wrong in
20709         case of renamings.
20710         (Fill_DT_Entry): Add assertion to avoid the use of this subprogram
20711         when the source is compiled with the No_Dispatching_Calls restriction.
20712         (Init_Predefined_Interface_Primitives): No need to inherit primitives
20713         if we are compiling with restriction No_Dispatching_Calls.
20714         (Make_Disp_XXX): Addition of assertion to avoid the use of all these
20715         subprograms if we are compiling under No_Dispatching_Calls restriction.
20716         (Make_DT): Generate a dispatch table with a single dummy entry if
20717         we are compiling with the No_Dispatching_Calls restriction. In
20718         addition, in this case we don't generate code that calls to the
20719         following run-time subprograms: Set_Type_Kind, Inherit_DT.
20720         (Make_Select_Specific_Data_Table): Add assertion to avoid the use
20721         of this subprogram if compiling with the No_Dispatching_Calls
20722         restriction.
20723         (Expand_Type_Conversion): Instead of using the actual parameter,
20724         the argument passed as parameter to the conversion function was
20725         erroneously referenced by the expander.
20726         (Ada_Actions): Addition of Get_Predefined_Prim_Op_Address,
20727         Set_Predefined_Primitive_Op_Address and Set_Signature.
20728         (Expand_Dispatching_Call): Generate call to
20729         Get_Predefined_Prim_Op_Address for predefined primitives.
20730         (Fill_DT_Entry): Generate call to Set_Predefined_Prim_Op_Address for
20731         predefined primitives.
20732         (Make_DT, Make_Secondary_DT): If the tagged type has no user defined
20733         primitives we reserve one dummy entry to ensure that the tag does not
20734         point to some memory that is associated with some other object. In
20735         addition, remove all the old code that generated the assignments
20736         associated with the signature of the dispatch table and replace them
20737         by a call to the new subprogram Set_Signature.
20738         (Set_All_DT_Position): Change the algorithm because now we have a
20739         separate dispatch table associated with predefined primitive operations.
20740         (Expand_Interface_Conversion): In case of non-static offset_to_top
20741         add explicit dereference to get access to the object after the call
20742         to displace the pointer to the object.
20743         (Expand_Interface_Thunk): Modify the generation of the actual used
20744         in the calls to the run-time function Offset_To_Top to fulfil its
20745         new interface.
20746         (Make_DT): Add the new actuals required to call Set_Offset_To_Top.
20747
20748 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20749
20750         * exp_dist.adb (Copy_Specification): For access parameters, copy
20751         Null_Exclusion flag, which will have been set for stream subprograms
20752         in Ada2005 mode.
20753
20754 2006-02-13  Pascal Obry  <obry@adacore.com>
20755
20756         * expect.c (__gnat_expect_portable_execvp): New implementation. The
20757         previous implementation was using the C runtime spawnve routine but
20758         the corresponding wait was using directly the Win32 API. This was
20759         causing some times a lock when waiting for an event using
20760         WaitForSingleObject in __gnat_waitpid. This new implementation uses
20761         the Win32 CreateProcess routine. Avoiding mixing C runtime and Win32
20762         API fixes this problem.
20763
20764 2006-02-13  Robert Dewar  <dewar@adacore.com>
20765
20766         * exp_intr.adb (Expand_Unc_Deallocation): Correct error of bad analyze
20767         call.
20768
20769 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20770
20771         * exp_pakd.ads: Fix typos in comments.
20772
20773         * exp_pakd.adb (Convert_To_PAT_Type): For the case of a bit packed
20774         array reference that is an explicit dereference, mark the converted
20775         (packed) array reference as analyzed to prevent a forthcoming
20776         reanalysis from resetting its type to the original (non-packed) array
20777         type.
20778
20779 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20780             Javier Miranda  <miranda@adacore.com>
20781             Eric Botcazou  <ebotcazou@adacore.com>
20782
20783         * exp_util.ads, exp_util.adb (Find_Prim_Op,
20784         Is_Predefined_Primitive_Operation): When
20785         searching for the predefined equality operator, verify that operands
20786         have the same type.
20787         (Is_Predefined_Dispatching_Operation): Remove the code that looks
20788         for the last entity in the list of aliased subprograms. This code
20789         was wrong in case of renamings.
20790         (Set_Renamed_Subprogram): New procedure
20791         (Remove_Side_Effects): Replace calls to Etype (Exp) with use of the
20792         Exp_Type constant computed when entering this subprogram.
20793         (Known_Null): New function
20794         (OK_To_Do_Constant_Replacement): New function
20795         (Known_Non_Null): Check scope before believing Is_Known_Non_Null flag
20796         (Side_Effect_Free): An attribute reference 'Input is not free of
20797         side effect, unlike other attributes that are functions. (from code
20798         reading).
20799         (Remove_Side_Effects): Expressions that involve packed arrays or records
20800         are copied at the point of reference, and therefore must be marked as
20801         renamings of objects.
20802         (Is_Predefined_Dispatching_Operation): Return false if the operation is
20803         not a dispatching operation.
20804
20805         PR ada/18819
20806         (Remove_Side_Effects): Lift enclosing type conversion nodes for
20807         elementary types in all cases.
20808
20809 2006-02-13  Javier Miranda  <miranda@adacore.com>
20810
20811         * freeze.adb (Freeze_Entity): Handle subtypes of protected types and
20812         task types when accessing to the corresponding record type.
20813         Remove '!' in warning message.
20814
20815 2006-02-13  Olivier Hainque  <hainque@adacore.com>
20816
20817         * g-altive.ads (VECTOR_ALIGNMENT): Set to Min (16, Max_Alignment),
20818         to avoid useless and space inefficient overalignments on targets where
20819         Max_Alignment is larger than 16.
20820
20821 2006-02-13  Pascal Obry  <obry@adacore.com>
20822
20823         * g-catiio.adb (Sec_Number): New type used to compute the number of
20824         seconds since 1-1-1970.
20825         (Image) [Natural]: The parameter was an Integer, as we can't deal with
20826         negative numbers (years, months...) it is better to have a Natural here.
20827         Code clean-up.
20828         (Image) [Number]: Change parameter from Long_Integer to Number.
20829         (Image): Use Number type to compute the seconds since 1-1-1970 to fix an
20830         overflow for dates past year 2038.
20831
20832 2006-02-13  Matthew Heaney  <heaney@adacore.com>
20833
20834         *  g-dyntab.adb (Index_Of): conversion from Natural can no longer raise
20835         Constraint_Error.
20836
20837 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20838
20839         * gnatbind.adb (Scan_Bind_Arg): Replace error by warning on -M and
20840         native platforms.
20841         (Gnatbind): Do not call Exit_Program (E_Success) at the end, so that
20842         finalization can occur normally.
20843
20844 2006-02-13  Vincent Celier  <celier@adacore.com>
20845
20846         * gnatcmd.adb (Rules_Switches): New table
20847         (Add_To_Rules_Switches): New procedure
20848         (GNATCmd): For command CHECK, put all options following "-rules" in the
20849         Rules_Switches table. Append these -rules switches after the -cargs
20850         switches.
20851
20852 2006-02-13  Robert Dewar  <dewar@adacore.com>
20853
20854         * g-spipat.adb (Image, case PC_Assign_Imm and case PC_Assign_OnM):
20855         These two cases were generating incorrect output, and if this unit
20856         was built with checks on, generated a discriminant mismatch constraint
20857         error.
20858
20859 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20860             Robert Dewar  <dewar@adacore.com>
20861
20862         * lib-xref.adb (Get_Type_Reference): For a private type whose full
20863         view is an array type, indicate the component type as well, for
20864         navigation purposes.
20865         (Generate_Reference): Don't consider array ref on LHS to be a case
20866         of violating pragma Unreferenced.
20867         Do not give Ada 2005 warning except on real reference.
20868
20869 2006-02-13  Vincent Celier  <celier@adacore.com>
20870
20871         * make.adb (Collect_Arguments_And_Compile): For VMS, when compiling the
20872         main source, add switch -mdebug-main=_ada_ so that the executable can
20873         be debugged by the standard VMS debugger.
20874         (Gnatmake): Set No_Main_Subprogram to True when there is no main
20875         subprogram, to avoid issuing -mdebug-main=_ada_ for VMS uselessly.
20876         Exit the Multi_Main_Loop when Unique_Compile is True after compilation
20877         of the last source, as the binding and linking phases are never
20878         performed.
20879         Set all executable obsolete when rebuilding a library.
20880
20881         * makeutl.adb (Linker_Options_Switches): Do not process empty linker
20882         options.
20883
20884 2006-02-13  Javier Miranda  <miranda@adacore.com>
20885
20886         PR ada/23973
20887         * par-ch3.adb (P_Derived_Type_Def_Or_Private_Ext_Decl): Reorganize the
20888         code to improve the error message reported when the program has
20889         declarations of abstract interface types and it is not compiled with
20890         the -gnat05 switch.
20891         (P_Access_Definition): Reorganize the code to improve the error
20892         message reported when the new Ada 2005 syntax for anonymous
20893         access types is used and the program is not compiled with the
20894         -gnat05 switch.
20895
20896 2006-02-13  Robert Dewar  <dewar@adacore.com>
20897
20898         * par-ch6.adb, style.ads, styleg.adb, styleg.ads, stylesw.adb,
20899         stylesw.ads, usage.adb, vms_data.ads: Implement -gnatyI switch
20900         (MODE_IN)
20901
20902 2006-02-13  Javier Miranda  <miranda@adacore.com>
20903
20904         * par-endh.adb (Explicit_Start_Label): Add code to protect the parser
20905         against source containing syntax errors.
20906
20907 2006-02-13  Vincent Celier  <celier@adacore.com>
20908
20909         * prj.adb (Reset): Initialize the first element of table Namings with
20910         the standard naming data.
20911
20912 2006-02-13  Vincent Celier  <celier@adacore.com>
20913
20914         * prj.ads (Error_Warning): New enumeration type
20915
20916         * prj-nmsc.ads, prj-nmsc.adb (Error_Msg): If location parameter is
20917         unknown, use the location of the project to report the error.
20918         (When_No_Sources): New global variable
20919         (Report_No_Ada_Sources): New procedure
20920         (Check): New parameter When_No_Sources. Set value of global variable
20921         When_No_Sources,
20922         (Find_Sources): Call Report_No_Ada_Sources when appropriate
20923         (Get_Sources_From_File): Ditto
20924         (Warn_If_Not_Sources): Better warning messages indicating the unit name
20925         and the file name.
20926
20927         * prj-pars.ads, prj-pars.adb (Parse): New parameter When_No_Sources.
20928         Call Prj.Proc.Process with parameter When_No_Sources.
20929
20930         * prj-proc.ads, prj-proc.adb (Check): New parameter When_No_Sources.
20931         Call Recursive_Check with parameter When_No_Sources.
20932         (Recursive_Check): New parameter When_No_Sources. Call itself and
20933         Prj.Nmsc.Check with parameter When_No_Sources.
20934         (Process): New parameter When_No_Sources. Call Check with parameter
20935         When_No_Sources.
20936         (Copy_Package_Declarations): New procedure to copy renamed parameters
20937         and setting the location of the declared attributes to the location
20938         of the renamed package.
20939         (Process_Declarative_Items): Call Copy_Package_Declarations for renamed
20940         packages.
20941
20942 2006-02-13  Vincent Celier  <celier@adacore.com>
20943
20944         * prj-makr.adb (Make): Preserve the comments from the original project
20945         file.
20946         When removing nodes (attributes Source_Dirs, Source_Files,
20947         Source_List_File and package Naming), save the comments and attach the
20948         saved comments to the newly created nodes.
20949         Do not add a with clause for the naming package if one already exists.
20950
20951 2006-02-13  Javier Miranda  <miranda@adacore.com>
20952             Gary Dismukes  <dismukes@adacore.com>
20953             Robert Dewar  <dewar@adacore.com>
20954
20955         * restrict.ads (No_Dispatching_Calls): New GNAT restriction.
20956
20957         * sem_disp.adb (Override_Dispatching_Operation): Traverse the list of
20958         aliased entities to look for the overriden abstract interface
20959         subprogram.
20960         (Is_Interface_Subprogram): Complete documentation.
20961         (Check_Dispatching_Operation): Do not generate code to register the
20962         operation in the dispatch table if the source is compiled with
20963         restriction No_Dispatching_Calls.
20964         (Override_Dispatching_Operation): Check for illegal attempt to override
20965         No_Return procedure with procedure that is not No_Return
20966         (Check_Dispatching_Call): Suppress the check for an abstract operation
20967         when the original node of an actual is a tag-indeterminate attribute
20968         call, since the attribute, which must be 'Input, can never be abstract.
20969         (Is_Tag_Indeterminate): Handle checking of tag indeterminacy of a
20970         call to the Input attribute (even when rewritten).
20971         (Propagate_Tag): Augment comment to indicate the possibility of a call
20972         to an Input attribute.
20973
20974         * sem_disp.ads (Override_Dispatching_Operation): Moved to spec to allow
20975         calling it from Exp_Ch3.Make_Controlling_Function_Wrappers.
20976
20977         * s-rident.ads: (No_Dispatching_Calls): New GNAT restriction.
20978         No_Wide_Characters is no longer partition-wide
20979         No_Implementation_Attributes/Pragmas are now Ada 2005 (AI-257)
20980         rather than GNAT
20981
20982 2006-02-13  Douglas Rupp  <rupp@adacore.com>
20983
20984         * s-auxdec-vms_64.ads (Short_Address): Wrap it in a type.
20985
20986 2006-02-13  Javier Miranda  <miranda@adacore.com>
20987
20988         * sem_aggr.adb (Resolve_Record_Aggregate): Restructure the code that
20989         handles default-initialized components to keep separate the management
20990         of this feature but also avoid the unrequired resolution and
20991         expansion of components that do not have partially initialized
20992         values.
20993         (Collect_Aggr_Bounds): Add '\' in 2-line warning message.
20994         (Check_Bounds): Likewise.
20995         (Check_Length): Likewise.
20996
20997 2006-02-13  Javier Miranda  <miranda@adacore.com>
20998             Ed Schonberg  <schonberg@adacore.com>
20999
21000         * sem_attr.adb (Analyze_Attribute): In case of 'Class applied to an
21001         abstract interface type call analyze_and_resolve to expand the type
21002         conversion into the corresponding displacement of the
21003         reference to the base of the object.
21004         (Eval_Attribute, case Width): For systems where IEEE extended precision
21005         is supported, the maximum exponent occupies 4 decimal digits.
21006         (Accessibility_Message): Add '\' in 2-line warning message.
21007         (Resolve_Attribute): Likewise.
21008         (case Attribute_Access): Significantly revise checks
21009         for illegal access-to-subprogram Access attributes to properly enforce
21010         the rules of 3.10.2(32/2).
21011         Diagnose use of current instance with an illegal attribute.
21012
21013         * sem_util.ads, sem_util.adb (Enclosing_Generic_Body): Change formal
21014         to a Node_Id.
21015         (Enclosing_Generic_Unit): New function to return a node's innermost
21016         enclosing generic declaration node.
21017         (Compile_Time_Constraint_Error): Remove '!' in warning messages.
21018         (Type_Access_Level): The accessibility level of anonymous acccess types
21019         associated with discriminants is that of the current instance of the
21020         type, and that's deeper than the type itself (AARM 3.10.2 (12.3.21)).
21021         (Compile_Time_Constraint_Error): Handle case of conditional expression.
21022         (Kill_Current_Values_For_Entity): New function
21023         (Enter_Name): Change formal type to Entity_Id
21024
21025 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
21026             Ed Schonberg  <schonberg@adacore.com>
21027             Gary Dismukes  <dismukes@adacore.com>
21028
21029         * sem_ch10.adb (Check_Redundant_Withs): New procedure in
21030         Analyze_Compilation_Unit.
21031         Detect and warn on redundant with clauses detected in a package spec
21032         and/or body when -gnatwr is used.
21033         (Analyze_Context): Analyze config pragmas before other items
21034         (Install_Context_Items): Don't analyze config pragmas here
21035         (Install_Limited_Withed_Unit): Set limited entity of package in
21036         with_clause so that cross-reference information or warning messages on
21037         unused packages can be properly generated
21038         (Is_Visible_Through_Renamings): Return false if the limited_with_clause
21039         has Error_Posted set. Prevent infinite loops in illegal programs.
21040         (Check_Private_Child_Unit): Move test for a nonprivate with clause down
21041         to the point of the error test requiring the current unit to be private.
21042         This ensures that private with clauses are not exempted from the basic
21043         checking for being a descendant of the same library unit parent as a
21044         withed private descendant unit.
21045         (Check_Private_Limited_Withed_Unit): Revise the checking algorithm to
21046         handle private with clauses properly, as well as to account for cases
21047         where the withed unit is a public descendant of a private ancestor
21048         (in which case the current unit must be a descendant of the private
21049         ancestor's parent). The spec comments were updated accordingly. Also,
21050         the old error message in this subprogram was replaced with error
21051         messages that mirror the errors tested and reported by
21052         Check_Private_Child_Unit.
21053         Parameter and variable names improved for readability.
21054         (Install_Limited_Context_Clauses): Remove test for a withed unit being
21055         private as the precondition for calling
21056         Check_Private_Limited_Withed_Unit since that subprogram has been
21057         revised to test public units as well as private units.
21058
21059 2006-02-13  Thomas Quinot  <quinot@adacore.com>
21060             Robert Dewar  <dewar@adacore.com>
21061             Ed Schonberg  <schonberg@adacore.com>
21062             Javier Miranda  <miranda@adacore.com>
21063
21064         * sem_ch12.adb (Inline_Instance_Body): Remove erroneous assumption
21065         that Scope_Stack.First = 1.
21066         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
21067         were not always properly handled previously.
21068         (Formal_Entity): Complete rewrite, to handle properly some complex case
21069         with multiple levels of parametrization by formal packages.
21070         (Analyze_Formal_Derived_Type): Propagate Ada 2005 "limited" indicator
21071         to the corresponding derived type declaration for proper semantics.
21072
21073         * sem_prag.adb (Analyze_Pragma): Remove '!' in warning message.
21074         (Check_Component): Enforce restriction on components of
21075         unchecked_unions: a component in a variant cannot contain tasks or
21076         controlled types.
21077         (Unchecked_Union): Allow nested variants and multiple discriminants, to
21078         conform to AI-216.
21079         Add pragma Ada_2005 (synonym for Ada_05)
21080         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
21081         were not always properly handled previously.
21082         Document that pragma Propagate_Exceptions has no effect
21083         (Analyze_Pragma, case Pure): Set new flag Has_Pragma_Pure
21084         (Set_Convention_From_Pragma): Check that if a convention is
21085         specified for a dispatching operation, then it must be
21086         consistent with the existing convention for the operation.
21087         (CPP_Class): Because of the C++ ABI compatibility, the programmer is no
21088         longer required to specify an vtable-ptr component in the record. For
21089         compatibility reasons we leave the support for the previous definition.
21090         (Analyze_Pragma, case No_Return): Allow multiple arguments
21091
21092         * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Flag a
21093         non-overrideen inherited operation with a controlling result as
21094         illegal only its implicit declaration comes from the derived type
21095         declaration of its result's type.
21096         (Check_Possible_Deferred_Completion): Relocate the object definition
21097         node of the subtype indication of a deferred constant completion rather
21098         than directly analyzing it. The analysis of the generated subtype will
21099         correctly decorate the GNAT tree.
21100         (Record_Type_Declaration): Check whether this is a declaration for a
21101         limited derived record before analyzing components.
21102         (Analyze_Component_Declaration): Diagnose record types  not explicitly
21103         declared limited when a component has a limited type.
21104         (Build_Derived_Record_Type): Code reorganization to check if some of
21105         the inherited subprograms of a tagged type cover interface primitives.
21106         This check was missing in case of a full-type associated with a private
21107         type declaration.
21108         (Constant_Redeclaration): Check that the subtypes of the partial and the
21109         full view of a constrained deferred constant statically match.
21110         (Mentions_T): A reference to the current type in an anonymous access
21111         component declaration  must be an entity name.
21112         (Make_Incomplete_Type_Declaration): If type is tagged, set type of
21113         class_wide type to refer to full type, not to the incomplete one.
21114         (Add_Interface_Tag_Components): Do nothing if RE_Interface_Tag is not
21115         available. Required to give support to the certified run-time.
21116         (Analyze_Component_Declaration): In case of anonymous access components
21117         perform missing checks for AARM 3.9.2(9) and 3.10.2 (12.2).
21118         (Process_Discriminants): For an access discriminant, use the
21119         discriminant specification as the associated_node_for_itype, to
21120         simplify accessibility checks.
21121
21122 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21123             Javier Miranda  <miranda@adacore.com>
21124
21125         * sem_ch4.adb (Remove_Abstract_Interpretations): Even if there are no
21126         abstract interpretations on an operator, remove interpretations that
21127         yield Address or a type derived from it, if one of the operands is an
21128         integer literal.
21129         (Try_Object_Operation.Try_Primitive_Operation,
21130         Try_Object_Operation.Try_Class_Wide_Operation): Set proper source
21131         location when creating the new reference to a primitive or class-wide
21132         operation as a part of rewriting a subprogram call.
21133         (Try_Primitive_Operations): If context requires a function, collect all
21134         interpretations after the first match, because there may be primitive
21135         operations of the same type with the same profile and different return
21136         types. From code reading.
21137         (Try_Primitive_Operation): Use the node kind to choose the proper
21138         operation when a function and a procedure have the same parameter
21139         profile.
21140         (Complete_Object_Operation): If formal is an access parameter and prefix
21141         is an object, rewrite as an Access reference, to match signature of
21142         primitive operation.
21143         (Find_Equality_Type, Find_One_Interp): Handle properly equality given
21144         by an expanded name with prefix Standard, when the operands are of an
21145         anonymous access type.
21146         (Remove_Abstract_Operations): If the operation is abstract because it is
21147         inherited by a user-defined type derived from Address, remove it as
21148         well from the set of candidate interpretations of an overloaded node.
21149         (Analyze_Membership_Op): Membership test not applicable to cpp-class
21150         types.
21151
21152 2006-02-13  Bob Duff  <duff@adacore.com>
21153
21154         * sem_ch8.adb (Note_Redundant_Use): Suppress unhelpful warning about
21155         redundant use clauses.
21156         In particular, if the scope of two use clauses overlaps, but one is not
21157         entirely included in the other, we should not warn.  This can happen
21158         with nested packages.
21159         (Analyze_Subprogram_Renaming): Protect the compiler against previously
21160         reported errors. The bug was reported when the compiler was built
21161         with assertions enabled.
21162         (Find_Type): If the node is a 'Class reference and the prefix is a
21163         synchronized type without a corresponding record, return the type
21164         itself.
21165
21166 2006-02-13  Javier Miranda  <miranda@adacore.com>
21167
21168         * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): Check that
21169         if this is the full-declaration associated with a private declaration
21170         that implement interfaces, then the private type declaration must be
21171         limited.
21172         (Analyze_Single_Protected, Analyze_Single_Task): Do not mark the object
21173         as aliased. The use of the 'access attribute is not available for such
21174         object (for this purpose the object should be explicitly marked as
21175         aliased, but being an anonymous type this is not possible).
21176
21177 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21178             Robert Dewar  <dewar@adacore.com>
21179
21180         * sem_elab.adb (Same_Elaboration_Scope): A package that is a
21181         compilation unit is an elaboration scope.
21182         (Add_Task_Proc): Add '\' in 2-line warning message.
21183         (Activate_All_Desirable): Deal with case of unit with'ed by parent
21184
21185 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21186             Javier Miranda  <miranda@adacore.com>
21187
21188         * sem_type.adb (Write_Overloads): Improve display of candidate
21189         interpretations.
21190         (Add_One_Interp): Do not add to the list of interpretations aliased
21191         entities corresponding with an abstract interface type that is an
21192         immediate ancestor of a tagged type; otherwise we have a dummy
21193         conflict between this entity and the aliased entity.
21194         (Disambiguate): The predefined equality on universal_access is not
21195         usable if there is a user-defined equality with the proper signature,
21196         declared in the same declarative part as the designated type.
21197         (Find_Unique_Type): The universal_access equality operator defined under
21198         AI-230 does not cover pool specific access types.
21199         (Covers): If one of the types is a generic actual subtype, check whether
21200         it matches the partial view of the other type.
21201
21202 2006-02-13  Thomas Quinot  <quinot@adacore.com>
21203
21204         * sinput-d.adb (Write_Line): Update the Source_Index_Table after each
21205         line. This is necessary to allow In_Extended_Main_Unit to provide
21206         correct results for itypes while writing out expanded source.
21207         (Close_File): No need to update the source_index_table here since it's
21208         now done for each line.
21209
21210 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21211             Robert Dewar  <dewar@adacore.com>
21212
21213         * sprint.adb (Write_Itype): Preserve Sloc of declaration, if any, to
21214         preserve the source unit where the itype is declared, and prevent a
21215         backend abort.
21216         (Note_Implicit_Run_Time_Call): New procedure
21217         (Write_Itype): Handle missing cases (E_Class_Wide_Type and
21218         E_Subprogram_Type)
21219
21220         * sprint.ads: Document use of $ for implicit run time routine call
21221
21222 2006-02-13  Quentin Ochem  <ochem@adacore.com>
21223
21224         * s-stausa.adb (Initialize_Analyzer): fixed error in assignment of
21225         task name.
21226
21227 2006-02-13  Bob Duff  <duff@adacore.com>
21228
21229         * s-valint.adb (Scan_Integer): Call Scan_Raw_Unsigned instead of
21230         Scan_Unsigned, so we do not scan leading blanks and sign twice.
21231         Integer'Value("- 5") and Integer'Value("-+5") now correctly
21232         raise Constraint_Error.
21233
21234         * s-vallli.adb (Scan_Long_Long_Integer): Call
21235         Scan_Raw_Long_Long_Unsigned instead of Scan_Long_Long_Unsigned, so we
21236         do not scan leading blanks and sign twice.
21237         Integer'Value("- 5") and Integer'Value("-+5") now correctly
21238         raise Constraint_Error.
21239
21240         * s-valllu.ads, s-valllu.adb (Scan_Raw_Long_Long_Unsigned,
21241         Scan_Long_Long_Unsigned): Split out most of the processing from
21242         Scan_Long_Long_Unsigned out into
21243         Scan_Raw_Long_Long_Unsigned, so that Val_LLI can call the Raw_ version.
21244         This prevents scanning leading blanks and sign twice.
21245         Also fixed a bug: Modular'Value("-0") should raise Constraint_Error
21246         See RM-3.5(44).
21247
21248         * s-valuns.ads, s-valuns.adb (Scan_Raw_Unsigned, Scan_Unsigned): Split
21249         out most of the processing from Scan_Unsigned out into
21250         Scan_Raw_Unsigned, so that Val_LLI can call the Raw_ version.
21251         This prevents scanning leading blanks and sign twice.
21252
21253         * s-valuti.ads, s-valuti.adb (Scan_Plus_Sign): Add Scan_Plus_Sign, for
21254         use with Modular'Value attribute.
21255         (Scan_Plus_Sign): Add Scan_Plus_Sign, for use with Modular'Value
21256         attribute.
21257
21258 2006-02-13  Robert Dewar  <dewar@adacore.com>
21259
21260         * s-wchjis.adb (JIS_To_EUC): Raise Constraint_Error for invalid value
21261
21262 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
21263
21264         * tracebak.c (PPC AIX/Darwin): Define FORCE_CALL to 1.
21265         (PPC VxWorks): Likewise.
21266         (Generic unwinder): Define FORCE_CALL to 0 if not already defined.
21267         (forced_callee): Make non-inlinable and non-pure.
21268         (__gnat_backtrace): Call forced_callee if FORCE_CALL is set to 1.
21269
21270 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
21271             Ben Brosgol  <brosgol@adacore.com>
21272             Robert Dewar  <dewar@adacore.com>
21273
21274         * gnat_rm.texi, gnat_ugn.texi: Remove limitations with sparc m64
21275         support.
21276         Document that gnatbind -M option is for cross environments only.
21277         Added description of using gnatmem to trace gnat rtl allocs and deallocs
21278         Add note on use of $ to label implicit run time calls
21279         Add documentation for -gnatyI (check mode IN)
21280         Updated chapter on compatibility with HP Ada
21281         VMS-oriented edits.
21282         Ran spell and corrected errors
21283         Add documentation for gnatbind -d and rework documentation of -D
21284         at the same time.
21285         Add subprogram/data elimination section.
21286         Minor editing of annex A.
21287         Add section for gnatcheck.
21288         Add documentation for restriction No_Dispatching_Calls
21289         Add documentation for pragma Ada_2005
21290         Remove mention of obsolete pragma Propagate_Exceptions
21291         Document that pragma Unreferenced can appear after DO in ACCEPT
21292         Clarify Pure_Function for library level units
21293         Mention Max/Min in connection with No_Implicit_Conditionals
21294         No_Wide_Characters restriction is no longer partition-wide
21295         Add a nice example for Universal_Literal_String attribute
21296         Document that pragma No_Return can take multiple arguments
21297
21298         * ug_words: Added entry for gnatcheck
21299
21300         * g-ctrl_c.ads (Install_Handler): Enhance comments
21301
21302         * g-os_lib.ads: Add comments to OS_Exit that it is abrupt termination
21303
21304         * g-trasym.ads: Add documentation on how to do off line symbolic
21305         traceback computation.
21306
21307         * s-fatgen.adb: Add comments for Unaligned_Valid
21308
21309         * stand.ads: Fix typo in comment
21310
21311 2006-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21312
21313         * Make-lang.in (check-gnat): Run run_acats with $(SHELL).
21314
21315 2006-02-06  Roger Sayle  <roger@eyesopen.com>
21316
21317         * decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.
21318
21319 2006-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21320
21321         PR target/25926
21322         * initialize.c (__gnat_initialize): Provide HP-UX 10 host and target
21323         implementation that calls __main.
21324
21325 2006-01-25  Peter O'Gorman  <peter@pogma.com>
21326
21327         PR bootstrap/25859
21328         * Makefile.in (GCC_LINK): Remove quotes.
21329         (tools targets): Link with either $(GNATLINK) --GCC="$(GCC_LINK)"
21330         or $(GCC_LINK).
21331
21332         (powerpc-darwin): Pass -shared-libgcc when building shared library.
21333
21334 2006-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21335
21336         PR ada/24533
21337         * s-osinte-linux-hppa.ads: Reduce alignment of atomic_lock_t to 8.
21338
21339 2005-12-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21340
21341         * s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.
21342
21343 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
21344
21345         * Makefile.in: Remove dummy setting of GCC_FOR_TARGET, no longer
21346         needed.
21347
21348 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
21349
21350         * Make-lang.in: Update dependencies
21351
21352 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
21353
21354         * Make-lang.in: Add rule for ada/exp_sel.o
21355
21356 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
21357
21358         * Makefile.in (mingw section): Remove EH_MECHANISM setting.
21359
21360 2005-12-09  Arnaud Charlet  <charlet@adacore.com>
21361
21362         * gnatvsn.ads (Library_Version): Bump to version 4.2
21363         (ASIS_Version_Number): Bumped.
21364
21365 2005-12-09  Doug Rupp  <rupp@adacore.com>
21366
21367         * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb (Is_Interface): Change
21368         Ada bind file prefix on VMS from b$ to b__.
21369         (Build_Dynamic_Library): Change Init file suffix on VMS from $init to
21370         __init.
21371
21372         * prj-nmsc.adb: Change some Hostparm.OpenVMS checks to
21373         Targparm.OpenVMS_On_Target.
21374         (Object_Suffix): Initialize with target object suffix.
21375         (Get_Unit): Change Ada bind file prefix on VMS from b$ to b__.
21376
21377         * butil.adb: Change some Hostparm.OpenVMS checks to
21378         Targparm.OpenVMS_On_Target.
21379
21380         * clean.adb: Change some Hostparm.OpenVMS checks to
21381         Targparm.OpenVMS_On_Target.
21382         (Object_Suffix): Initialize with call to Get_Target_Object_Suffix.
21383         ({declaraction},Delete_Binder_Generated_Files,{initialization}): Change
21384         Ada bind file prefix on VMS from b$ to b__.
21385
21386         * gnatlink.adb (Process_Args): Call Add_Src_Search_Dir for -I in
21387         --GCC so that Get_Target_Parameters can find system.ads.
21388         (Gnatlink): Call Get_Target_Parameters in mainline.
21389         Initialize standard packages for Targparm.
21390         Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
21391         (Process_Args): Also Check for object files with target object
21392         extension.
21393         (Make_Binder_File_Names): Create with target object extension.
21394         (Make_Binder_File_Names): Change Ada bind file prefix on VMS from b$
21395         to b__.
21396
21397         * mlib-prj.adb: Change some Hostparm.OpenVMS checks to
21398         Targparm.OpenVMS_On_Target.
21399         ({declaration},Build_Library,Check_Library): Change Ada bind file
21400         prefix on VMS from b$ to b__.
21401
21402         * osint-b.adb: Change some Hostparm.OpenVMS checks to
21403         Targparm.OpenVMS_On_Target.
21404         (Create_Binder_Output): Change Ada bind file prefix on VMS from b$ to
21405         b__.
21406
21407         * targext.c: New file.
21408
21409         * Makefile.in: add support for vxworks653 builds
21410         (../../vxaddr2line): gnatlink with targext.o.
21411         (TOOLS_LIBS): Move targext.o to precede libgnat.
21412         (init.o, initialize.o): Minor clean up in dependencies.
21413         (GNATLINK_OBJS): Add targparm.o, snames.o
21414         Add rules fo building targext.o and linking it explicitly with all
21415         tools.
21416         Also add targext.o to gnatlib.
21417
21418         * Make-lang.in: Add rules for building targext.o and linking it in
21419         with gnat1 and gnatbind.
21420         Add entry for exp_sel.o.
21421
21422         * osint.adb Change some Hostparm.OpenVMS checks to
21423         Targparm.OpenVMS_On_Target.
21424         (Object_File_Name): Use target object suffix.
21425
21426         * osint.ads (Object_Suffix): Remove, no longer used.
21427         (Target_Object_Suffix): Initialize with target object suffix.
21428
21429         * rident.ads: Add special exception to license.
21430
21431         * targparm.adb (Get_Target_Parameters): Set the value of
21432         Multi_Unit_Index_Character after OpenVMS_On_Target gets its definitive
21433         value.
21434         (Get_Target_Parameters): Set OpenVMS_On_Target if openvms.
21435
21436         * targparm.ads: Add special exception to license.
21437
21438         * g-os_lib.ads, g-os_lib.adb (Get_Target_Debuggable_Suffix): New
21439         function.
21440         (Copy_File): Make sure from file is closed if error on to file
21441         (Get_Target_Executable_Suffix, Get_Target_Object_Suffix): New functions.
21442
21443         * make.adb (Object_Suffix): Intialize with Get_Target_Object_Suffix.
21444         (Executable_Suffix): Intialize with Get_Target_Executable_Suffix.
21445
21446         * osint-c.adb (Set_Output_Object_File_Name): Initialize extension with
21447         target object suffix.
21448
21449 2005-12-09  Jose Ruiz  <ruiz@adacore.com>
21450             Quentin Ochem  <ochem@adacore.com>
21451             Florian Villoing  <villoing@adacore.com>
21452
21453         * a-taster.ads, a-taster.adb: New files.
21454
21455         * a-elchha.adb (Last_Chance_Handler): Change the task termination soft
21456         link to the version that does nothing. This way the task termination
21457         routine is not executed twice for the environment task when finishing
21458         because of an unhandled exception.
21459
21460         * a-exextr.adb (Notify_Unhandled_Exception): Call the task termination
21461         handler because of an unhandled exception.
21462
21463         * a-taside.adb (Abort_Tasks): Call the Abort_Tasks procedure from
21464         System.Tasking.Utilities instead of that in System.Tasking.Stages.
21465
21466         * s-finimp.adb (initialization code): Modify the soft link for the
21467         finalization of the global list instead of Adafinal.
21468
21469         * s-soflin.ads, s-soflin.adb (Task_Termination_NT): Add this
21470         non-tasking version of the soft link for task termination. We do
21471         nothing since if we are using the non-tasking version it
21472         means that the task termination functionality is not used.
21473         (Null_Finalize_Global_List): Add this null version for the procedure
21474         in charge of finalizing the global list for controlled objects.
21475         (Null_Adafinal): Remove this procedure. Adafinal_NT has been created
21476         instead for handling run-time termination in a more flexible way.
21477         (Adafinal_NT): This new procedure will take care of finalizing the
21478         global list for controlled objects if needed, but no tasking
21479         finalization.
21480
21481         * s-tarest.adb (Task_Lock): Do not try to lock again the
21482         Global_Task_Lock if we already own it. Otherwise, we get blocked in
21483         some run-time operations.
21484         (Task_Unlock): Do not try to actually unlock the Global_Task_Lock
21485         until all nested locks have been released.
21486         (Task_Wrapper): Call the fall-back task termination handler. It
21487         applies to all tasks but the environment task.
21488         (Finalize_Global_Tasks): Add the call for the task termination
21489         procedure for the environment task.
21490         (Task_Wrapper): suppress warnings around declaration of
21491         Secondary_Stack_Address.
21492
21493         * s-tasini.adb (Final_Task_Unlock): Global_Task_Lock_Nesting has been
21494         moved to the Common_ATCB record.
21495         (Task_Lock): Global_Task_Lock_Nesting has been moved to the
21496         Common_ATCB record.
21497         (Task_Unlock): Global_Task_Lock_Nesting has been moved to the
21498         Common_ATCB record.
21499
21500         * s-taskin.adb (Initialize_ATCB): Initialize Global_Task_Lock_Nesting,
21501         Fall_Back_Handler, and Specific_Handler.
21502
21503         * s-taskin.ads (Cause_Of_Termination): Redefine this type here, already
21504         defined in Ada.Task_Termination, to avoid circular dependencies.
21505         (Termination_Handler): Redefine this type here, alredy defined in
21506         Ada.Task_Termination, for avoiding circular dependencies.
21507         (Common_ATCB): Add the Fall_Back_Handler and Specific_Handler required
21508         for storing task termination handlers. In addition,
21509         Global_Task_Lock_Nesting has been moved from Ada_Task_Control_Block to
21510         Common_ATCB because it is used by both the regular and the restricted
21511         run times.
21512         (Ada_Task_Control_Block): Move Global_Task_Lock_Nesting from here to
21513         Common_ATCB because it is used by both the regular and the restricted
21514         run times.
21515         (Common_ATCB): Added a dynamic task analyzer field.
21516
21517         * s-tassta.adb (Abort_Tasks): Move the code in charge of checking
21518         potentially blocking operations to System.Tasking.Utilities.Abort_Tasks.
21519         (Task_Wrapper): Call the task termination handler. It applies to all
21520         tasks but the environment task.
21521         (Finalize_Global_Tasks): Call the task termination procedure for the
21522         environment task. The call to Finalize_Global_List is now performed
21523         using the soft links mechanism.
21524         (Task_Wrapper): added dynamic stack analysis.
21525
21526         * s-tasuti.adb (Abort_Tasks): The code in charge of checking
21527         potentially blocking operations has been moved from
21528         System.Tasking.Stages.Abort_Tasks to this procedure. There can be
21529         direct calls to System.Tasking.Utilities.Abort_Tasks that do not pass
21530         through System.Tasking.Stages.Abort_Tasks, and we do not want to miss
21531         this run-time check.
21532
21533         * s-solita.adb (Task_Termination_Handler_T): Add this task-safe version
21534         of task termination procedure.
21535         (Init_Tasking_Soft_Links): Install the task-safe version of the soft
21536         link for the task termination procedure.
21537
21538         * bindusg.adb: (Bindusg): Added documentation for -u option.
21539
21540         * bindgen.adb (Get_Main_Ada) Added handling of dynamic stack analysis.
21541         (Get_Main_C): Add handling of dynamic stack analysis.
21542         (Gen_Output_File_C): Add external functions for dynamic stack analysis.
21543
21544         * Makefile.rtl: Add entry for a-taster (Ada.Task_Termination).
21545         (GNATRTL_NONTASKING_OBJS) Added entries for dynamic stack analysis
21546         (GNATRTL_NONTASKING_OBJS): Add AltiVec files.
21547
21548         * opt.ads: Added flags used by dynamic stack measurement.
21549         (Max_Line_Length): Remove (not used anymore)
21550
21551         * s-io.ads, s-io.adb (Standard_Error): new subprogram
21552         (Standart_Output): new subprogram
21553         (Set_Output): new subprogram
21554         (Put): now uses the value of Current_Out to know if the output has to be
21555         send to stderr or stdout.
21556
21557         * s-stausa.ads: Complete implementation.
21558
21559         * switch-b.adb: Added handling of -u switch for dynamic stack analysis.
21560
21561         * impunit.adb (Non_Imp_File_Names_05): Add Ada.Task_Termination to the
21562         list of Ada 05 files.
21563         (GNAT Library Units): Add AltiVec files.
21564
21565         * g-allein.ads, g-alleve.adb, g-alleve.ads, g-altcon.adb,
21566         g-altcon.ads, g-altive.ads, g-alveop.adb, g-alveop.ads
21567         g-alvety.ads, g-alvevi.ads: New files providing altivec API.
21568
21569 2005-12-09  Nicolas Setton  <setton@adacore.com>
21570
21571         * adaint.c (__gnat_locate_regular_file): Return immediately if
21572         file_name is empty.
21573
21574 2005-12-09  Javier Miranda  <miranda@adacore.com>
21575             Hristian Kirtchev  <kirtchev@adacore.com>
21576
21577         * a-tags.ads, a-tags.adb (Offset_To_Top): Moved from the package body
21578         to the specification because the frontend generates code that uses this
21579         subprogram.
21580         (Set_Interface_Table): Add missing assertion.
21581         Update documentation describing the run-time structure.
21582         (Displace): New subprogram that displaces the pointer to the object
21583         to reference one of its secondary dispatch tables.
21584         (IW_Membership): Modified to use the new table of interfaces.
21585         (Inherit_TSD): Modified to use the new table of interfaces.
21586         (Register_Interface_Tag): Use the additional formal to fill the
21587         contents of the new table of interfaces.
21588         (Set_Interface_Table): New subprogram that stores in the TSD the
21589         pointer to the table of interfaces.
21590         (Set_Offset_To_Top): Use the additional formal to save copy of
21591         the offset value in the table of interfaces.
21592         Update structure of GNAT Primary and Secondary dispatch table diagram.
21593         Add comment section on GNAT dispatch table prologue.
21594         (Offset_To_Signature): Update the constant value of the Signature field.
21595         (Dispatch_Table): Update comment on hidden fields in the prologue.
21596         (Get_Entry_Index, Get_Prim_Op_Kind, Get_Offset_Index, OSD,
21597         Set_Entry_Index, Set_Offset_Index, Set_Prim_Op_Kind, SSD, TSD): Change
21598         the type of formal parameter T to Tag, introduce additional assertions.
21599         (Get_Num_Prim_Ops, Set_Num_Prim_Ops): Remove an unnecessary type
21600         conversion.
21601         (Get_Tagged_Kind, Set_Tagged_Kind): New bodies.
21602
21603         * exp_ch6.adb (Register_Interface_DT_Entry): Remove the Thunk_Id actual
21604         in all the calls to Expand_Interface_Thunk. Instead of referencing the
21605         record component containing the tag of the secondary dispatch table we
21606         have to use the Offset_To_Top run-time function to get this information;
21607         otherwise if the pointer to the base of the object has been displace
21608         we get a wrong value if we use the 'position attribute.
21609
21610         * exp_disp.adb (Expand_Interface_Thunk): Remove the Thunk_Id actual in
21611         all the calls to Expand_Interface_Thunk.
21612         (Make_Secondary_DT): Secondary dispatch tables do not have a table of
21613         interfaces; hence the call to Set_Interface_Table was clearly wrong.
21614         (Collect_All_Interfaces): Modify the internal subprogram Collect to
21615         ensure that the interfaces implemented by the ancestors are placed
21616         at the header of the generated list.
21617         (Expand_Interface_Conversion): Handle the case in which the displacement
21618         associated with the interface conversion is not statically known. In
21619         this case we generate a call to the new run-time subprogram Displace.
21620         (Make_DT): Generate and fill the new table of interfaces.
21621         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Add entries for
21622         Get_Tagged_Kind and Set_Tagged_Kind.
21623         (Tagged_Kind): New function that determines the tagged kind of a type
21624         with respect to limitedness and concurrency and returns a reference to
21625         RE_Tagged_Kind.
21626         (Make_Disp_Asynchronous_Select_Body, Make_Disp_Conditional_Select_Body,
21627         Make_Disp_Timed_Select_Body): Correctly retrieve the pointer to the
21628         primary dispatch table for a type.
21629         (Make_DT, Make_Secondary_DT): Set the tagged kind in the primary and
21630         secondary dispatch table respectively of a tagged type.
21631
21632         * exp_disp.ads (Expand_Interface_Thunk): Remove Thunk_Id formal.
21633         (Expand_Interface_Conversion): New subprogram to indicate if the
21634         displacement of the type conversion is statically known.
21635         (DT_Access_Action): Add values Get_Tagged_Kind and Set_Tagged_Kind.
21636
21637         * rtsfind.ads (RE_Offset_To_Top): New entity
21638         (RTU_Id): Add Ada_Task_Termination to the list so that it is made
21639         accessible to users.
21640         (Re_Displace): New entity
21641         (RE_Interface_Data): New entity
21642         (RE_Set_Interface_Data): New_Entity
21643         (RE_Id, RE_Unit_Table): Add entry for RE_Get_Tagged_Kind,
21644         Set_Tagged_Kind, RE_Tagged_Kind, RE_TK_Abstract_Limited_Tagged,
21645         RE_TK_Abstract_Tagged, RE_TK_Limited_Tagged, RE_TK_Protected,
21646         RE_TK_Tagged, RE_TK_Task.
21647
21648         * exp_ch3.adb (Init_Secondary_Tags): Modify the subprogram
21649         Init_Secondary_Tags_Internal to allow its use with interface types and
21650         also to generate the code for the new additional actual required
21651         by Set_Offset_To_Top.
21652         (Build_Init_Statements): In case of components associated with abstract
21653         interface types there is no need to generate a call to its IP.
21654         (Freeze_Record_Type): Generate Select Specific Data tables only for
21655         concurrent types.
21656         (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies): Generate
21657         the bodies and specifications of the predefined primitive operations
21658         dealing with dispatching selects and abort, 'Callable, 'Terminated only
21659         for concurrent types.
21660
21661         * exp_sel.ads, exp_sel.adb: New files.
21662
21663         * exp_ch9.adb (Build_Protected_Entry, Expand_N_Protected_Body,
21664         Expand_N_Protected_Type_Declaration, Make_Initialize_Protection): Handle
21665         properly protected objects and attach handler in the case of the
21666         restricted profile.
21667         Move embeded package Select_Expansion_Utilities into a separate external
21668         package.
21669         (Expand_N_Asynchronous_Select, Expand_N_Conditional_Select,
21670         Expand_N_Timed_Entry_Call): Correct calls external package Exp_Sel.
21671         (Build_K, Build_S_Assignment): New subprograms, part of the select
21672         expansion utilities.
21673         (Expand_N_Asynchronous_Select, Expand_N_Conditional_Entry_Call,
21674         Expand_N_Timed_Entry_Call): Optimize expansion of select statements
21675         where the trigger is a dispatching procedure of a limited tagged type.
21676
21677 2005-12-09  Olivier Hainque  <hainque@adacore.com>
21678
21679         * decl.c (gnat_to_gnu_entity, renaming object case): Don't early expand
21680         pointer initialization values. Make a SAVE_EXPR instead. Add comments
21681         about the use and expansion of SAVE_EXPRs in the various possible
21682         renaming handling cases.
21683         (components_to_record, compare_field_bitpos): Sort by DECL_UID, not by
21684         abusing DECL_FCONTEXT.
21685
21686 2005-12-09  Matthew Heaney  <heaney@adacore.com>
21687
21688         * a-convec.adb (Merge): Added assertions to check whether vector params
21689         are sorted.
21690
21691         * a-coinve.adb (Merge): Added assertions to check whether vector params
21692         are sorted.
21693
21694         * a-cohama.ads (Cursor'Write): raises Program_Error per latest AI-302
21695         draft.
21696         (Cursor'Read): raises PE
21697
21698         * a-cohama.adb (Insert.New_Node): Uses box-style syntax to init elem
21699         to its default value.
21700
21701         * a-cihama.adb: Manually check whether cursor's key and elem are
21702         non-null
21703
21704         * a-cidlli.ads, a-cidlli.adb (Splice): Changed param name and param mode
21705         (Merge): Assert that target and source lists are in order
21706         (Swap): Declare non-const temporaries, to pass to Splice
21707
21708         * a-cdlili.ads: (Splice): Changed param name and param mode
21709
21710         * a-cdlili.adb: (Splice): Changed param name and param mode
21711         (Merge): Assert that target and source lists are in order
21712         (Swap): Declare non-const temporaries, to pass to Splice
21713
21714         * a-ciorma.ads, a-coorma.ads: (Read): declare Stream param as not null
21715         (Write): declare Stream param as not null
21716
21717         * a-ciorma.adb, a-coorma.adb: All explicit raise statements now include
21718         an exception message.
21719
21720 2005-12-09  Thomas Quinot  <quinot@adacore.com>
21721             Robert Dewar  <dewar@adacore.com>
21722
21723         * hostparm.ads (Max_Line_Length): Set to Types.Column_Number'Last - 1,
21724         which is the absolute maximum length we can support.
21725
21726         * frontend.adb: For the processing of configuration pragma files,
21727         remove references to Opt.Max_Line_Length, which is not checked anymore.
21728
21729         * namet.ads (Name_Buffer): Adjust size to reflect increase on max line
21730         length.
21731
21732         * scn.adb, scng.adb:
21733         Always check line length against the absolute supported maximum,
21734         Hostparm.Max_Line_Length.
21735
21736         * stylesw.adb (Set_Style_Check_Options, case M): The maximum supported
21737         value for the maximum line length is Max_Line_Length (not
21738         Column_Number'Last).
21739         Minor error msg update
21740         (Set_Style_Check_Options): New interface returning error msg
21741         Minor code reorganization (processing for 'M' was out of alpha order)
21742
21743         * switch-c.adb: New interface for Set_Style_Check_Options
21744
21745         * stylesw.ads (Set_Style_Check_Options): New interface returning error
21746         msg.
21747
21748 2005-12-09  Javier Miranda  <miranda@adacore.com>
21749
21750         * exp_aggr.adb (Build_Record_Aggr_Code): Default-initialialized records
21751         with IP subprogram were only supported if there were limited types.
21752
21753         * sem_aggr.adb (Resolve_Record_Aggregate): Default-initialialized
21754         records with IP subprogram were only supported if there were limited
21755         types.
21756
21757 2005-12-09  Olivier Hainque  <hainque@adacore.com>
21758             Eric Botcazou  <ebotcazou@adacore.com>
21759
21760         * trans.c (tree_transform, emit_check): Adjust calls to
21761         build_call_raise, passing the now expected GNAT_NODE argument.
21762
21763         * gigi.h (build_call_raise): Add a GNAT_NODE argument to convey better
21764         source line information than what the current global locus indicates
21765         when appropriate.
21766
21767         * utils2.c (build_simple_component_ref): Return 0 if the offset of the
21768         field has overflowed.
21769         (build_call_raise): Add a GNAT_NODE argument to convey better source
21770         line information than what the current global locus indicates when
21771         appropriate.
21772         (build_component_ref): Adjust call to build_call_raise.
21773
21774 2005-12-09  Pascal Obry  <obry@adacore.com>
21775
21776         * g-diopit.adb (Find): Fix test to exit the iterator and make sure that
21777         the iterator is quitting iteration on parent directory.
21778
21779 2005-12-09  Javier Miranda  <miranda@adacore.com>
21780
21781         * exp_ch5.adb (Expand_N_Assignment_Statement): In case of tagged types
21782         and the assignment to a class-wide object, before the assignment we
21783         generate a run-time check to ensure that the tag of the Target is
21784         covered by the tag of the source.
21785
21786 2005-12-09  Robert Dewar  <dewar@adacore.com>
21787
21788         * exp_imgv.adb (Expand_Image_Attribute): Generate extra boolean
21789         parameter in call to Image_Wide_Character.
21790
21791         * s-imgwch.ads, s-imgwch.adb (Image_Wide_Character): Add boolean
21792         parameter Ada_2005 to deal with annoying FFFE/FFFF inconsistency.
21793         (Image_Wide_Character): Add boolean parameter Ada_2005 to deal with
21794         annoying FFFE/FFFF inconsistency.
21795
21796 2005-12-09  Robert Dewar  <dewar@adacore.com>
21797             Javier Miranda  <miranda@adacore.com>
21798             Ed Schonberg  <schonberg@adacore.com>
21799
21800         * exp_util.ads, exp_util.adb (Is_Ref_To_Bit_Packed_Slice): Handle case
21801         of type conversion.
21802         (Find_Interface): New subprogram that given a tagged type and one of its
21803         component associated with the secondary table of an abstract interface
21804         type, return the entity associated with such abstract interface type.
21805         (Make_Subtype_From_Expr): If type has unknown discriminants, always use
21806         base type to create anonymous subtype, because entity may be a locally
21807         declared subtype or generic actual.
21808         (Find_Interface): New subprogram that given a tagged type and one of its
21809         component associated with the secondary table of an abstract interface
21810         type, return the entity associated with such abstract interface type.
21811
21812         * sem_res.adb (Resolve_Type_Conversion): Handle the case in which the
21813         conversion cannot be handled at compile time. In this case we pass this
21814         information to the expander to generate the appropriate code.
21815
21816 2005-12-09  Robert Dewar  <dewar@adacore.com>
21817             Ed Schonberg  <schonberg@adacore.com>
21818             Gary Dismukes  <dismukes@adacore.com>
21819             Javier Miranda  <miranda@adacore.com>
21820             Hristian Kirtchev  <kirtchev@adacore.com>
21821
21822         * einfo.adb (Itype_Printed): New flag
21823         (Is_Limited_Type): Derived types do not inherit limitedness from
21824         interface progenitors.
21825         (Is_Return_By_Reference_Type): Predicate does not apply to limited
21826         interfaces.
21827
21828         * einfo.ads (Itype_Printed): New flag
21829         Move Is_Wrapper_Package to proper section
21830         Add missing Inline for Is_Volatile
21831
21832         * output.ads, output.adb (Write_Erase_Char): New procedure
21833         (Save/Restore_Output_Buffer): New procedures
21834         (Save/Restore_Output_Buffer): New procedures
21835
21836         * sprint.ads, sprint.adb (Write_Itype): Handle case of record itypes
21837         Add missing support for anonymous access type
21838         (Write_Id): Insert calls to Write_Itype
21839         (Write_Itype): New procedure to output itypes
21840
21841         * par-ch12.adb (P_Formal_Derived_Type_Definition): In Ada 2005, handle
21842         use of "limited" in declaration.
21843
21844         * sinfo.ads, sinfo.adb:
21845         Formal derived types can carry an explicit "limited" indication.
21846
21847         * sem_ch3.adb: Add with and use of Targparm.
21848         (Create_Component): If Frontend_Layout_On_Target is True and the
21849         copied component does not have a known static Esize, then reset
21850         the size and positional fields of the new component.
21851         (Analyze_Component_Declaration): A limited component is
21852         legal within a protected type that implements an interface.
21853         (Collect_Interfaces): Do not add to the list the interfaces that
21854         are implemented by the ancestors.
21855         (Derived_Type_Declaration): If the parent of the full-view is an
21856         interface perform a transformation of the tree to ensure that it has
21857         the same parent than the partial-view. This simplifies the job of the
21858         expander in order to generate the correct object layout, and it is
21859         needed because the list of interfaces of the full-view can be given in
21860         any order.
21861         (Process_Full_View): The parent of the full-view does not need to be
21862         a descendant of the parent of the partial view if both parents are
21863         interfaces.
21864         (Analyze_Private_Extension_Declaration): If declaration has an explicit
21865         "limited" the parent must be a limited type.
21866         (Build_Derived_Record_Type): A derived type that is explicitly limited
21867         must have limited ancestor and progenitors.
21868         (Build_Derived_Type): Ditto.
21869         (Process_Full_View): Verify that explicit uses of "limited" in partial
21870         and full declarations are consistent.
21871         (Find_Ancestor_Interface): Remove function.
21872         (Collect_Implemented_Interfaces): New procedure used to gather all
21873         implemented interfaces by a type.
21874         (Contain_Interface): New function used to check whether an interface is
21875         present in a list.
21876         (Find_Hidden_Interface): New function used to determine whether two
21877         lists of interfaces constitute a set equality. If not, the first
21878         differing interface is returned.
21879         (Process_Full_View): Improve the check for the "no hidden interface"
21880         rule as defined by AI-396.
21881
21882 2005-12-09  Robert Dewar  <dewar@adacore.com>
21883
21884         * freeze.adb (Freeze_Record_Type): Only test for useless pack on record
21885         types, not on record subtypes.
21886         (Freeze_Entity): Code cleanup. Add barrier to the loop
21887         that generates the references for primitive operations. This allows to
21888         remove an unnecessary exception handler.
21889         Code reformatting and comment clean ups.
21890
21891 2005-12-09  Vincent Celier  <celier@adacore.com>
21892
21893         * gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U
21894         If GNAT CHECK is called with a project file, but with no
21895         source on the command line, call gnatcheck with all the compilable
21896         sources of the project.
21897         Take into account the new command Check, for gnatcheck. Treat as for
21898         other ASIS tools: take into account project, specific package Check and
21899         Compiler switches.
21900         For ASIS tools, add the switches in package Compiler for
21901         the invocation of the compiler.
21902
21903         * prj-attr.adb: Add package Check and its attributes
21904
21905         * vms_conv.ads (Command_Type): New command Check, for gnatcheck
21906
21907         * vms_conv.adb (Initialize): Change Params of command Check to
21908         unlimited files.
21909         Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
21910         Add data for new command Check
21911
21912         * vms_data.ads: Add project related qualifiers for GNAT CHECK and GNAT
21913         ELIM.
21914         Add qualifiers for Check command options
21915         (Command_Type): New command Check
21916
21917 2005-12-09  Thomas Quinot  <quinot@adacore.com>
21918
21919         * mlib-utl.adb (Ar): Use Output.Buffer_Max to determine whether a
21920         command line switch overruns the output buffer.
21921
21922 2005-12-09  Robert Dewar  <dewar@adacore.com>
21923
21924         * sem_prag.adb: Processing for new pragma Complete_Representation
21925         (Analyze_Pragma, case Debug): Implement two argument form.
21926
21927         * par-prag.adb: Entry for new pragma Complete_Representation
21928         (Prag, case Debug): Recognize two argument form of pragma Debug
21929         New interface for Set_Style_Check_Options.
21930
21931         * sem_ch13.adb: Implement new pragma Complete_Representation.
21932
21933         * snames.adb, snames.ads, snames.h: Entry for new pragma
21934         Complete_Representation.
21935
21936 2005-12-09  Gary Dismukes  <dismukes@adacore.com>
21937
21938         * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Revise test for
21939         available user-specified stream attributes on limited parameters to
21940         also test the type directly rather than only its underlying type (for
21941         Ada 95) and, in the case of Ada 2005, to check that the user-specified
21942         attributes are visible at the point of the subprogram declaration.
21943         For Ada 2005, the error message is modified to indicate that the
21944         type's stream attributes must be visible (again, only for -gnat05).
21945
21946 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
21947
21948         * sem_ch12.adb (Subtypes_Match): Handle properly Ada05 arrays of
21949         anonymous access types.
21950
21951         * sem_eval.adb (Subtypes_Statically_Match): Implement new rules for
21952         matching of anonymous access types and anonymous access to subprogram
21953         types. 'R'M 4.9.1 (2/2).
21954
21955 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
21956
21957         * sem_ch4.adb (Remove_Abstract_Operations): Do not apply preference
21958         rule prematurely when operands are universal, remaining ambiguities
21959         will be removed during resolution.
21960         Code cleanup.
21961
21962         * sem_type.adb (Disambiguate): In Ada95 mode, discard interpretations
21963         that are Ada 2005 functions.
21964         (Has_Abstract_Interpretation): Subsidiary to
21965         Remove_Conversions, to remove ambiguities caused by abstract operations
21966         on numeric types when operands are universal.
21967
21968 2005-12-09  Robert Dewar  <dewar@adacore.com>
21969
21970         * sem_ch6.adb (Analyze_Subprogram_Body): Properly check categorization
21971         for case where spec is categorized.
21972
21973 2005-12-09  Javier Miranda  <miranda@adacore.com>
21974
21975         * sem_ch8.adb (Find_Type): In case of tagged types that are concurrent
21976         types use the corresponding record type. This was not needed before
21977         the implementation of Ada 2005 synchronized types because
21978         concurrent types were never tagged types in Ada 95.
21979
21980 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
21981
21982         * sem_ch9.adb (Analyze_Delay_Alternative, Analyze_Delay_Until): Use the
21983         first subtype of the type of the expression to verify that it is a
21984         legal Time type.
21985
21986 2005-12-09  Robert Dewar  <dewar@adacore.com>
21987
21988         * sem_util.ads, sem_util.adb (Full_Qualified_Name): Now provides
21989         decoded names.
21990
21991 2005-12-09  Quentin Ochem  <ochem@adacore.com>
21992             Robert Dewar  <dewar@adacore.com>
21993             Ed Falis  <falis@adacore.com>
21994             Florian Villoing  <villoing@adacore.com>
21995             Thomas Quinot  <quinot@adacore.com>
21996             Arnaud Charlet  <charlet@adacore.com>
21997
21998         * gnat_ugn.texi: Created section "Stack Related Tools"
21999         Moved "Stack Overflow Checking" subsection from "Switches for gcc" to
22000         "Stack Related Tools"
22001         Added subsection "Static Stack Usage Analysis"
22002         Added subsection "Dynamic Stack Usage Analysis"
22003         Include documentation of itypes in sprint listing (-gnatG)
22004         Documented gnatbind -D switch (default sec stack size for fixed sec
22005         stacks).
22006         Added Interrupt_State and Persistent_BSS to list of configuration
22007         pragmas.
22008         Add missing doc for maximum value of nnn in -gnatyMnnn
22009
22010         * gnat_rm.texi: Document the AltiVec binding.
22011         Add documentation for pragma Complete_Representation
22012         Shortened an overly long line (> 79 chars)
22013         Clarify documentation of unchecked conversion in implementation
22014         defined cases.
22015         Document two argument form of pragma Debug
22016
22017         * types.ads (Column_Number): Update documentation.
22018
22019         * exp_ch7.ads (Make_Adjust_Call): Document the special processing for
22020         library level Finalize_Storage_Only objects (these are not attached to
22021         any finalization list).
22022
22023         * system-mingw.ads: (Underlying_Priorities): Update comment.
22024
22025 2005-12-09  Robert Dewar  <dewar@adacore.com>
22026
22027         * i-c.adb, i-cexten.ads, i-cobol.adb, i-cobol.ads, i-cpoint.ads,
22028         i-cpp.adb, i-cpp.ads, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
22029         inline.adb, interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads,
22030         i-os2thr.ads, itypes.adb, itypes.adb, itypes.ads, krunch.ads,
22031         krunch.adb, lib.adb, lib.ads, lib-list.adb, lib-load.adb,
22032         lib-load.ads, lib-sort.adb, live.adb, make.ads, i-cstrea-vms.adb,
22033         interfac-vms.ads, makegpr.adb, indepsw-gnu.adb, indepsw.ads,
22034         s-wchcon.ads, sdefault.ads, sem_ch10.adb, sem_eval.ads: Minor
22035         reformatting.
22036
22037 2005-12-09  Robert Dewar  <dewar@adacore.com>
22038
22039         * s-vaflop-vms-alpha.adb: (Ne_F): New function
22040         (Ne_G): New function
22041
22042         * exp_ch4.adb (Expand_Allocator_Expression): Factor duplicated code
22043         for tag assignment.
22044         (Rewrite_Comparison): Handle case where operation is not a comparison
22045         and ignore, and also handle type conversion case.
22046
22047 2005-12-09  Thomas Quinot  <quinot@adacore.com>
22048
22049         * exp_aggr.ads: Fix typo in comment.
22050         ???-mark Convert_Aggr_In_Assignment as needing documentation.
22051
22052 2005-12-09  Gary Dismukes  <dismukes@adacore.com>
22053
22054         * layout.adb: Replace various uses of byte by storage unit throughout.
22055         (Get_Max_SU_Size): Name changed from Get_Max_Size. In the case of a
22056         static size, convert to storage units before returning, to conform to
22057         spec.
22058
22059 2005-12-09  Matthew Gingell  <gingell@adacore.com>
22060
22061         * g-exctra.ads: Fix typo in comment.
22062
22063 2005-12-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22064
22065         * utils.c: Minor reformatting.
22066
22067 2005-12-09  Robert Dewar  <dewar@adacore.com>
22068
22069         * g-soccon.ads:
22070         Further comment fixes to make the status of the default file clear
22071
22072         * s-bitops.adb: Clarify comment for Bits_Array
22073
22074 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
22075
22076         * Make-lang.in (ada.install-normal): Remove.
22077
22078 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
22079
22080         * Make-lang.in: Remove all dependencies on s-gtype.
22081
22082 2005-12-05  Richard Guenther  <rguenther@suse.de>
22083
22084         * utils.c (convert): Use fold_convert where appropriate.
22085
22086 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
22087
22088         * Makefile.in (gnatlib): Fix regex, using \. instead of . when
22089         a period is meant.
22090
22091 2005-12-02  Richard Guenther  <rguenther@suse.de>
22092
22093         * trans.c (gnat_gimplify_expr): Use buildN instead of build.
22094
22095 2005-12-01  Roger Sayle  <roger@eyesopen.com>
22096
22097         * utils.c (max_size): Only test for TREE_OVERFLOW on INTEGER_CST
22098         nodes.
22099
22100 2005-11-23  Laurent Guerby  <laurent@guerby.net>
22101
22102         * mlib-prj.adb (Build_Library): Initialize Delete.
22103
22104 2005-11-21  Joel Sherrill  <joel.sherrill@oarcorp.com>
22105
22106         * socket.c: Add extern int h_errno for rtems since networking header
22107         files are not available at this point in a tool bootstrap. Newlib
22108         only has basic C library header files.
22109
22110 2005-11-19  Richard Guenther  <rguenther@suse.de>
22111         Roger Sayle  <roger@eyesopen.com>
22112
22113         PR ada/23717
22114         * misc.c (internal_error_function): Don't use vsprintf to format
22115         the error message text, instead use pp_format_text and the new
22116         pretty printer APIs.  This allows handling of %qs, %w, etc.
22117
22118 2005-11-18  Laurent Guerby  <laurent@guerby.net>
22119
22120         PR ada/24857
22121         * Makefile.in: Use s-auxdec-empty for RTEMS.
22122
22123 2005-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22124
22125         PR ada/22333
22126         * trans.c (gnat_gimplify_expr, case ADDR_EXPR): Always make
22127         a temporary if taking the address of something that is neither
22128         reference, declaration, or constant, since the gimplifier
22129         can't handle that case.
22130
22131 2005-11-17  Laurent Guerby  <laurent@guerby.net>
22132
22133         PR ada/24857
22134         * s-auxdec-empty.ads, s-auxdec-empty.adb: New files.
22135
22136 2005-11-16  Richard Guenther  <rguenther@suse.de>
22137
22138         * Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.
22139
22140 2005-11-16  Joel Sherrill  <joel.sherrill@oarcorp.com>
22141
22142         PR ada/24855
22143         * raise-gcc.c: Add missing stdarg.h include.
22144
22145 2005-11-16  Richard Guenther  <rguenther@suse.de>
22146
22147         * Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency.
22148         (ada/misc.o): Likewise.
22149
22150 2005-11-14  Thomas Quinot  <quinot@adacore.com>
22151
22152         * g-soccon.ads: Minor reformatting. Update comments.
22153
22154         * gsocket.h: Include <sys/times.h> in the VxWorks case, in order to
22155         gain visibility on the declaration of struct timeval.
22156
22157         * g-soccon-freebsd.ads,
22158         g-soccon-darwin.ads,
22159         g-soccon-tru64.ads,
22160         g-soccon-aix.ads,
22161         g-soccon-irix.ads,
22162         g-soccon-hpux.ads,
22163         g-soccon-solaris.ads,
22164         g-soccon-vms.ads,
22165         g-soccon-mingw.ads,
22166         g-soccon-vxworks.ads (SIZEOF_tv_sec, SIZEOF_tv_usec): New constants.
22167
22168         * g-soccon-hpux-ia64.ads, g-soccon-linux-ppc.ads,
22169         g-soccon-solaris-64.ads, g-soccon-linux-64.ads,
22170         g-soccon-linux-x86.ads: New files.
22171
22172         * g-socthi-mingw.adb:
22173         (Socket_Error_Message): Remove redundant use of GNAT.Sockets.Constants
22174
22175         * g-socthi-vxworks.ads, g-socthi-vms.ads, g-socthi-mingw.ads
22176         (time_t, suseconds_t): New types constructed to match the tv_sec
22177         and tv_usec fields of C struct timeval.
22178         (Timeval): Construct structure in terms of the new types.
22179         (Host_Errno): New function (imported from socket.c), returns last hosts
22180         database error.
22181
22182         * g-socthi-vxworks.adb:  Add error handling circuitry.
22183
22184         * g-socket.ads, g-socket.adb (To_Timeval): Reflect change of type for
22185         components of struct timeval.
22186         (Get_Host_By_Name, Get_Host_By_Address): Fix error reporting circuitry.
22187         (Check_Selector): In error conditions, clear internal socket sets to
22188         avoid a memory leak.
22189         (Get_Socket_Option, Set_Socket_Option): Support for Multicast_If,
22190         Send_Timeout, Receive_Timeout.
22191
22192         * g-socthi.ads (time_t, suseconds_t): New types constructed to match
22193         the tv_sec and tv_usec fields of C struct timeval.
22194         (Timeval): Construct structure in terms of the new types.
22195         (Host_Errno): New function (imported from socket.c), returns last hosts
22196         database error.
22197
22198         * socket.c (__gnat_get_h_errno): New function to retrieve h_errno, the
22199         hosts database last error code.
22200
22201         * gen-soccon.c: Complete value expansion should not be performed on
22202         TARGET, as it has the form of a math expression, and some components
22203         may be platform-defined macros.
22204         For VxWorks, generate the OK and ERROR values.
22205         New constants giving the sizes of the components of C struct timeval.
22206
22207 2005-11-14  Robert Dewar  <dewar@adacore.com>
22208             Ed Schonberg  <schonberg@adacore.com>
22209
22210         PR ada/18434
22211         * types.ads: Include All_Checks in Suppress_Array
22212
22213         * checks.adb (Check_Needed): Remove kludge for a/=b rewritten as
22214         not(a=b), since we no longer do this rewriting, and hence it is not
22215         needed.
22216         (Elaboration_Checks_Suppressed): Add special casing to
22217         deal with different cases of static and dynamic elaboration checks (all
22218         checks does not count in the first case, but does in the second).
22219         (Expr_Known_Valid): Do not assume that the result of any arbitrary
22220         function call is valid, since this is not the case.
22221         (Ensure_Valid): Do not apply validity check to a real literal
22222         in a universal or fixed context
22223
22224         * exp_ch4.adb (Expand_N_Op_Ne): Don't expand a/=b to not(a=b) for
22225         elementary types using the operator in standard. It is cleaner not to
22226         modify the programmers intent, especially in the case of floating-point.
22227         (Rewrite_Comparison): Fix handling of /= (this was always wrong, but
22228         it did not matter because we always rewrote a/=b to not(a=b).
22229         (Expand_Allocator_Expression): For an allocator expression whose nominal
22230         subtype is an unconstrained packed type, convert the expression to its
22231         actual constrained subtype.
22232         Implement warning for <= or >= where < or > not possible
22233         Fix to Vax_Float tests (too early in many routines, causing premature
22234         Vax_Float expansions.
22235
22236         * sem_prag.adb (Analyze_Pragma, case Obsolescent): Allow this pragma
22237         to be used with packages and generic packages as well as with
22238         subprograms.
22239         (Suppress): Set All_Checks, but not Elaboration_Check, for case
22240         of pragma Suppress (All_Checks)
22241         (Analyze_Pragma, case Warnings): Implement first argument allowed to be
22242         a string literal for precise control over warnings.
22243         Avoid raise of pragma in case of unrecognized pragma and just return
22244         instead.
22245
22246         * sem_prag.ads: Minor reformatting
22247
22248         * switch-c.adb (Scan_Front_End_Switches): Replace "raise Bad_Switch;"
22249         with call to new procedure Bad_Switch. Call Scan_Pos with new parameter
22250         Switch. Do not handle any exception.
22251         Include -gnatwx as part of -gnatg (warn on redundant parens)
22252         Allow optional = after -gnatm
22253         (Scan_Front_End_Switches): The -gnatp switch sets All_Checks, but no
22254         longer sets Elaboration_Checks.
22255         Code to set warning mode moved to Sem_Warn
22256         so that it can be shared by pragma processing.
22257
22258         * s-mastop-tru64.adb (Pop_Frame): Remove redundant parentheses in if
22259         statement.
22260
22261         * s-taprop-solaris.adb:
22262         Change some <= to =, to avoid new warning
22263
22264         * a-exexda.adb, prj-proc.adb:
22265         Fix obvious typo (Num_Tracebacks compared <= 0 instead of < 0)
22266         Fix obvious typo (Total_Errors_Detected <= 0 should be = 0)
22267
22268 2005-11-14  Robert Dewar  <dewar@adacore.com>
22269
22270         * exp_vfpt.adb: Handle /= case
22271         (Expand_Vax_Conversion): Properly recognize Conversion_OK flag
22272         so that we do not get duplicate scaling for fixed point conversions.
22273
22274         * s-vaflop.ads, s-vaflop.adb: (Ne_F): New function
22275
22276 2005-11-14  Matthew Gingell  <gingell@adacore.com>
22277
22278         * system-lynxos-ppc.ads, system-lynxos-x86.ads:
22279         Increase default priority on Lynx from 15 to 17, and meet the Ada
22280         requirement that Default_Priority be ((Priority'First +
22281         Priority'Last) / 2) by increasing the range of Interrupt_Priority.
22282
22283 2005-11-14  Vincent Celier  <celier@adacore.com>
22284
22285         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
22286         mlib-tgt-hpux.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
22287         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb,
22288         mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb,
22289         mlib-tgt-darwin.adb, mlib-tgt.adb, mlib-tgt.ads,
22290         mlib-tgt-lynxos.adb (DLL_Prefix): New function
22291
22292 2005-11-14  Doug Rupp  <rupp@adacore.com>
22293
22294         * system-vms.ads, system-vms_64.ads: ADA$GNAT: New exported object in
22295         private part.
22296
22297 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22298
22299         * s-traces-default.adb, s-trafor-default.ads,
22300         s-tratas-default.adb: Fix compilation errors.
22301
22302 2005-11-14  Jose Ruiz  <ruiz@adacore.com>
22303
22304         * s-taprop-posix.adb (Initialize_Lock): Destroy mutex attribute before
22305         raising the exception so the memory used is freed.
22306
22307 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22308
22309         * adaint.h, adaint.c (__gnat_is_cross_compiler): New constant.
22310         (Gnat_Install_Locks, __gnatlib_install_locks): Removed, no longer used.
22311         (convert_address): Update comments and list of platforms using this.
22312
22313         * s-tasini.adb (Gnat_Install_Locks, __gnatlib_install_locks): Removed,
22314         no longer used.
22315
22316 2005-11-14  Pascal Obry  <obry@adacore.com>
22317             Vincent Celier  <celier@adacore.com>
22318
22319         * gnatdll.adb (Parse_Command_Line): Remove redundant use of
22320         GNAT.Command_Line.
22321
22322         * memroot.adb: Remove redundant with/use clause on
22323         System.Storage_Elements.
22324
22325 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22326
22327         * a-except.adb (Zero_Cost_Exceptions): Removed, no longer used.
22328         (builtin_longjmp, Process_Raise_Exceeption): Move setjmp/longjmp
22329         related code to a-exexpr.adb
22330         (Save_Occurrence_And_Private): Move GCC EH related code to
22331         a-exexpr-gcc.adb
22332         (Raise_Current_Excep): Add new variable Id with pragma
22333         volatile, to ensure that the variable lives on stack.
22334
22335         * a-exexpr-gcc.adb, raise-gcc.c: New file.
22336
22337         * a-exexpr.adb (builtin_longjmp, Propagate_Exception): Moved here code
22338         from a-except.adb.
22339         Move GCC EH related code to a-exexpr-gcc.adb
22340
22341         * Makefile.in: Add or update g-soccon LIBGNAT pairs for Linux/PPC and
22342         64-bit Solaris
22343         Split the Linux version of g-soccon into separate variants for 32 and 64
22344         bit platforms.
22345         (gnatlib): Use $(AR_FOR_TARGET) and $(RANLIB_FOR_TARGET)
22346         vice $(AR) and $(RANLIB). Remove use of host variable $(RANLIB_FLAGS).
22347         install-gnatlib: Use $(RANLIB_FOR_TARGET) vice $(RANLIB). Remove use
22348         of host variable $(RANLIB_FLAGS).
22349         (alpha64-dec-*vms*): Fix translations for 64 bit compiler.
22350         Code clean up: remove unused/obsolete targets.
22351         (EH_MECHANISM): New variable introduced to differenciate between the
22352         two EH mechanisms statically.
22353         (gnatlib-zcx, gnatlib-sjlj): Force EH_MECHANISM manually.
22354         (LIBGNAT_OBJS): Add raise-gcc.o
22355         (LIBGNAT_TARGET_PAIRS for ppc-vxworks): Use an specialized version of
22356         s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
22357         supports VxWorks 6 RTPs.
22358         (EXTRA_GNATRTL_NONTASKING_OBJS for ppc-vxworks): Remove the use of
22359         i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
22360
22361         * raise.c: Move all GCC EH-related routines to raise-gcc.c
22362
22363 2005-11-14  Jose Ruiz  <ruiz@adacore.com>
22364
22365         * s-tassta.adb (Create_Task): Move the code in charge of resetting the
22366         deferral level, when abort is not allowed, to a later stage (the
22367         Task_Wrapper).
22368         (Task_Wrapper): If Abort is not allowed, reset the deferral level since
22369         it will not get changed by the generated code. It was previously done
22370         in Create_Task.
22371
22372 2005-11-14  Thomas Quinot  <quinot@adacore.com>
22373             Olivier Hainque  <hainque@adacore.com>
22374             Eric Botcazou  <ebotcazou@adacore.com>
22375
22376         * decl.c:
22377         Factor common code to build a storage type for an unconstrained object
22378         from a fat or thin pointer type and a constrained object type.
22379         (annotate_value): Handle BIT_AND_EXPR.
22380         (annotate_rep): Don't restrict the back annotation of inherited
22381         components to the type_annotate_only case.
22382         (gnat_to_gnu_entity) <E_Array_Type>: Do not invoke create_type_decl if
22383         we are not defining the type.
22384         <E_Record_Type>: Likewise.
22385         (gnat_to_gnu_entity) <object, renaming>: Adjust comments and structure
22386         to get advantage of the new maybe_stabilize_reference interface, to
22387         ensure that what we reference is indeed stabilized instead of relying
22388         on assumptions on what the stabilizer does.
22389         (gnat_to_gnu_entity) <E_Incomplete_Type>: If the entity is an incomplete
22390         type imported through a limited_with clause, use its non-limited view.
22391         (Has_Stdcall_Convention): New macro, to centralize the Windows vs others
22392         differentiation.
22393         (gnat_to_gnu_entity): Use Has_Stdcall_Convention instead of a spread mix
22394         of #if sections + explicit comparisons of convention identifiers.
22395         (gnat_to_gnu_entity) <E_Variable>: Decrement force_global if necessary
22396         before early-returning for certain types when code generation is
22397         disabled.
22398         (gnat_to_gnu_entity) <object>: Adjust comment attached to the
22399         nullification of gnu_expr we do for objects with address clause and
22400         that we are not defining.
22401         (elaborate_expression_1): Do not create constants when creating
22402         variables needed by the debug info: the dwarf2 writer considers that
22403         CONST_DECLs is used only to represent enumeration constants, and emits
22404         nothing for them.
22405         (gnat_to_gnu_entity) <object>: When turning a non-definition of an
22406         object with an address clause into an indirect reference, drop the
22407         initializing expression.
22408         Include "expr.h".
22409         (STACK_CHECK_BUILTIN): Delete.
22410         (STACK_CHECK_PROBE_INTERVAL): Likewise.
22411         (STACK_CHECK_MAX_FRAME_SIZE): Likewise.
22412         (STACK_CHECK_MAX_VAR_SIZE): Likewise.
22413         (gnat_to_gnu_entity): If gnat_entity is a renaming, do not mark the tree
22414         corresponding to the renamed object as ignored for debugging purposes.
22415
22416         * trans.c (tree_transform, case N_Attribute_Reference, case Attr_Size &
22417         related): For a prefix that is a dereference of a fat or thin pointer,
22418         if there is an actual subtype provided by the front-end, use that
22419         subtype to build an actual type with bounds template.
22420         (tree_transform, case N_Free_Statement): If an Actual_Designated_Subtype
22421         is provided by the front-end, use that subtype to compute the size of
22422         the deallocated object.
22423         (gnat_to_gnu): When adding a statement into an elaboration procedure,
22424         check for a potential violation of a No_Elaboration_Code restriction.
22425         (maybe_stabilize_reference): New function, like gnat_stabilize_reference
22426         with extra arguments to control whether to recurse through non-values
22427         and to let the caller know if the stabilization has succeeded.
22428         (gnat_stabilize_reference): Now a simple wrapper around
22429         maybe_stabilize, for common uses without restriction on lvalues and
22430         without need to check for the success indication.
22431         (gnat_to_gnu, call_to_gnu): Adjust calls to gnat_stabilize_reference, to
22432         pass false instead of 0 as the FORCE argument which is a bool.
22433         (Identifier_to_gnu): Remove checks ensuring that an renamed object
22434         attached to a renaming pointer has been properly stabilized, as no such
22435         object is attached otherwise.
22436         (call_to_gnu): Invoke create_var_decl to create the temporary when the
22437         function uses the "target pointer" return mechanism.
22438         Reinstate conversion of the actual to the type of the formal
22439         parameter before any other specific treatment based on the passing
22440         mechanism. This turns out to be necessary in order for PLACEHOLDER
22441         substitution to work properly when the latter type is unconstrained.
22442
22443         * gigi.h (build_unc_object_type_from_ptr): New subprogram, factoring a
22444         common pattern.
22445         (maybe_stabilize_reference): New function, like gnat_stabilize_reference
22446         with extra arguments to control whether to recurse through non-values
22447         and to let the caller know if the stabilization has succeeded.
22448
22449         * utils2.c (gnat_build_constructor): Only sort the fields for possible
22450         static output of record constructor if all the components are constant.
22451         (gnat_build_constructor): For a record type, sort the list of field
22452         initializers in increasing bit position order.
22453         Factor common code to build a storage type for an unconstrained object
22454         from a fat or thin pointer type and a constrained object type.
22455         (build_unary_op) <ADDR_EXPR>: Always recurse down conversions between
22456         types variants, and process special cases of VIEW_CONVERT expressions
22457         as their NOP_EXPR counterpart to ensure we get to the
22458         CORRESPONDING_VARs associated with CONST_DECls.
22459         (build_binary_op) <MODIFY_EXPR>: Do not strip VIEW_CONVERT_EXPRs
22460         on the right-hand side.
22461
22462         * utils.c (build_unc_object_type_from_ptr): New subprogram, factoring
22463         a common pattern.
22464         (convert) <VIEW_CONVERT_EXPR>: Return the inner operand directly if we
22465         are converting back to its original type.
22466         (convert) <JM input>: Fallthrough regular conversion code instead of
22467         extracting the object if converting to a type variant.
22468         (create_var_decl): When a variable has an initializer requiring code
22469         generation and we are at the top level, check for a potential violation
22470         of a No_Elaboration_Code restriction.
22471         (create_var_decl): call expand_decl for CONST_DECLs, to set MODE, ALIGN
22472         SIZE and SIZE_UNIT which we need for later back-annotations.
22473         * utils.c: (convert) <STRING_CST>: Remove obsolete code.
22474         <VIEW_CONVERT_EXPR>: Do not lift the conversion if the target type
22475         is an unchecked union.
22476         (pushdecl): Set DECL_NO_STATIC_CHAIN on imported nested functions.
22477         (convert) <VIEW_CONVERT_EXPR>: When the types have the same
22478         main variant, just replace the VIEW_CONVERT_EXPR.
22479         <UNION_TYPE>: Revert 2005-03-02 change.
22480
22481         * repinfo.h, repinfo.ads: Add tcode for BIT_AND_EXPR.
22482
22483         * repinfo.adb (Print_Expr, Rep_Value): Handle Bit_And_Expressions.
22484
22485 2005-11-14  Matthew Heaney  <heaney@adacore.com>
22486
22487         * a-crbtgo.ads, a-crbtgo.adb, a-coorse.ads, a-coorse.adb, a-convec.ads,
22488         a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohama.ads, a-cohama.adb,
22489         a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-cidlli.ads,
22490         a-cidlli.adb, a-cdlili.ads, a-cdlili.adb, a-coormu.adb, a-ciormu.adb,
22491         a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
22492         a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorma.adb, a-coorma.adb:
22493         Compiles against the spec for ordered maps described in sections
22494         A.18.6 of the most recent (August 2005) AI-302 draft.
22495
22496 2005-11-14  Olivier Hainque  <hainque@adacore.com>
22497
22498         * cuintp.c (UI_To_gnu): Use a proper type for intermediate computations
22499         to ensure bias adjustments take place when need be and to prevent
22500         occurrences of intermediate overflows.
22501
22502 2005-11-14  Matthew Gingell  <gingell@adacore.com>
22503             Olivier Hainque  <hainque@adacore.com>
22504
22505         * tb-gcc.c (trace_callback): Work around problem with _Unwind_GetIP on
22506         ia64 HP-UX.
22507
22508         * tracebak.c (ia64 configuration): Enable _Unwind_Backtrace driven
22509         tracebacks on ia64 HP-UX and provide explanatory comment.
22510         Enable backtraces on ia64 GNU/Linux.
22511         (x86 configuration): Bump FRAME_LEVEL to 1 to ensure we retrieve a real
22512         base pointer from builtin_frame_address. Adjust BASE_SKIP accordingly.
22513
22514 2005-11-14  Hristian Kirtchev  <kirtchev@adacore.com>
22515             Javier Miranda  <miranda@adacore.com>
22516
22517         * rtsfind.ads, exp_util.adb, exp_util.ads, exp_disp.adb, exp_disp.ads,
22518         exp_ch7.adb, sem_ch9.adb, snames.adb, snames.ads,
22519         exp_ch9.adb, exp_ch9.ads, exp_ch6.adb, exp_ch3.adb, exp_ch3.ads,
22520         einfo.ads, einfo.adb: Complete support for Ada 2005 interfaces.
22521
22522         * a-tags.ads, a-tags.adb: Major rewrite and additions to implement
22523         properly new Ada 2005 interfaces (AI-345) and add run-time checks (via
22524         assertions).
22525
22526         * exp_dbug.ads, exp_dbug.adb (Get_Secondary_DT_External_Name): New
22527         subprogram that generates the external name associated with a
22528         secondary dispatch table.
22529         (Get_Secondary_DT_External_Name): New subprogram that generates the
22530         external name associated with a secondary dispatch table.
22531
22532 2005-11-14  Emmanuel Briot  <briot@adacore.com>
22533
22534         * xref_lib.adb (Parse_Identifier_Info): It is possible for an entity
22535         line in the ALI file to include both an instantiation reference, and a
22536         returned value.
22537
22538 2005-11-14  Vincent Celier  <celier@adacore.com>
22539
22540         * clean.adb (Check_Project): Look for Ada code in extending project,
22541         even if Ada is not specified as a language.
22542         Use new function DLL_Prefix for DLL_Name
22543         (Clean_Interface_Copy_Directory): New procedure
22544         (Clean_Library_Directory): New procedure
22545         (Clean_Directory): Remove procedure, no longer used
22546         (Clean_Project): Do not delete any file in an externally built project
22547
22548         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Add the object
22549         directory of an extending project, even when there are no Ada source
22550         present.
22551         (Ada_Objects_Path.Add): Add Library_ALI_Dir, not Library_Dir to the path
22552         (Set_Ada_Paths.Add.Recursive_Add): Ditto
22553
22554         * mlib-prj.adb (Check_Library): For all library projects, get the
22555         library file timestamp.
22556         (Build_Library): Copy ALI files in Library_ALI_Dir, not in Library_Dir
22557         (Build_Library): Use new function DLL_Prefix for the DLL_Name
22558         (Clean): Remove procedure, no longer used
22559         (Ultimate_Extension_Of): New function
22560         (Build_Library): When cleaning the library directory, only remove an
22561         existing library file and any ALI file of a source of the project.
22562         When cleaning the interface copy directory, remove any source that
22563         could be a source of the project.
22564
22565         * prj.ads, prj.adb (Project_Empty): Add values of new components
22566         Library_TS and All_Imported_Projects.
22567         (Project_Empty): Add values for new components of Project_Data:
22568         Library_ALI_Dir and Display_Library_ALI_Dir
22569
22570         * prj-attr.adb: New project level attribute name Library_ALI_Dir
22571
22572         * prj-nmsc.adb (Check_Library_Attributes): Take into account new
22573         attribute Library_ALI_Dir.
22574         (Check_Library_Attributes): The library directory cannot be the same as
22575         any source directory of the project tree.
22576         (Check_Stand_Alone_Library): The interface copy directory cannot be
22577         the same as any source directory of the project tree.
22578
22579         * mlib.adb: Use Prj.Com.Fail, instead of Osint.Fail directly, to delete
22580         all temporary files.
22581
22582 2005-11-14  Robert Dewar  <dewar@adacore.com>
22583             Ed Schonberg  <schonberg@adacore.com>
22584
22585         * sem_elab.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22586         (Check_Elab_Call): A call within a protected body is never an
22587         elaboration call, and does not require checking.
22588         (Same_Elaboration_Scope): Take into account protected types for both
22589         entities.
22590         (Activate_Elaborate_All_Desirable): New procedure
22591
22592         * ali.ads, ali.adb: Implement new AD/ED for Elaborate_All/Elaborate
22593         desirable
22594
22595         * binde.adb: Implement new AD/ED for Elaborate_All/Elaborate desirable
22596         (Elab_Error_Msg): Use -da to include internal unit links, not -de.
22597
22598         * lib-writ.ads, lib-writ.adb:
22599         Implement new AD/ED for Elaborate_All/Elaborate desirable
22600         Use new Elaborate_All_Desirable flag in N_With_Clause node
22601
22602         * sinfo.ads, sinfo.adb (Actual_Designated_Subtype): New attribute for
22603         N_Free_Statement nodes.
22604         Define new class N_Subprogram_Instantiation
22605         Add Elaborate_Desirable flag to N_With_Clause node
22606         Add N_Delay_Statement (covering two kinds of delay)
22607
22608         * debug.adb: Introduce d.f flag for compiler
22609         Add -da switch for binder
22610
22611 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22612             Cyrille Comar  <comar@adacore.com>
22613
22614         * exp_aggr.adb (Build_Record_Aggr_Code): Do not create master entity
22615         for task component, in the case of a limited aggregate. The enclosed
22616         object declaration will create it earlier. Otherwise, in the case of a
22617         nested aggregate, the object may appear in the wrong scope.
22618         (Convert_Aggr_In_Object_Decl): Create a transient scope when needed.
22619         (Gen_Assign): If the component being assigned is an array type and the
22620         expression is itself an aggregate, wrap the assignment in a block to
22621         force finalization actions on the temporary created for each row of the
22622         enclosing object.
22623         (Build_Record_Aggr_Code): Significant rewrite insuring that ctrl
22624         structures are initialized after all discriminants are set so that
22625         they can be accessed even when their offset is dynamic.
22626
22627 2005-11-14  Robert Dewar  <dewar@adacore.com>
22628             Hristian Kirtchev  <kirtchev@adacore.com>
22629
22630         * sem_attr.adb: Implement Machine_Rounding attribute
22631         (Analyze_Access_Attribute): The access attribute may appear within an
22632         aggregate that has been expanded into a loop.
22633         (Check_Task_Prefix): Add semantic check for attribute 'Callable and
22634         'Terminated whenever the prefix is of a task interface class-wide type.
22635         (Analyze_Attribute): Add semantic check for attribute 'Identity whenever
22636         the prefix is of a task interface class-wide type.
22637
22638         * s-vaflop-vms-alpha.adb: Valid_D, Valid_F, Valid_G: Make Val constant
22639         to avoid warnings.
22640
22641         * s-fatgen.ads, s-fatgen.adb (Machine_Rounding): New function
22642         Remove pragma Inline for [Unaligned_]Valid.
22643         Add comments that Valid routines do not work for Vax_Float
22644
22645         * exp_attr.adb: Implement Machine_Rounding attribute
22646
22647         * snames.h: Add entry for Machine_Rounding attribute
22648
22649 2005-11-14  Javier Miranda  <miranda@adacore.com>
22650             Robert Dewar  <dewar@adacore.com>
22651             Hristian Kirtchev  <kirtchev@adacore.com>
22652
22653         * exp_attr.adb (Expand_N_Attribute_Reference, cases of Attribute_Size
22654         and related): For a prefix that is an explicit dereference of an
22655         access to unconstrained packed array type, annotate the dereference
22656         with an actual subtype so GIGI can make a correct size computation.
22657         (Expand_N_Attribute_Reference): In case of 'Unchecked_Access and
22658         'Unrestricted_Access, if the designated type is an interface we
22659         add a type conversion to force the displacement of the pointer
22660         to the secondary dispatch table.
22661         Use Universal_Real instead of Long_Long_Float when we need a high
22662         precision float type for the generated code (prevents gratuitous
22663         Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
22664         (Expand_N_Attribute_Reference): Add support for attribute 'Callable and
22665         'Terminated for task interface class-wide objects. Generate a call to
22666         the predefined dispatching routine used to retrieve the _task_id from
22667         a task corresponding record.
22668         (Expand_Fpt_Attribute): Major change to properly handle Vax_Float
22669
22670         * sem_disp.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22671         (Check_Dispatching_Operation): Protect the frontend againts
22672         previously detected errors.
22673
22674         * Makefile.rtl: Add new instantiations of system.fat_gen
22675
22676         * s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads:
22677         Change name of instantiated package for better consistency
22678         with newly added system.fat_gen instantiations.
22679
22680         * s-filofl.ads, s-fishfl.ads, s-fvadfl.ads, s-fvaffl.ads,
22681         s-fvagfl.ads: New files.
22682
22683 2005-11-14  Cyrille Comar  <comar@adacore.com>
22684             Thomas Quinot  <quinot@adacore.com>
22685
22686         * exp_ch5.adb (Expand_N_Assignment_Statement, Tagged_Case): For an
22687         assignment of a value of a tagged type that has been rewritten to a
22688         block statement, it is known by construction that no checks are
22689         necessary for the statements within the block: analyze it with checks
22690         suppressed.
22691         (Expand_N_If_Statement): When killing a dead then-branch in an
22692         if-statement that has elsif_parts, recompute the Current_Value node
22693         for any entity whose value is known from the condition of the first
22694         elsif_part.
22695         (Expand_N_Return_Statement): When returning a mutable record, convert
22696         the return value into its actual subtype in order to help the backend
22697         to return the actual size instead of the maximum. This is another
22698         aftermath of not returning mutable records on the sec-stack anymore.
22699
22700         * sem_ch5.ads, sem_ch5.adb (Analyze_Iteration_Scheme): Minor change to
22701         handling of error msg for suspicious reverse range iteration.
22702         (Check_Possible_Current_Value_Condition): Move declaration from body to
22703         spec, to allow this subprogram to be called from exp_ch5.
22704
22705 2005-11-14  Thomas Quinot  <quinot@adacore.com>
22706
22707         * exp_dist.adb (Append_Array_Traversal): Modify constrained case to
22708         generate a set of nested array aggregates instead of a single flat
22709         aggregate for multi-dimensional arrays.
22710
22711 2005-11-14  Pascal Obry  <obry@adacore.com>
22712
22713         * expect.c (__gnat_kill) [Win32]: Fix implementation, the pid returned
22714         by spawnve is a process handle, no need to convert. Add a parameter
22715         close to control wether the process handle must be closed.
22716         (__gnat_waitpid): Fix implementation, the pid returned by spawnve is
22717         a process handle, not need to convert.
22718         (__gnat_kill) [*]: Add dummy parameter close to match the Win32 spec.
22719
22720         * g-expect.adb: (Kill): Document the new close parameter.
22721         (Close): Do not release the process handle in the kill there as
22722         waitpid() is using it.
22723         (Send_Signal): Release the process handle.
22724
22725 2005-11-14  Robert Dewar  <dewar@adacore.com>
22726
22727         * exp_fixd.adb: Use Universal_Real instead of Long_Long_Float when we
22728         need a high precision float type for the generated code (prevents
22729         gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
22730         used).
22731
22732         * exp_imgv.adb: Use Universal_Real instead of Long_Long_Float when we
22733         need a high precision float type for the generated code (prevents
22734         gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
22735         used).
22736         (Expand_Width_Attribute): In configurable run-time, the attribute is not
22737         allowed on non-static enumeration subtypes. Force a load error to emit
22738         the correct diagnostic.
22739
22740 2005-11-14  Thomas Quinot  <quinot@adacore.com>
22741             Robert Dewar  <dewar@adacore.com>
22742             Ed Schonberg  <schonberg@adacore.com>
22743
22744         * exp_intr.adb (Expand_Unc_Deallocation): If GIGI needs an actual
22745         subtype to compute the size of the designated object at run-time,
22746         create such a subtype and store it in the Actual_Designated_Subtype
22747         attribute of the N_Free_Statement.
22748         Generate itype for classwide designated object in both cases of
22749         user-specified storage pool: specific and class-wide, not only in the
22750         specific case.
22751         Raise CE when trying to set a not null access type object to null.
22752         (Expand_Dispatching_Constructor_Call): Retrieve subprogram actual with
22753         an explicit loop, because freeze nodes make its position variable.
22754
22755         * sem_intr.adb (Check_Intrinsic_Call): Given warning for freeing not
22756         null object.
22757
22758 2005-11-14  Javier Miranda  <miranda@adacore.com>
22759
22760         * exp_strm.adb (Build_Stream_Attr_Profile, Build_Stream_Function,
22761         Build_Stream_Procedure): Add the null-excluding attribute to the first
22762         formal.
22763         This has no semantic meaning under Ada95 mode but it is a
22764         requirement under Ada05 mode.
22765
22766         * par-ch3.adb (P_Access_Definition): Addition of warning message if
22767         the null exclusion is used under Ada95 mode
22768         (P_Null_Exclusion): The qualifier has no semantic meaning in Ada 95.
22769         (P_Access_Definition): Remove assertion that forbids the use of
22770         the null-exclusion feature in Ada95.
22771
22772 2005-11-14  Robert Dewar  <dewar@adacore.com>
22773
22774         * impunit.adb: Exclude container helper units not intended for use by
22775         users.
22776
22777 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22778
22779         * freeze.adb (Freeze_Entity): For an access formal that is an access
22780         to subprogram, freeze the anonymous subprogram type at the same time,
22781         to prevent later freezing in the wrong scope, such as the enclosing
22782         subprogram body.
22783         (Freeze_Entity): Freeze the equivalent_type of an access_to_protected_
22784         subprogram whenever available.
22785
22786 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22787
22788         PR ada/23732
22789         * gnatvsn.ads (Library_Version): Bump to 4.1
22790
22791 2005-11-14  Robert Dewar  <dewar@adacore.com>
22792
22793         * g-debpoo.adb (Set_Valid): Use Integer_Address instead of
22794         Storage_Offset to avoid wrap around causing invalid results.
22795
22796 2005-11-14  Pascal Obry  <obry@adacore.com>
22797
22798         * gnatbind.adb (Is_Cross_Compiler): New function returning True for
22799         cross-compiler.
22800         (Scan_Bind_Arg): Fail with an error message if -M option is used
22801         on a native compiler.
22802
22803 2005-11-14  Robert Dewar  <dewar@adacore.com>
22804             Vincent Celier  <celier@adacore.com>
22805
22806         * gprep.adb: Implement -C switch to scan comments
22807
22808         * scng.adb: Scan comment symbol separately if Replace_In_Comments set
22809
22810         * scans.ads: Comment updates (including new use of Tok_Comment in
22811         preprocessing)
22812
22813         * opt.ads: Add documentation for flags that are used by gprmake,
22814         currently and in the next version of gprmake.
22815         (Verbosity_Level): New variable
22816         Add Replace_In_Comments switch
22817
22818         * vms_data.ads: Add VMS equivalent for new gnatmake switches -vl, -vm
22819         and -vm.
22820         Add /REPLACE_IN_COMMENTS for gnatprep -C switch
22821
22822 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22823
22824         * g-regpat.adb (Fail): raise Expression_Error including the diagnostic
22825         message, friendlier.
22826
22827 2005-11-14  Robert Dewar  <dewar@adacore.com>
22828
22829         * g-spitbo.adb: (Hash): Rotate by 3 instead of 1
22830
22831 2005-11-14  Doug Rupp  <rupp@adacore.com>
22832
22833         * init.c [VMS]: Don't install __gnat_error_handler if DBG$TDBG defined.
22834
22835 2005-11-14  Robert Dewar  <dewar@adacore.com>
22836
22837         * interfac.ads: Change declarations of IEEE float types so that we no
22838         longer need a separate version of this package for VMS.
22839
22840 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22841
22842         * lib-xref.adb (Generate_Definition, Generate_Reference): Treat the
22843         internal entity created for the declaration of a child subprogram body
22844         with no spec as coming from source, to generate proper cross-reference
22845         information.
22846
22847 2005-11-14  Vincent Celier  <celier@adacore.com>
22848
22849         * make.adb (Compile_Sources): Change verbose message to minimum
22850         verbosity level High for "is in an Ada library", "is a read-only
22851         library" and "is an internal library",
22852         (Create_Binder_Mapping_File): Path name of ALI file for library project
22853         must include the library directory, not the object directory.
22854         (Scan_Make_Arg): Make sure that Switch.M.Scan_Make_Switches is called
22855         for new switches -vl, -vm and -vh.
22856         (Verbose_Msg): Add new defaulted parameter Minimum_Verbosity
22857         (Check): Use minimum verbosity Medium for some Verbose_Msg calls
22858         (Compile_Sources): Do not attempt to compile if an ALI file is missing
22859         in a project that is externally built.
22860         (Compute_All_Imported_Projects): New procedure
22861         (Gnatmake): Check if importing libraries should be regenerated because
22862         at least an imported library is more recent.
22863         (Initialize): For each project compute the list of the projects it
22864         imports directly or indirectly.
22865         (Add_Library_Search_Dir): New procedure, used in place of
22866         Add_Lib_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
22867         put in the search paths.
22868         (Add_Source_Search_Dir): New procedure, used in place of
22869         Add_Src_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
22870         put in the search paths.
22871         (Mark_Directory): Resolve the absolute path the directory before marking
22872         it.
22873
22874         * switch-m.adb (Scan_Make_Switches): Replace "raise Bad_Switch;" with
22875         call to new procedure Bad_Switch. Call Scan_Pos with new parameter
22876         Switch. Do not handle any exception.
22877         (Scan_Make_Switches): Increment Ptr for new switches -vl, -vm and -vh
22878         so that the switch is recognized as valid.
22879         (Scan_Make_Switches): Implement new switches -vl, -vm and -vh.
22880
22881 2005-11-14  GNAT Script  <nobody@adacore.com>
22882
22883         * Make-lang.in: Makefile automatically updated
22884
22885 2005-11-14  Pascal Obry  <obry@adacore.com>
22886
22887         * mdll.adb (Build_Reloc_DLL): Fix parameter handling when a map file is
22888         used.
22889         (Ada_Build_Reloc_DLL): Fix parameter handling when a map file is used.
22890         In both cases the last argument was dropped.
22891
22892 2005-11-14  Eric Botcazou  <ebotcazou@adacore.com>
22893
22894         * namet.h: (Column_Numbe): New type.
22895         (Get_Column_Number): Define to sinput__get_column_number.
22896         (Instantiation): Define to sinput__instantiation.
22897         (Get_Column_Number): Declare.
22898         (Instantiation): Likewise.
22899
22900 2005-11-14  Robert Dewar  <dewar@adacore.com>
22901
22902         * par-ch10.adb (P_Compilation_Unit): Add defenses against junk unit
22903         syntax, which could cause compiler hangs.
22904
22905 2005-11-14  Vincent Celier  <celier@adacore.com>
22906
22907         * prj-ext.adb: Take into account new environment variable
22908         GPR_PROJECT_PATH. Warn if both GPR_PROJECT_PATH and ADA_PROJECT_PATH
22909         are defined.
22910         (Prj.Ext elaboration): For each directory in the ADA_PROJECT_PATH,
22911         normalize its path name, making it absolute and resolving symbolic
22912         links, and replace the original if resolved path is different.
22913
22914 2005-11-14  Vincent Celier  <celier@adacore.com>
22915
22916         * prj-part.adb (Create_Virtual_Extending_Project): Put virtual project
22917         into Prj.Tree.Tree_Private_Part.Projects_Htable for GPS.
22918
22919 2005-11-14  Emmanuel Briot  <briot@adacore.com>
22920
22921         * prj-pp.adb (Print): Do not output the with statement if the
22922         associated name is empty, which happens for virtual extending projects.
22923         (Print): Preserve the "extends all" attribute when printing the project.
22924
22925         * prj-tree.ads (String_Value_Of): Add comment about returned value for
22926         a virtual extending project.
22927
22928 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22929
22930         * sem_aggr.adb (Resolve_Aggregate): An others choice is legal on the
22931         rhs of an assignment even if the type is unconstrained, when the
22932         context is non-expanding.
22933         In an inlined body, if the context type is private,
22934         resolve with its full view, which must be a composite type.
22935
22936 2005-11-14  Robert Dewar  <dewar@adacore.com>
22937             Ed Schonberg  <schonberg@adacore.com>
22938
22939         * sem_ch10.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22940         Do not give obsolescent warning on with of subprogram (since we
22941         diagnose calls)
22942         (Analyze_With_Clause): Add test for obsolescent package
22943         (Install_Context_Clauses): If the unit is the body of a child unit, do
22944         not install twice the private declarations of the parents, to prevent
22945         circular lists of Use_Clauses in a parent.
22946         (Implicit_With_On_Parent): Do add duplicate with_clause on parent when
22947         compiling body of child unit.
22948         Use new class N_Subprogram_Instantiation
22949         (Expand_With_Clause): If this is a private with_clause for a child unit,
22950         appearing in the context of a package declaration, then the implicit
22951         with_clauses generated for parent units are private as well.
22952         (License_Check): Do not generate message if with'ed unit is internal
22953
22954 2005-11-14  Gary Dismukes  <dismukes@adacore.com>
22955             Ed Schonberg  <schonberg@adacore.com>
22956             Thomas Quinot  <quinot@adacore.com>
22957
22958         * sem_ch12.ads, sem_ch12.adb (Map_Entities): Exclude entities whose
22959         names are internal, because they will not have a corresponding partner
22960         in the actual package.
22961         (Analyze_Formal_Package): Move the setting of the formal package spec's
22962         Generic_Parent field so that it occurs prior to analyzing the package,
22963         to allow proper operation of Install_Parent_Private_Declarations.
22964         (Analyze_Package_Instantiation): Set the instantiated package entity's
22965         Package_Instantiation field.
22966         (Get_Package_Instantiation_Node): Move declaration to package spec.
22967         Retrieve the N_Package_Instantiation node when the Package_Instantiation
22968         field is present.
22969         (Check_Generic_Child_Unit): Within an inlined call, the only possible
22970         instantiation is Unchecked_Conversion, for which no parents are needed.
22971         (Inline_Instance_Body): Deinstall and record the use_clauses for all
22972         parent scopes of a scope being removed prior to inlining an instance
22973         body.
22974         (Analyze_Package_Instantiation): Do not perform front-end inlining when
22975         the current context is itself an instance within a non-instance child
22976         unit, to prevent scope stack errors.
22977         (Save_References): If the node is an aggregate that is an actual in a
22978         call, rewrite as a qualified expression to preserve some type
22979         information, to resolve possible ambiguities in the instance.
22980         (Instance_Parent_Unit): New global variable to record the ultimate
22981         parent unit associated with a generic child unit instance (associated
22982         with the existing Parent_Unit_Visible flag).
22983         (type Instance_Env): New component Instance_Parent_Unit for stacking
22984         parents recorded in the global Instance_Parent_Unit.
22985         (Init_Env): Save value of Instance_Parent_Unit in the Instance_Env
22986         stack.
22987         (Install_Spec): Save the parent unit entity in Instance_Parent_Unit when
22988         it's not a top-level unit, and only do this if Instance_Parent_Unit is
22989         not already set. Replace test of Is_Child_Unit with test of parent's
22990         scope against package Standard. Add comments and a ??? comment.
22991         (Remove_Parent): Revise condition for resetting Is_Immediately_Visible
22992         on a child instance parent to test that the parent equals
22993         Instance_Parent rather than simply checking that the unit is not a
22994         child unit.
22995         (Restore_Env): Restore value of Instance_Parent_Unit from Instance_Env.
22996         (Validate_Derived_Interface_Type_Instance): Verify that all ancestors of
22997         a formal interface are ancestors of the corresponding actual.
22998         (Validate_Formal_Interface_Type): Additional legality checks.
22999         (Analyze_Formal_Derived_Interface_Type): New procedure to handle formal
23000         interface types with ancestors.
23001         (Analyze_Formal_Package): If formal is a renaming, use renamed entity
23002         to diagnose attempts to use generic within its own declaration.
23003
23004 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23005             Javier Miranda  <miranda@adacore.com>
23006
23007         * sem_ch3.ads, sem_ch3.adb (Build_Discriminal): Add link to original
23008         discriminant.
23009         (Build_Private_Derived_Type): The entity of the created full view of the
23010         derived type does not come from source. If after installing the private
23011         declarations of the parent scope the parent is still private, use its
23012         full view to construct the full declaration of the derived type.
23013         (Build_Derived_Record_Type): Relax the condition that controls the
23014         execution of the check that verifies that the partial view and
23015         the full view agree in the set of implemented interfaces. In
23016         addition, this test now only takes into account the progenitors.
23017         (Derive_Interface_Subprograms): No need to derive subprograms
23018         of ancestors that are interfaces.
23019         (Derive_Subprograms): Remove formal No_Predefined_Prims and the
23020         associated code.
23021         Change name Is_Package to Is_Package_Or_Generic_Package
23022         (Complete_Subprograms_Derivation): Handle the case in which the full
23023         view is a transitive derivation of the ancestor of the partial view.
23024         (Process_Full_View): Rename local subprogram Find_Interface_In_
23025         Descendant to Find_Ancestor_Interface to leave the code more clear.
23026         Remove wrong code that avoids the generation of an error message
23027         when the immediate ancestor of the partial view is an interface.
23028         In addition some minor reorganization of the code has been done to
23029         leave it more clear.
23030         (Analyze_Type_Declaration): If type has previous incomplete tagged
23031         partial view, inherit properly its primitive operations.
23032         (Collect_Interfaces): Make public, for analysis of formal
23033         interfaces.
23034         (Analyze_Interface_Declaration): New procedure for use for regular and
23035         formal interface declarations.
23036         (Build_Derived_Record_Type): Add support for private types to the code
23037         that checks if a tagged type implements abstract interfaces.
23038         (Check_Aliased_Component_Type): The test applies in the spec of an
23039         instance as well.
23040         (Access_Type_Declaration): Clean up declaration of malformed type
23041         declared as an access to its own classwide type, to prevent cascaded
23042         crash.
23043         (Collect_Interfaces): For private extensions and for derived task types
23044         and derived protected types, the parent may be an interface that must
23045         be included in the interface list.
23046         (Access_Definition): If the designated type is an interface that may
23047         contain tasks, create Master_Id for it before analyzing the expression
23048         of the declaration, which may be an allocator.
23049         (Record_Type_Declaration): Set properly the interface kind, for use
23050         in allocators, the creation of master id's for task interfaces, etc.
23051
23052 2005-11-14  Javier Miranda  <miranda@adacore.com>
23053             Ed Schonberg  <schonberg@adacore.com>
23054
23055         * sem_ch6.adb (Check_Conformance): The null-exclusion feature can be
23056         omitted in case of stream attribute subprograms.
23057         (Check_Inline_Pragma): Handle Inline and Inline_Always pragmas that
23058         appear immediately after a subprogram body, when there is no previous
23059         subprogram declaration.
23060         Change name Is_Package to Is_Package_Or_Generic_Package
23061         (Process_Formals): A non null qualifier on a non null named access
23062         type is not an error, and is a warning only if Redundant_Constructs
23063         are flagged.
23064
23065 2005-11-14  Gary Dismukes  <dismukes@adacore.com>
23066             Ed Schonberg  <schonberg@adacore.com>
23067
23068         * sem_ch7.adb (Install_Parent_Private_Declarations): New procedure
23069         nested within Analyze_Package_Specification to install the private
23070         declarations and use clauses within each of the parent units of a
23071         package instance of a generic child package.
23072         (Analyze_Package_Specification): When entering a private part of a
23073         package associated with a generic instance or formal package, the
23074         private declarations of the parent must be installed (by calling new
23075         procedure Install_Parent_Private_Declarations).
23076         Change name Is_Package to Is_Package_Or_Generic_Package
23077         (Preserve_Full_Attributes): For a synchronized type, the corresponding
23078         record is absent in a generic context, which does not indicate a
23079         compiler error.
23080
23081 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23082
23083         * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic context, do
23084         not try to rewrite a renamed stream attribute, because the operations
23085         on the type may not have been generated.
23086         Handle properly a renaming_as_body generated for a stream operation
23087         whose default is abstract because the object type itself is abstract.
23088         (Find_Type): If the type is incomplete and appears as the prefix of a
23089         'Class reference, it is tagged, and its list of primitive operations
23090         must be initialized properly.
23091         (Chain_Use_Clauses): When chaining the use clauses that appear in the
23092         private declaration of a parent unit, prior to compiling the private
23093         part of a child unit, find on the scope stack the proper parent entity
23094         on which to link the use clause.
23095         (Note_Redundant_Use): Emit a warning when a redundant use clause is
23096         detected.
23097         (Analyze_Object_Renaming): An attribute reference is not a legal object
23098         if it is not a function call.
23099
23100 2005-11-14  Robert Dewar  <dewar@adacore.com>
23101             Ed Schonberg  <schonberg@adacore.com>
23102
23103         * sem_eval.adb: Implement d.f flag
23104         (Subtype_Statically_Match): A generic actual type has unknown
23105         discriminants when the corresponding actual has a similar partial view.
23106         If the routine is called to validate the signature of an inherited
23107         operation in a child instance, the generic actual matches the full view,
23108
23109 2005-11-14  Hristian Kirtchev  <kirtchev@adacore.com>
23110             Ed Schonberg  <schonberg@adacore.com>
23111             Robert Dewar  <dewar@adacore.com>
23112             Thomas Quinot  <quinot@adacore.com>
23113
23114         * sem_res.adb (Resolve_Call): Provide a better error message whenever
23115         a procedure call is used as a select statement trigger and is not an
23116         entry renaming or a primitive of a limited interface.
23117         (Valid_Conversion): If the operand has a single interpretation do not
23118         remove address operations.
23119         (Check_Infinite_Recursion): Skip freeze nodes when looking for a raise
23120         statement to inhibit warning.
23121         (Resolve_Unary_Op): Do not produce a warning when
23122         processing an expression of the form -(A mod B)
23123         Use Universal_Real instead of Long_Long_Float when we need a high
23124         precision float type for the generated code (prevents gratuitous
23125         Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
23126         (Resolve_Concatenation_Arg): Improve error message when argument is an
23127         ambiguous call to a function that returns an array.
23128         (Make_Call_Into_Operator, Operand_Type_In_Scope): Do not check that
23129         there is an implicit operator in the given scope if we are within an
23130         instance: legality check has been performed on the generic.
23131         (Resolve_Unary_Op): Apply warnings checks on argument of Abs operator
23132         after resolving operand, to avoid false warnings on overloaded calls.
23133
23134 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23135             Javier Miranda  <miranda@adacore.com>
23136
23137         PR ada/15604
23138         * sem_type.adb (Covers): In an inlined body, a composite type matches
23139         a private type whose full view is a composite type.
23140         (Interface_Present_In_Ancestor): Protect the frontend against
23141         previously detected errors to ensure that its compilation
23142         with assertions enabled gives the same output that its
23143         compilation without assertions.
23144         (Interface_Present_In_Ancestor): Add support for private types.
23145         Change name In_Actual to In_Generic_Actual (clean up)
23146         (Disambiguate): New predicate In_Actual, to recognize expressions that
23147         appear in the renaming declaration generated for generic actuals, and
23148         which must be resolved in the outer context.
23149
23150 2005-11-14  Robert Dewar  <dewar@adacore.com>
23151             Thomas Quinot  <quinot@adacore.com>
23152             Hristian Kirtchev  <kirtchev@adacore.com>
23153             Ed Schonberg  <schonberg@adacore.com>
23154
23155         * sem_util.ads, sem_util.adb: Change name Is_Package to
23156         Is_Package_Or_Generic_Package.
23157         (Check_Obsolescent): New procedure.
23158         (Set_Is_Public): Remove obsolete junk test.
23159         (Set_Public_Status): Do not set Is_Public on an object whose declaration
23160         occurs within a handled_sequence_of_statemets.
23161         (Is_Controlling_Limited_Procedure): Factor some of the logic, account
23162         for a parameterless procedure.
23163         (Enter_Name): Recognize renaming declarations created for private
23164         component of a protected type within protected operations, so that
23165         the source name of the component can be used in the debugger.
23166
23167 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23168             Robert Dewar  <dewar@adacore.com>
23169
23170         * sem_warn.ads, sem_warn.adb (Publicly_Referenceable): Generic formals
23171         of a generic subprogram are not visible outside the body.
23172         (Set_Warning_Switch): New procedure (code to set warning mode moved
23173         here from Switch.C so that it can be shared by pragma processing.
23174         (Check_References): Special case warning for non-modified non-imported
23175         volatile objects.
23176         * par-prag.adb: Modify processing of pragma Warnings to accomodate new
23177         form with a string literal argument
23178
23179 2005-11-14  Javier Miranda  <miranda@adacore.com>
23180
23181         * s-finroo.ads, s-finroo.adb (Read): Addition of "not null" to the
23182         anonymous access.
23183         (Write): Addition of "not null" to the anonymous access.
23184         (Read): Addition of "not null" to the anonymous access.
23185         (Write): Addition of "not null" to the anonymous access.
23186
23187         * s-strxdr.adb, s-stratt.ads, s-stratt.adb (I_AD, I_AS, I_B, I_C, I_F,
23188         I_I, I_LF, I_LI, I_LLF, I_LLI, I_LLU, I_LU, I_SF, I_SI, I_SSI, I_SSU,
23189         I_SU, I_U, I_WC): Addition of "not null" to the anonymous access.
23190         (W_AD, W_AS, W_B, W_C, W_F, W_I, W_LF, W_LI, W_LLF, W_LLI, W_LLU,
23191         W_LU, W_SF, W_SI, W_SSI, W_SSU, W_SU, W_U, W_WC): Addition of
23192         "not null" to the anonymous access.
23193
23194 2005-11-14  Robert Dewar  <dewar@adacore.com>
23195
23196         * s-stoele.adb: Fix code for Address mod Storage_Offset for negative
23197         offset values
23198
23199 2005-11-14  Vincent Celier  <celier@adacore.com>
23200
23201         * switch.adb (Bad_Switch): New procedure
23202         (Scan_Nat, Scan_Pos): Directly call Osint.Fail with the appropriate
23203         message when in error.
23204
23205         * switch.ads (Bad_Switch, Bad_Switch_Value, Missing_Switch_Value,
23206         Too_Many_Output_Files): Remove declarations, no longer used.
23207         (Scan_Nat): New parameter Switch
23208         (Scan_Pos): Ditto
23209         (Bad_Switch): New procedure
23210
23211         * switch-b.adb (Scan_Binder_Switches): Replace "raise Bad_Switch;"
23212         with call to new procedure Bad_Switch. Call Scan_Pos and Scan_Natwith
23213         new parameter Switch. Replace "raise Too_Many_Output_Files;" with call
23214         to Osint.Fail. Do not handle any exception.
23215
23216 2005-11-14  Vincent Celier  <celier@adacore.com>
23217
23218         * tempdir.adb (Tempdir): Do not use environment variable TMPDIR if it
23219         designates a non existent directory.
23220
23221 2005-11-14  Robert Dewar  <dewar@adacore.com>
23222
23223         * xgnatugn.adb: Replace invalid membership test by 'Valid
23224
23225 2005-11-14  Vincent Celier  <celier@adacore.com>
23226
23227         * makegpr.adb (Gprmake): Do not attempt to build the global archive if
23228         there is no object directory.
23229
23230 2005-11-14  Robert Dewar  <dewar@adacore.com>
23231
23232         * usage.adb: Minor adjustment to output format, use nn instead of nnn
23233         (so that -gnateInnn does not run into next column)
23234
23235 2005-11-14  Ed Falis  <falis@adacore.com>
23236
23237         * s-bitops.adb (Bits_Array): corrected comment: "unconstrained" =>
23238         "constrained"
23239
23240 2005-11-14  Cyrille Comar  <comar@adacore.com>
23241
23242         * s-chepoo.ads: Add comments on Dereference.
23243         Remove unnecessary inherited abstract primitives.
23244         Cosmetic cleanup.
23245
23246 2005-11-14  Robert Dewar  <dewar@adacore.com>
23247
23248         * sem_cat.ads (Validate_Access_Type_Declaration): Remove declaration
23249         node parameter, not needed, since it is available as Declaration_Node.
23250
23251 2005-11-14  Geert Bosch  <bosch@adacore.com>
23252
23253         * s-exnllf.adb (Exn_LLF): Fix comment to be more precise and
23254         grammatically correct.
23255
23256 2005-11-14  Vincent Celier  <celier@adacore.com>
23257
23258         * s-fileio.ads: Correct spelling error in comment
23259
23260 2005-11-14  Cyrille Comar  <comar@adacore.com>
23261             Robert Dewar  <dewar@adacore.com>
23262             Vincent Celier  <celier@adacore.com>
23263             Ben Brosgol  <brosgol@adacore.com>
23264             Jose Ruiz  <ruiz@adacore.com>
23265             Pascal Obry  <obry@adacore.com>
23266
23267         * gnat_ugn.texi:
23268         Document that -fstack-check is needed for strict compliance with the
23269         Ada 95 Reference Manual.
23270         Correct reference to VAX systems to meet HP guidelines
23271         Add documentation for new gnatmake switches -vl, -vm and -vh
23272         Replace DEC Ada by HP Ada
23273         Replace DIGITAL by HP
23274         Remove empty section on tools in compatibility section
23275         Clarify the Windows convention semantics.
23276         Document the Win32 calling convention.
23277         The Stdcall, Win32 and DLL convention are synonyms.
23278         Add a note in -gnatR description about zero size record components
23279         Note on new >= and <= warnings for -gnatwc
23280         Document that equal sign after -gnatm is optional.
23281         Note that strip is working fine on DLL built with a Library
23282         Project. The restriction apply only to DLL built with gnatdll.
23283         Update section about the way to debug a DLL.
23284         Update information about the DLL convention.
23285         Document -C switch for gnatprep
23286         Document new attribute Library_ALI_Dir
23287         Update elaboration doc to include implicit Elaborate pragmas now
23288         generated for subprogram instantiations.
23289         Document limitation on executable names that include spaces for --GCC,
23290         --GNATBIND, and --GNATLINK switches.
23291         Document that -w causes -gnatws to be added at start of gcc switches
23292
23293         * gnat_rm.texi: Document that -mieee is needed for generating infinite
23294         and NaN values in case of overflow on machines that are not fully
23295         compliant with the IEEE floating-point standard.
23296         Create a section describing the set of compiler options needed for
23297         strict compliance with the Ada 95 Reference Manual.
23298         Add documentation for pragma Obsolescent applied to a package
23299         Clarify potential issues of mixed language programs related to the
23300         I/O buffering enabling in the elaboration of the GNAT runtime.
23301         Add extra documentation for pragma Restrictions (No_Elaboration_Code)
23302         This documentation only patch adds extra documentsion for pragma
23303         Restrictions (No_Elaboration_Code), explaining why it is not possible
23304         to document this restriction in terms of allowed source constructs.
23305         Document string literal form of pragma Warnings
23306         Document new attribute Library_ALI_Dir
23307         Add documentation on stable attributes in project files that was missing
23308
23309         * gnat-style.texi: Indicate that paragraphs within a single comment
23310         should be separated by empty comment lines
23311
23312         * ug_words: Added replacements for -gnat95 and -gnat05 (/95 and
23313         /05 respectively)
23314
23315         * bindusg.adb: Minor cleanup, put -m before -M for consistency
23316
23317 2005-11-14  Robert Dewar  <dewar@adacore.com>
23318
23319         * a-secain.adb, a-slcain.adb, a-shcain.adb, a-chtgke.ads, a-chtgke.adb,
23320         a-stwiha.adb, a-strhas.adb, a-chzla1.ads, a-chzla9.ads, a-stzbou.adb,
23321         a-stzbou.ads, a-stzfix.adb, a-stzhas.adb, a-stzmap.adb, a-stzmap.ads,
23322         a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads, a-stzunb.adb,
23323         a-stzunb.ads, a-szuzha.adb, a-szuzha.ads, a-szuzti.adb, a-szuzti.ads,
23324         a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb, a-ztcstr.adb, a-ztcstr.ads,
23325         a-ztdeau.adb, a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
23326         a-ztedit.ads, a-ztenau.ads, a-ztenio.adb, a-ztenio.ads, a-ztexio.adb,
23327         a-ztexio.ads, a-ztfiio.adb, a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads,
23328         a-ztflio.adb, a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
23329         a-ztinau.ads, a-ztinio.adb, a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads,
23330         a-zttest.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-alpha.adb,
23331         g-enblsp-vms-ia64.adb, g-enblsp-vms-ia64.adb, system-linux-hppa.ads,
23332         a-chacon.adb, a-chacon.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
23333         a-zchuni.ads, g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb,
23334         system-hpux-ia64.ads, g-soccon-unixware.ads, g-soliop-unixware.ads,
23335         g-soccon-interix.ads, g-soliop-solaris.ads, g-eacodu-vms.adb,
23336         g-expect-vms.adb, g-socthi-vms.adb, g-soliop-mingw.ads,
23337         a-intnam-unixware.ads, a-intnam-lynxos.ads, a-intnam-tru64.ads,
23338         a-intnam-aix.ads, a-intnam-linux.ads, a-intnam-linux.ads,
23339         a-intnam-dummy.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
23340         a-intnam-solaris.ads, a-calend-vms.adb, a-calend-vms.ads,
23341         a-intnam-vms.ads, a-calend-mingw.adb, a-intnam-mingw.ads,
23342         a-intnam-vxworks.ads, a-numaux-vxworks.ads, system-unixware.ads,
23343         system-linux-ia64.ads, a-intnam-freebsd.ads, system-freebsd-x86.ads,
23344         system-lynxos-ppc.ads, system-linux-x86_64.ads, a-stunha.adb,
23345         a-cgaaso.ads, a-cgaaso.adb, a-chtgop.adb, a-cgcaso.adb, a-cgarso.adb,
23346         a-cohata.ads, a-crbtgk.adb, a-crbltr.ads, a-coprnu.adb, a-rbtgso.adb,
23347         a-intnam-darwin.ads, system-darwin-ppc.ads, gprmake.adb, makegpr.ads,
23348         system-tru64.ads, system-aix.ads, system-solaris-x86.ads,
23349         system-irix-o32.ads, s-interr-sigaction.adb, system-irix-n32.ads,
23350         s-parame-mingw.adb, system-hpux.ads, s-traceb-hpux.adb,
23351         system-linux-x86.ads, s-inmaop-dummy.adb, system-os2.ads,
23352         system-interix.ads, system-solaris-sparc.ads,
23353         system-solaris-sparcv9.ads, s-inmaop-vms.adb,
23354         s-mastop-vms.adb, expander.adb, expander.ads, s-gloloc-mingw.adb,
23355         system-mingw.ads, system-vms-zcx.ads, s-osinte-fsu.adb,
23356         s-traceb-mastop.adb, a-exextr.adb, a-exstat.adb, a-filico.ads,
23357         a-finali.ads, a-interr.ads, a-intsig.adb, a-intsig.ads,
23358         a-except.ads, a-numaux-x86.ads, a-astaco.adb, a-calend.adb,
23359         a-calend.ads, a-chahan.adb, a-chahan.ads, a-chlat9.ads,
23360         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
23361         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
23362         a-elchha.adb, a-decima.adb, a-decima.ads, a-diocst.ads,
23363         a-direio.adb, a-direio.ads, a-excach.adb, a-excach.adb,
23364         a-exctra.ads, ali-util.adb, a-ngcefu.adb, a-ngcoty.adb,
23365         a-ngcoty.ads, a-nudira.adb, a-nudira.ads, a-nuflra.adb,
23366         a-numaux.ads, a-reatim.ads, a-sequio.adb, a-sequio.ads,
23367         a-siocst.ads, a-ssicst.ads, a-stmaco.ads, a-storio.adb,
23368         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
23369         a-strmap.adb, a-strmap.ads, a-strsea.adb, a-strsea.ads,
23370         a-strsup.adb, a-strsup.ads, a-strunb.adb, a-strunb.ads,
23371         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwima.adb,
23372         a-stwima.ads, a-stwise.adb, a-stwise.ads, a-stwisu.adb,
23373         a-stwisu.ads, a-stwiun.adb, a-stwiun.ads, a-suteio.adb,
23374         a-suteio.ads, a-swmwco.ads, a-swuwti.adb, a-swuwti.ads,
23375         a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
23376         a-taside.ads, a-teioed.adb, a-textio.adb, a-textio.ads,
23377         a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tideau.adb,
23378         a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
23379         a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
23380         a-tiinio.adb, a-timoau.adb, a-timoio.adb, a-timoio.ads,
23381         a-tiocst.ads, a-titest.adb, atree.adb, a-witeio.adb,
23382         a-witeio.ads, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb,
23383         a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtedit.adb,
23384         a-wtedit.ads, a-wtenau.adb, a-wtenio.adb, a-wtfiio.adb,
23385         a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
23386         a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, back_end.adb,
23387         bindgen.adb, butil.adb, butil.ads, checks.ads, cio.c, comperr.adb,
23388         csets.ads, cstand.adb, debug.ads, elists.ads, errno.c, errout.adb,
23389         errout.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
23390         errutil.ads, err_vars.ads, eval_fat.adb, exp_ch11.adb, exp_ch11.ads,
23391         exp_ch2.adb, exp_ch7.ads, exp_imgv.ads, exp_pakd.adb, exp_prag.adb,
23392         exp_prag.ads, exp_tss.adb, exp_tss.ads, exp_vfpt.ads, fe.h, fmap.adb,
23393         freeze.ads, frontend.adb, frontend.ads, g-arrspl.adb, g-arrspl.ads,
23394         g-awk.adb, g-awk.ads, g-boumai.ads, g-calend.adb, g-calend.ads,
23395         g-catiio.adb, g-comlin.adb, g-comlin.ads, g-comlin.ads, g-comlin.ads,
23396         g-comver.adb, g-crc32.adb, g-crc32.ads, g-ctrl_c.ads, g-curexc.ads,
23397         g-debpoo.ads, g-debuti.adb, g-diopit.adb, g-diopit.ads, g-dirope.adb,
23398         g-dirope.ads, g-dyntab.adb, g-dyntab.ads, g-excact.adb, g-excact.ads,
23399         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.ads, g-flocon.ads,
23400         g-hesorg.ads, g-io.adb, g-locfil.ads, g-md5.adb, g-md5.ads, g-md5.ads,
23401         g-moreex.adb, g-signal.ads, g-signal.adb, gnatbind.ads, gnatchop.adb,
23402         gnatcmd.adb, gnatfind.adb, gnatlbr.adb, gnatmake.ads, gnatmem.adb,
23403         gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb, g-os_lib.adb,
23404         g-os_lib.ads, g-pehage.adb, g-pehage.ads, gprep.ads, g-regexp.adb,
23405         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.ads, g-semaph.adb,
23406         g-socthi.adb, g-soliop.ads, g-spipat.adb, g-spipat.ads, g-sptabo.ads,
23407         g-sptain.ads, g-sptavs.ads, g-string.ads, g-tasloc.adb, g-tasloc.ads,
23408         g-trasym.adb, g-trasym.ads, i-fortra.adb, i-fortra.ads, inline.adb,
23409         layout.adb, live.adb, make.ads, makeutl.ads, makeutl.adb, mdll-fil.adb,
23410         mdll-fil.ads, mdll-utl.ads, memroot.ads, memtrack.adb, mlib.ads,
23411         mlib-fil.adb, mlib-fil.ads, mlib-prj.ads, mlib-utl.adb, mlib-utl.ads,
23412         nlists.adb, nlists.ads, osint.adb, osint.ads, osint-c.adb, osint-l.adb,
23413         osint-l.ads, osint-m.ads, output.adb, par.adb, par.adb, par.ads,
23414         par-ch11.adb, par-ch12.adb, par-ch2.adb, par-ch4.adb, par-ch5.adb,
23415         par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
23416         par-tchk.adb, prep.adb, prepcomp.adb, prepcomp.ads, prj-attr.ads,
23417         prj-com.ads, prj-dect.adb, prj-dect.ads, prj-env.ads, prj-err.ads,
23418         prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.ads, prj-pars.adb,
23419         prj-pars.ads, prj-part.ads, prj-pp.ads, prj-proc.ads, prj-strt.adb,
23420         prj-strt.ads, prj-tree.adb, prj-util.adb, prj-util.ads, rtsfind.adb,
23421         sem.adb, sem.ads, sem_case.adb, sem_case.ads, sem_ch11.adb,
23422         sem_ch4.adb, sem_ch6.ads, sem_ch7.ads, sem_dist.ads, sem_elab.ads,
23423         sem_elim.ads, sem_eval.ads, sem_intr.ads, sem_maps.adb, sem_maps.ads,
23424         sem_maps.ads, sem_res.ads, sem_type.ads, sfn_scan.adb, sfn_scan.ads,
23425         s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads, s-inmaop.ads, sinput.adb,
23426         sinput.ads, s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads,
23427         s-pack06.adb, s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb,
23428         s-pack09.ads, s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
23429         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb,
23430         s-pack14.ads, s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads,
23431         s-pack18.adb, s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb,
23432         s-pack20.ads, s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
23433         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb,
23434         s-pack25.ads, s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads,
23435         s-pack28.adb, s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb,
23436         s-pack30.ads, s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
23437         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb,
23438         s-pack36.ads, s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads,
23439         s-pack39.adb, s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb,
23440         s-pack41.ads, s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
23441         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb,
23442         s-pack46.ads, s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads,
23443         s-pack49.adb, s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb,
23444         s-pack51.ads, s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
23445         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb,
23446         s-pack56.ads, s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads,
23447         s-pack59.adb, s-pack59.ads, s-pack60.adb, s-pack60.adb, s-pack60.ads,
23448         s-pack61.adb, s-pack61.ads, s-pack62.adb, s-pack62.ads, s-pack63.adb,
23449         s-pack63.ads, s-parint.adb, s-parint.adb, s-parint.ads, sprint.ads,
23450         s-purexc.ads, s-restri.ads, s-restri.adb, s-scaval.adb, s-scaval.ads,
23451         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads, stand.ads,
23452         s-tasuti.adb, s-traceb.adb, s-traceb.ads, stringt.adb, stringt.ads,
23453         styleg.ads, s-valboo.adb, s-valboo.ads, s-valcha.adb, s-valcha.ads,
23454         s-valdec.adb, s-valdec.ads, s-valint.adb, s-valint.ads, s-valint.ads,
23455         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads, s-valllu.adb,
23456         s-valllu.ads, s-valrea.adb, s-valrea.ads, s-valuns.adb, s-valuns.ads,
23457         s-valuti.adb, s-valuti.ads, s-valwch.ads, s-veboop.adb, s-veboop.ads,
23458         s-vercon.adb, s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchcon.ads,
23459         s-wchjis.adb, s-wchjis.ads, s-wchstw.adb, s-wchstw.adb, s-wchstw.ads,
23460         s-wchwts.adb, s-wchwts.ads, s-widboo.adb, s-widboo.ads, s-widcha.adb,
23461         s-widcha.ads, s-widenu.adb, s-widenu.ads, s-widlli.adb, s-widlli.ads,
23462         s-widllu.adb, s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
23463         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, symbols.adb, symbols.ads,
23464         table.ads, targparm.adb, targparm.ads, tb-alvms.c, tb-alvxw.c,
23465         tbuild.adb, tree_io.ads, treepr.adb, treeprs.adt, ttypef.ads,
23466         ttypes.ads, types.adb, uintp.adb, uintp.ads, uname.ads, urealp.ads,
23467         usage.ads, validsw.ads, vxaddr2line.adb, widechar.adb, widechar.ads,
23468         xeinfo.adb, xnmake.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads,
23469         xsinfo.adb, xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb,
23470         a-dirval.ads, a-dirval.adb, a-dirval-mingw.adb, a-direct.ads,
23471         a-direct.adb, indepsw.ads, prj-attr-pm.ads, system-linux-ppc.ads,
23472         a-numaux-darwin.ads, a-numaux-darwin.adb,
23473         a-swuwha.ads, a-stunha.ads: Minor reformatting
23474
23475 2005-11-14  Robert Dewar  <dewar@adacore.com>
23476
23477         PR ada/18434
23478         * osint-m.adb: Add pragma Elaborate_All for Osint
23479
23480 2005-11-10  Eric Botcazou  <ebotcazou@adacore.com>
23481
23482         PR ada/23995
23483         * trans.c (call_to_gnu): Restore statement lost in translation.
23484
23485 2005-11-08  Eric Botcazou  <ebotcazou@adacore.com>
23486
23487         * init.c: Use the Linux-specific section for the IA-64/Linux target.
23488         (__gnat_adjust_context_for_raise): Add conditional code so that the
23489         IA-64 is also supported.
23490
23491 2005-11-03  James E Wilson  <wilson@specifix.com>
23492
23493         PR ada/23427
23494         * trans.c (gnat_to_gnu): Use TYPE_SIZE_UNIT not TYPE_SIZE in
23495         TREE_OVERFLOW check.
23496
23497 2005-09-21  Olivier Hainque  <hainque@adacore.com>
23498
23499         PR ada/22418
23500         * decl.c (maybe_pad_type): Use proper bitsizetype for XVZ objects,
23501         as we create them to store a size in bits.
23502
23503 2005-10-21  Eric Botcazou  <ebotcazou@adacore.com>
23504
23505         PR ada/21937
23506         PR ada/22328
23507         PR ada/22381
23508         PR ada/22383
23509         PR ada/22419
23510         PR ada/22420
23511         * utils2.c (build_return_expr): New helper function.
23512         * gigi.h (build_return_expr): Declare it.
23513         * trans.c (Subprogram_Body_to_gnu): Use build_return_expr instead
23514         of manually building the RETURN_EXPR tree.
23515         (call_to_gnu): Pass MODIFY_EXPR through build_binary_op.
23516         (gnat_to_gnu) <N_Return_Statement>: Pass MODIFY_EXPR through
23517         build_binary_op for the "target pointer" case.  Use build_return_expr
23518         instead of manually building the RETURN_EXPR tree.
23519
23520 2005-09-16  Laurent Guerby  <laurent@guerby.net>
23521
23522         PR ada/23788
23523         * s-tpinop.ads: Make this unit Preelaborate.
23524
23525 2005-09-16  Andreas Jaeger  <aj@suse.de>
23526
23527         * socket.c: Add string.h for memcpy.
23528
23529 2005-09-05  Arnaud Charlet  <charlet@adacore.com>
23530
23531         * dec-io.ads, dec-io.adb: Removed, no longer used.
23532
23533 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23534
23535         * a-calend-mingw.adb: Add call to OS_Primitives.Initialize;
23536
23537         * s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
23538         s-taprop-os2.adb, s-taprop-irix-athread.adb, s-taprop-linux.adb,
23539         s-taprop-hpux-dce.adb, s-taprop-irix.adb, s-taprop-tru64.adb,
23540         s-taprop-lynxos.adb: Move with clauses outside Warnings Off now that
23541         dependent units are Preelaborate.
23542         (Initialize): Call Interrupt_Managemeent.Initialize and
23543         OS_Primitives.Initialize to ensure proper initialization of this unit.
23544         Remove use of System.Soft_Links
23545         Make this unit Preelaborate.
23546
23547         * s-stache.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
23548         s-taspri-vms.ads, s-tasinf-solaris.ads, s-taspri-os2.ads,
23549         s-taspri-lynxos.ads, s-taspri-hpux-dce.ads, s-taspri-tru64.ads,
23550         s-tasinf-tru64.ads, s-tasinf-irix.ads, s-tasinf-irix-athread.ads,
23551         s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
23552         s-tratas.ads, s-tasinf.ads: Minor reformatting.
23553         Add pragma Preelaborate, since these packages are suitable for this
23554         categorization.
23555         Update comments.
23556
23557         * s-traent-vms.ads, s-intman-dummy.adb,
23558         s-taprop-dummy.adb: Make this unit Preelaborate.
23559
23560         * s-osprim-vxworks.adb, s-osprim-vms.adb, s-osprim-vms.ads,
23561         s-osprim-mingw.adb, s-intman-vxworks.ads, s-intman-vxworks.adb,
23562         s-intman-vms.adb, s-intman-mingw.adb, s-intman-vms.ads,
23563         s-osprim-unix.adb, s-osprim-os2.adb, s-osprim-solaris.adb,
23564         s-intman-solaris.adb, s-intman-irix-athread.adb,
23565         s-intman-irix.adb: Mark this unit Preelaborate.
23566         (Initialize): New procedure.
23567         Update comments.
23568
23569         * s-taspri-linux.ads: Removed.
23570
23571         * s-tpopsp-solaris.adb (Initialize): Create the key in this procedure,
23572         as done by other implementations (e.g. posix).
23573
23574         * s-taprop.ads (Timed_Delay): Update spec since the caller now is
23575         responsible for deferring abort.
23576         Mark this unit Preelaborate.
23577
23578         * s-taprob.adb, s-tarest.adb: Call System.Tasking.Initialize to ensure
23579         proper initialization of the tasking run-time.
23580
23581         * s-tasdeb.ads: Mark this unit Preelaborate.
23582         (Known_Tasks): Add explicit default value to avoid elaboration code.
23583
23584         * s-inmaop-vms.adb (Elaboration code): Add call to
23585         Interrupt_Management.Initialize since the elaboration code depends on
23586         proper initialization of this package.
23587
23588         * s-intman.ads, s-inmaop-posix.adb, s-intman-posix.adb,
23589         s-osprim.ads, s-taprop-posix.adb, s-taspri-posix.ads,
23590         s-osprim-posix.adb: Make this unit Preelaborate.
23591
23592         * a-calend.adb: Add call to OS_Primitives.Initialize
23593
23594         * a-elchha.adb: Update use of Except.Id.Full_Name.
23595         Minor reformatting.
23596         Remove use of Ada.Exceptions.Traceback when possible, cleaner.
23597
23598         * a-dynpri.adb, a-sytaco.adb, a-sytaco.ads:
23599         Move with clauses outside Warnings Off now that dependent units are
23600         Preelaborate.
23601         Use raise xxx with "..."; Ada 2005 form.
23602
23603         * a-taside.ads, a-taside.adb:
23604         Remove some dependencies, to make it easier to make this unit truly
23605         Preelaborate.
23606         Rewrite some code to be conformant with Preelaborate rules.
23607
23608         * g-os_lib.adb: Remove non-preelaborate code so that this unit can be
23609         marked Preelaborate in the future.
23610
23611         * s-proinf.ads, g-string.ads, s-auxdec.ads, s-auxdec-vms_64.ads: Make
23612         these units Preelaborate.
23613
23614         * s-exctab.adb: Update use of Except.Id.Full_Name.
23615
23616         * s-soflin.ads, s-soflin.adb: Mark this unit Preelaborate_05.
23617         (Set_Exc_Stack_Addr_Soft, Get_Exc_Stack_Addr_NT, Set_Exc_Stack_Addr_NT,
23618         Set_Exc_Stack_Addr): Removed, no longer used.
23619         Remove reference to *Machine_State_Addr*, no longer needed.
23620
23621         * s-stalib.ads: Mark this unit as Preelaborate[_05].
23622         (Exception_Data): Full_Name is now a System.Address so that this unit
23623         can be made Preelaborate.
23624         Clean up/simplify code thanks to Full_Name being a System.Address.
23625         Remove obsolete pragma Suppress (All_Checks), no longer needed.
23626
23627         * s-taskin.ads, s-taskin.adb:
23628         Move with clauses outside Warnings Off now that dependent units are
23629         Preelaborate.
23630         Make this unit Preelaborate.
23631         (Initialize): New proceduure, replace elaboration code and makes the
23632         set up of the tasking run-time cleaner.
23633         (Detect_Blocking): Now a function instead of a deferred boolean, to
23634         obey Preelaborate rules.
23635
23636         * s-tassta.adb (Finalize_Global_Tasks): Remove Get/Set_Exc_Stack_Addr
23637         soft links, no longer used.
23638
23639         * s-traces.ads, s-traent.ads: Add pragma Preelaborate, since these
23640         packages are suitable for this categorization.
23641
23642         * s-solita.adb: Replace use of Ada.Exception by raise xxx with "..."
23643         since we compile run-time sources in Ada 2005 mode.
23644         (Timed_Delay_T): Call Abort_Defer/Undefer around Timed_Delay, to
23645         avoid having s-taprop*.adb depend on s-soflin and to avoid code
23646         duplication.
23647         Remove reference to *Machine_State_Addr*, no longer needed.
23648
23649 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23650
23651         * s-mastop-tru64.adb, s-mastop-irix.adb, s-mastop-vms.adb
23652         (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
23653         Remove reference to System.Exceptions.
23654
23655         * s-mastop-x86.adb: Removed, no longer used.
23656
23657         * s-traceb-mastop.adb: Adjust calls to Pop_Frame.
23658
23659         * a-excach.adb: Minor reformatting.
23660
23661         * a-except.ads, a-except.adb: Remove global Warnings (Off) pragma, and
23662         instead fix new warnings that were hidden by this change.
23663         (AAA, ZZZ): Removed, replaced by...
23664         (Code_Address_For_AAA, Code_Address_For_ZZZ): ... these functions, who
23665         are used instead of constants, to help make Ada.Exception truly
23666         preelaborate.
23667         (Rcheck_*, Raise_Constraint_Error, Raise_Program_Error,
23668         Raise_Storage_Error): File is now a System.Address, to simplify code.
23669         (Elab code): Removed, no longer used.
23670         (Null_Occurrence): Remove Warnings Off and make this construct
23671         preelaborate.
23672         Remove code related to front-end zero cost exception handling, since
23673         it is no longer used.
23674         Remove -gnatL/-gnatZ switches.
23675
23676         * a-exexda.adb (Append_Info_Exception_Name, Set_Exception_C_Msg):
23677         Update use of Except.Msg.
23678
23679         * gnat1drv.adb, inline.adb, bindgen.adb, debug.adb, exp_ch11.ads,
23680         freeze.adb, frontend.adb, lib.adb, exp_ch11.adb: Remove code related
23681         to front-end zero cost exception handling, since it is no longer used.
23682         Remove -gnatL/-gnatZ switches.
23683
23684         * lib-writ.ads: Minor reformatting
23685         Remove doc of UX
23686
23687         * Makefile.rtl: Remove references to s-except*, s-mastop-x86*
23688
23689         * Make-lang.in: Remove references to s-except.ads
23690
23691         * s-except.ads: Removed, no longer used.
23692
23693         * s-mastop.ads, s-mastop.adb:
23694         (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
23695         Remove reference to System.Exceptions.
23696
23697         * raise.h, usage.adb, targparm.adb, targparm.ads, switch-m.adb,
23698         switch-b.adb: Remove code related to front-end zero cost exception
23699         handling, since it is no longer used.
23700         Remove -gnatL/-gnatZ switches.
23701
23702 2005-09-01  Robert Dewar  <dewar@adacore.com>
23703             Gary Dismukes  <dismukes@adacore.com>
23704             Javier Miranda  <miranda@adacore.com>
23705
23706         * exp_ch4.adb (Expand_N_In): Replace test of expression in its own
23707         type by valid test and generate warning.
23708         (Tagged_Membership): Generate call to the run-time
23709         subprogram IW_Membership in case of "Iface_CW_Typ in Typ'Class"
23710         Change formal name Subtype_Mark to Result_Definition in several calls to
23711         Make_Function_Specification.
23712         (Expand_Allocator_Expression): Add tests for suppression of the AI-344
23713         check for proper accessibility of the operand of a class-wide allocator.
23714         The check can be left out if checks are suppressed or if the expression
23715         has a specific tagged type whose level is known to be safe.
23716
23717         * exp_ch5.adb (Expand_N_Assignment_Statement): Simplify the code that
23718         generates the run-time check associated with null-excluding entities.
23719         (Expand_N_Return_Statement): Add tests to determine if the accessibility
23720         check on the level of the return expression of a class-wide function
23721         can be elided. The check usually isn't needed if the expression has a
23722         specific type (unless it's a conversion or a formal parameter). Also
23723         add a test for whether accessibility checks are suppressed. Augment
23724         the comments to describe the conditions for performing the check.
23725
23726 2005-09-01  Hristian Kirtchev  <kirtchev@adacore.com>
23727             Javier Miranda  <miranda@adacore.com>
23728             Gary Dismukes  <dismukes@adacore.com>
23729             Ed Schonberg  <schonberg@adacore.com>
23730
23731         * a-tags.adb (IW_Membership): Give support to
23732         "Iface_CW_Typ in T'Class". For this purpose the functionality of this
23733         subprogram has been extended to look for the tag in the ancestors tag
23734         table.
23735         Update the structure of the GNAT Dispatch Table to reflect the
23736         additional two tables used in dispatching selects.
23737         Introduce appropriate array types and record components in
23738         Type_Specific_Data to reflect the two tables.
23739         (Get_Entry_Index, Set_Entry_Index): Retrieve and set the entry index in
23740         the TSD of a tag, indexed by position.
23741         (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Retrieve and set the primitive
23742         operation kind in the TSD of a tag, indexed by position.
23743
23744         * a-tags.ads: Introduce an enumeration type to capture different
23745         primitive operation kinds. Define a constant reflecting the number of
23746         predefined primitive operations.
23747         (Get_Entry_Index, Set_Entry_Index): Set and retrieve the entry index
23748         of an entry wrapper.
23749         (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Set and retrieve the kind of
23750         callable entity of a primitive operation.
23751
23752         * exp_ch3.adb (Freeze_Record_Type): Generate the declarations of the
23753         primitive operations used in dispatching selects for limited
23754         interfaces, limited tagged, task and protected types what implement a
23755         limited interface.
23756         (Freeze_Type): Generate the bodies of the primitive operations used in
23757         dispatching selects for limited tagged, task and protected types that
23758         implement a limited interface. Generate statements to populate the two
23759         auxiliary tables used for dispatching in select statements.
23760         (Freeze_Record_Type): Add call to initialize the dispatch table entries
23761         associated with predefined interface primitive operations.
23762         (Build_Dcheck_Function): Change Set_Subtype_Mark to
23763         Set_Result_Definition.
23764         (Build_Variant_Record_Equality): Change Subtype_Mark to
23765         Result_Definition.
23766         (Freeze_Enumeration_Type): Change Subtype_Mark to Result_Definition.
23767         (Predef_Spec_Or_Body): Change Subtype_Mark to Result_Definition.
23768         (Build_Assignment): Simplify the code that adds the run-time-check.
23769         (Expand_N_Object_Declaration): Code cleanup.
23770
23771         * exp_ch7.adb (Make_Clean): Select the appropriate type for locking
23772         entries when there is a protected type that implements a limited
23773         interface.
23774
23775         * exp_ch9.adb: Add package Select_Expansion_Utilities that contains
23776         common routines used in expansion of dispatching selects.
23777         (Add_Private_Declarations): Select the appropriate protection type when
23778         there is a protected type that implements a limited interface.
23779         (Build_Parameter_Block): Generate a wrapped parameter block.
23780         (Build_Protected_Subprogram_Body): Select the appropriate type for
23781         locking entries when there is a protected type that implements a
23782         limited interface.
23783         (Build_Wrapper_Spec): Set the flag and wrapped entity for procedures
23784         classified as entry wrappers.
23785         (Expand_N_Asynchronous_Select): Add support for expansion of dispatching
23786         asynchronous selects.
23787         (Expand_N_Conditional_Entry_Call): Add support for expansion of
23788         dispatching conditional selects.
23789         (Expand_N_Protected_Type_Declaration): Select the appropriate type for
23790         protection when there is a protected type that implements limited
23791         interfaces.
23792         (Expand_N_Timed_Entry_Call): Add support for expansion of dispatching
23793         timed selects.
23794         (Extract_Dispatching_Call): Extract the entity of the name of a
23795         dispatching call, the object parameter, actual parameters and
23796         corresponding formals.
23797         (Make_Initialize_Protection): Correct logic of protection initialization
23798         when there is a protected type that implements a limited interface.
23799         (Parameter_Block_Pack): Populate a wrapped parameter block with the
23800         values of actual parameters.
23801         (Parameter_Block_Unpack): Retrieve the values from a wrapped parameter
23802         block and assign them to the original actual parameters.
23803
23804         * exp_ch9.ads (Subprogram_Protection_Mode): New type.
23805         (Build_Protected_Sub_Specification): Change the type and name of the
23806         last formal to account for the increased variety of protection modes.
23807
23808         * einfo.ads, einfo.adb (Was_Hidden): New attribute. Present in all
23809         entities. Used to save the value of the Is_Hidden attribute when the
23810         limited-view is installed.
23811         (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Retrieve and change
23812         the attribute of procedures classified as entry wrappers.
23813         (Wrapped_Entity, Set_Wrapped_Entity): Retrieve and change the wrapped
23814         entity of a primitive wrapper.
23815         (Write_Entity_Flags): Output the name and value of the
23816         Is_Primitive_Wrapper attribute.
23817         (Write_Field27_Name): Output the name and entity of the field Wrapped_
23818         Entity.
23819         (Underlying_Type): If we have an incomplete entity that comes from
23820         the limited view then we return the Underlying_Type of its non-limited
23821         view if it is already available.
23822         (Abstract_Interface_Alias): Flag applies to all subrogram kinds,
23823         including operators.
23824         (Write_Field26_Name): Add entry for Overridden_Operation
23825         (Overridden_Operation): New attribute of functions and procedures.
23826
23827         * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Return a
23828         predefined position in the dispatch table for the primitive operations
23829         used in dispatching selects.
23830         (Init_Predefined_Interface_Primitives): Remove the hardcoded number of
23831         predefined primitive operations and replace it with
23832         Default_Prim_Op_Count.
23833         (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
23834         Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Update
23835         the names of the generated primitive operations used in dispatching
23836         selects.
23837         (Init_Predefined_Interface_Primitives): No need to inherit primitives in
23838         case of abstract interface types. They will be inherit by the objects
23839         implementing the interface.
23840         (Make_DT): There is no need to inherit the dispatch table of the
23841         ancestor interface for the elaboration of abstract interface types.
23842         The dispatch table will be inherited by the object implementing the
23843         interface.
23844         (Copy_Secondary_DTs): Add documentation.
23845         (Validate_Position): Improve this static check in case of
23846         aliased subprograms because aliased subprograms must have
23847         the same position.
23848         (Init_Predefined_Interface_Primitives): New subprogram that initializes
23849         the entries associated with predefined primitives of all the secondary
23850         dispatch tables.
23851         (Build_Anonymous_Access_Type): Removed.
23852         (Expand_Interface_Actuals): With the previous cleanup there is no need
23853         to build an anonymous access type. This allows further cleanup in the
23854         code generated by the expander.
23855         (Expand_Interface_Conversion): If the actual is an access type then
23856         build an internal function to handle the displacement. If the actual
23857         is null this function returns null because no displacement is
23858         required; otherwise performs a type conversion that will be
23859         expanded in the code that returns the value of the displaced actual.
23860         (Expand_Interface_Actuals): Avoid the generation of unnecessary type
23861         conversions that have no effect in the generated code because no
23862         displacement is required. Code cleanup; use local variables to
23863         avoid repeated calls to the subprogram directly_designated_type().
23864
23865         * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
23866         Classify the primitive operations used in dispatching selects as
23867         predefined.
23868         (Implements_Limited_Interface): Determine whether some type either
23869         directly implements a limited interface or extends a type that
23870         implements a limited interface.
23871         (Build_Task_Image_Function): Change Subtype_Mark to Result_Definition.
23872         (Expand_Subtype_From_Expr): Do not build actual subtype if the
23873         expression is limited.
23874         (Find_Interface_Tag): Add code to handle class-wide types and
23875         entities from the limited-view.
23876
23877         * rtsfind.ads: Add entries in RE_Id and RE_Unit_Table for
23878         Get_Entry_Index, Get_Prim_Op_Kind, POK_Function, POK_Procedure,
23879         POK_Protected_Entry, POK_Protected_Function, POK_Protected_Procedure,
23880         POK_Task_Entry, POK_Task_Procedure, Prim_Op_Kind, Set_Entry_Index,
23881         Set_Prim_Op_Kind.
23882
23883         * sem_ch9.adb (Analyze_Triggering_Alternative): Check for legal type
23884         of procedure name or prefix that appears as a trigger in a triggering
23885         alternative.
23886
23887         * uintp.ads: Introduce constants Uint_11 and Uint_13.
23888
23889 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23890
23891         * s-tataat.adb, a-tasatt.adb:
23892         Replace calls to Defer/Undefer_Abortion by Defer/Undefer_Abort.
23893
23894         * s-tasini.ads, s-tasini.adb (Defer_Abortion, Undefer_Abortion): Moved
23895         these procedures to body, and renamed Abort_Defer, Abort_Undefer.
23896         (Get_Exc_Stack_Addr, Set_Exc_Stack_Addr): Removed, no
23897         longer used.
23898
23899 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23900             Jose Ruiz  <ruiz@adacore.com>
23901
23902         * s-taprop-vxworks.adb:
23903         Move with clauses outside Warnings Off now that dependent units are
23904         Preelaborate.
23905         (Initialize): Call Interrupt_Managemeent.Initialize to ensure proper
23906         initialization of this unit.
23907         (Specific): Add new procedures Initialize and Delete so that this
23908         package can be used for VxWorks 5.x and 6.x
23909         (ATCB_Key, ATCB_Key_Address): Moved to Specific package body to hide
23910         differences between VxWorks 5.x and 6.x
23911         Minor reformatting.
23912         (Timed_Delay): Remove calls to Defer/Undefer_Abort, now performed by
23913         caller.
23914         Use only Preelaborate-compatible constructs.
23915
23916         * s-tpopsp-vxworks.adb (ATBC_Key, ATCB_Key_Addr): Moved from
23917         Primitives.Operations.
23918         (Delete, Initialize): New procedures.
23919
23920         * s-osinte-vxworks.adb: Body used to handle differences between
23921         VxWorks 5.x and 6.x
23922         (kill, Set_Time_Slice, VX_FP_TASK): New functions.
23923
23924         * s-osinte-vxworks.ads: Minor reformatting.
23925         Add VxWworks 6.x specific functions (only called from VxWorks 6 files).
23926         (VX_FP_TASK): Now a function, to handle differences between VxWorks 5
23927         and 6.
23928         (Set_Time_Slice): New function, replacing kerneltimeSlice to share code
23929         between Vxworks 5 and 6.
23930         (taskLock, taskUnlock): Removeed, no longer used.
23931
23932         * adaint.c: The wait.h header is not located in the sys directory on
23933         VxWorks when using RTPs.
23934         (__gnat_set_env_value): Use setenv instead of putenv on VxWorks when
23935         using RTPs.
23936         (__gnat_dup): dup is available on Vxworks when using RTPs.
23937         (__gnat_dup2): dup2 is available on Vxworks when using RTPs.
23938
23939         * cal.c: Use the header time.h for Vxworks 6.0 when using RTPs.
23940
23941         * expect.c: The wait.h header is not located in the sys directory on
23942         VxWorks when using RTPs.
23943
23944 2005-09-01  Thomas Quinot  <quinot@adacore.com>
23945
23946         * g-soccon-vms.adb: Renamed to g-soccon-vms.ads
23947
23948         * g-soccon-vms.ads: Renamed from g-soccon-vms.adb
23949
23950         * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
23951         g-soccon-darwin.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
23952         g-soccon-solaris.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads,
23953         g-soccon-freebsd.ads: Add new constants:
23954          IP_MULTICAST_IF
23955          SO_RCVTIMEO/SO_SNDTIMEO
23956          IOV_MAX
23957
23958         * gen-soccon.c:
23959         Move all target-specific file inclusions and macro definitions to
23960         gsocket.h, in order to ensure that any C code in socket.c will see a
23961         set of constants that is consistent with the contents of g-soccon.ads.
23962
23963         * gsocket.h: Code imported from gen-soccon.c:
23964         Move all target-specific file inclusions and macro definitions to
23965         gsocket.h, in order to ensure that any C code in socket.c will see a set
23966         of constants that is consistent with the contents of g-soccon.ads.
23967         This change also makes gen-soccon self-contained (removing dependencies
23968         upon GCC internal headers).
23969
23970         * g-socket.adb (Send_Vector): Make calls to Writev at most IOV_MAX
23971         iovecs at a time.
23972         (To_Inet_Addr): Now a procedure instead of a function, more efficient.
23973
23974         * socket.c: Minor reformatting.
23975
23976 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
23977             Thomas Quinot  <quinot@adacore.com>
23978
23979         * fname-sf.adb, mlib-tgt.ads,
23980         back_end.adb, casing.adb, g-debpoo.adb, g-excact.adb, g-spipat.adb,
23981         g-spipat.ads, g-thread.adb, lib-list.adb, makeutl.adb, mlib.adb,
23982         osint.adb, par-ch10.adb, par-load.adb, prep.adb, prj.adb, prj-attr.ads,
23983         prj-env.ads, prj-err.adb, prj-err.ads, prj-ext.adb, prj-ext.ads,
23984         prj-makr.adb, prj-makr.ads, prj-pars.ads, prj-part.adb, prj-strt.adb,
23985         prj-tree.ads, prj-util.ads, sem_dist.adb, sinput-c.ads, sinput-l.ads,
23986         sinput-p.ads, styleg-c.ads, xr_tabls.adb, prj-attr-pm.ads,
23987         makegpr.adb: Remove redundant use_clauses.
23988
23989 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23990
23991         * s-stoele.ads, s-stopoo.ads, s-stratt.ads, s-strops.ads, s-unstyp.ads,
23992         s-valboo.ads, s-valcha.ads, s-valdec.ads, s-valenu.ads, s-valint.ads,
23993         s-vallld.ads, s-vallli.ads, s-valllu.ads, s-valrea.ads, s-valuns.ads,
23994         s-valuti.ads, s-valwch.ads, s-veboop.ads, s-vector.ads, s-vercon.ads,
23995         s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-wchstw.ads, s-wchwts.ads,
23996         s-widboo.ads, s-widcha.ads, s-widenu.ads, s-widlli.ads, s-widllu.ads,
23997         s-widwch.ads, s-wwdcha.ads, s-wwdenu.ads, s-wwdwch.ads, system.ads,
23998         table.ads, types.ads, system-vms_64.ads, s-crtl-vms64.ads,
23999         s-addope.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
24000         s-vxwork-x86.ads, system-linux-ppc.ads, i-vxwork-x86.ads,
24001         a-numaux-darwin.ads, a-crbtgo.ads, a-crbtgk.ads, a-crbltr.ads,
24002         a-coprnu.ads, a-convec.ads, a-contai.ads, a-coinve.ads, a-cohata.ads,
24003         a-cohama.ads, a-cihama.ads, a-cidlli.ads, a-cdlili.ads,
24004         a-numaux-libc-x86.ads, a-numaux-vxworks.ads, system-linux-ia64.ads,
24005         system-freebsd-x86.ads, system-unixware.ads, system-lynxos-ppc.ads,
24006         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
24007         s-vxwork-alpha.ads, system-aix.ads, system-vxworks-sparcv9.ads,
24008         system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
24009         s-parame-hpux.ads, system-hpux.ads, system-vxworks-m68k.ads,
24010         s-vxwork-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
24011         s-vxwork-mips.ads, system-os2.ads, system-interix.ads,
24012         s-vxwork-ppc.ads, system-solaris-sparc.ads, s-vxwork-sparcv9.ads,
24013         system-solaris-sparcv9.ads, s-parame-vms.ads, system-vms.ads,
24014         s-osinte-mingw.ads, system-mingw.ads, s-parame-vms-restrict.ads,
24015         system-vms-zcx.ads, s-parame-ae653.ads, system-vxworks-ppc.ads,
24016         s-parame-vxworks.ads, system-vxworks-alpha.ads, interfac-vms.ads,
24017         a-numaux-x86.ads, a-astaco.ads, a-chahan.ads, a-charac.ads,
24018         a-chlat1.ads, a-chlat9.ads, a-colire.adb, a-colire.ads, a-comlin.ads,
24019         a-cwila1.ads, a-cwila9.ads, ada.ads, a-decima.ads, a-exextr.adb,
24020         a-filico.ads, a-finali.ads, a-interr.ads, a-ioexce.ads, a-dynpri.ads,
24021         a-ngcefu.ads, a-ngcefu.adb, a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.ads,
24022         a-nudira.adb, a-nudira.ads, a-nuflra.adb, a-numaux.ads, a-numeri.ads,
24023         a-reatim.adb, a-stmaco.ads, a-storio.ads, a-strbou.ads, a-stream.ads,
24024         a-strfix.ads, a-string.ads, a-strmap.ads, a-strsea.ads, a-strsup.ads,
24025         a-strunb.ads, a-stunau.ads, a-stwibo.ads, a-stwifi.ads, a-stwima.ads,
24026         a-stwise.ads, a-stwisu.ads, a-stwiun.ads, a-swmwco.ads, a-textio.ads,
24027         csets.ads, debug.ads, dec.ads, g-curexc.ads, get_targ.ads,
24028         g-except.ads, system-linux-hppa.ads, a-chacon.ads, a-widcha.ads,
24029         a-zchara.ads, system-hpux-ia64.ads, a-ciorma.ads, a-coorma.ads,
24030         a-ciormu.ads, a-coormu.ads, a-rbtgso.ads, a-chzla1.ads, a-chzla9.ads,
24031         a-stzbou.ads, a-stzfix.ads, a-stzmap.ads, a-stzsea.ads, a-stzsup.ads,
24032         a-stzunb.ads, a-swunau.ads, a-szunau.ads, gnat.ads, g-regpat.ads,
24033         g-speche.ads, g-spitbo.ads, g-table.ads, g-tasloc.ads, g-trasym.ads,
24034         i-c.ads, i-cpoint.ads, i-cpp.ads, i-cstrin.ads, i-fortra.ads,
24035         interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads, i-os2thr.ads,
24036         i-vxwork.ads, output.ads, s-arit64.ads, s-atacco.ads, s-boarop.ads,
24037         s-casuti.ads, s-crtl.ads, s-exctab.ads, s-exnint.ads, s-exnllf.ads,
24038         s-exnlli.ads, s-expint.ads, s-explli.ads, s-expllu.ads, s-expmod.ads,
24039         s-expuns.ads, s-fatflt.ads, s-fatgen.ads, s-fatlfl.ads, s-fatllf.ads,
24040         s-fatsfl.ads, s-finimp.ads, s-finroo.ads, s-fore.ads, s-geveop.ads,
24041         s-htable.ads, s-imgbiu.ads, s-imgboo.ads, s-imgcha.ads, s-imgdec.ads,
24042         s-imgenu.ads, s-imgint.ads, s-imgllb.ads, s-imglld.ads, s-imglli.ads,
24043         s-imgllu.ads, s-imgllw.ads, s-imgrea.ads, s-imguns.ads, s-imgwch.ads,
24044         s-imgwiu.ads, s-io.ads, s-maccod.ads, s-mantis.ads, s-memcop.ads,
24045         s-pack03.ads, s-pack05.ads, s-pack06.ads, s-pack07.ads, s-pack09.ads,
24046         s-pack10.ads, s-pack11.ads, s-pack12.ads, s-pack13.ads, s-pack14.ads,
24047         s-pack15.ads, s-pack17.ads, s-pack18.ads, s-pack19.ads, s-pack20.ads,
24048         s-pack21.ads, s-pack22.ads, s-pack23.ads, s-pack24.ads, s-pack25.ads,
24049         s-pack26.ads, s-pack27.ads, s-pack28.ads, s-pack29.ads, s-pack30.ads,
24050         s-pack31.ads, s-pack33.ads, s-pack34.ads, s-pack35.ads, s-pack36.ads,
24051         s-pack37.ads, s-pack38.ads, s-pack39.ads, s-pack40.ads, s-pack41.ads,
24052         s-pack42.ads, s-pack43.ads, s-pack44.ads, s-pack45.ads, s-pack46.ads,
24053         s-pack47.ads, s-pack48.ads, s-pack49.ads, s-pack50.ads, s-pack51.ads,
24054         s-pack52.ads, s-pack53.ads, s-pack54.ads, s-pack55.ads, s-pack56.ads,
24055         s-pack57.ads, s-pack58.ads, s-pack59.ads, s-pack60.ads, s-pack61.ads,
24056         s-pack62.ads, s-pack63.ads, s-parame.ads, s-pooglo.ads, s-pooloc.ads,
24057         s-poosiz.ads, s-powtab.ads, s-purexc.ads, s-sopco3.ads, s-sopco4.ads,
24058         s-sopco5.ads: Minor reformatting: reindent pragma Pure/Preelaborate
24059         and always use the no parameter form for consistency.
24060
24061         * gnat-style.texi: Document rules about Preelaborate/Pure pragmas.
24062
24063 2005-09-01  Robert Dewar  <dewar@adacore.com>
24064
24065         * binde.adb: Minor reformatting
24066         (Find_Elab_Order): Output warning if -p used with static elab order
24067
24068 2005-09-01  Robert Dewar  <dewar@adacore.com>
24069
24070         * checks.adb (Check_Needed): New procedure, deals with removing checks
24071         based on analysis of short-circuited forms. Also generates warnings for
24072         improper use of non-short-circuited forms.
24073         Code clean ups.
24074
24075 2005-09-01  Robert Dewar  <dewar@adacore.com>
24076
24077         * a-ztexio.adb, a-textio.adb, a-witeio.adb: Replace bad range checks
24078         with 'Valid tests.
24079
24080 2005-09-01  Robert Dewar  <dewar@adacore.com>
24081
24082         * errout.ads, errout.adb (Fix Error_Msg_F): Fix implementation to meet
24083         spec.
24084         Implement new insertion char < (conditional warning)
24085         * errutil.adb, erroutc.adb: Implement new insertion char <
24086         (conditional warning).
24087         * sem_elab.adb, prj-dect.adb, erroutc.ads, err_vars.ads
24088         (Error_Msg_Warn): New variable for < insertion char.
24089         * prj-nmsc.adb: Implement new errout insertion char < (conditional
24090         warning).
24091         (Check_For_Source): Change value of Source_Id only after the current
24092         source has been dealt with.
24093
24094 2005-09-01  Robert Dewar  <dewar@adacore.com>
24095             Doug Rupp  <rupp@adacore.com>
24096
24097         * exp_attr.adb: Handle vax fpt for 'Valid attribute
24098         * exp_vfpt.ads, exp_vfpt.adb: (Expand_Vax_Valid): New procedure
24099         * s-vaflop-vms-alpha.adb, s-vaflop.ads, s-vaflop.adb
24100         (Valid_D, Valid_F, Valid_G): New functions
24101
24102 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24103             Hristian Kirtchev  <kirtchev@adacore.com>
24104             Javier Miranda  <miranda@adacore.com>
24105
24106         * exp_ch6.adb (Expand_Call): If an actual is a function call rewritten
24107         from object notation, the original node is unanalyzed and carries no
24108         semantic information, so that accessiblity checks must be performed on
24109         the type of the actual itself.
24110         (Expand_N_Subprogram_Declaration): Change last actual parameter for
24111         compatibility with Build_Protected_Sub_Specification.
24112         (Check_Overriding_Inherited_Interfaces): Add suport to handle
24113         overloaded primitives.
24114         (Register_Interface_DT_Entry): Use the new name of the formal
24115         the the calls to Expand_Interface_Thunk
24116
24117         * exp_dbug.ads: Augment comments on encoding of protected types to
24118         include the generation of dispatching subprograms when the type
24119         implements at least one interface.
24120
24121         * lib.ads: Extend information in Load_Stack to include whether a given
24122         load comes from a Limited_With_Clause.
24123
24124         * lib-load.adb (From_Limited_With_Chain): New predicate to determine
24125         whether a potential circularity is harmless, because it includes units
24126         loaded through a limited_with clause. Extends previous treatment which
24127         did not handle properly arbitrary combinations of limited and
24128         non-limited clauses.
24129
24130 2005-09-01  Nicolas Setton  <setton@adacore.com>
24131
24132         * exp_dbug.adb (Get_Encoded_Name): Fixed bug that caused biaised types
24133         to be encoded as typ___XBLU_lowerbound__upperbound instead of
24134         typ___XB_lowerbound__upperbound.
24135
24136 2005-09-01  Thomas Quinot  <quinot@adacore.com>
24137
24138         * exp_dist.adb (Add_RACW_TypeCode, Add_RAS_TypeCode): Do not generate
24139         dummy access formal for RACW/RAS TypeCode TSS.
24140         (Build_TypeCode_Call): Do not generate dummy null access actual for
24141         calls to the TypeCode TSS.
24142
24143 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24144
24145         * exp_intr.adb (Expand_Source_Name): For Enclosing_Entity, generate
24146         fully qualified name, to distinguish instances with the same local name.
24147
24148         * g-souinf.ads (Enclosing_Entity): Document that entity name is now
24149         fully qualified.
24150
24151 2005-09-01  Robert Dewar  <dewar@adacore.com>
24152
24153         * exp_pakd.adb (Create_Packed_Array_Type): Properly handle very large
24154         packed arrays.
24155
24156 2005-09-01  Jerome Lambourg  <lambourg@adacore.com>
24157
24158         * g-expect.adb (Non_Blocking_Spawn): Initialize the filters field to
24159         (Free): New deallocation procedure for filter elements
24160         (Close): Deallocate any existing filter for the concerned connection
24161
24162 2005-09-01  Laurent Pautet  <pautet@adacore.com>
24163
24164         * g-pehage.ads, g-pehage.adb (Select_Char_Position): When no character
24165         position set is provided, we compute one in order to reduce the maximum
24166         length of the keys.  This computation first selects a character
24167         position between 1 and the minimum length of the keys in order to
24168         avoid reducing one of the keys to an empty string.
24169         (Initialize, Compute): When the ratio V to K is too low, the algorithm
24170         does not converge. The initialization procedure now comes with a
24171         maximum number of iterations such that when exceeded, an exception is
24172         raised in Compute. The user can initialize this ratio to another value
24173         and try again
24174         Reformating and updated headers.
24175
24176 2005-09-01  Javier Miranda  <miranda@adacore.com>
24177
24178         * itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram
24179         that given an entity T creates and returns an Itype that duplicates the
24180         contents of T. The returned Itype has the null-exclusion
24181         attribute set to True, and its Etype attribute references T
24182         to keep the association between the two entities.
24183         Update copyright notice
24184
24185         * sem_aggr.adb (Check_Can_Never_Be_Null,
24186         Aggregate_Constraint_Checks, Resolve_Aggregate,
24187         Resolve_Array_Aggregate, Resolve_Record_Aggregate): Code cleanup.
24188
24189         * sem_ch5.adb (Analyze_Assignment): Code cleanup.
24190
24191 2005-09-01  Gary Dismukes  <dismukes@adacore.com>
24192             Robert Dewar  <dewar@adacore.com>
24193             Hristian Kirtchev  <kirtchev@adacore.com>
24194
24195         * layout.adb (SO_Ref_From_Expr): Change Subtype_Mark to
24196         Result_Definition.
24197
24198         * par-ch6.adb (P_Subprogram): Handle parsing of Access_Definitions in
24199         function specs.
24200         Call Set_Result_Definition instead of Set_Subtype_Mark.
24201         (P_Subprogram_Specification): Add parsing of anonymous access result
24202         plus null exclusions. Call Set_Result_Definition instead of
24203         Set_Subtype_Mark.
24204
24205         * par-ch3.adb: Add support for LIMITED NEW for Ada 2005 AI-419
24206         (P_Access_Type_Definition): Add parsing for an anonymous access result
24207         subtype, plus parsing for null exclusions. Call Set_Result_Definition
24208         instead of Set_Subtype_Mark.
24209
24210         * sinfo.adb: Add support for LIMITED NEW for Ada 2005 AI-419
24211         (Null_Exclusion_Present): Allow this flag for N_Function_Specification.
24212         (Result_Definition): New function for N_Function_Specifications.
24213         (Subtype_Mark): No longer allowed for N_Access_Function_Definition and
24214         N_Function_Specification.
24215         (Set_Null_Exclusion_Present): Allow this flag for
24216         N_Function_Specification.
24217         (Set_Result_Definition): New procedure for N_Function_Specifications.
24218         (Set_Subtype_Mark): No longer allowed for N_Access_Function_Definition
24219         and N_Function_Specification.
24220
24221         * sinfo.ads: Update grammar rules for 9.7.2: Entry_Call_Alternative,
24222         Procedure_Or_Entry_Call; 9.7.4: Triggering_Statement.
24223         Add support for LIMITED NEW for Ada 2005 AI-419
24224         Update the syntax of PARAMETER_AND_RESULT_PROFILE to reflect the new
24225         syntax for anonymous access results.
24226         Replace Subtype_Mark field by Result_Definition in
24227         N_Function_Specification and N_Access_Definition specs.
24228         Add Null_Exclusion_Present to spec of N_Function_Specification.
24229         (Result_Definition): New function for N_Function_Specification and
24230         N_Access_Function_Definition.
24231         (Set_Result_Definition): New procedure for N_Function_Specification and
24232         N_Access_Function_Definition.
24233
24234         * sprint.adb (S_Print_Node_Actual): Change Subtype_Mark calls to
24235         Result_Definition for cases of N_Access_Function_Definition and
24236         N_Function_Specification.
24237         Print "not null" if Null_Exclusion_Present on N_Function_Specification.
24238
24239 2005-09-01  Vincent Celier  <celier@adacore.com>
24240
24241         * lib-writ.adb: Update Copyright notice
24242         (Write_With_Lines): On platforms where file names are case-insensitive,
24243         record the file names in lower case.
24244         (Write_ALI): For D lines, on platforms where file names are
24245         case-insensitive, record the file names in lower case.
24246
24247 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24248             Emmanuel Briot  <briot@adacore.com>
24249
24250         * lib-xref.adb (Output_Overridden_Op): Display information on
24251         overridden operation.
24252
24253         * lib-xref.ads: Add documentation on overridden operations.
24254
24255         * ali.ads (Xref_Entity_Record): Add support for storing the overriding
24256         information.
24257
24258         * ali.adb (Get_Typeref): New subprogram. Adds support for parsing the
24259         overriding entity information.
24260
24261 2005-09-01  Vincent Celier  <celier@adacore.com>
24262
24263         * mlib-prj.adb (Copy_Interface_Sources): Copy all interface sources,
24264         including those that are inherited.
24265
24266 2005-09-01  Robert Dewar  <dewar@adacore.com>
24267
24268         * opt.ads, opt.adb: Add new switches Debug_Pragmas_Enabled[_Config]
24269
24270         * par-prag.adb: Implement new pragma Debug_Policy
24271
24272         * sem_prag.adb Implement new pragma Debug_Policy
24273         (Analyze_Pragma, case Pack): do not let pragma Pack override an explicit
24274         Component_Size attribute specification. Give warning for ignored pragma
24275         Pack.
24276
24277         * snames.h, snames.ads, snames.adb: Introduce entries in
24278         Preset_Names for Name_Disp_Asynchronous_Select,
24279         Name_Disp_Conditional_Select, Name_Disp_Get_Prim_Op_Kind,
24280         Name_Disp_Timed_Select.
24281         New pragma Debug_Policy
24282
24283         * switch-c.adb (Scan_Front_End_Switches): Set Ada 2005 mode
24284         explicitly.
24285         Switch -gnata also sets Debug_Pragmas_Enabled
24286
24287         * sem.adb, par.adb (Set_Opt_Config_Switch): Add parameter Main_Unit to
24288         handle an explicit -gnata when compiling predefined files.
24289
24290 2005-09-01  Vincent Celier  <celier@adacore.com>
24291
24292         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not add the object
24293         directories of projects that have no Ada sources.
24294
24295 2005-09-01  Robert Dewar  <dewar@adacore.com>
24296
24297         * scng.adb (Check_End_Of_Line): Count characters, rather than bytes
24298         (makes a difference for wide characters)
24299
24300         * widechar.adb, widechar.ads:
24301         Add Wide_Char_Byte_Count feature to count chars vs bytes
24302
24303 2005-09-01  Thomas Quinot  <quinot@adacore.com>
24304             Ed Schonberg  <schonberg@adacore.com>
24305             Robert Dewar  <dewar@adacore.com>
24306
24307         * sem_attr.adb (Resolve_Attribute, case 'Address): For an illegal
24308         'Address attribute reference with an overloaded prefix, use the
24309         location of the prefix (not the location of the attribute reference) as
24310         the error location.
24311         (Analyze_Attribute, case 'Size): The name of an enumeration literal, or
24312         a function renaming thereof, is a valid prefix for 'Size (where it is
24313         intepreted as a function call).
24314         (Statically_Denotes_Entity): New predicate to determine whether the
24315         prefix of an array attribute can be considered static.
24316
24317         PR ada/9087
24318         (Eval_Attr): Fix failure to evaluate Component_Size for
24319         unconstrained arrays (resulted in wrong value in packed case, since
24320         back end cannot handle this case)
24321
24322 2005-09-01  Robert Dewar  <dewar@adacore.com>
24323
24324         * sem_cat.adb (Check_Categorization_Dependencies): Add more detail to
24325         error msgs for most common cases.
24326         Use new errout insertion char < (conditional warning)
24327
24328 2005-09-01  Javier Miranda  <miranda@adacore.com>
24329             Ed Schonberg  <schonberg@adacore.com>
24330
24331         * sem_ch10.adb (In_Chain): Moved from the scope of a subprogram to
24332         become local to the whole package.
24333         (Install_Limited_Withed_Unit): Instead of unchaining real entities if
24334         the package was already analyzed the new algorithm "replaces" the
24335         real entities by the shadow ones. This is required to ensure that
24336         the order of these entities in the homonym chains does not change;
24337         otherwise we can have undefined references at linking time because
24338         in case of conflicts the external name of the entities will have
24339         a suffix that depends on the order of the entities in the chain.
24340         (Remove_Limited_With_Clause): Complementary code that completes the
24341         new algorithm and replaces the shadow entities by the real ones.
24342         (Install_Limited_Withed_Unit): When unchaining entities before the
24343         installation of the shadow entities, only regular entities of the
24344         public part must be taken into account. This is required to
24345         keep this routine in synch with the work done by Remove_Limited_
24346         With_Clause
24347         (Install_Limited_With_Clause): Introduce implicit limited_with_clause
24348         even if unit is analyzed, because the analysis of the unit is
24349         idempotent in any case, and the limited view of the unit may have to
24350         be installed for proper visibility.
24351         (Expand_Limited_With_Clause): Even if the unit in the implicit
24352         with_clause has been analyzed already, a limited view of the package
24353         must be built for the current context, if it does not exist yet.
24354
24355 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24356             Javier Miranda  <miranda@adacore.com>
24357             Gary Dismukes  <dismukes@adacore.com>
24358
24359         * sem_ch12.adb (Instantiate_Subprogram_Body): When creating the
24360         defining entity for the instance body, make a new defining identifier
24361         rather than copying the entity of the spec, to prevent accidental
24362         sharing of the entity list.
24363         (Check_Private_View): When exchanging views of private types, build the
24364         list of exchanged views as a stack, to ensure that on exit the exchanges
24365         are undone in the proper order.
24366         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation):
24367         Restore the compilation environment in case of instantiation_error.
24368         (Analyze_Generic_Subprogram_Declaration): Handle creation of type entity
24369         for an anonymous access result.
24370         (Instantiate_Generic_Subprogram): Subtype_Mark => Result_Definition
24371         (Formal_Entity): Handle properly the case of a formal package that
24372         denotes a generic package renaming.
24373
24374 2005-09-01  Thomas Quinot  <quinot@adacore.com>
24375
24376         * sem_ch13.adb (Analyze_Enumeration_Representation_Clause): Reject the
24377         clause if the array aggregate is surrounded by parentheses.
24378
24379 2005-09-01  Cyrille Comar  <comar@adacore.com>
24380             Gary Dismukes  <dismukes@adacore.com>
24381             Ed Schonberg  <schonberg@adacore.com>
24382             Javier Miranda  <miranda@adacore.com>
24383
24384         * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Go to the
24385         underlying type
24386         to check if a type is Constrained in cases related to code generation
24387         (rather than semantic checking) since otherwise we do not generate
24388         similar code for mutable private types depending if their
24389         discriminants are visible or not.
24390         (Check_Abstract_Overriding): Do not complain about failure to override
24391         the primitive operations used in dispatching selects since they will
24392         always be overriden at the freeze point of the type.
24393         (Access_Definition): Separate out handling for resetting the scope
24394         of an anonymous access function result type. Retrieve the scope
24395         of the associated function rather than using Current_Scope, which
24396         does not have a consistent value (depends on whether we're in the
24397         middle of analyzing formal parameters). Add ??? comment about
24398         finding a cleaner way to handle the special cases of scope setting.
24399         (Process_Incomplete_Dependents): A protected operation is never a
24400         dispatching operation (only its wrapper may be).
24401         (Build_Derived_Record_Type): In case of tagged private types that
24402         implement interfaces add derivation of predefined primitive
24403         operations.
24404         (Derive_Subprograms): Replace the Is_Interface_Derivation parameter
24405         by two parameters that are used in case of derivation from abstract
24406         interface types: No_Predefined_Prims is used to avoid the derivation
24407         of predefined primitives from the interface, and Predefined
24408         Prims_Only is used to complete the derivation predefined primitives
24409         in case of private tagged types implementing interfaces.
24410         Fix typo in comments
24411         (Find_Interface_In_Descendant): Protect the frontend against
24412         wrong code with large circularity chains.
24413         (Is_Private_Overriding): Add support for entities overriding interface
24414         subprograms. The test failed because Entities associated with overriden
24415         interface subprograms are always marked as hidden (and used to build
24416         the secondary dispatch table); in this case the overriden entity is
24417         available through the field abstract_interface_alias (cf. override_
24418         dispatching_operation)
24419         (Access_Definition): Set the scope of the type to Current_Scope for the
24420         case of a function with an anonymous access result type.
24421         (Access_Subprogram_Declaration): Handle creation of the type entity for
24422         an access-to-function type with an anonymous access result.
24423         (Check_Anonymous_Access_Types): Change Subtype_Mark to Result_Definition
24424         in handling for N_Access_Function_Definition.
24425         (Analyze_Subtype_Declaration): Modify the text of error message.
24426         (Derived_Type_Declaration): Modify the text of error message.
24427         (Process_Subtype): Modify the text of error message plus cleanup
24428         of one redundant error message.
24429         (Analyze_Component_Declaration): Code cleanup.
24430         (Analyze_Object_Declaration): Code cleanup.
24431         (Analyze_Subtype_Declaration): Propagate the null-exclusion
24432         attribute in case of access types. Code cleanup.
24433         (Array_Type_Declaration): Code cleanup.
24434         (Process_Discriminants): Create the new null-excluding itype
24435         if required. Code cleanup.
24436         (Process_Subtype): Create the new null-excluding itype if
24437         required. Code cleanup.
24438         (Build_Derived_Record_Type): Code cleanup to avoid calling
24439         twice the subprogram derive_subprograms in case of private
24440         types that implement interfaces. In this particular case the
24441         subprogram Complete_Subprograms_Derivation already does the
24442         job associated with the second call.
24443
24444         * exp_strm.adb (Build_Elementary_Input_Call): Add an explicit
24445         conversion to the full view when generating an operation for a
24446         discriminant whose type may currently be private.
24447
24448 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24449             Javier Miranda  <miranda@adacore.com>
24450
24451         * sem_ch4.adb (Transform_Object_Operation): In a context off the form
24452         V (Obj.F), the rewriting does not involve the indexed component, but
24453         only the selected component itself.
24454         Do not apply the transformation if the analyzed node is an actual of a
24455         call to another subprogram.
24456         (Complete_Object_Operation): Retain the entity of the
24457         dispatching operation in the selector of the rewritten node. The
24458         entity will be used in the expansion of dispatching selects.
24459         (Analyze_One_Call): Improve location of the error message associated
24460         with interface.
24461         (Analyze_Selected_Component): No need to resolve prefix when it is a
24462         function call, resolution is done when parent node is resolved, as
24463         usual.
24464         (Analyze_One_Call): Add a flag to suppress analysis of the first actual,
24465         when attempting to resolve a call transformed from its object notation.
24466         (Try_Object_Operation, Transform_Object_Operastion): Avoid makind copies
24467         of the argument list for each interpretation of the operation.
24468         (Try_Object_Operation): The designated type of an access parameter may
24469         be an incomplete type obtained through a limited_with clause, in which
24470         case the primitive operations of the type are retrieved from its full
24471         view.
24472         (Analyze_Call): If this is an indirect call, and the return type of the
24473         access_to_subprogram is incomplete, use its full view if available.
24474
24475 2005-09-01  Javier Miranda  <miranda@adacore.com>
24476             Gary Dismukes  <dismukes@adacore.com>
24477
24478         * sem_ch6.ads, sem_ch6.adb (Check_Conformance): In case of anonymous
24479         access types the null-exclusion and access-to-constant attributes must
24480         also match.
24481         (Analyze_Return_Statement): When the result type is an anonymous access
24482         type, apply a conversion of the return expression to the access type
24483         to ensure that appropriate accessibility checks are performed.
24484         (Analyze_Return_Type): For the case of an anonymous access result type,
24485         generate the Itype and set Is_Local_Anonymous_Access on the type.
24486         Add ??? placeholder for check to disallow returning a limited object
24487         in Ada 2005 unless it's an aggregate or a result of a function call.
24488         Change calls from Subtype_Mark to Result_Definition.
24489         (Analyze_Subprogram_Body): Change formal Subtype_Mark to
24490         Result_Definition in call to Make_Function_Specification.
24491         (Build_Body_To_Inline): Change Set_Subtype_Mark to
24492         Set_Result_Definition.
24493         (Make_Inequality_Operator): Change formal Subtype_Mark to
24494         Result_Definition in call to Make_Function_Specification.
24495         (Process_Formals): Create the new null-excluding itype if required.
24496         (New_Overloaded_Entity): For an entity overriding an interface primitive
24497         check if the entity also covers other abstract subprograms in the same
24498         scope. This is required to handle the general case, that is, overriding
24499         other interface primitives and overriding abstract subprograms inherited
24500         from some abstract ancestor type.
24501         (New_Overloaded_Entity): For an overriding entity that comes from
24502         source, note the operation that it overrides.
24503         (Check_Conformance, Type_Conformant): Addition of one new formal
24504         to skip controlling formals in the analysis. This is used to
24505         handle overloading of abstract interfaces.
24506         (Base_Types_Match): Add missing case for types imported from
24507         limited-with clauses
24508         (New_Overloaded_Entity): Add barrier to protect the use of
24509         the "alias" attribute.
24510
24511 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24512
24513         * sem_ch8.adb (Analyze_Renamed_Entry): For a renaming_as_declaration,
24514         verify that the procedure and the entry are mode conformant.
24515         (Analyze_Subprogram_Renaming): Emit a warning if an operator is renamed
24516         as a different operator, which is often a cut-and-paste error.
24517
24518 2005-09-01  Javier Miranda  <miranda@adacore.com>
24519             Ed Schonberg  <schonberg@adacore.com>
24520
24521         * sem_disp.adb (Check_Controlling_Formals): Anonymous access types
24522         used in controlling parameters exclude null because it is necessary to
24523         read the tag to dispatch, and null has no tag.
24524         (Override_Dispatching_Operation): If the previous operation is inherited
24525         from an interface, it becomes hidden  and does not participate in later
24526         name resolution.
24527
24528 2005-09-01  Javier Miranda  <miranda@adacore.com>
24529             Ed Schonberg  <schonberg@adacore.com>
24530             Gary Dismukes  <dismukes@adacore.com>
24531
24532         * sem_res.adb (Resolve_Membership_Op): In case of the membership test
24533         "Iface_CW_Typ in T'Class" we have nothing else to do in the frontend;
24534         the expander will generate the corresponding run-time check to evaluate
24535         the expression.
24536         (Resolve_Call): Check for legal type of procedure name or prefix that
24537         appears as a trigger in a triggering alternative.
24538         (Valid_Conversion): If expression is ambiguous and the context involves
24539         an extension of System, remove System.Address interpretations.
24540         (Resolve_Qualified_Expression): Reject the case of a specific-type
24541         qualification applied to a class-wide argument. Enhance comment
24542         to explain checking of Original_Node.
24543         (Resolve_Type_Conversion): The location of the error message was not
24544         general enough to handle the general case and hence it has been removed.
24545         In addition, this patch improves the text of the message.
24546         (Resolve_Type_Conversion): Add missing support for access to interface
24547         types.
24548         (Resolve_Type_Conversion): If the target is a class-wide interface type,
24549         do not expand if the expression is the actual in a call, because proper
24550         expansion will take place when the call itself is expanded.
24551         (Resolve_Allocator): If the context is an unchecked conversion, the
24552         allocator inherits its storage pool, if any, from the target type of
24553         the conversion.
24554
24555 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24556             Javier Miranda  <miranda@adacore.com>
24557
24558         * sem_type.adb (Add_One_Interp): If a candidate operation is an
24559         inherited interface operation that has an implementation, use the
24560         implementation to avoid spurious ambiguities.
24561         (Interface_Present_In_Ancestor): In case of concurrent types we can't
24562         use the Corresponding_Record_Typ attribute to look for the interface
24563         because it is set by the expander (and hence it is not always
24564         available). For this reason we traverse the list of interfaces
24565         (available in the parent of the concurrent type).
24566         (Interface_Present_In_Ancestor): Handle entities from the limited view
24567
24568 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24569
24570         * sem_util.ads, sem_util.adb (Gather_Components): Omit interface tags
24571         from the list of required components.
24572         (Is_Controlling_Limited_Procedure): Determine whether an entity is a
24573         primitive procedure of a limited interface with a controlling first
24574         parameter.
24575         (Is_Renamed_Entry): Determine whether an entry is a procedure renaming
24576         of an entry.
24577         (Safe_To_Capture_Value): A value (such as non_null) is not safe to
24578         capture if it is generated in the second operand of a short-circuit
24579         operation.
24580         Do not capture values for variables with address clauses.
24581         (Is_Object_Reference): Treat a function call as an object reference only
24582         if its type is not Standard_Void_Type.
24583
24584 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24585
24586         * sem_warn.adb (Warn_On_Known_Condition): Refine warning when applied
24587         to a variable that is statically known to be constant.
24588
24589 2005-09-01  Geert Bosch  <bosch@adacore.com>
24590             Robert Dewar  <dewar@adacore.com>
24591
24592         * ttypef.ads (VAXDF_Safe_First): Use correct value for constant.
24593         (VAXGF_Safe_First): Idem.
24594
24595 2005-09-01  Robert Dewar  <dewar@adacore.com>
24596             Arnaud Charlet  <charlet@adacore.com>
24597
24598         * g-dirope.ads: Minor reformatting
24599         Document that bounds of result of Base_Name match the input index
24600         positions.
24601         Add documentation on environment variable syntax for Expand_Path
24602
24603         * gnat_ugn.texi: Update documentation to include mention of -m switches
24604         Document new treatment of wide characters in max line length
24605         style check.
24606         Remove -gnatL/-gnatZ switches, no longer used.
24607         Add note on pragmas Assertion_Policy and Debug_Policy in discussion
24608         of -gnata switch.
24609
24610         * gnat_rm.texi: Add doc for two argument form of pragma
24611         Float_Representation.
24612         Add documentation for pragma No_Strict_Aliasing
24613         Add note that explicit component clause overrides pragma Pack.
24614         Add documentation of pragma Debug_Policy
24615
24616 2005-09-01  Matthew Heaney  <heaney@adacore.com>
24617
24618         * a-cihase.adb, a-coorse.ads, a-coorse.adb, a-cohama.adb,
24619         a-ciorse.ads, a-ciorse.adb, a-cihama.adb, a-cdlili.adb,
24620         a-cidlli.adb, a-chtgop.adb, a-cihase.adb, a-cihase.ads,
24621         a-cohase.adb, a-cohase.adb, a-cohase.ads: Synchronized with latest
24622         draft (Draft 13, August 2005) of Ada Amendment 1.
24623
24624 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
24625
24626         * Makefile.in: Adjust the libgnat target pairs for Xscale to ARM.
24627         Note that the platform-specific version of g-soccon.ads for VMS is now
24628         named g-soccon-vms.ads (it was previously g-soccon-vms.adb, although it
24629         really is a package spec).
24630         Replace s-taspri-linux.ads by s-taspri-posix.ads
24631         Remove references to s-mastop-x86.adb
24632
24633         * system-vxworks-xscale.ads: Removed, no longer used.
24634         * s-vxwork-xscale.ads: Removed, no longer used.
24635
24636 2005-09-01  Robert Dewar  <dewar@adacore.com>
24637
24638         * a-dirval-mingw.adb, a-direct.adb, a-coinve.adb,
24639         g-dynhta.adb, g-dynhta.ads, cstand.adb, exp_smem.adb, g-debuti.ads,
24640         g-dirope.adb, g-table.adb, lib-sort.adb, sem_maps.adb,
24641         exp_fixd.adb, exp_aggr.adb, a-intnam-mingw.ads, a-intnam-vxworks.ads,
24642         g-arrspl.adb, g-arrspl.ads, g-awk.adb, g-awk.ads, g-boubuf.ads,
24643         g-boubuf.ads, g-boubuf.ads, g-bubsor.ads, g-bubsor.adb, g-busora.adb,
24644         g-busora.ads, g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
24645         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads, g-cgi.adb,
24646         g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads, g-cgideb.adb, g-cgideb.ads,
24647         g-comlin.adb, g-comver.ads, g-semaph.ads, g-socthi.ads,
24648         sem_ch7.adb, a-direio.adb, a-caldel.ads, i-cstrea-vms.adb,
24649         a-ztedit.adb, a-ztenau.adb, g-socthi-vms.adb, g-socthi-vms.ads,
24650         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.ads,
24651         a-intnam-irix.ads, a-intnam-irix.ads, a-intnam-hpux.ads,
24652         a-intnam-os2.ads, a-intnam-os2.ads, a-caldel-vms.adb, a-calend-vms.adb,
24653         a-calend-vms.ads, g-heasor.adb, g-heasor.ads, g-hesora.adb,
24654         g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb, g-htable.ads,
24655         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads, g-locfil.ads,
24656         g-memdum.adb, g-memdum.ads, g-traceb.adb, g-traceb.ads, i-cobol.adb,
24657         i-cobol.ads, i-cstrea.ads, i-cstrin.adb, a-wtedit.adb, a-tifiio.adb,
24658         a-wtenau.adb, a-wtenau.adb, a-teioed.adb: Minor reformatting
24659
24660 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
24661
24662         PR ada/23187
24663         * adaint.c
24664         (GNAT_MAXPATH_LEN): Use default value if MAXPATHLEN is undefined.
24665
24666 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
24667             Doug Rupp  <rupp@adacore.com>
24668
24669         * s-stalib.adb: Add missing pragma Warnings (On) to reenable Warnings
24670         when needed.
24671         (Inside_Elab_Final_Code): Moved to init.c to avoid having to keep
24672         this code in the GNAT run-time.
24673
24674         * decl.c, fe.h: Replace GCC_ZCX by Back_End_Exceptions.
24675
24676         PR ada/21053
24677         * init.c (__gnat_error_handler [many]): Mark "msg" as const
24678         (__gnat_error_handler [HPUX]): Mark siginfo parameter as unused
24679
24680         (__gnat_inside_elab_final_code): Moved here from
24681         Standard_Library and only defined for the compiler.
24682         __gnat_error_handler [VMS]: Adjust sigargs to account for PC & PSL.
24683         (__gnat_inum_to_ivec): Do not define this function on VxWorks when
24684         using RTPs because directly vectored Interrupt routines are not
24685         supported on this configuration.
24686         (getpid): Do not redefine this function on VxWorks when using RTPs
24687         because this primitive is well supported by the RTP libraries.
24688         (copy_msg): Correct the code that checks for buffer overflow.
24689         Discovered during code reading.
24690
24691 2005-08-29  Olivier Hainque  <hainque@adacore.com>
24692
24693         * decl.c (gnat_to_gnu_entity) <E_Variable>: When allocating storage for
24694         a library level mutable variable with an initializer, tell
24695         build_allocator to ignore the initializer's size. It may not be large
24696         enough for all the values that might be assigned to the variable later
24697         on.
24698
24699 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
24700             Eric Botcazou  <ebotcazou@adacore.com>
24701
24702         * trans.c: Protect < in error msg with quote
24703         Replace GCC_ZCX by Back_End_Exceptions.
24704         (addressable_p) <COMPONENT_REF>: Also return 1 if the field
24705         has been sufficiently aligned in the record.
24706
24707 2005-08-15  James E. Wilson  <wilson@specifix.com>
24708
24709         * system-linux-alpha.ads: Change ia64 to alpha.
24710
24711 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
24712
24713         * decl.c, utils.c: Fix comment typos.
24714
24715 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
24716
24717         * decl.c, init.c, initialize.c: Fix comment typos.
24718
24719 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
24720
24721         Make CONSTRUCTOR use VEC to store initializers.
24722         * decl.c (gnat_to_gnu_entity): Update to cope with VEC in
24723         CONSTRUCTOR_ELTS.
24724         * trans.c (extract_values): Likewise.
24725         * utils.c (convert, remove_conversions): Likewise.
24726         * utils2.c (contains_save_expr_p, build_binary_op, build_unary_op,
24727         gnat_build_constructor): Likewise.
24728
24729 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
24730
24731         * decl.c (components_to_record): Use DECL_FCONTEXT instead of
24732         DECL_SECTION_NAME.
24733         (compare_field_bitpos): Likewise.
24734
24735 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
24736
24737         * utils.c (create_var_decl): Only set DECL_COMMON on
24738         VAR_DECLs. Only set SET_DECL_ASSEMBLER_NAME on
24739         VAR_OR_FUNCTION_DECL_P.
24740
24741 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
24742
24743         * utils.c (create_param_decl): DECL_ARG_TYPE_AS_WRITTEN is
24744         removed.
24745
24746 2005-07-07  Pascal Obry  <obry@adacore.com>
24747
24748         * g-socthi-mingw.adb (C_Inet_Addr): New body used to convert the
24749         returned type on Windows.
24750
24751         * g-socthi-mingw.ads (C_Inet_Addr): Remove pragma Import for this
24752         routine.
24753
24754         * g-socket.adb (Inet_Addr): Check for empty Image and raises an
24755         exception in this case.
24756         Simplify the code as "Image (Image'Range)" = "Image".
24757
24758 2005-07-07  Vincent Celier  <celier@adacore.com>
24759
24760         * bindgen.adb (Gen_Output_File_C): When switch -a was specified, put
24761         the destructor/constructor attributes for <lib>final/<lib>init.
24762
24763         * gnatbind.adb (Gnatbind): Allow -a to be used in conjunction with -C
24764
24765 2005-07-07  Eric Botcazou  <ebotcazou@adacore.com>
24766
24767         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not strip the padding
24768         type if the parameter is not passed by copy but reference by default.
24769
24770 2005-07-07  Javier Miranda  <miranda@adacore.com>
24771
24772         * exp_ch3.adb (Build_Record_Init_Proc/Freeze_Record_Type):
24773         Reimplementation of the support for abstract interface types in order
24774         to leave the code more clear and easy to maintain.
24775
24776         * exp_ch6.adb (Freeze_Subprogram): Reimplementation of the support for
24777         abstract interface types in order to leave the code clearer and easier
24778         to maintain.
24779
24780         * exp_disp.ads, exp_disp.adb (Fill_DT_Entry): Part of its functionality
24781         is now implemented by the new subprogram Fill_Secondary_DT_Entry.
24782         (Fill_Secondary_DT_Entry): Generate the code necessary to fill the
24783         appropriate entry of the secondary dispatch table.
24784         (Make_DT): Add code to inherit the secondary dispatch tables of
24785         the ancestors.
24786
24787         * exp_util.adb (Find_Interface_Tag/Find_Interface_ADT): Instead of
24788         implementing both functionalities by means of a common routine, each
24789         routine has its own code.
24790
24791 2005-07-07  Javier Miranda  <miranda@adacore.com>
24792
24793         * freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.
24794
24795         * par-ch3.adb (P_Type_Declaration): Give support to tagged incomplete
24796         types:
24797         --
24798           type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
24799         --
24800
24801         * sem_attr.adb (Check_Not_Incomplete_Type): Additional checks for wrong
24802         use of tag incomplete types.
24803
24804         * sem_ch3.adb (Analyze_Incomplete_Type): Add mininum decoration to
24805         give support to tagged incomplete types.
24806
24807         * sem_ch5.adb (Analyze_Case_Statement): In generated code, if the
24808         expression is a discriminant reference and its type is private, as can
24809         happen within a stream operation for a mutable record, use the full
24810         view of the type to resolve the case alternatives.
24811         (Analyze_Assignment): Check wrong dereference of incomplete types.
24812
24813         * sem_ch6.adb (Process_Formals): Allow the use of tagged incomplete
24814         types.
24815
24816         * sem_res.adb (Resolve_Explicit_Dereference): Allow the use of tagged
24817         incomplete types.
24818
24819         * sinfo.adb (Taggged_Present/Set_Taggged_Present): Applicable to
24820         N_Incomplete_Type_Declaration nodes.
24821
24822         * sinfo.ads (N_Incomplete_Type_Declaration): Addition of attribute
24823         Tag_Present to give support to tagged incomplete types:
24824         --
24825           type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
24826         --
24827
24828 2005-07-07  Olivier Hainque  <hainque@adacore.com>
24829
24830         PR ada/22301
24831         * raise.c: Only include unwind.h if IN_RTS, and provide dummy type
24832         definitions for the Unwind wrappers in the compiler case.
24833
24834 2005-07-07  Ed Schonberg  <schonberg@adacore.com>
24835             Javier Miranda  <miranda@adacore.com>
24836
24837         * par-load.adb (Load): If a child unit is loaded through a limited_with
24838         clause, each parent must be loaded as a limited unit as well.
24839
24840         * sem_ch10.adb (Previous_Withed_Unit): Better name for
24841         Check_Withed_Unit. Return true if there is a previous with_clause for
24842         this unit, whether limited or not.
24843         (Expand_Limited_With_Clause): Do not generate a limited_with_clause on
24844         the current unit.
24845         (Is_Visible_Through_Renamings): New local subprogram of install_limited
24846         _withed_unit that checks if some package installed through normal with
24847         clauses has a renaming declaration of package whose limited-view is
24848         ready to be installed. This enforces the check of the rule 10.1.2 (21/2)
24849         of the current Draft document for Ada 2005.
24850         (Analyze_Context): Complete the list of compilation units that
24851         are allowed to contain limited-with clauses. It also contains
24852         checks that were previously done by Install_Limited_Context_Clauses.
24853         This makes the code more clear and easy to maintain.
24854         (Expand_Limited_With_Clause) It is now a local subprogram of
24855         Install_Limited_Context_Clauses, and contains the code that adds
24856         the implicit limited-with clauses for parents of child units.
24857         This functionality was prevously done by Analyze_Context.
24858
24859         * sem_ch4.adb (Analyze_Selected_Component): Check wrong use of
24860         incomplete type.
24861
24862         * sem_ch7.adb (Analyze_Package_Declaration): Check if the package has
24863         been erroneously named in a limited-with clause of its own context.
24864         In this case the error has been previously notified by Analyze_Context.
24865
24866 2005-07-07  Ed Schonberg  <schonberg@adacore.com>
24867
24868         * sem_ch8.adb (Find_Direct_Name): Handle properly the case of a
24869         generic package that contains local declarations with the same name.
24870         (Analyze_Object_Renaming): Check wrong renaming of incomplete type.
24871
24872 2005-07-07  Bernard Banner  <banner@adacore.com>
24873
24874         * tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on
24875         ia64 platform only on platforms that you the GCC unwind library
24876         rather than the system unwind library.
24877
24878 2005-07-07  Thomas Quinot  <quinot@adacore.com>
24879
24880         * expect.c: Minor reformatting
24881
24882 2005-07-07  Sergey Rybin  <rybin@adacore.com>
24883
24884         * vms_data.ads: Add VMS qualifiers for new gnatpp switch
24885         --no-separate-is
24886
24887         * gnat_ugn.texi: Add description for new gnatpp option
24888         (--no-separate-is)
24889
24890 2005-07-04  Thomas Quinot  <quinot@adacore.com>
24891
24892         * g-expect-vms.adb, g-expect.ads, g-expect.adb
24893         (Get_Command_Output): New subprogram to launch a process and get its
24894         standard output as a string.
24895
24896 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
24897             Olivier Hainque  <hainque@adacore.com>
24898
24899         * s-mastop-tru64.adb (Pop_Frame): Use exc_lookup_function_entry to
24900         fetch a code-range descriptor associated with the machine state. On
24901         failure set the machine state's PC to 0; on success, pass the
24902         descriptor to exc_virtual_unwind.
24903
24904         * init.c (Tru64 section): New function __gnat_set_code_loc.
24905
24906 2005-07-04  Vincent Celier  <celier@adacore.com>
24907
24908         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
24909         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
24910         mlib-tgt-mingw.adb, mlib-tgt-darwin.adb (Build_Dynamic_Library):
24911         Remove all auto-initialization code, as this is now done through the
24912         constructor mechanism.
24913
24914         * adaint.h, adaint.c (__gnat_binder_supports_auto_init,
24915         __gnat_sals_init_using_constructors): New functions.
24916
24917         * bindgen.adb (Gen_Output_File_Ada): Generate pragmas
24918         Linker_Constructor and Linker_Destructor when switch -a is used.
24919
24920         * bindusg.adb: Add line for new switch -a
24921
24922         * gnatbind.adb (Gnatbind_Supports_Auto_Init): New Boolean function
24923         (Gnatbind): When switch -a is used, check if it is allowed
24924
24925         * switch-b.adb (Scan_Binder_Switches): Process new switch -a
24926
24927 2005-07-04  Joel Brobecker  <brobecker@adacore.com>
24928
24929         * a-tags.adb (Type_Specific_Data): Define Tags_Table as a small array.
24930         This prevents us from hitting a limitation during the debug info
24931         generation when using stabs.
24932         (Prims_Ptr): Likewise.
24933
24934 2005-07-04  Gary Dismukes  <dismukes@adacore.com>
24935             Ed Schonberg  <schonberg@adacore.com>
24936             Javier Miranda  <miranda@adacore.com>
24937
24938         * checks.adb (Null_Exclusion_Static_Checks): In the case of
24939         N_Object_Declaration, only perform the checks if the Object_Definition
24940         is not an Access_Definition.
24941
24942         * sem_ch3.adb (Access_Subprogram_Declaration): Add test for the case
24943         where the parent of an the access definition is an N_Object_Declaration
24944         when determining the Associated_Node_For_Itype and scope of an
24945         anonymous access-to-subprogram type.
24946
24947         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Set the
24948         Corresponding_Spec on the body created for a null procedure. Add ???
24949         comment. Remove New_Copy_Tree call on body argument to
24950         Set_Body_To_Inline.
24951
24952         * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): For an out parameter with
24953         discriminants, use the type of the actual as well, because the
24954         discriminants may be read by the called subprogram.
24955
24956         * sem_ch3.adb (Access_Type_Declaration): If the designated type is an
24957         access type we do not need to handle non-limited views.
24958         (Build_Derived_Record_Type): Additional check to check that in case of
24959         private types, interfaces are only allowed in private extensions.
24960
24961 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
24962
24963         * decl.c (prepend_attributes) <Pragma_Linker_Constructor>: New case.
24964         <Pragma_Linker_Destructor>: Likewise.
24965
24966         * einfo.ads (Has_Gigi_Rep_Item): Document Pragma_Linker_Constructor and
24967         Pragma_Linker_Destructor.
24968
24969         * gigi.h (attr_type): Add ATTR_LINK_CONSTRUCTOR and
24970         ATTR_LINK_DESTRUCTOR.
24971         (static_ctors, static_dtors): New variables.
24972
24973         * misc.c (gnat_expand_body): Output current function as constructor
24974         and destructor if requested.
24975
24976         * par-prag.adb: Add processing for pragma Linker_Constructor and
24977         Linker_Destructor.
24978
24979         * sem_prag.adb (Find_Unique_Parameterless_Procedure): New function
24980         extracted from Check_Interrupt_Or_Attach_Handler.
24981         (Check_Interrupt_Or_Attach_Handler): Invoke it.
24982         Implement pragma Linker_Constructor and Linker_Destructor with the
24983         help of Find_Unique_Parameterless_Procedure.
24984         Replace Name_Alias with Name_Target for pragma Linker_Alias.
24985
24986         * snames.h, snames.ads, snames.adb:
24987         Add Name_Linker_Constructor and Name_Linker_Destructor.
24988         Add Pragma_Linker_Constructor and Pragma_Linker_Destructor.
24989         * snames.adb: Remove Name_Alias.
24990
24991         * trans.c: Include cgraph.h.
24992         (build_global_cdtor): New function.
24993         (Compilation_Unit_to_gnu): Build global constructor and destructor if
24994         needed.
24995         (tree_transform) <N_Identifier>: Substitute renaming of view-conversions
24996         of objects too.
24997         (addressable_p) <COMPONENT_REF>: Unconditionally test
24998         DECL_NONADDRESSABLE_P on STRICT_ALIGNMENT platforms.
24999
25000         * utils.c (process_attributes) <ATTR_LINK_ALIAS>: Do not assemble the
25001         variable if it is external.
25002
25003         (static_ctors, static_dtors): New global variables.
25004         (process_attributes) <ATTR_LINK_CONSTRUCTOR>: New case.
25005         <ATTR_LINK_DESTRUCTOR>: Likewise.
25006         (end_subprog_body): Chain function as constructor and destructor
25007         if requested.
25008
25009         * exp_util.adb (Force_Evaluation): Unconditionally invoke
25010         Remove_Side_Effects with Variable_Ref set to true.
25011         (Remove_Side_Effects): Handle scalar types first. Use a renaming
25012         for non-scalar types even if Variable_Ref is true and for class-wide
25013         expressions.
25014
25015 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25016
25017         * exp_attr.adb (Mod): Evaluate condition expression with checks off,
25018         to prevent spurious warnings.
25019
25020 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25021
25022         * exp_dist.adb (Build_TypeCode_Call): Remove incorrect processing for
25023         Itypes. Itypes are really unexpected there.
25024         (Build_TypeCode_Function): Generalise special processing for Itypes to
25025         handle the case of numeric implicit base types as well as enumerated
25026         ones.
25027
25028 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25029
25030         * exp_intr.adb (Expand_Unc_Deallocation): If the designated type is
25031         controlled, indicate the expected type of the dereference that is
25032         created for the call to Deep_Finalize, to prevent spurious errors when
25033         the designated type is private and completed with a derivation from
25034         another private type.
25035
25036 2005-07-04  Vincent Celier  <celier@adacore.com>
25037
25038         * make.adb (Change_To_Object_Directory): When unable to change the
25039         current dir to the object directory, output the full path of the
25040         directory.
25041
25042 2005-07-04  Matthew Gingell  <gingell@adacore.com>
25043
25044         * Makefile.in: Replace indepsw-linux.adb by indepsw-gnu.adb
25045
25046         * indepsw-linux.adb: Replace by...
25047
25048         * indepsw-gnu.adb: ...this new file
25049
25050 2005-07-04  Vincent Celier  <celier@adacore.com>
25051
25052         * mlib-prj.adb (Auto_Initialize): New constant String
25053         (SALs_Use_Constructors): New Boolean function
25054         (Build_Library): Call gnatbind with Auto_Initialize switch when
25055         SALs_Use_Constructors returns True.
25056
25057         * mlib-tgt.ads: Minor reformatting
25058
25059         * mlib-utl.ads: Minor reformatting
25060
25061         * opt.ads: (Use_Pragma_Linker_Constructor): New Boolean flag
25062
25063 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25064
25065         * par-ch9.adb (P_Task, P_Protected): Indicate that single task and
25066         single protected declarations can have an interface list.
25067         (P_Entry_Declaration): Add handler for Error_Resync, which can be raised
25068         with seriously malformed entry declarations, and lead to compilation
25069         abandoned messages.
25070
25071 2005-07-04  Javier Miranda  <miranda@adacore.com>
25072
25073         * par-load.adb: Load the context items in two rounds.
25074
25075 2005-07-04  Robert Dewar  <dewar@adacore.com>
25076
25077         * scng.adb: Do not consider Mod used as an attribute to be a keyword
25078
25079 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25080             Javier Miranda  <miranda@adacore.com>
25081
25082         * sem_ch10.adb (Build_Limited_Views): A type declared with a private
25083         type extension needs a limited view.
25084         Remove previous restriction on private types available through the
25085         limited-view (only tagged private types were previously allowed).
25086         (Install_Withed_Unit): In the code that implements the
25087         legality rule given in AI-377, exclude a child unit with the name
25088         Standard, because it is a homonym of the Standard environment package.
25089
25090 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25091
25092         * sem_ch4.adb (Transform_Object_Operation): For an actual that is an
25093         overloaded function call, carry interpretations from the original tree
25094         to the copy.
25095
25096 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25097
25098         * sem_ch6.adb (Conforming_Types): If the types are anonymous access
25099         types check whether some designated type is a limited view, and use
25100         the non-limited view if available.
25101
25102 2005-07-04  Gary Dismukes  <dismukes@adacore.com>
25103
25104         * sem_eval.adb (Subtypes_Statically_Match): Use the discriminant
25105         constraint of full view of a private view T1 if present, when T2 is a
25106         discriminated full view.
25107
25108 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25109
25110         * sem_res.adb (Resolve_Actuals): Do not resolve the expression of an
25111         actual that is a view conversion of a bit packed array reference.
25112
25113 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25114
25115         * sem_type.adb (Covers): Verify that Corresponding_Record_Type is
25116         present before checking whether an interface type covers a synchronized
25117         type.
25118
25119 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25120
25121         * sem_util.adb (Is_Object_Reference): An indexed or selected component
25122         whose prefix is an implicit dereference is an object reference. Removes
25123         spurious errors when compiling with -gnatc.
25124
25125 2005-07-04  Robert Dewar  <dewar@adacore.com>
25126
25127         PR ada/22039
25128         * s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix
25129
25130 2005-07-04  Matthew Gingell  <gingell@adacore.com>
25131
25132         * tracebak.c: Enable tracebacks on ia64 platforms
25133
25134 2005-07-04  Vincent Celier  <celier@adacore.com>
25135
25136         * vms_conv.adb (Initialize): Allow multiple ALI files to be given to
25137         the GNAT BIND command, as gnatbind accepts multiples ALI files with
25138         the -L or -n switches.
25139
25140 2005-07-04  Vincent Celier  <celier@adacore.com>
25141
25142         * makegpr.adb (Build_Global_Archive): Make sure the list of sources is
25143         correctly computed and the main project data is not modified while
25144         doing so.
25145         (Add_C_Plus_Plus_Link_For_Gnatmake): Always link with the C++ compiler
25146         (Choose_C_Plus_Plus_Link_Process): Do not generate shell script
25147         c++linker as this does not work on some platforms.
25148
25149 2005-07-04  Matthew Heaney  <heaney@adacore.com>
25150
25151         * a-convec.ads, a-coinve.ads: Declaration of subtype Extended_Index
25152         was changed.
25153         * a-coinve.adb: Perform constraint checks explicitly.
25154
25155 2005-07-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
25156             Thomas Quinot  <quinot@adacore.com>
25157
25158         * Make-lang.in: (ada/targtyps.o): Add missing TREE_H dependency.
25159         new target gen-soccon.
25160
25161 2005-07-04  Robert Dewar  <dewar@adacore.com>
25162
25163         * s-mastop-irix.adb, s-mastop-vms.adb: Minor reformatting
25164
25165 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25166
25167         * g-socket.ads (Check_Selector): Minor rewording of comment.
25168
25169 2005-07-04  Vincent Celier  <celier@adacore.com>
25170
25171         * vms_data.ads: Add VMS qualifiers for new gnatpp switch --eol=
25172
25173 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25174
25175         * gen-soccon.c: Add constants SO_SNDTIMEO and SO_RCVTIMEO.
25176
25177 2005-07-04  Sergey Rybin  <rybin@adacore.com>
25178
25179         * gnat_ugn.texi: Add description of --eol gnatpp option
25180
25181 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
25182             Thomas Quinot  <quinot@adacore.com>
25183
25184         * gnat_rm.texi: Add a note that pragma Unreferenced is not appropriate
25185         if the user wants all calls of a subprogram to be flagged,
25186         independently of whether they are made from within the same unit or
25187         another unit.
25188         Mention restriction for pragma Linker_Alias on some platforms.
25189         Document pragma Linker_Constructor and Linker_Destructor.
25190         Rewrite documentation of Weak_External, Linker_Section and
25191         Linker_Alias pragmas.
25192
25193 2005-07-04  Arnaud Charlet  <charlet@adacore.com>
25194
25195         * s-stausa.ads, s-stausa.adb: New files.
25196
25197 2005-06-30  Kelley Cook
25198
25199         * all files:  Update FSF address in copyright headers.
25200         * gen-soccon.co (main): Output new FSF address in generated files.
25201
25202 2005-06-28  Paul Brook  <paul@codesourcery.com>
25203
25204         * misc.c (gnat_init_gcc_eh): Call default_init_unwind_resume_libfunc.
25205
25206 2005-06-14  Olivier Hainque  <hainque@adacore.com>
25207             Eric Botcazou  <ebotcazou@adacore.com>
25208
25209         * s-mastop-irix.adb (Pop_Frame): Revert shorcuts avoiding calls to
25210         exc_unwind, now that we are generating proper .debug_frame output for
25211         that target.
25212
25213         * tracebak.c: Remove the mips-irix section, as we are now using the
25214         s-mastop based unwinder again.
25215         Under SPARC/Solaris, take into account the stack bias to compute the
25216         frame offset.  The stack bias is 0 for the V8 ABI and 2047 for the V9
25217         ABI.
25218
25219 2005-06-14  Doug Rupp  <rupp@adacore.com>
25220
25221         * g-trasym-vms.adb: renamed g-trasym-vms-alpha.adb
25222
25223         * g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb: New files
25224
25225 2005-06-14  Pascal Obry  <obry@adacore.com>
25226
25227         * a-strhas.ads, a-secain.adb, a-secain.ads, a-rbtgso.ads, a-cgaaso.adb,
25228         a-cgaaso.ads, a-cgarso.adb, a-cgcaso.adb, a-cgarso.ads, a-cgcaso.ads,
25229         a-contai.ads, a-coprnu.ads, a-coprnu.adb: Fix header style (spaces in
25230         package name).
25231
25232         * a-intnam-lynxos.ads, a-intnam-unixware.ads, a-intnam-tru64.ads,
25233         a-intnam-aix.ads, a-intnam-irix.ads, a-excpol-interix.adb,
25234         a-intnam-hpux.ads, a-intnam-linux.ads, a-intnam-dummy.ads,
25235         a-intnam-os2.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
25236         a-intnam-solaris.ads, a-caldel-vms.adb, a-calend-vms.ads,
25237         a-intnam-vms.ads, a-excpol-abort.adb, a-intnam-mingw.ads,
25238         a-intnam-vxworks.ads, a-numaux-vxworks.ads, s-osinte-unixware.adb,
25239         s-osinte-unixware.ads, s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads,
25240         s-osinte-hpux.ads, s-osinte-solaris-posix.ads, a-intnam-freebsd.ads,
25241         s-osinte-freebsd.adb, s-osinte-freebsd.ads, s-osinte-lynxos.adb,
25242         s-osinte-lynxos.ads, s-tpopsp-lynxos.adb, s-osinte-tru64.adb,
25243         s-osinte-tru64.ads, s-tpopsp-posix-foreign.adb, s-vxwork-alpha.ads,
25244         s-osinte-aix.adb, s-osinte-aix.ads, s-osinte-aix-fsu.ads,
25245         s-osinte-irix.adb, s-osinte-irix.ads, s-interr-sigaction.adb,
25246         s-osinte-irix-athread.ads, s-osinte-hpux-dce.adb,
25247         s-osinte-hpux-dce.ads, s-osinte-posix.adb, s-osinte-linux.ads,
25248         s-vxwork-m68k.ads, s-osinte-linux-fsu.ads, s-vxwork-mips.ads,
25249         s-osinte-dummy.ads, s-interr-dummy.adb, s-osinte-os2.adb,
25250         s-osinte-os2.ads, s-osprim-os2.adb, s-osinte-interix.ads,
25251         s-osprim-unix.adb, s-vxwork-ppc.ads, s-osinte-solaris.adb,
25252         s-osinte-solaris.ads, s-osprim-solaris.adb, s-tpopsp-solaris.adb,
25253         s-vxwork-sparcv9.ads, s-osinte-solaris-fsu.ads, s-interr-vms.adb,
25254         s-osinte-vms.adb, s-osinte-vms.ads, s-osprim-vms.adb,
25255         s-osprim-vms.ads, s-tpopde-vms.adb, s-tpopde-vms.ads,
25256         s-osprim-mingw.adb, s-vxwork-xscale.ads, s-interr-vxworks.adb,
25257         s-osinte-vxworks.adb, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
25258         s-tfsetr-vxworks.adb, s-tpopsp-vxworks.adb, s-intman-posix.adb,
25259         s-osinte-fsu.adb, s-osprim-posix.adb, s-tfsetr-default.adb,
25260         s-tpopsp-posix.adb, s-traces-default.adb, s-trafor-default.adb,
25261         s-trafor-default.ads, s-tratas-default.adb, a-numaux-x86.adb,
25262         a-numaux-x86.ads, a-astaco.adb, a-astaco.ads, a-caldel.adb,
25263         a-caldel.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads, a-colien.adb,
25264         a-colien.ads, a-colire.adb, a-colire.ads, a-comlin.adb, a-cwila1.ads,
25265         a-cwila9.ads, ada.ads, a-decima.adb, a-diocst.ads, a-direio.adb,
25266         a-dynpri.adb, a-dynpri.ads, a-excpol.adb, a-flteio.ads, a-fwteio.ads,
25267         a-inteio.ads, a-interr.adb, a-intnam.ads, a-intsig.adb, a-intsig.ads,
25268         a-ioexce.ads, a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
25269         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads, a-lliwti.ads,
25270         a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads, a-ngcoty.adb, a-ngelfu.adb,
25271         a-ngelfu.ads, a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
25272         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads,
25273         a-nucoty.ads, a-nudira.adb, a-nuelfu.ads, a-nuflra.adb, a-numaux.ads,
25274         a-numeri.ads, a-reatim.adb, a-retide.adb, a-retide.ads, a-sequio.adb,
25275         a-sequio.ads, a-sfteio.ads, a-sfwtio.ads, a-siocst.ads, a-siteio.ads,
25276         a-siwtio.ads, a-ssicst.ads, a-ssitio.ads, a-ssiwti.ads, a-stmaco.ads,
25277         a-storio.adb, a-strbou.adb, a-strfix.adb, a-string.ads, a-strmap.adb,
25278         a-strsea.adb, a-strsup.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
25279         a-stunau.ads, a-stwibo.adb, a-stwifi.adb, a-stwifi.ads, a-stwima.adb,
25280         a-stwise.adb, a-stwisu.adb, a-suteio.adb, a-suteio.ads, a-swuwti.adb,
25281         a-swuwti.ads, a-teioed.adb, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb,
25282         a-tideau.adb, a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
25283         a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinio.adb, a-timoau.adb,
25284         a-timoio.adb, a-timoio.ads, a-tiocst.ads, a-titest.adb, a-titest.ads,
25285         a-witeio.adb, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
25286         a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtenau.adb, a-wtenio.adb,
25287         a-wtfiio.adb, a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
25288         a-wtinio.ads, a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, calendar.ads,
25289         dec.ads, dec-io.adb, dec-io.ads, directio.ads, errno.c, g-bubsor.adb,
25290         g-bubsor.ads, g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
25291         g-casuti.adb, g-casuti.ads, g-debuti.ads, g-heasor.adb, g-heasor.ads,
25292         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb,
25293         g-htable.ads, g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
25294         g-memdum.adb, g-memdum.ads, g-sestin.ads, g-signal.ads, g-signal.adb,
25295         gnat.ads, g-souinf.ads, g-speche.adb, g-speche.ads, g-table.adb,
25296         g-table.ads, g-thread.adb, g-thread.ads, ioexcept.ads, i-vxwoio.adb,
25297         i-vxwoio.ads, math_lib.adb, s-assert.adb, s-assert.ads, s-asthan.ads,
25298         s-bitops.adb, s-bitops.ads, s-boarop.ads, s-carsi8.adb, s-carsi8.ads,
25299         s-carun8.adb, s-carun8.ads, s-casi16.adb, s-casi16.ads, s-casi32.adb,
25300         s-casi32.ads, s-casi64.adb, s-casi64.ads, s-casuti.adb, s-casuti.ads,
25301         s-caun16.adb, s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
25302         s-caun64.ads, s-direio.adb, s-direio.ads, sequenio.ads, s-errrep.adb,
25303         s-errrep.ads, s-exnint.adb, s-exnint.ads, s-exnllf.adb, s-exnllf.ads,
25304         s-exnlli.adb, s-exnlli.ads, s-expint.adb, s-expint.ads, s-explli.adb,
25305         s-explli.ads, s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
25306         s-expuns.adb, s-expuns.ads, s-fore.adb, s-fore.ads, s-geveop.adb,
25307         s-geveop.ads, s-htable.adb, s-htable.ads, s-imgbiu.adb, s-imgbiu.ads,
25308         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb,
25309         s-imgdec.ads, s-imgenu.adb, s-imgenu.ads, s-imgint.adb, s-imgint.ads,
25310         s-imgllb.adb, s-imgllb.ads, s-imglld.adb, s-imglld.ads, s-imglli.adb,
25311         s-imglli.ads, s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
25312         s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwiu.adb, s-imgwiu.ads
25313         s-interr.ads, s-io.adb, s-mantis.adb, s-mantis.ads, s-osprim.ads,
25314         s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads, s-pack06.adb,
25315         s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
25316         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads, s-pack12.adb,
25317         s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb, s-pack14.ads,
25318         s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads, s-pack18.adb,
25319         s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
25320         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads, s-pack23.adb,
25321         s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb, s-pack25.ads,
25322         s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads, s-pack28.adb,
25323         s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
25324         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads, s-pack34.adb,
25325         s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb, s-pack36.ads,
25326         s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads, s-pack39.adb,
25327         s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
25328         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads, s-pack44.adb,
25329         s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb, s-pack46.ads,
25330         s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads, s-pack49.adb,
25331         s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
25332         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads, s-pack54.adb,
25333         s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb, s-pack56.ads,
25334         s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads, s-pack59.adb,
25335         s-pack59.ads, s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
25336         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads, s-scaval.adb,
25337         s-scaval.ads, s-sequio.adb, s-sequio.ads, s-stache.adb, s-stache.ads,
25338         s-stratt.adb, s-stratt.ads, s-strcom.adb, s-strcom.ads, s-strops.adb,
25339         s-strops.ads, s-taasde.ads, s-tadeca.adb, s-tadeca.ads, s-tadert.adb,
25340         s-tadert.ads, s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
25341         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads, s-tasini.adb,
25342         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
25343         s-tasren.ads, s-tasres.ads, s-tassta.adb, s-tassta.ads, s-tasuti.adb,
25344         s-tasuti.ads, s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
25345         s-tpoben.adb, s-tpoben.ads, s-tpobop.ads, s-tporft.adb, s-tposen.ads,
25346         s-traces.adb, s-traces.ads, s-tratas.adb, s-tratas.ads, s-valint.ads,
25347         s-unstyp.ads, s-veboop.adb, s-veboop.ads, s-vector.ads, s-vercon.adb,
25348         s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchjis.adb, s-wchjis.ads,
25349         s-wchstw.adb, s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
25350         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb, s-widenu.ads,
25351         s-widlli.adb, s-widlli.ads, s-widllu.adb, s-widllu.ads, s-wwdcha.ads,
25352         s-wwdenu.adb, s-wwdwch.ads, text_io.ads, s-stchop.ads, s-stchop.adb,
25353         s-stchop-vxworks.adb, a-intnam-darwin.ads, s-osinte-darwin.adb,
25354         s-osinte-darwin.ads, s-vxwork-x86.ads, a-numaux-darwin.ads,
25355         a-numaux-darwin.adb, a-chzla1.ads, a-chzla9.ads, a-lfztio.ads,
25356         a-liztio.ads, a-llfzti.ads, a-llizti.ads, a-sfztio.ads, a-siztio.ads,
25357         a-ssizti.ads, a-stzbou.adb, a-stzfix.adb, a-stzfix.ads, a-stzmap.adb,
25358         a-stzsea.adb, a-stzsup.adb, a-swunau.adb, a-swunau.ads, a-szuzti.adb,
25359         a-szuzti.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads,
25360         a-ztcoio.adb, a-ztcoio.ads, a-ztcstr.ads, a-ztdeau.adb, a-ztdeio.adb,
25361         a-ztenio.adb, a-ztexio.adb, a-ztfiio.adb, a-ztflio.adb, a-ztgeau.adb,
25362         a-ztinau.adb, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb, a-ztmoio.adb,
25363         a-zttest.adb, a-zzunio.ads, g-utf_32.adb: Fix header style.
25364         "GNU Ada" to GNAT, use proper casing for RUN-TIME.
25365
25366 2005-06-14  Jose Ruiz  <ruiz@adacore.com>
25367             Arnaud Charlet  <charlet@adacore.com>
25368
25369         * a-sytaco.ads, a-sytaco.adb (Suspension_Object): These objects are no
25370         longer protected objects. They have been replaced by lower-level
25371         suspension objects made up by a mutex and a condition variable (or
25372         their equivalent given a particular OS) plus some internal data to
25373         reflect the state of the suspension object.
25374         (Initialize, Finalize): Add this initialization procedure for
25375         Suspension_Object, which is a controlled type.
25376         (Finalize): Add the finalization procedure for Suspension_Object,
25377         which is a controlled type.
25378
25379         * a-sytaco-vxworks.ads, a-sytaco-vxworks.adb: Remove this version of
25380         Ada.Synchronous_Task_Control because there is no longer a need for a
25381         VxWorks specific version of this package. Target dependencies
25382         has been moved to System.Task_Primitives.Operations.
25383
25384         * s-osinte-mingw.ads (pCRITICAL_SECTION): Remove this type which is no
25385         longer needed.
25386         (InitializeCriticalSection, EnterCriticalSection,
25387         LeaveCriticalSection, DeleteCriticalSection): Replace the type
25388         pCriticalSection by an anonymous access type so that we avoid problems
25389         of accessibility to local objects.
25390
25391         * s-taprop.ads, s-taprop-posix.adb, s-taprop-vxworks.adb,
25392         s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
25393         s-taprop-os2.adb, s-taprop-dummy.adb, s-taprop-hpux-dce.adb,
25394         s-taprop-linux.adb, s-taprop-irix.adb, s-taprop-irix-athread.adb,
25395         s-taprop-tru64.adb, s-taprop-lynxos.adb (Elaboration Code): No longer
25396         set the environment task mask here.
25397         (Current_State): Add this function that returns the state of the
25398         suspension object.
25399         (Set_False): Add this procedure that sets the state of the suspension
25400         object to False.
25401         (Set_True): Add this procedure that sets the state of the suspension
25402         object to True, releasing the task that was suspended, if any.
25403         (Suspend_Until_True): Add this procedure that blocks the calling task
25404         until the state of the object is True. Program_Error is raised if
25405         another task is already waiting on that suspension object.
25406         (Initialize): Add this procedure for initializing the suspension
25407         object. It initializes the mutex and the condition variable which are
25408         used for synchronization and queuing, and it sets the internal state
25409         to False.
25410         (Finalize): Add this procedure for finalizing the suspension object,
25411         destroying the mutex and the condition variable.
25412
25413         * s-taspri-posix.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
25414         s-taspri-vms.ads, s-taspri-solaris.ads, s-taspri-os2.ads,
25415         s-taspri-dummy.ads, s-taspri-hpux-dce.ads, s-taspri-linux.ads,
25416         s-taspri-tru64.ads, s-taspri-lynxos.ads (Suspension_Object): New object
25417         which provides a low-level abstraction (using operating system
25418         primitives) for Ada.Synchronous_Task_Control.
25419         This object is made up by a mutex (for ensuring mutual exclusion), a
25420         condition variable (for queuing threads until the condition is
25421         signaled), a Boolean (State) indicating whether the object is open,
25422         and a Boolean (Waiting) reflecting whether there is a task already
25423         suspended on this object.
25424
25425         * s-intman.ads, s-intman-irix.adb, s-intman-irix-athread.adb,
25426         s-intman-dummy.adb, s-intman-solaris.adb, s-intman-vms.adb,
25427         s-intman-vms.ads, s-intman-mingw.adb,
25428         (Initialize_Interrupts): Removed, no longer used.
25429
25430         * s-inmaop-posix.adb, s-inmaop-vms.adb, s-inmaop-dummy.adb,
25431         (Setup_Interrupt_Mask): New procedure.
25432
25433         * s-intman-vxworks.ads, s-intman-vxworks.adb:  Update comments.
25434
25435         * s-inmaop.ads (Setup_Interrupt_Mask): New procedure
25436
25437         * s-interr.adb: Add explicit call to Setup_Interrupt_Mask now that
25438         this is no longer done in the body of s-taprop
25439         (Server_Task): Explicitely test for Pending_Action in case
25440         System.Parameters.No_Abort is True.
25441
25442         * s-taasde.adb: Add explicit call to Setup_Interrupt_Mask now that this
25443         is no longer done in the body of s-taprop
25444
25445 2005-06-14  Robert Dewar  <dewar@adacore.com>
25446
25447         * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
25448         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
25449         system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
25450         system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
25451         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
25452         system-linux-x86.ads, system-vxworks-mips.ads, system-vxworks-mips.ads,
25453         system-os2.ads, system-interix.ads, system-solaris-sparc.ads,
25454         system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
25455         system-vms-zcx.ads, system-vxworks-ppc.ads, system.ads,
25456         system-darwin-ppc.ads, system-vxworks-x86.ads, system-linux-ppc.ads,
25457         system-linux-hppa.ads, system-vms_64.ads,
25458         system-vxworks-alpha.ads: Minor comment update for
25459         AI-362 (unit is Pure).
25460
25461         * a-chahan.ads, a-chahan.adb: Move Wide_Wide functions to Conversions
25462         Add pragma Pure_05 for AI-362
25463         Make remaining conversion functions obsolescent in Ada 95
25464
25465         * impunit.adb: Change a-swunha to a-swuwha and a-szunha to a-szuzha
25466         Make Ada.Wide_Characters[.Unicode] available in Ada 95 mode
25467         Add entries for a-wichun and a-zchuni
25468         Add a-widcha a-zchara for AI-395
25469         Add a-chacon (Ada.Characters.Conversions) to list of Ada 2005 routines
25470
25471         * Makefile.rtl: Change a-swunha to a-swuwha and a-szunha to a-szuzha
25472         Add entries for a-wichun.o and a-zchuni.o
25473         Entries for a-widcha.o and a-zchara.o
25474         Add entry for a-chacon.o
25475
25476         * a-ztenau.adb: Add with of Ada.Characters.Conversions
25477
25478         * a-chacon.ads, a-chacon.adb: New files.
25479
25480         * a-taside.adb, a-exstat.adb, a-excach.adb: Add warnings off to allow
25481         categorization violations.
25482
25483         * a-strmap.ads: Add pragma Pure_05 for AI-362
25484         * a-strmap.ads: Add note on implicit categorization for AI-362
25485
25486         * a-tgdico.ads, a-taside.ads: Add pragma Preelaborate_05 for AI-362
25487
25488         * par-prag.adb: Dummy entry for pragma Persistent_BSS
25489         Set Ada_Version_Explicit, for implementation of AI-362
25490         Add processing for pragma Pure_05 and Preelaborate_05
25491         Add entry for Assertion_Policy pragma
25492
25493         * sem.adb: Make sure predefined units are compiled with GNAT_Mode true
25494         when needed for proper processing of categorization stuff
25495
25496         * sem_cat.adb:
25497         For several cases, make errors in preealborate units warnings,
25498         instead of errors, if GNAT_Mode is set. For AI-362.
25499
25500         * sem_elab.adb (Check_Elab_Call): Call to non-static subprogram in
25501         preelaborate unit is now warning if in GNAT mode
25502
25503         * s-stoele.ads: Document AI-362 for pragma preelaborate
25504
25505 2005-06-14  Doug Rupp  <rupp@adacore.com>
25506
25507         * s-parame-vms.ads, s-parame-hpux.ads, s-parame-vms-restrict.ads,
25508         s-parame-ae653.ads, s-parame.ads, s-parame-vxworks.ads:
25509         Default_Exception_Msg_Max_Length: new parameter.
25510
25511         * a-except.ads: (Exception_Msg_Max_Length): Set to
25512         System.Parameters.Default_Exception_Msg_Max_Length
25513         Add pragma Preelaborate_05 for AI-362
25514         Add warnings off to allow categorization violations for AI-362
25515
25516 2005-06-14  Vincent Celier  <celier@adacore.com>
25517
25518         * gnatsym.adb: Adapt to modification of package Symbols: procedure
25519         Process is now in package Processing.
25520
25521         * symbols.ads, symbols.adb:
25522         (Processing): New package, containing procedure Process
25523
25524         * symbols-vms-alpha.adb:
25525         Replaced by symbols-vms.adb and symbols-processing-vms-alpha.adb
25526
25527         * symbols-vms.adb, symbols-processing-vms-alpha.adb,
25528         symbols-processing-vms-ia64.adb: New files.
25529
25530 2005-06-14  Pascal Obry  <obry@adacore.com>
25531
25532         * mlib-tgt-mingw.adb (Build_Dynamic_Library): Replace the previous
25533         implementation. This new version generates the proper DllMain routine
25534         to initialize the SAL. The DllMain is generated in Ada and compiled
25535         before being added as option to the library build command.
25536
25537 2005-06-14  Doug Rupp  <rupp@adacore.com>
25538             Pascal Obry  <obry@adacore.com>
25539
25540         * adaint.c (__gnat_to_canonical_file_spec): Check for error returns in
25541         call to decc$translate_vms.
25542         (__gnat_locate_regular_file): Check if the path_val contains quotes. We
25543         need to remove those quotes before catenating the filename.
25544         (__gnat_locate_exec_on_path): improvements to the Win32 section:
25545         * avoid allocating the memory twice for better efficiency;
25546         * allocate 32K buffer for environment expansion as suggested by MSDN;
25547         * prepend ".;" to the path so that current directory is searched too.
25548
25549 2005-06-14  Robert Dewar  <dewar@adacore.com>
25550
25551         * a-except.adb (Exception_Identity): return Null_Id for null occurrence
25552         instead of raising CE (AI-241)
25553         Add warnings off to allow categorization violations for AI-362
25554
25555 2005-06-14  Robert Dewar  <dewar@adacore.com>
25556
25557         * ali-util.adb, gnatbind.adb: Remove references to
25558         Force_RM_Elaboration_Order.
25559
25560         * switch-b.adb: Remove recognition of -f switch
25561
25562 2005-06-14  Pascal Obry  <obry@adacore.com>
25563
25564         * a-stzunb.adb, a-stwiun.adb, a-strunb.adb (Realloc_For_Chunk): New
25565         implementation which is slightly more efficient.
25566
25567 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
25568             Javier Miranda  <miranda@adacore.com>
25569             Ed Schonberg  <schonberg@adacore.com>
25570             Hristian Kirtchev  <kirtchev@adacore.com>
25571
25572         * exp_ch4.adb (Expand_Allocator_Expression): When an initialized
25573         allocator's designated type is a class-wide type, and compiling for
25574         Ada 2005, emit a run-time check that the accessibility level of the
25575         type given in the allocator's expression is not deeper than the level
25576         of the allocator's access type.
25577
25578         (Tagged_Membership): Modified to gives support to abstract interface
25579         types.
25580
25581         * a-tags.ads, a-tags.adb (type Type_Specific_Data): Add component
25582         Access_Level.
25583         (Descendant_Tag): New predefined function
25584         (Is_Descendant_At_Same_Level): New predefined function
25585         (Get_Access_Level): New private function
25586         (Set_Access_Level): New private procedure
25587         (IW_Membership): New function. Given the tag of an object and the tag
25588         associated with an interface, evaluate if the object implements the
25589         interface.
25590         (Register_Interface_Tag): New procedure used to initialize the table of
25591         interfaces used by the IW_Membership function.
25592         (Set_Offset_To_Top): Initialize the Offset_To_Top field in the prologue
25593         of the dispatch table.
25594         (Inherit_TSD): Modified to copy the table of ancestor tags plus the
25595         table of interfaces of the parent.
25596         (Expanded_Name): Raise Tag_Error if the passed tag equals No_Tag.
25597         (External_Tag): Raise Tag_Error if the passed tag equals No_Tag.
25598         (Parent_Tag): Return No_Tag in the case of a root-level tagged type,
25599         and raise Tag_Error if the passed tag equalis No_Tag, to conform with
25600         Ada 2005 semantics for the new predefined function.
25601
25602         * exp_attr.adb (Expand_N_Attribute, case Attribute_Input): Generate
25603         call to Descendant_Tag rather than Internal_Tag.
25604         (Expand_N_Attribute, case Attribute_Output): Emit a check to ensure that
25605         the accessibility level of the attribute's Item parameter is not deeper
25606         than the level of the attribute's prefix type. Tag_Error is raised if
25607         the check fails. The check is only emitted for Ada_05.
25608         (Find_Stream_Subprogram): If a TSS exists on the type itself for the
25609         requested stream attribute, use it.
25610         (Expand_N_Attribute_Reference): If the designated type is an interface
25611         then rewrite the referenced object as a conversion to force the
25612         displacement of the pointer to the secondary dispatch table.
25613         (Expand_N_Attribute_Reference, case 'Constrained): Return false if this
25614         is a dereference of an object with a constrained partial view.
25615
25616         * exp_ch5.adb (Expand_N_Return_Statement): When a function's result
25617         type is a class-wide type, emit a run-time check that the accessibility
25618         level of the returned object is not deeper than the level of the
25619         function's master (only when compiling for Ada 2005).
25620
25621         * exp_disp.ads, exp_disp.adb (Ada_Actions, Action_Is_Proc,
25622         Action_Nb_Arg): Add entries for new Get_Access_Level and
25623         Set_Access_Level routines in these tables.
25624         (Make_DT): Generate a call to set the accessibility level of the
25625         tagged type in its TSD.
25626         (Make_DT): Code cleanup. The functionality of generating all the
25627         secondary dispatch tables has been moved to freeze_record_type.
25628         (Make_Abstract_Interface_DT): Minor code cleanup.
25629         (Set_All_DT_Position): Code cleanup. As part of the code cleanup
25630         this subprogram implements a new algorithm that provides the
25631         same functionality and it is more clear in case of primitives
25632         associated with abstract interfaces.
25633         (Set_All_Interfaces_DTC_Entity): Removed. As part of the code
25634         clean up, the functionality of this subprogram is now provided
25635         by Set_All_DT_Position.
25636         (Write_DT): New subprogram: a debugging procedure designed to be called
25637         within gdb to display the dispatch tables associated with a tagged
25638         type.
25639         (Collect_All_Interfaces): New subprogram that collects the whole list
25640         of interfaces that are directly or indirectly implemented by a tagged
25641         type.
25642         (Default_Prim_Op_Position): New subprogram that returns the fixed
25643         position in the dispatch table of the default primitive operations.
25644         (Expand_Interface_Actuals): New subprogram to generate code that
25645         displaces all the actuals corresponding to class-wide interfaces to
25646         reference the interface tag of the actual object.
25647         (Expand_Interface_Conversion): New subprogram. Reference the base of
25648         the object to give access to the interface tag associated with the
25649         secondary dispatch table.
25650         (Expand_Interface_Thunk): New subprogram that generates the code of the
25651         thunk. This is required for compatibility with the C+ ABI.
25652         (Make_Abstract_Interface_DT): New subprogram that generate the
25653         declarations for the secondary dispatch tables associated with an
25654         abstract interface.
25655         (Set_All_Interfaces_DTC_Entity): New subprogram that sets the DTC_Entity
25656         attribute for each primitive operation covering interface subprograms
25657         (Expand_Dispatching_Call, Fill_DT_Entry, Make_DT, Set_All_DT_Position):
25658         These subprograms were upgraded to give support to abstract interfaces
25659
25660         * rtsfind.ads (type RE_Id): Add RE_Descendant_Tag,
25661         RE_Is_Descendant_At_Same_Level, RE_Get_Access_Level, and
25662         RE_Set_Access_Level.
25663         (RE_Unit_Table): Add entries for new Ada.Tags operations.
25664         Add support to call the followig new run-time subprograms:
25665         IW_Membership, Register_Interface_Tag, and Set_Offset_To_Top
25666
25667         * sem_ch3.adb (Constant_Redeclaration): Allow a deferred constant to
25668         match its full declaration when both have an access definition with
25669         statically matching designated subtypes.
25670         (Analyze_Component_Declaration): Delete commented out code that was
25671         incorrectly setting the scope of an anonymous access component's type.
25672         (Process_Discriminants): Set Is_Local_Anonymous_Access for the type of
25673         an access discriminant when the containing type is nonlimited.
25674         (Make_Incomplete_Type_Declaration): Create an incomplete type
25675         declaration for a record type that includes self-referential access
25676         components.
25677         (Check_Anonymous_Access_Types): Before full analysis of a record type
25678         declaration, create anonymous access types for each self-referential
25679         access component.
25680         (Analyze_Component_Declaration, Array_Type_Declaration): Indicate that
25681         an access component in this context is a Local_Anonymous_Access, for
25682         proper accessibility checks.
25683         (Access_Definition): Set properly the scope of the anonymous access type
25684         created for a stand-alone access object.
25685         (Find_Type_Of_Object): An object declaration may be given with an access
25686         definition.
25687         (Complete_Subprograms_Derivation): New subprogram used to complete
25688         type derivation of private tagged types implementing interfaces.
25689         In this case some interface primitives may have been overriden
25690         with the partial-view and, instead of re-calculating them, they
25691         are included in the list of primitive operations of the full-view.
25692         (Build_Derived_Record_Type): Modified to give support to private
25693         types implemening interfaces.
25694         (Access_Definition): Reject ALL on anonymous access types.
25695         (Build_Derived_Record_Type): In the case of Ada 2005, allow a tagged
25696         type derivation to occur at a deeper accessibility level than the
25697         parent type.
25698         For the case of derivation within a generic body however, disallow the
25699         derivation if the derived type has an ancestor that is a formal type
25700         declared in the formal part of an enclosing generic.
25701         (Analyze_Object_Declaration): For protected objects, remove the check
25702         that they cannot contain interrupt handlers if not declared at library
25703         level.
25704         (Add_Interface_Tag_Components): New subprogram to add the tag components
25705         corresponding to all the abstract interface types implemented by a
25706         record type or a derived record type.
25707         (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
25708         Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
25709         Process_Full_View, Record_Type_Declaration): Modified to give
25710         support to abstract interface types
25711         (Collect_Interfaces): New subprogram that collects the list of
25712         interfaces that are not already implemented by the ancestors
25713         (Process_Full_View): Set flag Has_Partial_Constrained_View appropriately
25714         when partial view has no discriminants and full view has defaults.
25715         (Constrain_Access): Reject a constraint on a general access type
25716         if the discriminants of the designated type have defaults.
25717         (Access_Subprogram_Declaration): Associate the Itype node with the inner
25718         full-type declaration or subprogram spec. This is required to handle
25719         nested anonymous declarations.
25720         (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
25721         Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
25722         Process_Full_View, Record_Type_Declaration): Modified to give
25723         support to abstract interface types
25724         (Derive_Subprograms): Addition of a new formal to indicate if
25725         we are in the case of an abstact-interface derivation
25726         (Find_Type_Of_Subtype_Indic): Moved from the body of the package
25727         to the specification because it is requied to analyze all the
25728         identifiers found in a list of interfaces
25729
25730         * debug.adb: Complete documentation of flag "-gnatdZ"
25731
25732         * exp_ch3.adb: Implement config version of persistent_bss pragma
25733         (Check_Stream_Attributes): Use Stream_Attribute_Available instead of
25734         testing for TSS presence to properly enforce visibility rules.
25735         (Freeze_Record_Type): Code cleanup. Modified to call the subprogram
25736         Make_Abstract_Interfaces_DT to generate the secondary tables
25737         associated with abstract interfaces.
25738         (Build_Init_Procedure): Modified to initialize all the tags
25739         corresponding.
25740         (Component_Needs_Simple_Initialization): Similar to other tags,
25741         interface tags do not need initialization.
25742         (Freeze_Record_Type): Modified to give support to abstract interface
25743         types.
25744         (Expand_N_Object_Declaration): Do not generate an initialization for
25745         a scalar temporary marked as internal.
25746
25747         * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): Handle properly an
25748         in-out parameter that is a component in an initialization procedure,
25749         whose constraint might depend on discriminants, and that may be
25750         misaligned because of packing or representation clauses.
25751         (Is_Legal_Copy): New predicate to determine whether a possibly
25752         misaligned in-out actual can actually be passed by copy/return. This
25753         is an error in case the type is by_reference, and a warning if this is
25754         the consequence of a DEC import pragma on the subprogram.
25755         (Expand_Call, Freeze_Subprogram): Modified to give support to abstract
25756         interface types
25757         (Expand_Inlined_Call): Mark temporary generated for the return value as
25758         internal, so that no useless scalar normalization is generated for it.
25759         (Expand_N_Subprogram_Declaration): Save unanalyzed body so calls to
25760         null procedure can always be inlined.
25761         (Expand_N_Subprogram_Declaration): If this is the declaration of a null
25762         procedure, generate an explicit empty body for it.
25763
25764         * exp_util.ads, exp_util.adb (Find_Interface_ADT): New subprogram.
25765         Given a type implementing an interface, returns the corresponding
25766         access_disp_table value.
25767         (Find_Interface_Tag): New subprogram. Given a type implementing an
25768         interface, returns the record component containing the tag of the
25769         interface.
25770         (Find_Interface_Tag): New overloaded subprogram. Subsidiary to the
25771         previous ones that return the corresponding tag and access_disp_table
25772         entities.
25773         (Is_Predefined_Dispatching_Operation): Determines if a subprogram
25774         is a predefined primitive operation.
25775         (Expand_Subtype_From_Expr): If the expression is a selected component
25776         within an initialization procedure, compute its actual subtype, because
25777         the component may depend on the discriminants of the enclosing record.
25778
25779         * i-cpp.ads, i-cpp.adb:
25780         This package has been left available for compatibility with previous
25781         versions of the frontend. As part of the new layout this is now a
25782         dummy package that uses declarations available at a-tags.ads
25783
25784         * par-ch3.adb (P_Identifier_Declarations): Give an error for use of
25785         "constant access" and "aliased [constant] access" when not compiling
25786         with -gnat05.
25787         Suppress Ada 2005 keyword warning if -gnatwY used
25788         (P_Identifier_Declarations): Add support for object declarations with
25789         access definitions.
25790         (Private_Extension_Declaration): Complete the documentation
25791         (P_Derived_Type_Def_Or_Private_Ext_Decl): Fill the inteface_list
25792         attribute in case of private extension declaration
25793         (P_Type_Declaration): Mark as "abstract" the type declarations
25794         corresponding with protected, synchronized and task interfaces
25795         (P_Declarative_Items): "not" and "overriding" are overriding indicators
25796         for a subprogram or instance declaration.
25797
25798         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Verify that an
25799         instantiation that is a dispatching operation has controlling access
25800         parameters that are null excluding.
25801         Save and restore Ada_Version_Explicit, for implementation of AI-362
25802         (Validate_Derived_Type_Instance): Add check for abstract interface
25803         types.
25804         (Analyze_Formal_Package): Establish Instantiation source for the copy of
25805         the generic that is created to represent the formal package.
25806         (Analyze_Package_Instantiation): Instantiate body immediately if the
25807         package is a predefined unit that contains inlined subprograms, and
25808         we are compiling for a Configurable_Run_Time.
25809         (Instantiate_Formal_Subprogram): Indicate that null default subprogram
25810         If the program has a null default, generate an empty body for it.
25811
25812         * sem_ch6.adb, sem_ch9.adb (Analyze_Subprograms_Declaration): Update
25813         error message condition, null procedures are correctly detected now.
25814         (New_Overloaded_Entity): Bypass trivial overriding indicator check
25815         for subprograms in the context of protected types. Instead, the
25816         indicator is examined in Sem_Ch9 while analysing the subprogram
25817         declaration.
25818         (Check_Overriding_Indicator): Check consistency of overriding indicator
25819         on subprogram stubs as well.
25820         (Analyze_Subprogram_Declaration): Diagnose null procedures declared at
25821         the library level.
25822         (Analize_Subprogram_Specification): When analyzing a subprogram in which
25823         the type of the first formal is a concurrent type, replace this type
25824         by the corresponding record type.
25825         (Analyze_Subprogram_Body): Undo the previous work.
25826         (Analyze_Procedure_Call): If the call has the form Object.Op, the
25827         analysis of the prefix ends up analyzing the call itself, after which
25828         we are done.
25829         (Has_Interface_Formals): New subprogram subsidiary to analyze
25830         subprogram_specification that returns true if some non
25831         class-wide interface subprogram is found
25832         (New_Overloaded_Entity): Modified to give support to abstract
25833         interface types
25834         (Conforming_Types): In Ada 2005 mode, conformance checking of anonymous
25835         access to subprograms must be recursive.
25836         (Is_Unchecked_Conversion): Improve the test that recognizes
25837         instantiations of Unchecked_Conversion, and allows them in bodies that
25838         are to be inlined by the front-end. When the body comes from an
25839         instantiation, a reference to Unchecked_Conversion will be an
25840         Expanded_Name, even though the body has not been analyzed yet.
25841         Replace Is_Overriding and Not_Overriding in subprogram_indication with
25842         Must_Override and Must_Not_Override, to better express intent of AI.
25843         (Analyze_Subprogram_Body): If an overriding indicator is given, check
25844         that it is consistent with the overrinding status of the subprogram
25845         at this point.
25846         (Analyze_Subprogram_Declaration): Indicate that a null procedure is
25847         always inlined.
25848         If the subprogram is a null procedure, indicate that it does not need
25849         a completion.
25850
25851         * sem_disp.adb (Check_Controlling_Type): Give support to entities
25852         available through limited-with clauses.
25853         (Check_Dispatching_Operation): A stub acts like a body, and therefore is
25854         allowed as the last primitive of a tagged type if it has no previous
25855         spec.
25856         (Override_Dispatching_Operation, Check_Dispatching_Operation): Modified
25857         to give support to abstract interface types
25858
25859         * sem_res.adb (Valid_Conversion): Perform an accessibility level check
25860         in the case where the target type is an anonymous access type of an
25861         object or component (that is, when Is_Local_Anonymous_Access is true).
25862         Prevent the special checks for conversions of access discriminants in
25863         the case where the discriminant belongs to a nonlimited type, since
25864         such discriminants have their accessibility level defined in the same
25865         way as a normal component of an anonymous access type.
25866         (Resolve_Allocator): When an allocator's designated type is a class-wide
25867         type, check that the accessibility level of type given in the
25868         allocator's expression or subtype indication is not statically deeper
25869         than the level of the allocator's access type.
25870         (Check_Discriminant_Use): Diagnose discriminant given by an expanded
25871         name in a discriminant constraint of a record component.
25872         (Resolve_Explicit_Dereference): Do not check whether the type is
25873         incomplete when the dereference is a use of an access discriminant in
25874         an initialization procedure.
25875         (Resolve_Type_Conversion): Handle conversions to abstract interface
25876         types.
25877         (Valid_Tagged_Conversion): The conversion of a tagged type to an
25878         abstract interface type is always valid.
25879         (Valid_Conversion): Modified to give support to abstract interface types
25880         (Resolve_Actuals): Enable full error reporting on view conversions
25881         between unrelated by_reference array types.
25882         The rule for view conversions of arrays with aliased components is
25883         weakened in Ada 2005.
25884         Call to obsolescent subprogram is now considered to be a violation of
25885         pragma Restrictions (No_Obsolescent_Features).
25886         (Check_Direct_Boolean_Operator): If the boolean operation has been
25887         constant-folded, there is nothing to check.
25888         (Resolve_Comparison_Op, Resolve_Equality_Op, Resolve_Boolean_Op): Defer
25889         check on possible violation of restriction No_Direct_Boolean_Operators
25890         until after expansion of operands, to prevent spurious errors when
25891         operation is constant-folded.
25892
25893         * sem_type.ads, sem_type.adb (Covers, Intersect_Types, Specific_Type,
25894         Has_Compatible_Type): Modified to give support to abstract interface
25895         types.
25896         (Interface_Present_In_Ancestor): New function to theck if some ancestor
25897         of a given type implements a given interface
25898
25899         * sem_ch4.adb (Analyze_Call): Handle properly an indirect call whose
25900         prefix is a parameterless function that returns an access_to_procedure.
25901         (Transform_Object_Operation): Handle properly function calls of the
25902         form Obj.Op (X), which prior to analysis appear as indexed components.
25903         (Analyze_One_Call): Complete the error notification to help new Ada
25904         2005 users.
25905         (Analyze_Allocator): For an allocator without an initial value, where
25906         the designated type has a constrained partial view, a discriminant
25907         constraint is illegal.
25908
25909 2005-06-14  Robert Dewar  <dewar@adacore.com>
25910
25911         * a-textio.adb (Set_Col): Fix two errors noticed recently, having to
25912         do with treatment of Set_Col when positioned at end of line character.
25913
25914 2005-06-14  Robert Dewar  <dewar@adacore.com>
25915
25916         * atree.adb: (Elist*): Protect against uninitialized field
25917
25918 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25919
25920         * checks.adb (Install_Null_Excluding_Check): Do not generate checks
25921         for an attribute reference that returns an access type.
25922         (Apply_Discriminant_Check): No need for check if (designated) type has
25923         constrained partial view.
25924
25925         (Apply_Float_Conversion_Check): Generate a short-circuit expression for
25926         both bound checks, rather than a conjunction.
25927         (Insert_Valid_Check): If the expression is an actual that is an indexed
25928         component of a bit-packed array, force expansion of the packed element
25929         reference, because it is specifically inhibited elsewhere.
25930
25931 2005-06-14  Vincent Celier  <celier@adacore.com>
25932
25933         * clean.adb (Clean_Project): Correctly delete executable specified as
25934         absolute path names.
25935
25936         * make.adb (Gnatmake): Allow relative executable path names with
25937         directory information even when project files are used.
25938         (Change_To_Object_Directory): Fail gracefully when unable to change
25939         current working directory to object directory of a project.
25940         (Gnatmake): Remove exception handler that could no longer be exercized
25941         (Compile_Sources.Compile): Use deep copies of arguments, as some of them
25942         may be deallocated by Normalize_Arguments.
25943         (Collect_Arguments): Eliminate empty arguments
25944
25945         * gnatcmd.adb (All_Projects): New Boolean flag, initialized to False,
25946         and set to True when -U is used for GNAT PRETTY or GNAT METRIC.
25947         (Check_Project): Return False when Project is No_Project. Return True
25948         when All_Projects is True.
25949         (GNATCmd): Recognize switch -U for GNAT PRETTY and GNAT METRIC and set
25950         All_Projects to True.
25951         Minor reformatting
25952
25953 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25954             Javier Miranda  <miranda@adacore.com>
25955             Thomas Quinot  <quinot@adacore.com>
25956             Robert Dewar  <dewar@adacore.com>
25957             Hristian Kirtchev  <kirtchev@adacore.com>
25958             Gary Dismukes  <dismukes@adacore.com>
25959
25960         * einfo.ads, einfo.adb (Is_Local_Anonymous_Access): New flag on
25961         anonymous access types, to indicate that the accessibility level of
25962         the type is determined by that of the enclosing declaration.
25963         (Has_Persistent_BSS): New flag
25964         (Set_Is_Primitive_Wrapper): Upgrade the barrier to allow the usage
25965         of this attribute with functions.
25966         (Is_Primitive_Wrapper): Remove the barrier.
25967         (Has_Specified_Stream_Input, Has_Specified_Stream_Output,
25968         Has_Specified_Stream_Read, Has_Specified_Stream_Write):
25969         New subprograms.
25970         (Set_Has_Specified_Stream_Input, Set_Has_Specified_Stream_Output,
25971         Set_Has_Specified_Stream_Read, Set_Has_Specified_Stream_Write):
25972         New subprograms.
25973         (Is_Pure_Unit_Access_Type): New flag
25974         (Abstract_Interfaces): Complete the assertion to cover all usages.
25975         (Set_Is_Interface): Complete the assertion to cover all usages.
25976         (Is_Primitive_Wrapper): New attribute.
25977         (Is_Obsolescent): Now applies to all entities (though it is only set
25978         for subprograms currently)
25979         New flag:  Has_Constrained_Partial_View, to implemente Ada 2005 AI-363,
25980         which solves various problems concerning access subtypes.
25981         (Has_Persistent_BSS): New flag
25982         (Is_Primitive_Wrapper, Set_Primitive_Wrapper): Code cleanup.
25983         Remove these subprograms because this attribute is currently
25984         not used.
25985         New entity flags:
25986         Has_Specified_Stream_Input (Flag190)
25987         Has_Specified_Stream_Output (Flag191)
25988         Has_Specified_Stream_Read (Flag192)
25989         Has_Specified_Stream_Write (Flag193)
25990         Present in all type and subtype entities. Set for a given view if the
25991         corresponding stream-oriented attribute has been defined by an
25992         attribute definition clause. When such a clause occurs, a TSS is set
25993         on the underlying full view; the flags are used to track visibility of
25994         the attribute definition clause for partial or incomplete views.
25995         (Is_Pure_Unit_Access_Type): New flag
25996         Clarify use of Is_Internal.
25997         (Is_Primitive_Wrapper): New attribute present in primitive subprograms
25998         internally generated to wrap the invocation of tasks and protected
25999         types that implement interfaces.
26000         (Implementation_Base_Type): Documentation correction
26001         (Is_Obsolescent): Now applies to all entities (though it is only set
26002         for subprograms currently)
26003         New flag:  Has_Constrained_Partial_View, to implement Ada 2005 AI-363,
26004         which solves various problems concerning access subtypes.
26005
26006         * exp_ch9.adb (Type_Conformant_Parameters): Introduce mode conformance
26007         for examined parameters. Identify unequal parameter list lengths as
26008         non-conformant parameters.
26009         (Overriding_Possible): Do not check for "All" qualifier in declaration
26010         of controlling access parameter, following prescription of AI-404.
26011         (Build_Entry_Wrapper_Spec, Build_Entry_Wrapper_Body): New subprograms
26012         that build the procedure body that wraps an entry invocation
26013         (Build_Corresponding_Record, Build_Protected_Sub_Specification,
26014         Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
26015         Expand_N_Task_Body, Expand_N_Task_Type_Declaration): Modified to
26016         give support to abstract interface types
26017
26018         * freeze.adb (Freeze_Entity): Issue error message if
26019         Is_Pure_Unit_Access_Type set, unless we are in Ada 2005 mode and the
26020         type has no storage pool (Ada 2005) AI-366.
26021         Also modified to give support to abstract interface types
26022         (Freeze_Subprogram): Issue an error for a dispatching subprogram with an
26023         Inline_Always pragma.
26024
26025         * par-ch9.adb (P_Task_Items): Reserved words "not" or "overriding" may
26026         now begin an entry declaration.
26027         (P_Entry_Or_Subprogram_With_Indicator): New procedure in
26028         P_Protected_Operation_Declaration_Opt. Parse an entry declaration or
26029         a subprogram declaration preceded by an overriding indicator.
26030         (P_Protected_Operation_Declaration_Opt): Add case for parsing entry
26031         declarations or subprogram declarations preceded by reserved words
26032         "not" or "overriding".
26033         (P_Entry_Declaration): Update comment. Parse and check overriding
26034         indicator, set semantic flags of entry declarations.
26035         (P_Task): New error message in case of private applied
26036         to a task type declaration.
26037         (P_Protected): New error message in case of private applied
26038         to a task type declaration.
26039
26040         * sem_ch7.adb (Preserve_Full_Attributes): Modified to handle the case
26041         in which the full view of a type implementing an interface is a
26042         concurrent type.
26043         (Has_Overriding_Pragma): Remove obsolete implementation of AI-218.
26044         Declare_Inherited_Private_Subprograms): If an explicit operation
26045         overrides an operation that is inherited in the private part, mark the
26046         explicit one as overriding, to enable overriding indicator checks.
26047         (Preserve_Full_Attributes): Propagate Is_Unchecked_Union attribute from
26048         full view to partial view, to simplify handling in back-end.
26049
26050         * sprint.adb: Print interface lists where needed: derived types,
26051         protected types, task types.
26052         output "is null" for null procedures. Part of implementation of
26053
26054         * sem_cat.adb (Validate_Access_Type_Declaration): Implement AI-366
26055         relaxation of rules for access types in pure, shared passive partitions.
26056
26057         * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Reorganize to
26058         first read discriminants into temporary objects, performing checks on
26059         the read values, then possibly performing discriminant checks on the
26060         actual (if it is constrained), and only finally reading the components
26061         into a constrained temporary object.
26062         (Build_Elementary_Input_Call): Adjust the specific circuitry for the
26063         case of reading discriminants of a mutable record type to recognize
26064         the new form of the code generated by
26065         Build_Mutable_Record_Read_Procedure.
26066
26067         * exp_tss.ads, exp_tss.adb (Make_Init_Proc_Name): Reimplement in terms
26068         of a simple call to Make_TSS_Name.
26069         (Make_TSS_Name_Local): Add the TSS name as the last thing in the name
26070         buffer, in order for Is_TSS to work correctly on local TSS names.
26071
26072         * sem_attr.ads, sem_attr.adb (Resolve_Attribute, case 'Access): Use flag
26073         Is_Local_Anonymous_Access to check legaliy of attributes in the
26074         context of  access components and stand-alone access objects.
26075         (Stream_Attribute_Available): In Ada 95 mode, a stream attribute is
26076         treated as available for a limited private type if there is an
26077         attribute_definition_clause that applies to its full view, but not in
26078         other cases where the attribute is available for the full view
26079         (specifically, the sole fact that the full view is non-limited does not
26080         make the attribute available for the partial view).
26081         (Build_Access_Subprogram_Type): Diagnose attempt to apply 'access to a
26082         non-overloaded intrinsic subprogram.
26083         (Check_Stream_Attribute): Reject an attribute reference for an
26084         unavailable stream attribute even if the prefix is not a limited type
26085         (case of a 'Input attribute reference for an abstract, non-classwide
26086         type)
26087         (Stream_Attribute_Available): New function to determine whether a stream
26088         attribute is available at a place.
26089         (Check_Attribute): Use Stream_Attribute_Available instead of just
26090         testing for TSS presence on the implementation base type.
26091         (Analyze_Attribute): Modified to give support to task interfaces.
26092         (Analyze_Access_Attribute): Add error check for use of an Access (or
26093         Unrestricted_Access) attribute with a subprogram marked as
26094         Inline_Always.
26095         (Analyze_Attribute, case Attribute_Address): Add error check for use of
26096         an Address attribute with a subprogram marked as Inline_Always.
26097         Update Eval_Attribute to handle new value of Width from AI-395
26098
26099         * sem_ch13.adb (Analyze_Stream_TSS_Definition): New subprogram.
26100         (Analyze_Attribute_Definition_Clause, cases Input, Output, Read, Write):
26101         Factor common code across the stream-oriented attribute circcuits into
26102         a new subprogram, Analyze_Stream_TSS_Definition. The new uniform
26103         processing is functionally identical to the previous duplicated one,
26104         except that an expression that denotes an abstract subprogram will now
26105         be rejected, as mandated by AI-195 item 5.
26106
26107         * sem_util.ads, sem_util.adb (Type_Access_Level): Use flag
26108         Is_Local_Anonymous_Access to apply accessibility checks to access
26109         components and stand-alone access objects.
26110         (Has_Discriminant_Dependent_Constraint): Moved to spec for use
26111         elsewhere.
26112         (Is_Potentially_Persistent_Type): New function
26113         (Is_Dependent_Component_Of_Mutable_Object): If the enclosing object is
26114         a heap-object whose type has a constrained partial view, the object is
26115         unconstrained and the component may depend on a discriminant, making its
26116         renaming illegal.
26117
26118         * sinfo.ads, sinfo.adb
26119         (Must_Not_Override): Flag applicable to N_Entry_Declaration.
26120         (Must_Override): Flag applicable to N_Entry_Declaration.
26121         Indicate that interface_list can appear in single task and single
26122         protected declarations.
26123         Replace Is_Overriding and Not_Overriding with Must_Override and
26124         Must_Not_Override, to better express intent of AI.
26125         Is_Overriding, Not_Overriding: Ada2005 flags that indicate the presence
26126         of an overriding indicator in a subprogram or instance.
26127         Ada 2005 (AI-248) Null_Present can appear in a procedure specification.
26128         Add the overriding indicator [[not] overriding] construct to the
26129         following grammar productions:
26130          ENTRY_DECLARATION
26131          GENERIC_INSTANTIATION
26132          SUBPROGRAM_SPECIFICATION
26133
26134         * par-ch10.adb (P_Compilation_Unit): Subprogram declaration or body
26135         can start with an overriding indicator.
26136
26137         * par-ch6.adb (P_Subprogram): Recognize overriding indicator, and set
26138         flags accordingly on subrogram specifications or instances.
26139
26140         * sem_ch8.adb:
26141         (Analyze_Subprogram_Renaming): For a renaming_as_body, verify that the
26142         overriding_indicator, if present, is consistent with status of spec.
26143         Improve error message for null-excluding checks on controlling access
26144         parameters.
26145         (Check_In_Previous_With_Clause): Protect the frontend against
26146         previously reported critical errors in the context clauses.
26147         Save and restore Ada_Version_Explicit, for implementation of AI-362
26148         (Analyze_Subprogram_Renaming): If the new entity is a dispatching
26149         operation verify that controlling formals of the renamed entity that
26150         are access parameters are explicitly non-null.
26151         (Find_Expanded_Name): Improve error message when prefix is an illegal
26152         reference to a private child unit.
26153
26154         * exp_imgv.adb, s-imgwch.ads, s-imgwch.adb, s-valwch.adb,
26155         s-valwch.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdwch.adb:
26156         Rewrite to correspond to new wide character names in AI-395
26157
26158         * par-ch12.adb (P_Formal_Subprogram_Declaration): Recognize null
26159         default procedures.
26160
26161 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26162             Robert Dewar  <dewar@adacore.com>
26163
26164         * errout.ads, errout.adb (Error_Msg_NW): Only emit warning on user
26165         code, not on the bodies of predefined operations, to cut down on
26166         spurious noise.
26167
26168 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26169
26170         * exp_aggr.adb (Aggr_Size_OK): An array with no components can always
26171         be expanded in place. The size computation does not require a
26172         subtraction, which would raise an exception on a compiler built with
26173         assertions when the upper bound is Integer'first.
26174         (Flatten): For an array of composite components, take into account the
26175         size of the components to determine whether it is safe to expand the
26176         array into a purely positional representation.
26177
26178 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26179
26180         * exp_ch2.adb (Param_Entity): Take the case of an expanded_name
26181         denoting a formal parameter into account.
26182
26183 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26184
26185         * exp_ch7.adb (Find_Node_To_Be_Wrapped): If the node appears within
26186         the entry_call alternative of a conditional entry call, wrap the
26187         conditional entry call itself.
26188
26189 2005-06-14  Nicolas Setton  <setton@adacore.com>
26190             Ed Schonberg  <schonberg@adacore.com>
26191
26192         * exp_dbug.ads, exp_dbug.adb (Get_Variant_Part): Fix the encoding of
26193         the "simple_choice" member in a variant record, in accordance with the
26194         description in the package spec: the information output for a constant
26195         should be "S number", not "SS number".
26196         (Get_Encoded_Name): Return at once if not generating code. Avoids name
26197         overflow problem when compiling with -gnatct, for ASIS/gnatmetrics.
26198
26199 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26200
26201         * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): For an
26202         RACW without any primitives, do not generate the if statement for
26203         dispatching by name in the PolyORB/DSA case, as it would be malformed
26204         (it would have an Elsif_Parts list that is not No_List, but with a
26205         length of 0).
26206
26207 2005-06-14  Robert Dewar  <dewar@adacore.com>
26208
26209         * exp_intr.adb, par-ch5.adb: Minor fix to error message text
26210
26211 2005-06-14  Jose Ruiz  <ruiz@adacore.com>
26212
26213         * fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi
26214         can determine whether pragma Suppress_Exception_Locations is in effect.
26215
26216         * utils2.c (build_call_raise): Do not pass the file name to the
26217         exception handler if pragma Suppress_Exception_Locations is in effect.
26218         (build_allocator): Add and process arg IGNORE_INIT_TYPE.
26219
26220 2005-06-14  Emmanuel Briot  <briot@adacore.com>
26221
26222         * g-debpoo.adb (Deallocate, Dereference): Improve output.
26223
26224 2005-06-14  Nicolas Roche  <roche@adacore.com>
26225
26226         * g-diopit.adb (Wildcard_Iterator): Return directly if Path is equal
26227         to ""
26228         (Next_Level): Fix minor bug in handling of ../dir case
26229         (Read): Add dir separator to Directory name so that "" is understood as
26230          "/"
26231
26232 2005-06-14  Pascal Obry  <obry@adacore.com>
26233
26234         * g-dynhta.ads, g-dynhta.adb (Reset): Free the table itself after
26235         releasing the items.
26236
26237 2005-06-14  Vincent Celier  <celier@adacore.com>
26238             Cyrille Comar  <comar@adacore.com>
26239
26240         * g-os_lib.ads, g-os_lib.adb (Non_Blocking_Spawn): Two new versions
26241         with output file descriptor and with output file name.
26242         (Dup, Dup2): Now global procedures as they are used by two subprograms
26243         (Copy): Allocate the 200K buffer on the heap rather than on the stack.
26244
26245 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26246
26247         PR ada/6717
26248         * g-socket.ads, g-socket.adb (Inet_Addr): Special case the all-ones
26249         broadcast address.
26250         (Create_Selector): Bind listening socket used to create the signalling
26251         socket pair to 127.0.0.1 to limit the scope for 'theft' of connection.
26252         Set listen backlog to 1 to ensure that we detect socket theft by a
26253         failure of our own connect(2) call.
26254         (Check_Selector): Improve documentation of the selector mechanism.
26255         (Broadcast_Inet_Addr): New constant.
26256
26257 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
26258
26259         * layout.adb (Discrimify): Remove resetting of Vtype to the underlying
26260         type which turns out to be an incomplete and incorrect fix.
26261         (Layout_Array_Type): Use Underlying_Type when checking whether the scope
26262         of the type is declared in a record (for determination of insertion
26263         type).
26264         (SO_Ref_From_Expr): Test whether Vtype denotes a partial or full view of
26265         a private type and ensure that the primary entity is used for the type
26266         of the newly created function's V formal by taking the Etype of the
26267         view.
26268
26269 2005-06-14  Javier Miranda  <miranda@adacore.com>
26270             Jose Ruiz  <ruiz@adacore.com>
26271             Robert Dewar  <dewar@adacore.com>
26272             Ed Schonberg  <schonberg@adacore.com>
26273
26274         * lib-load.ads, lib-load.adb (Load_Unit): Addition of a new parameter
26275         that indicates if we are parsing a compilation unit found in a
26276         limited-with clause.
26277         It is use to avoid the circularity check.
26278
26279         * par.ads, par.adb (Par): Addition of a new parameter to indicate if
26280         we are parsing a compilation unit found in a limited-with clause. This
26281         is use to avoid the circularity check.
26282
26283         * par-load.adb (Load): Indicate Lib.Load_Unit if we are loading the
26284         unit as a consequence of parsing a limited-with clause. This is used
26285         to avoid the circularity check.
26286
26287         * sem_ch10.adb: Suppress Ada 2005 unit warning if -gnatwY used
26288         (Analyze_Context): Limited-with clauses are now allowed
26289         in more compilation units.
26290         (Analyze_Subunit_Context, Check_Parent): Protect the frontend
26291         againts previously reported critical errors in context clauses
26292         (Install_Limited_Withed_Unit): Code cleanup plus static detection
26293         of two further errors: renamed subprograms and renamed packages
26294         are not allowed in limited with clauses.
26295         (Install_Siblings): Do not install private_with_clauses on the package
26296         declaration for a non-private child unit.
26297         (Re_Install_Parents): When a parent of the subunit is reinstalled,
26298         reset visibility of child units properly.
26299         (Install_Withed_Unit): When a child unit appears in a with_clause of its
26300         parent, it is immediately visible.
26301
26302 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26303             Emmanuel Briot  <briot@adacore.com>
26304
26305         * lib-xref.ads, lib-xref.adb (Generate_Definition): Treat any entity
26306         declared within an inlined body as referenced, to prevent spurious
26307         warnings.
26308         (Output_One_Ref): If an entity renames an array component, indicate in
26309         the ALI file that this aliases (renames) the array. Capture as well
26310         function renamings that rename predefined operations.
26311         Add information about generic parent for package and subprogram
26312         instances.
26313         (Get_Type_Reference): For a subtype that is the renaming of an actual in
26314         an instantiation, use the first_subtype to ensure that we don't generate
26315         cross-reference information for internal types.
26316         For objects and parameters of a generic private type, retain the '*'
26317         indicator to distinguish such an entity from its type.
26318
26319         * ali.ads (Xref_Entity_Record): New fields Iref_File_Num and Iref_Line,
26320         to store information about instantiated entities.
26321
26322         * ali.adb (Scan_ALI): Add support for parsing the reference to the
26323         generic parent
26324
26325         * xref_lib.adb (Skip_To_Matching_Closing_Bracket): New subprogram
26326         (Parse_Identifier_Info, Parse_Token): Add support for the generic parent
26327         information.
26328
26329 2005-06-10  Doug Rupp  <rupp@adacore.com>
26330             Arnaud Charlet  <charlet@adacore.com>
26331             Olivier Hainque  <hainque@adacore.com>
26332             Jose Ruiz  <ruiz@adacore.com>
26333
26334         * Make-lang.in: Add initialize.o when needed.
26335         Remove obsolete references to RT_FLAGS.
26336         Add missing dependencies for sdefault.o
26337
26338         * initialize.c: New file.
26339
26340         * init.c [VMS] Declare ADA$ externs weak to fix build problem in IVMS.
26341         [VMS] cond_signal_table: Fix problem in declaration.
26342         [VMS] __gnat_error_handler: rewrite.
26343         Move all __gnat_initialize() routines to initialize.c
26344         Specialize the former "hpux" section to "hppa hpux", as this is what the
26345         section really is here for and we now have other hpux ports that need
26346         different contents.
26347         (__gnat_adjust_context_for_raise) i386-linux: First version of this
26348         function for this target. Adjust PC by one in the machine context. This
26349         adjustment was previously done in the MD_FALLBACK_FRAME_STATE_FOR, but
26350         it is more reliable to do that in the signal handler itself.
26351         (__gnat_install_handler) i386-linux: Set SA_SIGINFO in the sigaction
26352         flags, so that the handler is passed the context structure to adjust
26353         prior to the raise.
26354         (__gnat_error_handler) i386-linux: Adjust the signature to match what a
26355         SA_SIGINFO sigaction should look like. Call
26356         __gnat_adjust_context_for_raise before actually raising. Cleanup unused
26357         Machine_State_Operations stuff.
26358         Add conditional code so that the x86_64 is also supported.
26359
26360 2005-06-14  Pascal Obry  <obry@adacore.com>
26361
26362         * mdll.adb (Get_Dll_Name): New routine that returns the DLL name given
26363         the library name.
26364
26365 2005-06-14  Robert Dewar  <dewar@adacore.com>
26366
26367         * opt.ads, opt.adb: New flags for persistent_bss mode
26368         Add Ada_Version_Explicit, for implementation of AI-362
26369         Add Assertions_Enabled_Config and associated handling
26370         Needed since setting can be changed with Assertion_Policy pragma
26371         Add new flag Warn_On_Ada_2005_Compatibility
26372
26373         * switch-c.adb: Recognize -gnatwy/Y
26374         Set Ada_Version_Explicit, for implementation of AI-362
26375         The -gnatg switch now includes -gnatyu
26376
26377         * usage.adb: Add -gnatwy/Y
26378         Remove wrong asterisk on -gnatwX line
26379         Add line for -gnatyu switch
26380
26381 2005-06-14  Vincent Celier  <celier@adacore.com>
26382
26383         * osint.adb (Add_Default_Search_Dirs): Put source and object
26384         directories of project files before directories coming from
26385         ADA_INCLUDE_PATH and ADA_OBJECTS_PATH.
26386
26387 2005-06-14  Robert Dewar  <dewar@adacore.com>
26388
26389         PR ada/15613
26390         * par-ch2.adb (Scan_Pragma_Argument): New procedure
26391         (P_Pragma): Implement RM 2.8(4) check for no pos args after named args
26392
26393 2005-06-14  Vincent Celier  <celier@adacore.com>
26394
26395         * prep.adb (Preprocess): Ignore error when scanning the first token of
26396         a line.
26397
26398 2005-06-14  Vincent Celier  <celier@adacore.com>
26399
26400         * prj-nmsc.adb (Suffix_For): Change default suffix for C++ to ".cpp"
26401         (Check_Stand_Alone_Library): If the specified reference symbol file does
26402         not exist, only issue a warning when the symbol policy is not
26403         Controlled. And, when symbol policy is Compliant, set the symbol
26404         policy to Autonomous.
26405
26406 2005-06-14  Vincent Celier  <celier@adacore.com>
26407
26408         * prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List
26409         when the project file in a with clause is not the last one, that is the
26410         project file name is followed by a comma.
26411         * prj-pp.adb: (First_With_In_List): New Boolean global variable
26412         (Print): Issue list of project files separated by commas in with clauses
26413         according to the values returned by Is_Not_Last_In_List.
26414         * prj-tree.ads, prj-tree.adb: (Is_Not_Last_In_List): New function
26415         (Set_Is_Not_Last_In_List): New procedure
26416
26417 2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
26418
26419         * s-atacco.ads: Put a pragma No_Strict_Aliasing on Object_Pointer.
26420
26421 2005-06-14  Robert Dewar  <dewar@adacore.com>
26422
26423         * scng.adb: Add call to new Check_EOF routine
26424         (Accumulate_Checksum): Properly handle wide wide char >= 2 ** 24
26425         Add some comments regarding wide character handling
26426
26427         * style.ads, styleg.ads, styleg.adb: Implement new style switch -gnatyu
26428
26429         * stylesw.ads, stylesw.adb: Implement new style switch -gnatyu
26430
26431         * g-utf_32.ads, g-utf_32.adb (Is_UTF_32_Non_Graphic): Other_Format
26432         characters are now considered graphic characters and hence yield false
26433         in this call.
26434
26435         * nmake.adt: Modify header so that xnmake does not generate output
26436         files with multiple blank lines.
26437
26438         * treeprs.adt: Remove a blank line so that output from xtreeprs does
26439         not have an extra blank line
26440
26441 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
26442
26443         * sem_aggr.adb (Aggregate_Constraint_Checks): Apply a conversion to the
26444         expression when the component type is an anonymous access type to
26445         ensure that appropriate accessibility checks are done.
26446
26447         * sem_ch5.adb (Analyze_Assignment): Apply a implicit conversion to the
26448         expression of an assignment when the target object is of an anonymous
26449         access type. This ensures that required accessibility checks are done.
26450         (One_Bound): Move the check for type Universal_Integer to
26451         Process_Bounds.
26452         (Process_Bounds): Check whether the type of the preanalyzed range is
26453         Universal_Integer, and in that case set Typ to Integer_Type prior
26454         to setting the type of the original range and the calls to One_Bound.
26455
26456 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26457
26458         * sem_case.adb (Expand_Others_Choice): Improve warning.
26459
26460 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26461
26462         * sem_eval.adb (Subtypes_Statically_Match): Use discriminant
26463         constraint of full view if present, when other type is discriminated.
26464         (Eval_Relational_Op): Recognize tests of pointer values against Null,
26465         when the pointer is known to be non-null, and emit appropriate warning.
26466
26467 2005-06-14  Robert Dewar  <dewar@adacore.com>
26468             Ed Schonberg  <schonberg@adacore.com>
26469
26470         PR ada/10671
26471         * sem_prag.adb: Implement pragma Persistent_BSS
26472         Remove obsolete pragma Persistent_Data, Persistent_Object
26473         Set Ada_Version_Explicit, for implementation of AI-362
26474         Test Ada_Version_Explicit for Preelaborate_05 and Pure_05
26475         Add processing for pragma Pure_05 and Preelaborate_05
26476         Add processing for Assertion_Policy pragma
26477         Add pragma identifiers for Assert
26478         (Analyze_Pragma, case Assert): Check number of arguments
26479         (Process_Inline): Additional guard against an illegal program, where the
26480         argument of the pragma is undefined, and warnings on redundant
26481         constructs are enabled.
26482         (Analyze_Pragma, case Obsolescent): Allow an optional second argument
26483         Ada_05 to this pragma, specifying that the pragma is only active in
26484         Ada_05 mode.
26485         (Check_Arg_Order): New procedure
26486         Add appropriate calls to this procedure throughout
26487         Also throughout, check entity name before doing any other checks
26488
26489         * snames.h snames.ads, snames.adb: Add pragma Persistent_BSS
26490         Remove obsolete pragma Persistent_Data, Persistent_Object
26491         Add entries for pragma Pure_05 and Preelaborate_05
26492         Add entries for Assertion_Policy pragma and associated names
26493         Add some names for pragma argument processing
26494
26495         * tbuild.ads, tbuild.adb: (Make_Linker_Section_Pragma): New function
26496
26497 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26498
26499         * sem_warn.adb (Warn_On_Known_Condition): If the constant expression
26500         appears within a negation (either from source or as a rewriting of
26501         inequality) adjust text of warning accordingly.
26502
26503 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26504
26505         * s-strxdr.adb: Follow AI95-00132
26506
26507 2005-06-14  Arnaud Charlet  <charlet@adacore.com>
26508
26509         * s-tasren.adb (Exceptional_Complete_Rendezvous): Fix race condition.
26510
26511 2005-06-14  Arnaud Charlet  <charlet@adacore.com>
26512             Jose Ruiz  <ruiz@adacore.com>
26513
26514         * s-tposen.adb, s-tpobop.adb
26515         (Exceptional_Complete_Rendezvous): Save the occurrence and not only
26516         the exception id.
26517         (PO_Do_Or_Queue): Before queuing a task on an entry queue we check that
26518         there is no violation of the Max_Entry_Queue_Length restriction (if it
26519         has been set); Program_Error is raised otherwise.
26520         (Requeue_Call): Before requeuing the task on the target entry queue we
26521         check that there is no violation of the Max_Entry_Queue_Length
26522         restriction (if it has been set); Program_Error is raised otherwise.
26523
26524 2005-06-14  Robert Dewar  <dewar@adacore.com>
26525
26526         * styleg.adb: Fix several remaining problems in -gnatyu switch
26527         Blank line count not reset at start
26528         Scanning outside source buffer in some cases
26529         Confusing message for blanks at end of file
26530         Non-empty blank lines not recognized
26531
26532         * nmake.adt: Modify header so that xnmake does not generate output
26533         files with multiple blank lines.
26534
26535         * treeprs.adt: Remove a blank line so that output from xtreeprs does
26536         not have an extra blank line
26537
26538 2005-06-14  Sergey Rybin  <rybin@adacore.com>
26539
26540         * styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message.
26541
26542 2005-06-14  Doug Rupp  <rupp@adacore.com>
26543             Vincent Celier  <celier@adacore.com>
26544
26545         * vms_conv.ads, vms_conv.adb: Remove "Library" command.
26546         Update copyright.
26547
26548         * vms_data.ads: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
26549         Remove "Library" command.
26550         Change keyword for style check -gnatyd from NOCRLF to
26551         DOS_LINE_ENDINGS.
26552         Remove useless second style check keyword NONE
26553         Remove help documentation for inexistent style check keyword
26554         RM_COLUMN_LAYOUT.
26555         Add help documentation for style check keywords DOS_LINE_ENDINGS,
26556         UNNECESSARY_BLANK_LINES and XTRA_PARENS
26557         Add UNNECESSARY_BLANK_LINES for -gnatyu
26558         Add qualifiers /ALL_PROJECTS (-U) for GNAT PRETTY and GNAT METRIC
26559
26560         * ug_words: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
26561
26562 2005-06-14  Vincent Celier  <celier@adacore.com>
26563
26564         * makegpr.adb (Compile_Link_With_Gnatmake): Invoke gnatmake with -d if
26565         gprmake was invoked with -d.
26566         (Compile_Sources): If -d was used, output the "completed ..." message
26567         for each compilation.
26568         (Scan_Arg): Recognize new switch -d
26569         When -c and at least one main is specified, set
26570         Unique_Compile to True to guarantee that no other sources will be
26571         compiled.
26572
26573 2005-06-14  Matthew Heaney  <heaney@adacore.com>
26574
26575         * a-swunha.ads, a-swunha.adb: Removed. Replaced by a-swuwha.ad[sb]
26576         * a-swuwha.ads, a-swuwha.adb: New files
26577
26578         * a-szunha.ads, a-szunha.adb: Removed, replaced by a-szuzha.ad[sb]
26579         * a-szuzha.ads, a-szuzha.adb: New files.
26580
26581         * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
26582         a-crbtgk.adb, a-crbltr.ads, a-coorse.ads, a-coorse.adb, a-convec.ads,
26583         a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohata.ads, a-cohama.ads,
26584         a-cohama.adb, a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
26585         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
26586         a-cdlili.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb,
26587         a-cohase.ads, a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads,
26588         a-swunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb, a-shcain.ads,
26589         a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads, a-stwiha.adb,
26590         a-strhas.adb, a-stzhas.adb: synchronized to the latest version of the
26591         Ada 2005 RM.
26592
26593 2005-06-10  Eric Botcazou  <ebotcazou@adacore.com>
26594             Olivier Hainque  <hainque@adacore.com>
26595             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
26596             Pascal Obry  <obry@adacore.com>
26597
26598         * gigi.h: (build_allocator): Add arg IGNORE_INIT_TYPE.
26599
26600         * trans.c (call_to_gnu): Issue a warning for users of Starlet when
26601         making a temporary around a procedure call because of non-addressable
26602         actual parameter.
26603         (process_freeze_entity): If entity is a private type, capture size
26604         information that may have been computed for the full view.
26605         (tree_transform, case N_Allocator): If have initializing expression,
26606         check type for Has_Constrained_Partial_View and pass that to
26607         build_allocator.
26608         (tree_transform, case N_Return_Statement): Pass extra arg to
26609         build_allocator.
26610
26611         * decl.c (annotate_value): Remove early return if -gnatR is not
26612         specified.
26613         (gnat_to_gnu_field): Don't make a packable type for a component clause
26614         if the position is byte aligned, the field is aliased, and the clause
26615         size isn't a multiple of the packable alignment. It serves no useful
26616         purpose packing-wise and would be rejected later on.
26617         (gnat_to_gnu_entity, case object): Pass extra arg to build_allocator.
26618
26619         PR ada/20515
26620         (gnat_to_gnu_entity): Remove use of macro _WIN32 which is wrong in the
26621         context of cross compilers. We use TARGET_DLLIMPORT_DECL_ATTRIBUTES
26622         instead.
26623         (create_concat_name): Idem.
26624
26625 2005-06-10  Robert Dewar  <dewar@adacore.com>
26626             Eric Botcazou  <ebotcazou@adacore.com>
26627             Ben Brosgol  <brosgol@adacore.com>
26628             Cyrille Comar  <comar@adacore.com>
26629             Sergey Rybin  <rybin@adacore.com>
26630             Pascal Obry  <obry@adacore.com>
26631
26632         * gnat_rm.texi: Add documentation for pragma Persistent_BSS
26633         Document second argument (Ada_05) of pragma Obsolescent
26634         Add note that call to subprogram marked with pragma Obsolescent
26635         is now considered to be a violation of program Restrictions
26636         (No_Obsolescent_Features).
26637         (Implementation Defined Pragmas) <Machine_Attribute>: Make it clear
26638         that only machine-dependent attributes are supported.
26639
26640         * gnat_ugn.texi:
26641         Commented out menu lines and empty section for gnatclean examples
26642         Document -gnatwy/Y
26643         Fix some over long lines
26644         Clarify and enhance documentation of ADA_PROJECT_PATH.
26645         Rework section 2.11.2(3) about linking with a non-GNU compiler.
26646         Mention new switch -fcallgraph-info.
26647         Mention new switch -fstack-usage.
26648         For gnatpp, replace '-notab' with '-N' and add this option to Index
26649         Corrected VMS example.
26650         VMS keyword for style check -gnatyd is DOS_LINE_ENDINGS, no NOCRLF
26651         Minor reformatting
26652         Add documentation for -gnatyu switch (unnecessary blank lines)
26653         Document new switch -U for GNAT PRETTY and GNAT METRIC
26654         Add note about Stdcall being handled as C convention on non Windows OS.
26655         Remove some junk typo in description of gnatbind -S switch
26656         Remove reference to Extensions_Allowed pragma
26657         Document the new order of the directories to be searched (source and
26658         object directories of project files before directories in ADA_*_PATH
26659         environment variables.
26660
26661         * g-trasym.ads: Document that IRIX is supported
26662
26663 2005-06-10  Arnaud Charlet  <charlet@adacore.com>
26664
26665         * Makefile.in: Add initialize.o when needed.
26666         Adapt to new VMS package body Symbols and subunits
26667         No specialized version of a-sytaco is needed for VxWorks.
26668
26669         * a-wichun.ads, a-wichun.adb, a-zchuni.ads, a-zchuni.adb: New files.
26670         * a-zchara.ads, a-widcha.ads: New files.
26671
26672         * system-hpux-ia64.ads: New file.
26673
26674         * i-vxwork-x86.ads, i-vxwork.ads (intContext): Add this function which
26675         is imported from the VxWorks kernel.
26676
26677 2005-06-14  Robert Dewar  <dewar@adacore.com>
26678
26679         * g-soliop-mingw.ads, g-soccon-vms.adb, a-swmwco.ads, exp_smem.adb,
26680         fmap.adb, a-szmzco.ads, s-traent-vms.adb, s-traent-vms.ads,
26681         a-direio.ads, a-exctra.ads, a-exexda.adb, a-exextr.adb, a-stream.ads,
26682         s-restri.ads, s-restri.adb, s-traent.adb, s-traent.ads, a-slcain.adb,
26683         a-stzhas.ads, a-tiinau.adb, comperr.adb, exp_ch11.adb, g-boubuf.adb,
26684         g-calend.adb, g-debpoo.ads, g-moreex.ads, gprep.adb, g-regpat.ads,
26685         i-cexten.ads, i-os2thr.ads, makeutl.ads, memroot.adb, mlib-prj.adb,
26686         namet.adb, namet.ads, prj-makr.adb, prj-proc.adb, sem_dist.adb,
26687         sem_elim.ads, s-valint.adb, s-vallli.adb, s-vallli.adb, s-vallli.ads,
26688         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads, scn.adb,
26689         s-tasinf.adb, targparm.adb, uname.adb, uname.ads, xnmake.adb,
26690         xsinfo.adb, a-direct.ads: Remove extra blank lines. Minor reformatting.
26691
26692 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26693
26694         * xeinfo.adb: Fix typo in comment
26695
26696 2005-06-14  Javier Miranda  <miranda@adacore.com>
26697
26698         * repinfo.ads: Fix typo in comment
26699
26700 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
26701
26702         * s-finimp.adb (Parent_Tag): Delete this imported function (function
26703         Parent_Tag is now in the visible part of Ada.Tags).
26704         (Get_Deep_Controller): Call Ada.Tags.Parent_Tag directly instead of
26705         using imported function.
26706
26707 2005-06-14  Bernard Banner  <banner@adacore.com>
26708
26709         * vxaddr2line.adb: Add support for Windows hosted x86 vxworks. Should
26710         also apply for handling support for VxSim 653.
26711
26712 2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
26713
26714         * xsnames.adb: Add automatic generation of snames.h.
26715
26716 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26717
26718         * gen-soccon.c: Add IP_MULTICAST_IF constant
26719         Minor reformatting and adjustments to prevent warnings.
26720
26721 2005-06-14  Pascal Obry  <obry@adacore.com>
26722
26723         * seh_init.c: Do not include <sys/stat.h>. This is not needed.
26724
26725 2005-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
26726
26727         * trans.c (gnat_gimplify_expr): Call
26728         recompute_tree_invarant_for_addr_expr when we change
26729         the operand of the ADDR_EXPR.
26730
26731 2005-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26732
26733         * misc.c: Don't include errors.h.
26734
26735 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26736
26737         * raise.c (db): Add ATTRIBUTE_PRINTF_2.
26738
26739 2005-05-29  Kazu Hirata  <kazu@cs.umass.edu>
26740
26741         * cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix
26742         comment typos.
26743         * gnat_rm.texi, gnat_ugn.texi: Fix typos.
26744
26745 2005-05-16  Nathanael Nerode  <neroden@gcc.gnu.org>
26746
26747         PR ada/20270
26748         * Makefile.in: Make TGT_LIB behave correctly.
26749
26750 2005-04-23  DJ Delorie  <dj@redhat.com>
26751
26752         * misc.c: Adjust warning() callers.
26753
26754 2005-04-16  Laurent Guerby  <laurent@guerby.net>
26755
26756         PR ada/18847
26757         * a-nudira.adb (Value): Check for valid string.
26758         * a-nuflra.adb (Value): Likewise.
26759
26760 2005-04-11  Richard Sandiford  <rsandifo@redhat.com>
26761
26762         * lang.opt: Refer to the GCC internals documentation instead of c.opt.
26763
26764 2005-04-10  Kazu Hirata  <kazu@cs.umass.edu>
26765
26766         * adaint.c, init.c, tracebak.c: Fix comment typos.
26767         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Fix typos.
26768
26769 2005-04-07  Laurent Guerby  <laurent@guerby.net>
26770             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26771
26772         * Makefile.in: Add make ifeq define for hppa linux tasking support.
26773         * system-hpux.ads: Define Signed_Zeros to be True.
26774         * system-linux-hppa.ads, s-osinte-linux-hppa.ads: New files.
26775
26776 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
26777
26778         * adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
26779         raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
26780         typos.
26781
26782 2005-03-30  Tom Tromey  <tromey@redhat.com>
26783
26784         * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE.
26785
26786 2005-03-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
26787
26788         * adaint.c (_gnat_set_close_on_exec): Mark parameters unused.
26789
26790 2005-03-29  Robert Dewar  <dewar@adacore.com>
26791
26792         * sem_res.adb (Resolve_Real_Literal): Generate warning if static
26793         fixed-point expression has value that is not a multiple of the Small
26794         value.
26795
26796         * opt.ads (Warn_On_Bad_Fixed_Value): New flag
26797
26798         * s-taprop-tru64.adb (RT_Resolution): Return an integer number of
26799         nanoseconds.
26800
26801         * ug_words: Add entry for [NO_]BAD_FIXED_VALUES for -gnatwb/-gnatwB
26802
26803 2005-03-29  Vincent Celier  <celier@adacore.com>
26804
26805         * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb
26806         (Build_Dynamic_Library.Version_String): Return the empty string when
26807         Lib_Version is empty or when the symbol policy is not Autonomous.
26808
26809         * symbols-vms-alpha.adb (Finalize): For symbol policy Compliant, when
26810         a symbol is not in the reference symbol file, increase the Major ID
26811         and set the Minor ID to 0.
26812         Use gsmatch=lequal instead of gsmatch=equal
26813
26814 2005-03-29  Doug Rupp  <rupp@adacore.com>
26815
26816         * adaint.c (__gnat_to_canonical_file_spec [VMS]): Check for logical
26817         name and translate.
26818
26819 2005-03-29  Javier Miranda  <miranda@adacore.com>
26820
26821         * a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed.
26822         (Inherit_DT): The first formal has been redefined as a Tag.
26823         This allows us the removal of the subprogram Get_TSD.
26824         (TSD): Replace the call to Get_TSD by the actual code.
26825
26826         * exp_disp.ads, exp_disp.adb: Remove support to call Get_TSD.
26827         (Make_DT): Upgrade the call to Inherit_TSD according to the
26828         new interface: the first formal is now a Tag.
26829
26830         * i-cpp.ads, i-cpp.adb (CPP_Inherit_DT): The first formal has been
26831         redefined as a Tag.
26832         This change allows us to remove the subprogram Get_TSD.
26833         (CPP_Get_TSD): Subprogram removed.
26834         (TSD): Replace the call to CPP_Get_TSD by the actual code.
26835
26836         * rtsfind.ads: Remove support to call the run-time
26837         subprogram Get_TSD
26838
26839 2005-03-29  Robert Dewar  <dewar@adacore.com>
26840
26841         * errutil.adb, errout.adb:
26842         Minor comment updates on Line_Terminator references
26843
26844         * par-ch10.adb: Add ??? comment about line terminator
26845
26846         * styleg.adb (Check_Line_Terminator): Add check for new switch -gnatyd
26847         (check dos line terminator).
26848         (Check_Line_Max_Length): New procedure, split off from the existing
26849         Check_Line_Terminator routine. Separating this out allows -gnatyf to
26850         be properly recognized.
26851
26852         * styleg.adb: Add ??? comment for line terminator reference
26853
26854         * scng.adb (Check_End_Of_Line): Fix bug of -gnatyf being ignored
26855         (Check_End_Of_Line): Add -gnatyd handling (check dos line terminators)
26856
26857         * styleg.ads (Check_Line_Terminator): Add check for new switch -gnatyd
26858         (check dos line terminator).
26859         (Check_Line_Max_Length): New procedure, split off from the existing
26860         Check_Line_Terminator routine. Separating this out allows -gnatyf to
26861         be properly recognized.
26862
26863         * stylesw.ads, stylesw.adb:
26864         Add handling for new -gnatyd switch (check dos line terminator)
26865
26866         * switch-c.adb: Recognize new -gnatyd switch (check dos line terminator)
26867         Recognize -gnatwb/-gnatwB switches
26868         Include Warn_On_Bad_Fixed_Value for -gnatg
26869
26870         * usage.adb:
26871         Add line for new -gnatyd switch (check dos line terminator)
26872
26873         * usage.adb: Add lines for -gnatwb/-gnatwB
26874
26875         * vms_data.ads: Add entry for NOCRLF (-gnatyd)
26876
26877         * vms_data.ads: [NO_]BAD_FIXED_VALUES synonym for -gnatwb/-gnatwB
26878
26879         * gnat_ugn.texi: Fix overlong lines
26880         Document new -gnatyd switch
26881         Document new -gnatwb/-gnatwB switches
26882
26883 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
26884
26885         * exp_ch4.adb (Has_Unconstrained_UU_Component): Use the base type in
26886         order to retrieve the component list of the type, before examining
26887         individual components.
26888
26889         * sem_type.adb (Covers): Types are compatible if one is the base type
26890         of the other, even though their base types might differ when private
26891         views are involved.
26892
26893 2005-03-29  Thomas Quinot  <quinot@adacore.com>
26894
26895         * exp_dist.adb (Add_RAST_Features, PolyORB version): Set the From_Any,
26896         To_Any and TypeCode TSSs on RAS types directly using Set_TSS, instead
26897         of using Set_Renaming_TSS. This ensures that the TSS bodies are not
26898         analyzed if expansion is disabled (which could otherwise cause spurious
26899         error messages if expansion has been disabled due to previous
26900         (unrelated) errors).
26901
26902         * sem_prag.adb (Analyze_Pragma, case Asynchronous): If RAS expansion
26903         is disabled, the entity denoted by the argument is the access type
26904         itself, not an underlying record type, so there is no need to go back
26905         to the Corresponding_Remote_Type.
26906
26907 2005-03-29  Gary Dismukes  <dismukes@adacore.com>
26908             Robert Dewar  <dewar@adacore.com>
26909
26910         * exp_intr.adb (Expand_Dispatching_Constructor_Call): New procedure to
26911         expand a call to an instance of
26912         Ada.Tags.Generic_Dispatching_Constructor into a dispatching call to the
26913         Constructor actual of the instance. A class-wide membership
26914         check is also generated, to ensure that the tag passed to the instance
26915         denotes a type in the class.
26916         (Expand_Intrinsic_Call): Call Expand_Dispatching_Constructor in the case
26917         of Name_Generic_Dispatching_Constructor.
26918
26919         * Makefile.rtl: Add a-tgdico.ads to the list of library units (new Ada
26920         05 unit for AI-260-02).
26921
26922         * a-tgdico.ads: New file.
26923
26924         * impunit.adb (Non_Imp_File_Names_05): Add entry "a-tgdico" for new
26925         predefined Ada 05 generic unit Ada.Tags.Generic_Dispatching_Constructor.
26926
26927         * snames.ads, snames.adb (Preset_Names): Add entry for
26928         Generic_Dispatching_Constructor.
26929
26930         PR ada/20300
26931         * sem_ch8.adb (Find_Direct_Name): Go to root type for check of
26932         character type cases.
26933         (Analyze_Subprogram_Renaming): Add special handling for
26934         the case of renaming of stream attributes when the renaming denotes a
26935         generic formal subprogram association for an abstract formal subprogram.
26936         Check that the attribute is a primitive stream attribute (and not
26937         a class-wide stream attribute) and then rewrite the attribute name
26938         as the name of the appropriate compiler-generated stream primitive.
26939
26940 2005-03-29  Robert Dewar  <dewar@adacore.com>
26941
26942         * exp_util.adb (Remove_Side_Effects): Properly propagate arguments to
26943         recursive calls.
26944         (Is_Possibly_Unaligned_Object): Correct typo that
26945         resulted in inaccurate result for unaligned scalars within records.
26946
26947 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
26948
26949         * freeze.adb (Freeze_Record_Type): If the type of the component is an
26950         itype whose parent is controlled and not yet frozen, do not create a
26951         freeze node for the itype if expansion is disabled.
26952
26953 2005-03-29  Vincent Celier  <celier@adacore.com>
26954
26955         * make.adb (Gnatmake): Don't fail if the main project file is declared
26956         as having no Ada sources. Do not display message "no sources to
26957         compile" in quiet output.
26958
26959 2005-03-29  Doug Rupp  <rupp@adacore.com>
26960
26961         * Makefile.in [VMS] (EXTRA_GNATTOOLS): Add vms_help and gnat.hlp as
26962         extra tools.
26963
26964 2005-03-29  Robert Dewar  <dewar@adacore.com>
26965
26966         * par-ch12.adb (P_Generic): Give better msg for illegal private generic
26967         child.
26968
26969 2005-03-29  Robert Dewar  <dewar@adacore.com>
26970
26971         * par-ch3.adb (P_Type_Declaration): Fix bad error recovery after
26972         missing TYPE Improve the error message generated when compiling a
26973         limited interface in Ada83 or Ada95 mode.
26974
26975 2005-03-29  Robert Dewar  <dewar@adacore.com>
26976
26977         * par-ch4.adb (P_Name): When a bad attribute is returned, return error,
26978         rather than proceed ahead using a junk attribute name.
26979
26980 2005-03-29  Vincent Celier  <celier@adacore.com>
26981
26982         * prj.ads, prj.adb: (Project_Data): Add new component Display_Name
26983
26984         * prj-part.adb (Parse_Single_Project): Set the location of a project
26985         on its defining identifier, rather than on the reserved word "project".
26986
26987         * prj-proc.adb (Expression): Adapt to the fact that default of external
26988         references may be string expressions, not always literal strings.
26989         (Recursive_Process): Set Display_Name equal to Name
26990         when Location is No_Location, that is when there is no actual file.
26991         Get the Display_Name of the project from the source, when it is not a
26992         virtual project.
26993         (Process): Use the Display_Name in error messages
26994
26995         * prj-strt.adb (External_Reference): Allow default to be string
26996         expressions, not only literal strings.
26997
26998 2005-03-29  Vincent Celier  <celier@adacore.com>
26999
27000         * prj-nmsc.adb (Check_Stand_Alone_Library): Do not forbid the symbol
27001         file and the reference symbol file to be the same file.
27002
27003 2005-03-29  Thomas Quinot  <quinot@adacore.com>
27004
27005         * sem_cat.adb (Validate_Remote_Types_Type_Conversion): Perform check to
27006         forbid conversion of a local access-to-subprogram type to a remote one.
27007
27008         * sem_util.adb (Wrong_Type): For a record type that is the expanded
27009         equivalent type for a remote access-to-subprogram type, go back to the
27010         original RAS entity when displaying an error message, so the casing is
27011         the original source casing.
27012
27013 2005-03-29  Robert Dewar  <dewar@adacore.com>
27014
27015         * sem_ch11.adb (Analyze_Raise_Statement): Change message for warning
27016         on param update.
27017
27018 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
27019
27020         * sem_ch4.adb (Analyze_Selected_Component): Do not generate an actual
27021         subtype if code is being pre-analyzed, to prevent un-expanded
27022         references to protected formals, among others.
27023         (Analyze_Explicit_Dereference): If the overloaded prefix includes some
27024         interpretation that can be a call, include the result of the call as a
27025         possible interpretation of the dereference.
27026
27027         * sem_ch5.adb (Process_Bounds): Determine type of range by
27028         pre-analyzing a copy of the original range, and then analyze the range
27029         with the expected type.
27030
27031         * sem_res.adb (Check_Parameterless_Call): For an explicit dereference
27032         with an overloaded prefix where not all interpretations yield an
27033         access to subprogram, do not rewrite node as a call.
27034         (Resolve_Explicit_Dereference): Recognize the previous case and rewrite
27035         the node as a call once the context identifies the interpretation of
27036         the prefix whose call yields the context type.
27037         (Valid_Conversion): For the case of a conversion between
27038         local access-to-subprogram types, check subtype conformance using
27039         Check_Subtype_Conformant instead of Subtype_Conformant, to have a more
27040         detailed error message.
27041
27042 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
27043
27044         * sem_ch6.adb (Set_Formal_Mode): If the subtype has a non_null
27045         indicator, indicate that the formal can never be null.
27046         (Process_Formals): If a formal has a non_null indicator, insert the
27047         resulting subtype immediately before the enclosing subprogram decl,
27048         and not at the beginning of the corresponding declarative part, to
27049         prevent access before elaboration (Ada2005).
27050
27051 2005-03-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27052
27053         PR ada/19956
27054         * utils.c (finish_record_type): Use variable_size when setting sizes.
27055
27056 2005-03-29  Robert Dewar  <dewar@adacore.com>
27057
27058         * xtreeprs.adb, xnmake.adb: Use Stream_IO instead of Text_IO to
27059         guarantee Unix style line terminators for the output files, even when
27060         running on windows.
27061
27062 2005-03-29  Robert Dewar  <dewar@adacore.com>
27063
27064         * a-direct.ads, a-direct.adb (Start_Search): Free allocated search
27065         buffer if an exception is raised.
27066
27067 2005-03-29  Ed Falis  <falis@adacore.com>
27068
27069         * cio.c: Undefine putchar and getchar for VTHREADS: incompatible with
27070         VxWorks 653 1.4
27071
27072 2005-03-29  Robert Dewar  <dewar@adacore.com>
27073
27074         * sem_util.ads: Minor reformatting
27075         * gnat_rm.texi: Minor editing.
27076
27077 2005-03-29  Eric Botcazou  <ebotcazou@adacore.com>
27078
27079         * decl.c (gnat_to_gnu_entity) <E_Variable>: Rework comment.
27080         * trans.c (tree_transform) <N_Identifier>: Use correct predicates.
27081
27082 2005-03-24  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
27083
27084         * adaint.c (__gnat_portable_spawn): Adjust cast.
27085
27086 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
27087
27088         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
27089
27090 2005-03-17  Pascal Obry  <obry@adacore.com>
27091
27092         * adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is
27093         used.
27094
27095         * expect.c (__gnat_waitpid): Moved here from adaint.c.
27096         Reimplement under Win32 using Win32 API.
27097
27098         (__gnat_kill) [Win32]: Properly close the process handle before leaving
27099         this routine.
27100
27101 2005-03-17  Eric Botcazou  <ebotcazou@adacore.com>
27102
27103         * ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.
27104         (DECL_RENAMED_OBJECT): New accessor macro.
27105         (SET_DECL_RENAMED_OBJECT): New setter macro.
27106
27107         * decl.c (gnat_to_gnu_entity) <E_Variable>: Stabilize the renamed
27108         object in all cases.  Attach the renamed object to the VAR_DECL.
27109         (gnat_to_gnu_field): Do not lift the record wrapper if the size of the
27110         field is not prescribed.
27111
27112         * misc.c (gnat_handle_option): Handle -gnatO separately.
27113         (gnat_print_decl) <VAR_DECL>: New case.
27114         Print the DECL_RENAMED_OBJECT node.
27115
27116         * lang.opt:  Declare separate -gnatO option.
27117
27118         * trans.c (tree_transform) <N_Identifier>: If the object is a renaming
27119         pointer, replace it with the renamed object.
27120         <N_Validate_Unchecked_Conversion>: Warn for a conversion to a fat
27121         pointer type if the source is not a fat pointer type whose underlying
27122         array has the same non-zero alias set as that of the destination array.
27123
27124 2005-03-17  Javier Miranda  <miranda@adacore.com>
27125
27126         * a-tags.ads, a-tags.adb (Get_Expanded_Name): Removed.
27127         (Get_Inheritance_Depth): Removed.
27128         (Set_Inheritance_Depth): Removed.
27129
27130         * rtsfind.ads, exp_disp.ads, exp_disp.adb: Remove support to call the
27131         subprogram Get_Expanded_Name because it is not referenced by the
27132         frontend.
27133
27134         * i-cpp.ads, i-cpp.adb (CPP_Get_Expanded_Name): Removed.
27135         (CPP_Get_Inheritance_Depth): Removed.
27136         (CPP_Set_Inheritance_Depth): Removed.
27137
27138         * tbuild.ads, tbuild.adb (Make_DT_Component): Removed.
27139
27140 2005-03-17  Robert Dewar  <dewar@adacore.com>
27141
27142         * checks.adb (Apply_Array_Size_Check): Completely remove this for GCC
27143         3, since we now expect GCC 3 to do all the work.
27144
27145 2005-03-17  Javier Miranda  <miranda@adacore.com>
27146
27147         * einfo.adb (First_Private_Entity, Set_First_Private_Entity): Addition
27148         of one barrier to avoid wrong usage of this attribute.
27149
27150         * sem_ch12.adb (Formal_Entity): Fix erroneous usage of the attribute
27151         First_Private_Entity.
27152
27153         * sem_ch7.adb (Install_Visible_Declarations): Add a barrier to protect
27154         the subprogram against wrong usage.
27155         Adapt the code to traverse the entities in the
27156         scope of a record_type because in addition to its usage regarding
27157         packages, this subprogram is also called by Expand_N_Freeze_Entity
27158         to install the visible declarations of the enclosing scope of a
27159         record_type_with_private to establish the proper visibility before
27160         freezing the entity and related subprograms.
27161
27162 2005-03-17  Ed Schonberg  <schonberg@adacore.com>
27163
27164         * exp_ch2.adb (In_Assignment_Context): Recognize slice assignments to
27165         entry formals.
27166
27167 2005-03-17  Thomas Quinot  <quinot@adacore.com>
27168
27169         * exp_ch3.adb (Check_Attr): New subprogram.
27170         (Check_Stream_Attribute): Move the code for 13.13.2(9/1) enforcement
27171         into a new Check_Attr subprogram, in order to provide a more
27172         explanatory error message (including the name of the missing attribute).
27173         (Stream_Operation_OK): Renamed from Stream_Operations_OK. This
27174         subprogram determines whether a default implementation exists for a
27175         given stream attribute.
27176         (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies):
27177         Determine whether to generate a default implementation for each stream
27178         attribute separately, as this depends on the specific attribute.
27179
27180         * exp_strm.adb (Make_Field_Attribute): For the case of an illegal
27181         limited extension where a stream attribute is missing for a limited
27182         component (which will have been flagged in Exp_Ch3.Sem_Attr), do not
27183         generate a bogus reference to the missing attribute to prevent
27184         cascaded errors. Instead, generate a null statement.
27185
27186         * sem_attr.adb (Check_Stream_Attribute): A stream attribute is
27187         available for a limited type if it has been specified for an ancestor
27188         of the type.
27189
27190 2005-03-17  Ed Schonberg  <schonberg@adacore.com>
27191
27192         * exp_ch6.adb (Expand_Inlined_Call): handle the case when the renamed
27193         entity is an operator.
27194
27195 2005-03-17  Thomas Quinot  <quinot@adacore.com>
27196
27197         * exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
27198         spec, to make this predicate available to other units.
27199
27200         * rtsfind.adb (Check_RPC): Use Sem_Dist.Get_PCS_Name instead of
27201         reimplementing it.
27202
27203         * sem_ch8.adb: Disable expansion of remote access-to-subprogram types
27204         when no distribution runtime library is available.
27205
27206         * sem_res.adb, sem_dist.adb: Disable expansion of remote
27207         access-to-subprogram types when no distribution runtime library is
27208         available.
27209         (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec, to make this
27210         predicate available to other units.
27211
27212         * sem_dist.ads (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
27213         spec, to make this predicate available to other units.
27214
27215 2005-03-17  Vincent Celier  <celier@adacore.com>
27216
27217         * make.adb (Insert_Project_Sources): Make sure the Q is always
27218         initialized.
27219
27220         * prj-nmsc.adb (Check_Ada_Naming_Scheme_Validity): Check Naming against
27221         the default for the tree, not the global default naming.
27222
27223         * prj-proc.adb (Recursive_Process): No need to put the default naming
27224         in the project data, it's already there.
27225
27226 2005-03-17  Doug Rupp  <rupp@adacore.com>
27227
27228         * Makefile.in: (ia64-hp-*vms*): Use s-crtl-vms64.ads.
27229
27230         * 5xcrtl.ads: Renamed to...
27231         * s-crtl-vms64.ads: ...this new file
27232
27233 2005-03-17  Robert Dewar  <dewar@adacore.com>
27234
27235         PR ada/19519
27236         * namet.adb (Copy_One_Character): Set proper wide character encoding
27237         for upper half character if we have upper half encoding.
27238
27239 2005-03-17  Robert Dewar  <dewar@adacore.com>
27240
27241         * par.adb (Par): Improved msg for attempt to recompile predefined unit
27242
27243 2005-03-17  Thomas Quinot  <quinot@adacore.com>
27244
27245         * sem_ch13.adb (New_Stream_Function, New_Stream_Procedure): For a
27246         tagged limited type, the TSS is a newly built renaming declaration:
27247         insert it using Set_TSS, not Copy_TSS.
27248
27249 2005-03-17  Javier Miranda  <miranda@adacore.com>
27250
27251         * sem_ch4.adb (Try_Primitive_Operation, Class_Wide_Operation and
27252         Try_Object_Operation): Analyze the object that is accessible
27253         through the prefix of the subprogram call before we apply
27254         the transformation of the object-operation notation.
27255
27256 2005-03-17  Jose Ruiz  <ruiz@adacore.com>
27257
27258         * s-taprob.adb (Initialize_Protection): Initialize the protected
27259         object's owner to Null_Task.
27260         (Lock): If pragma Detect_Blocking is in effect and the caller of this
27261         procedure is already the protected object's owner then Program_Error
27262         is raised. In addition the protected object's owner is updated.
27263         (Lock_Read_Only): If pragma Detect_Blocking is in effect and the caller
27264         of this procedure is already the protected object's owner then
27265         Program_Error is raised.
27266         In addition the protected object's owner is updated.
27267         (Unlock): Remove the ownership of the protected object.
27268
27269         * s-taprob.ads (Protection): Add the field Owner, used to store the
27270         protected object's owner.
27271         This component is needed for detecting one type of potentially blocking
27272         operations (external calls on a protected subprogram with the same
27273         target object as that of the protected action). Document the rest of
27274         the components.
27275
27276         * s-tposen.adb, s-tpoben.adb (Initialize_Protection_Entries):
27277         Initialize the protected object's owner to Null_Task.
27278         (Lock_Read_Only_Entries): If pragma Detect_Blocking is in effect and the
27279         caller of this procedure is already the protected object's owner then
27280         Program_Error is raised.
27281         Do not raise Program_Error when this procedure is called from a
27282         protected action.
27283         (Unlock_Entries): Remove the ownership of the protected object.
27284         (Lock_Entries): If pragma Detect_Blocking is in effect and the caller
27285         of this procedure is already the protected object's owner then
27286         Program_Error is raised.
27287         Do not raise Program_Error when this procedure is called from
27288         a protected action.
27289
27290         * s-tposen.ads, s-tpoben.ads (Protection_Entries): Add the field Owner,
27291         used to store the protected object's owner.
27292
27293         * s-tpobop.adb (Protected_Entry_Call): If pragma Detect_Blocking is in
27294         effect and this procedure (a potentially blocking operation) is called
27295         from whithin a protected action, Program_Error is raised.
27296         (Timed_Protected_Entry_Call): If pragma Detect_Blocking is in effect
27297         and this procedure (a potentially blocking operation) is called from
27298         whithin a protected action, Program_Error is raised.
27299
27300 2005-03-17  Vincent Celier  <celier@adacore.com>
27301             Nicolas Setton  <setton@adacore.com>
27302
27303         * mlib-tgt-darwin.adb (Build_Dynamic_Library): Remove the "-fini"
27304         switch, not supported by the linker on Darwin. Add '_' before
27305         <library>init, as this character is added unconditionally by the
27306         compiler.
27307         (Is_Archive_Ext): Replace the wrong library extension ".dyld" by the
27308         correct one ".dylib". This fixes detection of the archive files when
27309         building library projects.
27310
27311 2005-03-17  Vincent Celier  <celier@adacore.com>
27312
27313         * switch-m.adb (Normalize_Compiler_Switches): Recognize switches
27314         -gnat83, -gnat95 and -gnat05.
27315
27316 2005-03-17  Vasiliy Fofanov  <fofanov@adacore.com>
27317
27318         * gnat_ugn.texi: Document gnatmem restriction
27319
27320 2005-03-17  Thomas Quinot  <quinot@adacore.com>
27321
27322         * snames.adb: Document new TSS names introduced by exp_dist/exp_tss
27323         cleanup
27324
27325 2005-03-17  Robert Dewar  <dewar@adacore.com>
27326
27327         * s-interr.ads, s-interr.adb, sem_ch3.adb, prj.ads, prj.adb,
27328         a-interr.adb, a-interr.ads, s-interr-sigaction.adb, s-interr-dummy.adb,
27329         s-interr-vms.adb, s-interr-vxworks.adb: Minor reformatting
27330
27331         * casing.adb: Comment improvements
27332
27333 2005-03-17  Pascal Obry  <obry@adacore.com>
27334
27335         * g-expect.adb: Minor reformatting.
27336
27337 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
27338
27339         * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info)
27340         (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi
27341         to dependencies.
27342
27343 2005-03-15  Vincent Celier  <celier@adacore.com>
27344
27345         * mlib-tgt-darwin.adb (Library_Exist_For, Library_File_Name_For):
27346         Add new parameter In_Tree to specify the project tree: needed
27347         by the project manager. Adapt to changes in project manager
27348         using new parameter In_Tree.
27349
27350 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
27351
27352         * Make-lang.in (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h,
27353         ada/nmake.adb, ada/nmake.ads): Use unique subdirectories of
27354         ada/bldtools to avoid make -jN failures.
27355
27356 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
27357
27358         * trans.c (gnat_to_gnu) <N_Return_Statement>: Set gnu_result
27359         to NULL_TREE on entry.
27360
27361 2005-03-15  Robert Dewar  <dewar@adacore.com>
27362
27363         * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
27364         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
27365         system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
27366         system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
27367         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
27368         system-linux-x86.ads, system-vxworks-mips.ads, system-os2.ads,
27369         system-interix.ads, system-solaris-sparc.ads,
27370         system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
27371         system-vms-zcx.ads, system-vxworks-ppc.ads, system-vxworks-alpha.ads,
27372         system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
27373         system-linux-ppc.ads, system-linux-alpha.ads, system-linux-sparc.ads,
27374         system-linux-s390.ads, system-linux-s390x.ads: Add line defining
27375         Compiler_System_Version to be False.
27376
27377         * opt.ads: Add new flag Opt.Address_Is_Private
27378
27379         * targparm.ads, targparm.adb: Set new flag Opt.Address_Is_Private
27380         Add new parameter Compiler_System_Version to avoid checking for
27381         completeness of parameters when compiler is compiling itself.
27382         Allows old versions of GNAT to be compiled with new compiler.
27383
27384 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
27385
27386         * s-osinte-tru64.ads, s-osinte-tru64.adb (Get_Stack_Base): New function
27387         (Hide_Yellow_Zone): New procedure to hide the Yellow Zone of the
27388         calling thread.
27389         (Stack_Base_Available): New flag.
27390         (Get_Page_Size): New overloaded functions imported from C.
27391         (PROT_NONE, PROT_READ, PROT_WRITE, PROT_EXEC, PROT_ALL,
27392         PROT_ON, PROT_OFF): New constants.
27393         (mprotect): New function imported from C.
27394         (pthread_teb_t): New record type.
27395
27396         * s-taprop-tru64.adb: (Enter_Task): Invoke Hide_Yellow_Zone.
27397         (Create_Task): Account for the Yellow Zone and the guard page.
27398
27399 2005-03-15  Vincent Celier  <celier@adacore.com>
27400
27401         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
27402         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
27403         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
27404         mlib-tgt-vxworks.adb, mlib-tgt-lynxos.adb (Library_Exist_For,
27405         Library_File_Name_For): Add new parameter In_Tree
27406         to specify the project tree: needed by the project manager.
27407         Adapt to changes in project manager using new parameter In_Tree.
27408         Remove local imports, use functions in System.CRTL.
27409
27410         * make.adb, clean.adb, gnatcmd.adb (Project_Tree): New constant needed
27411         to use the project manager.
27412
27413         * makeutl.ads, makeutl.adb (Linker_Options_Switches): New parameter
27414         In_Tree to designate the project tree. Adapt to changes in the project
27415         manager, using In_Tree.
27416
27417         * mlib-prj.ads, mlib-prj.adb (Build_Library, Check_Library,
27418         Copy_Interface_Sources): Add new parameter In_Tree to specify the
27419         project tree: needed by the project manager.
27420         (Build_Library): Check that Arg'Length >= 6 before checking if it
27421         contains "--RTS=...".
27422
27423         * mlib-tgt.ads, mlib-tgt.adb (Library_Exist_For,
27424         Library_File_Name_For): Add new parameter In_Tree to specify the
27425         project tree: needed by the project manager.
27426
27427         * prj.ads, prj.adb: Major modifications to allow several project trees
27428         in memory at the same time.
27429         Change tables to dynamic tables and hash tables to dynamic hash
27430         tables. Move tables and hash tables from Prj.Com (in the visible part)
27431         and Prj.Env (in the private part). Move some constants from the visible
27432         part to the private part. Make other constants deferred.
27433         (Project_Empty): Make it a variable, not a function
27434         (Empty_Project): Add parameter Tree. Returns the data with the default
27435         naming data of the project tree Tree.
27436         (Initialize): After updating Std_Naming_Data, copy its value to the
27437         component Naming of Project Empty.
27438         (Register_Default_Naming_Scheme): Use and update the default naming
27439         component of the project tree, instead of the global variable
27440         Std_Naming_Data.
27441         (Standard_Naming_Data): Add defaulted parameter Tree. If project tree
27442         Tree is not defaulted, return the default naming data of the Tree.
27443         (Initial_Buffer_Size): Constant moved from private part
27444         (Default_Ada_Spec_Suffix_Id, Default_Ada_Body_Suffix_Id, Slash_Id); new
27445         variables initialized in procedure Initialize.
27446         (Add_To_Buffer): Add two in out parameters to replace global variables
27447         Buffer and Buffer_Last.
27448         (Default_Ada_Spec_Suffix, Default_Body_Spec_Suffix, Slash): New
27449         functions.
27450         Adapt to changes to use new type Project_Tree_Ref and dynamic tables and
27451         hash tables.
27452         (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
27453         for the project tree.
27454         (Project_Tree_Data, Project_Tree_Ref, No_Project): Declare types and
27455         constant at the beginning of the package spec, so that they cane be used
27456         in subprograms before their full declarations.
27457         (Standard_Naming_Data): Add defaulted parameter of type Project_Node_Ref
27458         (Empty_Project): Add parameter of type Project_Node_Ref
27459         (Private_Project_Tree_Data): Add component Default_Naming of type
27460         Naming_Data.
27461         (Buffer, Buffer_Last): remove global variables
27462         (Add_To_Buffer): Add two in out parameters to replace global variables
27463         Buffer and Buffer_Last.
27464         (Current_Packages_To_Check): Remove global variable
27465         (Empty_Name): Move to private part
27466         (No-Symbols): Make it a constant
27467         (Private_Project_Tree_Data): New type for the private part of the
27468         project tree data.
27469         (Project_Tree_Data): New type for the data of a project tree
27470         (Project_Tree_Ref): New type to designate a project tree
27471         (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
27472         for the project tree.
27473
27474         * prj-attr.ads: Add with Table; needed, as package Prj no longer
27475         imports package Table.
27476
27477         * prj-com.adb: Remove empty, no longer needed body
27478
27479         * prj-com.ads: Move most of the content of this package to package Prj.
27480
27481         * prj-dect.ads, prj-dect.adb (Parse): New parameters In_Tree to
27482         designate the project node tree and Packages_To_Check to replace
27483         global variable Current_Packages_To_Check.
27484         Add new parameters In_Tree and Packages_To_Check to local subprograms,
27485         when needed. Adapt to changes in project manager with project node tree
27486         In_Tree.
27487
27488         * prj-env.ads, prj-env.adb: Add new parameter In_Tree to designate the
27489         project tree to most subprograms. Move tables and hash tables to
27490         private part of package Prj.
27491         Adapt to changes in project manager using project tree In_Tree.
27492
27493         * prj-makr.adb (Tree): New constant to designate the project node tree
27494         Adapt to change in project manager using project node tree Tree
27495
27496         * prj-nmsc.ads, prj-nmsc.adb (Check_Stand_Alone_Library): Correctly
27497         display the Library_Src_Dir and the Library_Dir.
27498         Add new parameter In_Tree to designate the project node tree to most
27499         subprograms. Adapt to changes in the project manager, using project tree
27500         In_Tree.
27501         (Check_Naming_Scheme): Do not alter the casing on platforms where
27502         the casing of file names is not significant.
27503         (Check): Add new parameter In_Tree to designate the
27504
27505         * prj-pars.ads, prj-pars.adb (Parse): Add new parameter In_Tree to
27506         designate the project tree.
27507         Declare a project node tree to call Prj.Part.Parse and Prj.Proc.Process
27508
27509         * prj-part.ads, prj-part.adb (Buffer, Buffer_Last): Global variables,
27510         to replace those that were in the private part of package Prj.
27511         Add new parameter In__Tree to designate the project node tree to most
27512         subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
27513         (Post_Parse_Context_Clause): When specifying the project node of a with
27514         clause, indicate that it is a limited with only if there is "limited"
27515         in the with clause, not necessarily when In_Limited is True.
27516         (Parse): Add new parameter In_Tree to designate the project node tree
27517
27518         * prj-pp.ads, prj-pp.adb (Pretty_Print): Add new parameter In_Tree to
27519         designate the project node tree. Adapt to change in Prj.Tree with
27520         project node tree In_Tree.
27521
27522         * prj-proc.ads, prj-proc.adb (Recursive_Process): Specify the project
27523         tree In_Tree in the call to function Empty_Process to give its initial
27524         value to the project data Processed_Data.
27525         Add new parameters In_Tree to designate the project tree and
27526         From_Project_Node_Tree to designate the project node tree to several
27527         subprograms. Adapt to change in project manager with project tree
27528         In_Tree and project node tree From_Project_Node_Tree.
27529
27530         * prj-strt.ads, prj-strt.adb (Buffer, Buffer_Last): Global variables,
27531         to replace those that were in the private part of package Prj.
27532         Add new parameter In_Tree to designate the project node tree to most
27533         subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
27534
27535         * prj-tree.ads, prj-tree.adb: Add new parameter of type
27536         Project_Node_Tree_Ref to most subprograms.
27537         Use this new parameter to store project nodes in the designated project
27538         node tree.
27539         (Project_Node_Tree_Ref): New type to designate a project node tree
27540         (Tree_Private_Part): Change table to dynamic table and hash tables to
27541         dynamic hash tables.
27542
27543         * prj-util.ads, prj-util.adb: Add new parameter In_Tree to designate
27544         the project tree to most subprograms. Adapt to changes in project
27545         manager using project tree In_Tree.
27546
27547         * makegpr.adb (Project_Tree): New constant needed to use project
27548         manager.
27549
27550 2005-03-15  Olivier Hainque  <hainque@adacore.com>
27551
27552         * s-intman-posix.adb (Notify_Exception): Adjust signature, as handler
27553         for sigactions with SA_SIGINFO set. Call
27554         __gnat_adjust_context_for_raise before raising, to perform the
27555         potentially required adjustments to the machine context for the GCC
27556         unwinder.
27557
27558         * raise.h (__gnat_adjust_context_for_raise): New prototype.
27559
27560         * init.c (__gnat_adjust_context_for_raise) HPUX: Initial revision.
27561         Adjust PC by one in the provided machine context.
27562         (__gnat_install_handler) HPUX: Set SA_SIGINFO in the sigaction flags,
27563         so that the handler is passed the context structure to adjust prior to
27564         the raise.
27565         (__gnat_error_handler) HPUX: Adjust the signature to match what an
27566         SA_SIGINFO sigaction should look like. Call
27567         __gnat_adjust_context_for_raise before actually raising.
27568         (__gnat_adjust_context_for_raise): Default noop to help PC
27569         adjustments before raise from signal handlers.
27570         (__gnat_error_handler): Indirectly call a predicate function to
27571         determine if a condition should be resignaled or not.
27572         (__gnat_set_resignal_predicate): User interface to modify the predicate.
27573         (__gnat_default_resignal_p): Default GNAT predicate.
27574
27575 2005-03-15  Doug Rupp  <rupp@adacore.com>
27576
27577         * adaint.c: Prefix #include of VMS system header files with vms/
27578         [VMS] (HOST_EXECUTABLE_SUFFIX, HOST_OBJECT_SUFFIX): Define for VMS.
27579         Do not define a dummy function "convert_addresses" under Darwin,
27580         not needed.
27581
27582         * tb-alvms.c, expect.c: Prefix #include of VMS system header files
27583         with vms/
27584
27585 2005-03-15  Nicolas Setton  <setton@adacore.com>
27586
27587         * tracebak.c: Under Darwin, use the same unwinding mechanisms as under
27588         PPC/AIX.
27589
27590 2005-03-15  Robert Dewar  <dewar@adacore.com>
27591
27592         * a-reatim.ads, a-reatim.adb: Add functions Minutes and Seconds for
27593         AI-386.
27594
27595         * a-retide.ads: Minor comment changes
27596
27597 2005-03-15  Robert Dewar  <dewar@adacore.com>
27598
27599         * a-stzunb.adb, a-stzunb.adb a-stzunb.ads, a-stzunb.ads,
27600         a-stwiun.ads, a-stwiun.adb, a-strunb.ads, a-strunb.adb: Move
27601         Realloc_For_Chunk to private part of package.
27602         New subprograms for AI-301
27603
27604         * a-szuzti.adb, a-suteio.adb, a-swuwti.adb: Improve efficiency of
27605         Get_Line procedure.
27606         Avoid unnecessary use of Get/Set_Wide_String
27607
27608 2005-03-15  Robert Dewar  <dewar@adacore.com>
27609
27610         PR ada/13470
27611         * a-stunau.ads, a-stunau.adb:
27612         Change interface to allow efficient (and correct) implementation
27613         The previous changes to allow extra space in unbounded strings had
27614         left this interface a bit broken.
27615
27616         * a-suteio.adb: Avoid unnecessary use of Get/Set_String
27617
27618         * g-spipat.ads, g-spipat.adb: New interface for Get_String
27619         Minor reformatting (function specs)
27620
27621         * g-spitbo.adb: New interface for Get_String
27622
27623         * g-spitbo.ads: Minor reformatting
27624
27625         * a-swunau.ads, a-swunau.adb: New interface for Get_Wide_String
27626
27627         * a-szunau.ads, a-szunau.adb: New interface for Get_Wide_Wide_String
27628
27629 2005-03-15  Javier Miranda  <miranda@adacore.com>
27630             Robert Dewar  <dewar@adacore.com>
27631             Thomas Quinot  <quinot@adacore.com>
27632             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27633
27634         * atree.ads, atree.adb: Add support for Elist24 field
27635
27636         * atree.h: Fix wrong definition of Field27
27637         Add support for Elist16 field
27638         Add support for Elist24 field
27639
27640         * einfo.ads, einfo.adb (Abstract_Interfaces,
27641         Set_Abstract_Interfaces): New subprograms.
27642         (Abstract_Interface_Alias, Set_Abstract_Interface_Alias): New
27643         subprograms.
27644         (Access_Disp_Table, Set_Access_Disp_Table): Modified to handle a list of
27645         entities rather than a single node.
27646         (Is_Interface, Set_Is_Interface): New subprogram
27647         (First_Tag_Component): New syntesized attribute
27648         (Next_Tag_Component): New synthesized attribute
27649         (Write_Entity_Flags): Upgraded to write Is_Interface
27650         (Write_Field24_Name): Upgraded to write Abstract_Interfaces
27651         (Write_Field25_Name): Upgraded to write Abstract_Interface_Alias
27652         (Task_Body_Procedure): New subprogram to read this attribute.
27653         (Set_Task_Body_Procedure): New subprogram to set this attribute.
27654         (Has_Controlled_Component): Now applies to all entities.
27655         This is only a documentation change, since it always worked to apply
27656         this to other than composite types (yielding false), but now this is
27657         official.
27658         Update documentation on Must_Be_Byte_Aligned for new spec
27659
27660         * tbuild.adb, exp_dist.adb, exp_disp.adb, exp_ch3.ads, exp_ch3.adb,
27661         exp_attr.adb, exp_aggr.adb, exp_ch4.adb, exp_ch5.adb: Upgrade all the
27662         uses of the Access_Disp_Table attribute to reference the first dispatch
27663         table associated with a tagged type. As
27664         part of the implementation of abstract interface types,
27665         Access_Disp_Table has been redefined to contain a list of dispatch
27666         tables (rather than a single dispatch table).
27667         Similarly, upgrade all the references to Tag_Component by the
27668         new attribute First_Tag_Component.
27669         (Find_Inherited_TSS): Moved to exp_tss.
27670         Clean up test in Expand_N_Object_Declaration for cases
27671         where we need to do a separate assignment of the initial value.
27672         (Expand_N_Object_Declaration): If the expression in the
27673         declaration of a tagged type is an aggregate, no need to generate an
27674         additional tag assignment.
27675         (Freeze_Type): Now a function that returns True if the N_Freeze_Entity
27676         is to be deleted.
27677         Bit packed array ops are only called if operands are known to be
27678         aligned.
27679         (Component_Equality): When returning an N_Raise_Program_Error statement,
27680         ensure that its Etype is set to Empty to avoid confusing GIGI (which
27681         expects that only expressions have a bona fide type).
27682         (Make_Tag_Ctrl_Assignment): Use Build_Actual_Subtype to correctly
27683         determine the amount of data to be copied.
27684
27685         * par.adb (P_Interface_Type_Definition): New subprogram that parses the
27686         new syntax rule of Ada 2005 interfaces (for AI-251 and AI-345):
27687             INTERFACE_TYPE_DEFINITION ::=
27688               [limited | task | protected | synchronized] interface
27689                 [AND interface_list]
27690
27691         * par-ch3.adb (P_Type_Declaration): Modified to give support to
27692         interfaces.
27693         (P_Derived_Type_Def_Or_Private_Ext_Decl): Modified to give support to
27694         interfaces.
27695         (P_Interface_Type_Definition): New subprogram that parses the new
27696         syntax rule of Ada 2005 interfaces
27697         (P_Identifier_Declarations): fix two occurrences of 'RENAMES' in error
27698         messages by the correct RENAMES (quotes removed).
27699
27700         * sem_prag.adb: Upgrade all the references to Tag_Component by the new
27701         attribute First_Tag_Component.
27702
27703         * sinfo.ads, sinfo.adb: Remove OK_For_Stream flag, not used, not needed
27704         (Interface_List, Set_Interface_List): New subprograms.
27705         (Interface_Present, Set_Interface_Present): New subprograms.
27706         (Limited_Present, Set_Limited_Present): Available also in derived
27707         type definition nodes.
27708         (Protected_Present, Set_Protected_Present): Available also in
27709         record type definition and
27710         derived type definition nodes.
27711         (Synchronized_Present, Set_Synchronized_Present): New subprograms.
27712         (Task_Present, Set_Task_Present): New subprogram.
27713         (Task_Body_Procedure): Removed.
27714         (Set_Task_Body_Procedure): Removed.
27715         These subprogram have been removed because the attribute
27716         Task_Body_Procedure has been moved to the corresponding task type
27717         or task subtype entity to leave a field free to store the list
27718         of interfaces implemented by a task (for AI-345)
27719         Add Expression field to N_Raise_Statement node for Ada 2005 AI-361
27720         (Null_Exclusion_Present): Change to Flag11, to avoid conflict with
27721         expression flag Do_Range_Check
27722         (Exception_Junk): Change to Flag7 to accomodate above change
27723         (Box_Present, Default_Name, Specification, Set_Box_Present,
27724         Set_Default_Name, Set_Specification): Expand the expression
27725         "X in N_Formal_Subprogram_Declaration" into the corresponding
27726         two comparisons. Required to use the csinfo tool.
27727
27728         * exp_ch11.adb (Expand_N_Raise_Statement): Deal with case where
27729         "with string" given.
27730
27731         * sem_ch11.adb (Analyze_Raise_Statement): Handle case where string
27732         expression given.
27733
27734         * par-ch11.adb (P_Raise_Statement): Recognize with string expression
27735         in 2005 mode
27736
27737         * exp_ch9.adb (Build_Task_Proc_Specification): Modified to use entity
27738         attribute Task_Body_Procedure rather than the old semantic field that
27739         was available in the task_type_declaration node.
27740
27741         * par-ch12.adb (P_Formal_Type_Definition): Modified to handle formal
27742         interface type definitions.
27743         (P_Formal_Derived_Type_Definition): Modified to handle the list of
27744         interfaces.
27745
27746         * par-ch9.adb (P_Task): Modified to handle the list of interfaces in a
27747         task type declaration.
27748         (P_Protected): Modified to handle the list of interfaces in a
27749         protected type declaration.
27750
27751 2005-03-15  Doug Rupp  <rupp@adacore.com>
27752             Vincent Celier  <celier@adacore.com>
27753
27754         * bindgen.adb (Gen_Main_C): Change WBI __posix_exit to decc$posix_exit
27755         (Gen_Output_File_C): Likewise.
27756         (Gen_Main_C): Issue #include <stdlib.h> to avoid warning
27757
27758 2005-03-15  Thomas Quinot  <quinot@adacore.com>
27759
27760         * checks.adb (Get_E_First_Or_Last): When the expression being retrieved
27761         is an N_Raise_Constraint_Error node, create a new copy of it without
27762         going through a call to Duplicate_Subexpr.
27763
27764 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
27765             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27766             Nicolas Setton  <setton@adacore.com>
27767             Ed Schonberg  <schonberg@adacore.com>
27768
27769         PR ada/19900
27770         PR ada/19408
27771         PR ada/19140
27772         PR ada/20255
27773         * decl.c (gnat_to_gnu_field): Reject aliased components with a
27774         representation clause that prescribes a size not equal to the rounded
27775         size of their types.
27776         (gnat_to_gnu_entity, case E_Component): Always look at
27777         Original_Record_Component if Present and not the entity.
27778         (gnat_to_gnu_entity, case E_Record_Subtype): Rework handling of subtypes
27779         of tagged extension types by not making field for components that are
27780         inside the parent.
27781         (gnat_to_gnu_entity) <E_Record_Type>: Fix typo in the alignment formula
27782         (gnat_to_gnu_entity) <E_Variable>: Do not convert again the
27783         expression to the type of the object when the object is constant.
27784         Reverse defer_debug_incomplete_list before traversing it, so that trees
27785         are processed in the order at which they were added to the list. This
27786         order is important when using the stabs debug format.
27787         If we are deferring the output of debug information, also defer this
27788         output for a function return type.
27789         When adding fields to a record, prevent emitting debug information
27790         for incomplete records, emit the information only when the record is
27791         complete.
27792         (components_to_record): New parameter defer_debug.
27793         (gnat_to_gnu_entity, case E_Array_Subtype): Call copy_alias_set.
27794         (gnat_to_gnu_field_decl): New function.
27795         (substitution_list, annotate_rep): Call it.
27796         (gnat_to_gnu_entity, case E_Record_Subtype): Likewise.
27797         (gnat_to_gnu_entity, case E_Record_Type): Likewise.
27798         No longer update discriminants to not be a COMPONENT_REF.
27799         (copy_alias_set): Strip padding from input type; also handle
27800         unconstrained arrays properly.
27801
27802         * gigi.h (write_record_type_debug_info): New function.
27803         Convert to use ANSI-style prototypes. Remove unused
27804         declarations for emit_stack_check, elab_all_gnat and
27805         set_second_error_entity.
27806         (gnat_to_gnu_field_decl): New decl.
27807
27808         * utils.c (write_record_type_debug_info): New function.
27809         (finish_record_type): Delegate generation of debug information to
27810         write_record_type_debug_info.
27811         (update_pointer_to): Remove unneeded calls to rest_of_decl_compilation.
27812         (update_pointer_to): Fix pasto.
27813         (convert) <UNION_TYPE>: Accept slight type variations when
27814         converting to an unchecked union type.
27815
27816         * exp_ch13.adb (Expand_N_Freeze_Entity): If Freeze_Type returns True,
27817         replace the N_Freeze_Entity with a null statement.
27818
27819         * freeze.adb (Freeze_Expression): If the freeze nodes are generated
27820         within a constrained subcomponent of an enclosing record, place the
27821         freeze nodes in the scope stack entry for the enclosing record.
27822         (Undelay_Type): New Subprogram.
27823         (Set_Small_Size): Pass T, the type to modify; all callers changed.
27824         (Freeze_Entity, Freeze_Record_Type): Change the way we handle types
27825         within records; allow them to have freeze nodes if their base types
27826         aren't frozen yet.
27827
27828         * exp_util.adb (Remove_Side_Effects): Properly test for
27829         Expansion_Delayed and handle case when it's inside an
27830         N_Qualified_Expression.
27831
27832         * sem_ch3.adb (Derived_Type_Declaration): New predicate
27833         Comes_From_Generic, to recognize accurately that the parent type in a
27834         derived type declaration can be traced back to a formal type, because
27835         it is one or is derived from one, or because its completion is derived
27836         from one.
27837         (Constrain_Component_Type): If component comes from source and has no
27838         explicit constraint, no need to constrain in in a subtype of the
27839         enclosing record.
27840         (Constrain_Access, Constrain_Array): Allow itypes to be delayed.
27841         Minor change to propagate Is_Ada_2005 flag
27842
27843         * trans.c (gnat_to_gnu, case N_Aggregate): Verify that
27844         Expansion_Delayed is False.
27845         (assoc_to_constructor): Ignore fields that have a
27846         Corresponding_Discriminant.
27847         (gnat_to_gnu) <N_Return_Statement>: Restructure. If the
27848         function returns "by target", dereference the target pointer using the
27849         type of the actual return value.
27850         <all>: Be prepared for a null gnu_result.
27851         (processed_inline_subprograms): Check flag_really_no_inline
27852         instead of flag_no_inline.
27853         (set_second_error_entity): Remove unused function.
27854         (gnat_to_gnu, case N_Selected_Component): Call
27855         gnat_to_gnu_field_decl.
27856         (assoc_to_constructor): Likewise.
27857
27858 2005-03-15  Robert Dewar  <dewar@adacore.com>
27859             Ed Schonberg  <schonberg@adacore.com>
27860             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27861
27862         * exp_pakd.adb (Create_Packed_Array_Type): Do not set
27863         Must_Be_Byte_Aligned for cases where we do not need to use a
27864         System.Pack_nn unit.
27865
27866         * exp_ch6.adb (Expand_Call): Call Expand_Actuals for functions as well
27867         as procedures.
27868         Needed now that we do some processing for IN parameters as well. This
27869         may well fix some unrelated errors.
27870         (Expand_Call): Handle case of unaligned objects (in particular those
27871         that come from packed arrays).
27872         (Expand_Inlined_Call): If the subprogram is a renaming as body, and the
27873         renamed entity is an inherited operation, re-expand the call using the
27874         original operation, which is the one to call.
27875         Detect attempt to inline parameterless recursive subprogram.
27876         (Represented_As_Scalar): Fix to work properly with private types
27877         (Is_Possibly_Unaligned_Object): Major rewrite to get a much more
27878         accurate estimate. Yields True in far fewer cases than before,
27879         improving the quality of code that depends on this test.
27880
27881         * exp_util.adb (Kill_Dead_Code): For a package declaration, iterate
27882         over both visible and private declarations to remove them from tree,
27883         and mark subprograms declared in package as eliminated, to prevent
27884         spurious use in subsequent compilation of generic units in the context.
27885
27886         * exp_util.ads: Minor cleanup in variable names
27887
27888         * sem_eval.ads, sem_eval.adb: Minor reformatting
27889         (Compile_Time_Known_Bounds): New function
27890
27891 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27892
27893         * exp_ch7.adb (Convert_View): Use base types of underlying types when
27894         determining whether an unchecked conversion is needed for the argument
27895         of an initialization call.
27896
27897 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27898
27899         * exp_intr.adb (Expand_Unc_Conversion): As a target type, use the type
27900         that appears in the instantiation rather than the internal subtype
27901         generated in the wrapper package, to avoid anomalies in gigi when the
27902         target is derived from a private type whose full view is an access type.
27903
27904 2005-03-15  Robert Dewar  <dewar@adacore.com>
27905
27906         * exp_smem.adb, sem_attr.adb: Remove OK_For_Stream flag, not used,
27907         not needed.
27908         Add documentation to replace the use of this flag
27909         Fix kludge for Maximum_Alignment on x86 so that it does not apply to
27910         the x86_64.
27911
27912 2005-03-15  Thomas Quinot  <quinot@adacore.com>
27913
27914         * exp_tss.ads, exp_tss.adb (Find_Inherited_TSS): New subprogram, moved
27915         here from exp_attr so it can be shared between exp_attr and exp_dist.
27916         (TSS_Names): Renamed from OK_TSS_Names. This array contains the list of
27917         all TSS names, not a subset thereof, and the previous name introduced
27918         an unnecessarily confusion that a distinction might exist between
27919         "OK" TSS names and some "not OK" TSS names.
27920
27921 2005-03-15  Doug Rupp  <rupp@adacore.com>
27922
27923         * gnatchop.adb (Locate_Executable): Normalize the possibly VMS style
27924         Command_Name.
27925
27926 2005-03-15  Pascal Obry  <obry@adacore.com>
27927             Eric Botcazou  <ebotcazou@adacore.com>
27928
27929         PR ada/20226
27930         PR ada/20344
27931         * init.c (__gnat_initialize): Do not call __gnat_install_SEH_handler()
27932         when IN_RTS. This is to work around a bootstrap path problem.
27933
27934         * misc.c (gnat_parse_file): Create a SEH (Structured Exception Handler)
27935         table and pass it to __gnat_install_SEH_handler().
27936         (gnat_handle_option): Accept OPT_fRTS_, not OPT_fRTS.
27937
27938         * lang.opt: Fix specification of -fRTS=.
27939
27940 2005-03-15  Doug Rupp  <rupp@adacore.com>
27941             Bernard Banner  <banner@adacore.com>
27942             Vincent Celier  <celier@adacore.com>
27943             Arnaud Charlet  <charlet@adacore.com>
27944
27945         PR ada/6852
27946         This change works fine when gnatlib is built from the gcc directory,
27947         but does not work when using the libada Makefile, since GCC_FOR_TARGET
27948         is not passed to ada/Makefile.in, so more work is needed by a
27949         Makefile/configure expert.
27950
27951         * Makefile.in(gnatlib): Use $(GCC_FOR_TARGET) for compiling library.
27952         set GMEM_LIB on ia64 linux to add optional support for gnatmem.
27953         Setup gnatlink switch -M for x86_64 linux, as it is already setup
27954         for Linux x86.
27955         (gnatlib-shared-default): Use GNATLIBCFLAGS as well.
27956         Run ranlib on libgccprefix.a
27957         Define PREFIX_OBJS for Darwin, to build libgccprefix.
27958         (ADA_INCLUDE_SRCS): Split Ada packages.
27959
27960 2005-03-15  Robert Dewar  <dewar@adacore.com>
27961
27962         * Make-lang.in: Add g-utf_32 unit for gnat and gnatbind
27963
27964         * impunit.adb: Add GNAT.UTF_32
27965
27966         * scng.adb: Use gnat.utf_32 instead of widechar for utf_32 stuff
27967
27968         * widechar.ads, widechar.adb: Remove redundant UTF-32 tables (scng
27969         now uses GNAT.UTF_32).
27970
27971         * g-utf_32.ads, g-utf_32.adb: This is a new unit with full
27972         capabilities for categorizing characters using Unicode categories
27973
27974 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27975
27976         * sem_ch10.adb (Build_Ancestor_Name): If the ancestor is an
27977         instantiation that has been rewritten as a package body, retrieve spec
27978         to generate proper name for implicit_with_clause.
27979         (Install_Parents): Recognize a parent that is an instantiation but has
27980         been rewritten as a package declaration during analysis.
27981
27982 2005-03-15  Javier Miranda  <miranda@adacore.com>
27983             Ed Schonberg  <schonberg@adacore.com>
27984
27985         * sem_ch12.adb (Instantiate_Object): If the analysis of the actual
27986         parameter reported some error we immediately return. This improves the
27987         behaviour of the frontend in case of errors.
27988         (Install_Parent, Remove_Parent): Introduce new flag
27989         Parent_Unit_Visible, to preserve the proper visibility of the ultimate
27990         ancestor of a generic child unit, when the child is being instantiated.
27991         (Inline_Instance_Body): If we are compiling the private
27992         part or the body of a child unit, restore the proper visibility of the
27993         parents after compiling the instance body.
27994
27995 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27996             Javier Miranda  <miranda@adacore.com>
27997
27998         PR ada/15608
27999         * sem_util.adb (Get_Task_Body_Procedure): Type may be the completion
28000         of a private type, in which case it is underlying_type that denotes
28001         the proper task. Also modified to use the new entity attribute
28002         that is directly available in the task type and task subtype entities
28003         (Build_Actual_Subtype_Of_Component): Handle properly multidimensional
28004         arrays when other dimensions than the first are constrained by
28005         discriminants of an enclosing record.
28006         (Insert_Explicit_Dereference): If the prefix is an indexed component or
28007         a combination of indexed and selected components, find ultimate entity
28008         and generate the appropriate reference for it, to suppress spurious
28009         warnings.
28010         (Note_Possible_Modification): If an entity name has no entity, return.
28011         (Is_Variable): A function call never denotes a variable.
28012         (Requires_Transient_Scope): For record types, recurse only on
28013         components, not on internal subtypes that may have been generated for
28014         constrained components.
28015
28016 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28017
28018         * sem_ch4.adb (Analyze_Concatenation): Do not consider operators marked
28019         Eliminated as candidates for resolution. Both efficient, and avoids
28020         anomalies with operators declared in deleted code.
28021         (Process_Implicit_Dereference_Prefix): Use this procedure whenever
28022         expansion is disabled (as when compiling a generic) to prevent spurious
28023         warnings on prefixes of selected components.
28024
28025 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28026
28027         * sem_ch6.adb (Is_Private_Declaration): Verify that the declaration is
28028         attached to a list before checking whether it appears in the private
28029         declarations of the current package.
28030         (Make_Inequality_Operator): Insert declaration in proper declarative
28031         list rather than just setting the Parent field, so that
28032         Is_Private_Declaration can handle it properly.
28033
28034 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28035
28036         * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic, if this is
28037         a renaming a body, check that the renamed subprogram in not intrinsic.
28038         (Find_Direct_Name): If several use_visible entities hide
28039         each other, and the context is a predefined file compiled through
28040         rtsfind, keep only the entity that comes from a predefined file.
28041
28042 2005-03-15  Geert Bosch  <bosch@adacore.com>
28043
28044         * s-fatgen.adb (Valid): Extend special exceptions to account for long
28045         long float padding to also cover AMD64 and IA64.
28046
28047 2005-03-15  Gary Dismukes  <dismukes@adacore.com>
28048
28049         * s-imgwch.adb: Add with and use of Interfaces.
28050         (Img_Wide_Character): Change type of Val to Unsigned_16.
28051         (Img_Wide_Wide_Character): Change type of Val to Unsigned_32.
28052
28053 2005-03-15  Matthew Gingell  <gingell@adacore.com>
28054
28055         * sysdep.c: Implement __gnat_localtime_r as call to localtime_r on AIX.
28056
28057 2005-03-15  Robert Dewar  <dewar@adacore.com>
28058
28059         * usage.adb: Add missing lines for -gnat95 and -gnat05 switches
28060
28061         * sem_ch7.adb: Minor change to propagate Is_Ada_2005 flag
28062
28063         * i-c.adb: Clarify that AI-258 behavior is also intended in Ada 95
28064
28065 2005-03-15  Robert Dewar  <dewar@adacore.com>
28066
28067         * s-bitops.adb, s-bitops.ads,
28068         s-taprop-os2.adb, s-intman-vms.ads, s-intman-vxworks.ads,
28069         s-taprop-vxworks.adb, a-caldel.ads, a-calend.adb, a-tasatt.adb,
28070         tbuild.ads, s-finimp.adb, s-imgwch.adb, s-intman.ads, s-intman.ads,
28071         s-memory.adb, s-soflin.ads, s-taasde.ads, s-taprob.adb, s-taprop.ads,
28072         s-taprop.ads, s-tasini.adb, s-tasini.ads, s-tasini.ads, s-tasini.ads,
28073         s-taskin.ads, s-tasren.adb, s-tassta.adb, s-tassta.ads, s-tassta.ads,
28074         s-tasuti.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads,
28075         s-tpoben.adb, s-tpoben.adb, s-tpobop.ads: Update comments. Minor
28076         reformatting.
28077
28078 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
28079
28080         * utils2.c (build_binary_op): Fix typo.
28081
28082 2005-03-15  Doug Rupp  <rupp@adacore.com>
28083
28084         * s-crtl.ads (popen,pclose): New imports.
28085
28086 2005-03-15  Cyrille Comar  <comar@adacore.com>
28087
28088         * comperr.adb (Compiler_Abort): remove references to obsolete
28089         procedures in the bug boxes for various GNAT builds.
28090
28091 2005-03-15  Vincent Celier  <celier@adacore.com>
28092
28093         * snames.ads, snames.adb: Save as Unix text file, not as DOS text file
28094
28095 2005-03-15  Geert Bosch  <bosch@adacore.com>
28096             Arnaud Charlet  <charlet@adacore.com>
28097             Robert Dewar  <dewar@adacore.com>
28098             Cyrille Comar  <comar@adacore.com>
28099             Sergey Rybin  <rybin@adacore.com>
28100
28101         * gnat_ugn.texi: Remove extended inline assembly example, as it was far
28102         too specific and long-winded to be appropriate for the GNAT User's
28103         Guide.
28104         Warn about use of GCC switches not documented in the GNAT User's Guide,
28105         as these may cause generated code to not conform to Ada semantics.
28106         Remove mention of -gdwarf-2 for sparc64, since this is now the default.
28107         Add documentation for -gnat95 and -gnat05 switches
28108         Remove paragraph documenting obsolete way to refer to third party
28109         libraries.
28110         Add a few references to Ada_05 that were missing.
28111         Update documentation on -gnatZ/-gnatL.
28112         Document limitation when using -m64 under Solaris.
28113         Change the "Name Casing" subsection of the pretty-printer section
28114         according to the changes in the dictionary processing.
28115
28116         * gnat_rm.texi: Document the Ada_05 pragma.
28117         Section on record representation clauses describes the new more
28118         relaxed rules about placement of large packed bit array components.
28119         Add documentation of GNAT.UTF_32
28120
28121 2005-03-12  Daniel Berlin  <dberlin@dberlin.org>
28122
28123         * misc.c (gnat_post_options): Turn off structural
28124         aliasing for now.
28125
28126 2005-03-08  Laurent Guerby  <laurent@guerby.net>
28127
28128         * system-linux-sparc.ads: Fix typo in previous commit.
28129
28130 2005-03-07  James A. Morrison  <phython@gcc.gnu.org>
28131             Laurent Guerby  <laurent@guerby.net>
28132
28133         PR ada/20035
28134         * system-linux-sparc.ads: New.
28135         * Makefile.in: Add sparc linux entry.
28136
28137 2005-02-27  Danny Smith  <dannysmith@users.sourceforge.net>
28138
28139         * seh_init.c (__gnat_SEH_error_handler): Mark third and fourth
28140         parameters as unused.
28141
28142 2005-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
28143         Partial merge from libada-gnattools-branch:
28144
28145         2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
28146         * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
28147         into code in gnattools/Makefile.in.  Remove direct dependencies on
28148         stamp-tools by tools clauses.
28149         2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
28150         * config-lang.in: Add gnattools to $lang_dirs.
28151
28152 2005-02-13  Andrew Pinski  <pinskia@physics.uc.edu>
28153
28154         PR ada/19942
28155         * utils.c (gnat_type_for_mode): Return null instead of ICE because
28156         we asked for an unknown mode.
28157
28158 2005-02-12  Richard Henderson  <rth@redhat.com>
28159
28160         * utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes;
28161         validate SCALAR_INT_MODE_P before calling gnat_type_for_size.
28162
28163 2005-02-10  Andreas Jaeger  <aj@suse.de>
28164
28165         * init.c (__gnat_initialize): Mark parameter as unused.
28166
28167 2005-02-09  Doug Rupp  <rupp@adacore.com>
28168
28169         * g-expect-vms.adb (Non_Blocking_Spawn): Separate out.
28170         * g-enblsp-vms-alpha.adb g-enblsp-vms-ia64.adb: New subunits.
28171
28172 2005-02-09  Doug Rupp  <rupp@adacore.com>
28173
28174         * gnatchop.adb (dup, dup2),
28175         g-dirope.adb (closedir, opendir, rmdir): Reference via System.CRTL.
28176
28177         * gnatlbr.adb (mkdir),
28178         mlib-tgt-vms-ia64.adb (popen, plose):  Import with decc$ prefix.
28179
28180         * s-crtl.ads (closdir, dup, dup2, opendir, rmdir): Import.
28181
28182 2005-02-09  Doug Rupp  <rupp@adacore.com>
28183
28184         * s-tpopde-vms.adb: Add pragma Warnings (Off) for Task_Id conversions.
28185
28186 2005-02-09  Robert Dewar  <dewar@adacore.com>
28187             Thomas Quinot  <quinot@adacore.com>
28188             Javier Miranda  <miranda@adacore.com>
28189             Pascal Obry  <obry@adacore.com>
28190             Ed Schonberg  <schonberg@adacore.com>
28191             Doug Rupp  <rupp@adacore.com>
28192             Gary Dismukes  <dismukes@adacore.com>
28193             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
28194
28195         * g-zstspl.ads: New file.
28196
28197         * a-chahan.ads, a-chahan.adb: Add declarations from AI-285
28198
28199         * a-string.ads: Add pragma Ada_05 for wide_wide_space to get warning in
28200         Ada 95 mode
28201         Add definition of Wide_Wide_Space for AI-285
28202
28203         * impunit.ads, impunit.adb, sem_ch10.adb: Complete rewrite and new
28204         interface (to support Ada 95 and Ada 2005 units).
28205         Add Unbounded_IO files
28206         Add entries for Wide_Wide packages for AI-285
28207         Add list of containers packages to Ada 2005 unit list
28208
28209         * a-swuwti.ads, a-swuwti.adb, a-suteio.ads, a-suteio.adb: Updates to
28210         support new Unbounded_IO package cleanly.
28211
28212         * g-utf_32.ads, g-utf_32.adb: New files.
28213
28214         * Makefile.rtl: Add entry for g-utf_32
28215         Add new files for Unbounded_IO
28216         Adjust make file for new AI-285 wide wide packages
28217         Add AI-302 containers to the run time.
28218
28219         * a-stwibo.adb, a-stwibo.ads, a-stwisu.adb, a-stwisu.ads,
28220         a-strbou.ads, a-strbou.adb, a-strsup.ads, a-strsup.adb: New
28221         subprograms for AI-301.
28222
28223         * a-stwiun.adb, a-stwiun.ads: Minor reformatting.
28224
28225         * a-stunau.ads: Minor comment correction
28226
28227         * rtsfind.ads, rtsfind.adb: Add definitions for Wide_Wide attributes
28228         etc.
28229         Also extend Text_IO_Kludge to support Wide_Wide_Text_IO
28230         (Check_RPC): Update to match changes in expanded code.
28231         Clean up unused entity.
28232
28233         * exp_ch3.ads, exp_ch3.adb: Fix various places where Wide_Wide_String
28234         was not taken into account.
28235         This includes proper initialization with Normalize_Scalars.
28236         (Get_Simple_Init_Val): Major rewrite for initialize scalars and
28237         normalize scalars cases (particularly the latter) to do a better job
28238         of finding invalid representations.
28239
28240         * s-scaval.ads, s-scaval.adb: Add values for zero invalid values
28241
28242         * s-strops.ads, s-strops.adb: Remove string normalize routines, never
28243         used
28244
28245         * exp_dist.adb: Add support for wide wide character type
28246         (Expand_Receiving_Stubs_Bodies): For a package declaration that has a
28247         private part, generate stub bodies at the end of the private part,
28248         not the visible part.
28249         (Add_RACW_Primitive_Operations_And_Bodies): Add last missing code for
28250         PolyORB support.
28251         (Add_Obj_RPC_Receiver_Completion): Add PCS-specific subprograms and
28252         generic wrapper to execute final processing after completing the
28253         expansion of the RPC receiver for an RACW.
28254
28255         * snames.h, snames.ads, snames.adb: Add definitions for wide_wide
28256         packages and attributes.
28257         (Preset_Names): Addition of the new reserved words of Ada 2005,
28258         that is interface, overriding and synchronized.
28259         (Get_Pragma_Id): Give support to the use of the new reserved word
28260         "interface" as a pragma name.
28261         (Is_Pragma_Name): Give support to the use of the new reserved word
28262         "interface" as a pragma name.
28263         (Preset_Names): Add stream_size string for the Stream_Size Ada2005
28264         attribute implementation.
28265
28266         * exp_attr.adb (Expand_Attribute_Reference): Do not apply validity
28267         checks to entities that are output parameters of Asm operations.
28268         Handle the Stream_Size attribute.
28269         Add implementation of Wide_Wide_Value, Wide_Wide_Image, Wide_Wide_Width
28270
28271         * exp_imgv.ads, exp_imgv.adb: Add support for wide wide character type
28272
28273         * sem_attr.adb (Eval_Attribute): Raise compile-time constraint error
28274         for second parameter being 0.0.
28275         Add support for wide wide character type.
28276         (Analyze_Attribute, Eval_Attribute): Handle the Stream_Size attribute.
28277
28278         * s-valwch.adb, s-valwch.ads, s-imgwch.ads, s-imgwch.adb,
28279         s-wchstw.ads, s-wchstw.adb, s-wchwts.adb, s-wchwts.ads,
28280         s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdcha.ads,
28281         s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb, s-wwdwch.ads: Add support
28282         for wide wide character cases.
28283
28284         * cstand.adb: Create entities for Wide_Wide_Character and
28285         Wide_Wide_String.
28286
28287         * i-c.ads, i-c.adb: Fix not raising CE for null wide strings in
28288         accordance with AI-258.
28289         Add new declarations for 16/32 bit C character types (Part of AI285)
28290
28291         * einfo.ads, einfo.adb (Is_Obsolescent, Is_Ada_2005): New flag
28292         (Obsolescent_Warning): New field
28293         (Rep_Clause): New local subprogram used to share code. Returns the rep
28294         clause for which the name is given in parameter.
28295         (Has_Stream_Size_Clause): New routine.
28296         (Stream_Size_Clause): Idem. Implementation is based on Rep_Clause.
28297         (Address_Clause): Implementation is now using Rep_Clause.
28298         (Alignment_Clause): Idem.
28299         (Size_Clause): Idem.
28300
28301         * lib-xref.adb (Generate_Reference): Test for reference to Ada 2005
28302         entity in non-Ada 2005 mode and generate warning.
28303
28304         * par-prag.adb: Add handling of one argument form for pragma Ada_05.
28305         (Prag): Code cleanup. Remove old gnat pragma "overriding"
28306
28307         * sem_prag.adb: Add handling of one argument form for pragma Ada_05
28308         (Analyze_Pragma, case Elaborate, Elaborate_All): Do not disable warnings
28309         on the named unit if the pragma is not in the current compilation unit,
28310         so that elaboration calls in the current unit can set up an elaboration
28311         dependency on the named unit, as needed.
28312         (Analyze_Pragma, case Obsolescent): Allow pragma to be used for library
28313         subprogram as well as for subprograms declared within a package.
28314         (Analyze_Pragma, Sig_Flags): Code cleanup. Remove support for the GNAT
28315         pragma overriding.
28316
28317         * krunch.ads, krunch.adb: Add special handling of Wide_Wide (krunched
28318         to z) to avoid some instances of duplication for Wide_Wide packages.
28319
28320         * namet.ads, namet.adb: Implement encoding (WWhhhhhhhh) for wide wide
28321         characters.
28322
28323         * scn.adb: Char_Literal_Value field is now a Uint
28324
28325         * scng.adb: Significant rewrite to handle new Ada 2005 features
28326         allowing wide and wide wide characters in program text, e.g. for
28327         identifiers, as described in AI-285.
28328         (Set_Reserved): New procedure, makes setting up keywords cleaner.
28329         (Initialize_Scanner): Register the new reserved words of Ada 2005.
28330         (Scan): Give support to the new reserved words.
28331
28332         * par-ch2.adb (P_Identifier): Compiling in Ada95 mode, generate a
28333         warning notifying that interface, overriding, and synchronized are
28334         new reserved words.
28335         (P_Pragma): Allow the use of the new reserved word "interface" as
28336         a pragma name.
28337
28338         * gnatls.adb, gnatbind.adb,
28339         ali-util.adb, binde.adb, ali.ads, ali.adb: Code cleanup. Rename
28340         identifiers named "interface" to "SAL_Interface".
28341
28342         * bindgen.adb (Gen_Main_Ada): Add support for the new SEH
28343         (Structured Exception handling).
28344         (Gen_Main_C): Idem.
28345
28346         * bindgen.adb:
28347         (Gen_Main_Ada): Set the default exit code if specified.
28348         (Gen_Main_C): Likewise.
28349         Part of *DC20-006.
28350         (Gen_Output_File_C): Remove redundant output of gnat_exit_status.
28351         Code cleanup. Rename identifiers named "interface" to "SAL_Interface"
28352
28353         * switch-b.adb, bindusg.adb, opt.ads, vms_data.ads: Add handling of
28354         new -Xnnn switch.
28355
28356         * mlib-prj.adb, mlib.adb: Code cleanup. Rename one identifier that
28357         has a collision with the new Ada 2005 "interface" reserved word.
28358
28359         * par-ch3.adb (P_Defining_Identifier): Compiling in Ada95 mode,
28360         generate a warning notifying that interface, overriding, and
28361         synchronized are new reserved words.
28362
28363         * scans.ads (Token_Type): Addition of the tokens corresponding to the
28364         new reserved words of Ada 2005: Tok_Interface, Tok_Overriding
28365         and Tok_Synchronized.
28366
28367         * sem_res.adb (Resolve_Actuals): Change error messages to refer to
28368         "dispatching" rather than "primitive" operations, since dispatching
28369         calls are now allowed to abstract formal subprograms (which are not
28370         primitive).
28371         Char_Literal_Value field is now a Uint
28372         (Resolve_Slice): If the prefix is an access to an unconstrained array,
28373         compute the actual subtype of the designated object to impose the proper
28374         index constraints.
28375         (Resolve_Selected_Component): Do not insert an access check if the
28376         prefix is an access type: such a node is expanded into an explicit
28377         dereference, on which the access check is performed anyway. Removes
28378         expensive duplicate checks.
28379         (Resolve_Call): Use new flag Is_Obsolescent and field
28380         Obsolescent_Warning so that pragma Obsolescent works on library
28381         subprograms.
28382         Add support for wide wide character type
28383         (Resolve_Allocator): Replace the error message on wrong null-exclusion
28384         value by a warning message.
28385         (Resolve_Type_Conversion): If the mixed-mode expression is interpreted
28386         as fixed-point, and one of the operands is non-static and universal, it
28387         can only be an illegal exponentiation operation, in which case there is
28388         no real value to retrieve.
28389
28390         * exp_strm.adb: Add support for wide wide character type
28391         (Build_Elementary_Input_Call): Compute the size of the stream element by
28392         querying the rep chain to find the Stream_Attribute attribute value.
28393         (Build_Elementary_Write_Call): Ditto.
28394
28395         * sem_aggr.adb: Char_Literal_Value field is now a Uint
28396         Add support for wide wide character type
28397         Replace the error messages on wrong null-exclusion value by warnings
28398         as described in Ada 2005.
28399         (Resolve_Extension_Aggregate): Document the fact that the error
28400         message on class-wide expressions in extensions aggregates.
28401
28402         * sem_case.adb: Add support for wide wide character type
28403
28404         * sem_ch13.adb: Add support for wide wide character type
28405         (Analyze_Attribute_Definition_Clause): Handle the Stream_Size attribute.
28406
28407         * sem_ch3.adb: Add support for wide wide character type
28408         (Process_Subtype): If constraint is illegal for the type, set Ekind of
28409         now-useless Itype, to prevent cascaded errors on a compiler built
28410         without -gnatp.
28411
28412         * sem_ch8.adb: Add with and use of Sem_Disp.
28413         (Analyze_Subprogram_Renaming): Replace unclean uses of
28414         Corresponding_Spec with Corresponding_Formal_Spec (and delete setting
28415         of Corresponding_Spec to Empty).
28416         (Attribute_Renaming): Replace use of Corresponding_Spec with
28417         Corresponding_ Formal_Spec and simplify condition.
28418         (Use_One_Package): Check that scope of homonym of identifier is defined,
28419         before checking whether it is a wrapper package.
28420         Add support for wide wide character type
28421
28422         * sem_eval.adb: Add support for wide wide character type.
28423         (Eval_Arithmetic_Op): Check for compile time known signed integer
28424         overflow in the non-static case.
28425         (Subtypes_Statically_Match): A formal scalar type and its base type do
28426         not statically match.
28427
28428         * sem_util.adb (Collect_Primitive_Operations): Minor change of "/=" to
28429         "not in" for test of N_Formal_Subprogram_Declaration (which is now a
28430         subtype).
28431         (Unit_Declaration_Node): Ditto.
28432         (Is_Variable_Prefix):  For the case of an indexed component whose prefix
28433         has a packed array type, the prefix has been rewritten into a type
28434         conversion. Determine variable-ness from the converted expression.
28435         Handle wide wide character cases.
28436
28437         * stand.ads: Add types Wide_Wide_Character and Wide_Wide_String
28438
28439         * stringt.ads, stringt.adb: Handle full UTF-32 range.
28440         Remove ["0A"] from comment, since it can look like a line terminator.
28441         Currently we don't permit this, but this is under discussion by the
28442         ARG, and it is easy enough to use a different example.
28443
28444         * s-wchcon.ads, s-wchcnv.ads, s-wchcnv.adb: Add new subprograms for
28445         handling UTF-32 encoding for wide wide character.
28446         Implement new brackets coding ["hhhhhhhh"]
28447         Add UTF-8 encodings for full UTF-32 range
28448
28449         * ttypes.ads: Add definition of Standard_Wide_Wide_Character_Size
28450
28451         * types.h, types.ads, types.adb: Wide_Wide_Character now has full 31
28452         bit range Add full UTF-32 support.
28453         (RT_Exception_Code): Addition of CE_Null_Not_Allowed; used to
28454         notify that constraint error will be raised at run-time
28455         because a null value is assigned to a null-excluding object.
28456         Remove some obsolete declarations and make Char_Code
28457         unsigned.
28458
28459         * a-except.adb (Rcheck_30): New subprogram. Addition of the message
28460         corresponding to CE_Null_Not_Allowed, and adjust the output of all the
28461         Rcheck subprograms.
28462
28463         * checks.adb (Check_Null_Not_Allowed): Replace the error message on
28464         wrong null-exclusion value by a warning message.
28465         (Enable_Range_Check): Do range check if the prefix is an
28466         explicit dereference whose designated object is an unconstrained array.
28467         Current algorithm for removing duplicate checks is over-eager in this
28468         case.
28469
28470         * sem_ch5.adb (Analyze_Assignment): Replace the error messages on wrong
28471         null-exclusion value by a warning message
28472
28473         * atree.h, atree.ads, atree.adb: Remove Char_Code field support
28474         completely. Add support for Uint2 field
28475
28476         sem_ch2.adb, exp_ch11.adb, exp_dbug.adb,
28477         exp_prag.adb: Char_Literal_Value field is now a Uint.
28478
28479         * exp_util.adb (Insert_Actions): Replace
28480         N_Formal_Subprogram_Declaration by
28481         N_Formal_{Abstract|Concrete}_Subprogram_Declaration.
28482         Char_Literal_Value field is now a Uint.
28483
28484         * sinfo.ads, sinfo.adb (Corresponding_Formal_Spec): New function
28485         defined for subprogram renaming declarations. When set, the field
28486         indicates the defining entity of a corresponding formal subprogram
28487         when the renaming corresponds to a formal subprogram association in an
28488         instantiation.
28489         (Set_Corresponding_Formal_Spec): New procedure to return
28490         Corresponding_Formal_Spec field.
28491         Minor changes of "=" to "in" in tests of N_Formal_Subprogram_Declaration
28492         (which is now a subtype).
28493         Char_Literal_Value field is now a Uint
28494
28495         * exp_disp.ads, exp_disp.adb (Make_DT): Generate code that moves the
28496         pointer to the base of the dispatch table.
28497         Minor changes to comments.
28498         (Controlling_Type): New function for determining the tagged type
28499         associated with a tagged primitive subprogram.
28500         (Expand_Dispatching_Call): Add support for a controlling actual that is
28501         directly a value of type Ada.Tag rather than a tagged object.
28502
28503         * i-cpp.ads, i-cpp.adb, a-tags.ads, a-tags.adb: Update documentation
28504         describing the new layout.
28505         (Dispatch_Table): The expander computes the actual array size, allocates
28506         the Dispatch_Table record accordingly, and generates code that displaces
28507         the base of the record after the Typeinfo_Ptr component. The access to
28508         these components is done by means of local functions.
28509         (Offset_To_Top): New function.
28510         (Typeinfo_Ptr): New function.
28511         (Get_TSD): Modified to access the new position of the TSD.
28512         (Set_TSD): Modified to save the TSD in its new position.
28513
28514         * par-ch12.adb (P_Formal_Subprogram_Declaration): Add parsing for the
28515         case of formal abstract subprograms. Add check and message for -gnat05.
28516         Update comments.
28517
28518         * sem_ch12.adb: Add with and use for Sem_Disp.
28519         (Analyze_Associations): Minor change from "=" to "in" for use of
28520         N_Formal_Subtype_Declaration (which is now a subtype).
28521         (Set_Analyzed_Formal): Minor changes from "=" to "in" for uses of
28522         N_Formal_Subtype_Declaration (which is now a subtype).
28523         (Analyze_Formal_Subprogram): Add handling for
28524         N_Formal_Abstract_Subprogram, marking the formal as abstract and
28525         dispatching, setting the controlling status of the formal parameters
28526         and result, and issuing an error if there is no controlling type for
28527         the formal subprogram.
28528         (Instantiate_Formal_Subprogram): Rather than setting Corresponding_Spec,
28529         which is an unclean use of that field, we set the new field
28530         Corresponding_Formal_Spec to make the formal subprogram available to
28531         processing in Analyze_Subprogram_Declaration.
28532         (Analyze_Formal_{Discrete, Decimal_Fixed_Point, Fixed_Point,
28533         Floating_Point, Modular_Integer, Signed_Integer}_Type: Make formal type
28534         Constrained, so that it is is does not statically match its anonymous
28535         base type.
28536
28537         * sem_ch6.adb (Analyze_Subprogram_Specification): Include test for
28538         abstract formal subprograms in error check for functions returning
28539         abstract types. Set scope of new designator for
28540         a parameterless subprogram, so that it is available when checking the
28541         body for nested subprograms, before full analysis of said body.
28542         (Analyze_Subprogram_Body): Warn on inlining bodies with nested
28543         subprogram only if inner one comes from source.
28544         (Analyze_Function_Call): If the call is given in object notation, the
28545         analysis of the name rewrites the node and analyzes it with the proper
28546         argument list. After analyzing the name, if the call has been rewritten
28547         and the result type is set, no further analysis is needed.
28548         (Analyze_Return_Type): Subsidiary to Process_Formals: analyze subtype
28549         mark in function specification, in a context where the formals are
28550         visible and hide outer homographs.
28551
28552         * sem_disp.adb (Check_Controlling_Type): Relax the check for same scope
28553         as the tagged type for the cases of abstract formal subprograms and
28554         renamings of those.  Clean up spec comments.
28555         (Check_Dispatching_Context): Add error message to indicate "abstract
28556         procedure", covering the case of a call to a formal abstract procedure
28557         that has statically tagged operands.
28558         (Check_Dispatching_Call): Check for the case of an actual given by
28559         a tag-indeterminate function call whose type is an ancestor of the
28560         containing call's associated tagged type. This situation can occur
28561         for inherited primitives with function defaults. In this case we
28562         use the tagged type's tag directly as the controlling argument for
28563         the calls.
28564         (Expand_Call): Name change on call to Expand_Dispatch_Call.
28565
28566         * sprint.adb (Sprint_Node_Actual): Split
28567         N_Formal_Subprogram_Declaration into two alternatives for the new
28568         cases N_Formal_Abstract_Subprogram_Declaration and
28569         N_Formal_Concrete_Subprogram_Declaration.
28570         Char_Literal_Value field is now a Uint.
28571
28572         * trans.c: Get rid of junk Uint2 reference.
28573         Char_Literal_Value field is now a Uint.
28574         (gnat_to_gnu, case N_Aggregate): Check TYPE_UNCHECKED_UNION_P.
28575         (gigi): Correct third arg to gimplify_body.
28576
28577         * ada-tree.h: (TYPE_UNCHECKED_UNION_P): New flag.
28578         (TYPE_LANG_FLAG_0): Check for record or union.
28579
28580         * treepr.adb: Char_Literal_Value field is now a Uint
28581
28582         * uintp.h, uintp.ads, uintp.adb: Add new routines UI_To_CC and
28583         UI_From_CC.
28584
28585         * widechar.ads, widechar.adb (Is_UTF_32_Non_Graphic): New function
28586         Add full UTF-32 support
28587         Char_Code is now 32 bits
28588
28589         * sinput.ads, sinput.adb (Skip_Line_Terminators): Extend to deal with
28590         wide character UTF_32 line terminators.
28591         Initialize Main_Source_File to avoid error when no main
28592         source is loaded.
28593
28594         * errout.adb (Finalize): Do not check Num_SRef_Pragmas
28595         (Main_Source_File) when no main source has been loaded, to avoid
28596         potential crash.
28597
28598 2005-02-09  Robert Dewar  <dewar@adacore.com>
28599
28600         * a-strunb.ads, a-strunb.adb: Add missing pragma Ada_05 statements
28601         Fix name of Set routine
28602
28603         * a-strfix.ads, a-strfix.adb: Add new index functions from AI-301 to
28604         fixed packages.
28605
28606         * a-stwise.ads, a-stwise.adb, a-stwifi.ads, a-stwifi.adb,
28607         a-strsea.ads, a-strsea.adb: Add new index functions from AI-301 to
28608         fixed packages
28609
28610         * a-witeio.ads, a-witeio.adb, a-textio.ads, a-textio.adb: New function
28611         forms of Get_Line subprograms for AI-301.
28612
28613         * a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
28614         a-wtedit.adb, a-wtedit.adb, a-wtedit.ads, a-wttest.adb,
28615         a-wttest.ads, a-strmap.ads, a-strmap.adb, a-stwima.adb,
28616         a-stwima.ads: Minor reformatting.
28617
28618 2005-02-09  Doug Rupp  <rupp@adacore.com>
28619             Thomas Quinot  <quinot@adacore.com>
28620
28621         * adaint.c, adaint.h
28622         [VMS] (to_ptr32): New function.
28623         (MAYBE_TO_PTR32): New macro.
28624         (__gnat_portable_spawn,__gnat_portable_no_block_spawn): Adjust argv
28625         for pointer size.
28626         [VMS] (descriptor_s, ile_s): Use __char_ptr32 for adr field.
28627         [VMS] (#define fork()): Remove since unneccessary.
28628         (__gnat_set_close_on_exec): New routine to support
28629         GNAT.OS_Lib.Set_Close_On_Exec.
28630
28631         * g-expect.adb (Set_Up_Communications): Mark the pipe descriptors for
28632         the parent side as close-on-exec so that they are not inherited by the
28633         child.
28634
28635         * g-os_lib.ads, g-os_lib.adb (Set_Close_On_Exec): New subprogram to
28636         set or clear the FD_CLOEXEC flag on a file descriptor.
28637
28638 2005-02-09  Eric Botcazou  <ebotcazou@adacore.com>
28639             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
28640
28641         PR ada/19386
28642         * decl.c:
28643         (gnat_to_gnu_field): Do not necessarily invoke make_packable_type
28644         on the field if Pragma Component_Alignment (Storage_Unit).
28645         (gnat_to_gnu_entity, case object): Do not treat a renaming that has
28646         side-effects as if it were a constant; also make SAVE_EXPR to protect
28647         side-effects.
28648         (gnat_to_gnu_entity, case E_Record_Subtype): If have _Parent, make a
28649         UNION_TYPE.
28650         (make_dummy_type): Set TYPE_UNCHECKED_UNION_P.
28651         (components_to_record): Test it.
28652         Fix improper usage of REFERENCE_CLASS_P.
28653
28654         * utils2.c (build_binary_op, case MODIFY_EXPRP): Treat UNION_TYPE as
28655         RECORD_TYPE.
28656
28657         * utils2.c: Minor reformatting.
28658
28659         * utils.c (convert, case UNION_TYPE): Check TYPE_UNCHECKED_UNION;
28660         handle other cases like RECORD_TYPE.
28661
28662         * utils.c (gnat_pushdecl): Set TREE_NO_WARNING.
28663
28664 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
28665
28666         * exp_aggr.adb (Gen_Assign): If the expression is an aggregate for a
28667         component of an array of arrays in an assignment context, and the
28668         aggregate has component associations that require sliding on
28669         assignment, force reanalysis of the aggregate to generate a temporary
28670         before the assignment.
28671         (Must_Slide): Make global to the package, for use in Gen_Assign.
28672
28673 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
28674
28675         * exp_ch4.adb (Expand_Composite_Equality): If a component is an
28676         unchecked union with no inferable discriminants, return a
28677         Raise_Program_Error node, rather than inserting it at the point the
28678         type is frozen.
28679         (Expand_Record_Equality, Component_Equality): Handle properly the case
28680         where some subcomponent is an unchecked union whose generated equality
28681         code raises program error.
28682
28683 2005-02-09  Doug Rupp  <rupp@adacore.com>
28684
28685         * gnatbl.c: [VMS] (_POSIX_EXIT): Define.
28686         [VMS] (#define exit hack): Remove.
28687
28688 2005-02-09  Pascal Obry  <obry@adacore.com>
28689             Arnaud Charlet  <charlet@adacore.com>
28690
28691         * init.c (__gnat_initialize): Add a new parameter eh which contains the
28692         address of the exception registration. The Win32 version of this
28693         routine calls __gnat_install_SEH_handler() to initialize the SEH
28694         (Structured Exception Handling) handler.
28695         (__gnat_error_handler) [Win32]: Removed. Not needed as we use
28696         SEH (Structured Exception Handling) now.
28697         (__gnat_install_handler) [Win32]: Nothing to do now as we use SEH.
28698         (__gnat_initialize for ppc-vxworks): Adjust comments and the
28699         preprocessor condition protecting the call to the extra eh setup
28700         subprogram, which is only available for the ppc target.
28701         (__gnat_clear_exception_count): replaced reference to
28702         variable taskIdCurrent by call to taskIdSelf(), cleaner.
28703
28704         * seh_init.c: New file.
28705
28706         * Make-lang.in: (GNAT_ADA_OBJS): Add seh_init.o.
28707         (GNATBIND_OBJS): Idem.
28708
28709         * misc.c (gnat_parse_file): Update call to __gnat_initialize. This
28710         routine takes a new parameter (a pointer to the exception registration
28711         for the SEH (Structured Exception Handling) support.
28712
28713         * raise.h: (__gnat_install_SEH_handler): New prototype.
28714         Update copyright notice.
28715
28716         * s-tassta.adb (Task_Wrapper): Declare the exception registration
28717         record and initialize it by calling __gnat_install_SEH_handler.
28718
28719 2005-02-09  Vincent Celier  <celier@adacore.com>
28720
28721         * make.adb (Gnatmake): Do not fail when the main project has no object
28722         directory.
28723
28724 2005-02-09  Doug Rupp  <rupp@adacore.com>
28725
28726         * Makefile.in [VMS] (LN,LN_S): Define as cp -p
28727         Rename s-asthan-vms.adb to s-asthan-vms-alpha.adb.
28728         [VMS]: Add translations for g-enblsp.adb.
28729
28730         * s-asthan-vms.adb: Removed.
28731         * s-asthan-vms-alpha.adb: Added.
28732
28733 2005-02-09  Pascal Obry  <obry@adacore.com>
28734
28735         * Makefile.in (LIBGNAT_SRCS): Add seh_init.c.
28736         (LIBGNAT_OBJS): Add seh_init.o.
28737
28738 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28739
28740         PR ada/16592
28741         * Makefile.in: Link all gnat tools with -static-libgcc, since
28742         -shared-libgcc is now used by default on some systems (e.g. linux with
28743         recent binutils).
28744         Remove references to Makefile.prolog/generic, no longer used.
28745
28746 2005-02-09  Vincent Celier  <celier@adacore.com>
28747
28748         * prj-makr.adb (Process_Directory): Put file name in canonical case
28749         before matching against the patterns.
28750         If gnatname has been invoked as <prefix>-gnatname
28751         then invoke the compiler as <prefix>-gcc, not just "gcc".
28752
28753 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
28754
28755         * sem_ch4.adb (Analyze_Selected_Component): Create Actual_Subtype even
28756         with expansion disabled. The actual subtype is needed among other
28757         places when the selected component appears in the context of a loop
28758         bound, and denotes a packed array.
28759         (Operator_Check): Always use the first subtype in the
28760         error message, to avoid the appearance of internal base types.
28761         (Transform_Object_Operation): Copy each actual in full
28762         to the parameter associations of the constructed call, rather than
28763         using the shallow copy mechanism of New_Copy_List. This ensures that
28764         the chaining of named associations is done properly.
28765         (Complete_Object_Operation): Rewrite node, rather than
28766         replacing it, so that we can trace back to the original selected
28767         component.
28768
28769         * sem_elab.adb (Set_Elaboration_Constraint): For initialization calls,
28770         and calls that use object notation, if the called function is not
28771         declared  in a withed unit, place the elaboration constraint on the
28772         unit in the context that makes the function accessible.
28773         (Check_Elab_Subtype_Declaration): Check whether a subtype declaration
28774         imposes an elaboration constraint between two packages.
28775
28776 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
28777
28778         * sem_ch7.adb (Uninstall_Declarations): Exchange full and private
28779         views of a private type after handling its private dependents, to
28780         maintain proper stack discipline between entry and exit from the
28781         package.
28782
28783 2005-02-09  Cyrille Comar  <comar@adacore.com>
28784
28785         * s-finimp.adb: (Finalize_List): Optimize in the no-abort case.
28786         Minor reformatting.
28787
28788 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28789
28790         * s-tporft.adb (Register_Foreign_Thread): Initialize Task_Image[_Len]
28791         fields for foreign threads.
28792
28793 2005-02-09  Doug Rupp  <rupp@adacore.com>
28794
28795         * s-vaflop.adb: Add pragma Warnings (Off) to eliminate infinite
28796         recursion warnings when compiled with -gnatdm.
28797
28798 2005-02-09  Robert Dewar  <dewar@adacore.com>
28799
28800         * usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions)
28801         Slight fix to documentation of -gnaty with no parameters
28802
28803         * xr_tabls.ads: Add ??? comment for missing overall comment
28804
28805         * xsinfo.adb: Make default file name be sinfo.h, since this is what
28806         we now use by default.
28807
28808         * xsnames.adb: Adjust end of file test to look for five space followed
28809         by '#' instead of six spaces. The format of xsnames.adb was modified
28810         in the last update.
28811
28812         * a-numeri.ads: Add reference to AI-388 for greek letter pi
28813         identifier.
28814
28815         * clean.adb: Minor reformatting.
28816
28817         * gnat1drv.adb, gnatfind.adb, gnatlink.adb, gnatmem.adb,
28818         gnatname.adb: Minor reformatting
28819         Add 2005 to copyright output when utility is run
28820
28821         * csets.adb: Eliminate obsolete comment
28822
28823         * debug.adb, g-socket.ads, i-cobol.adb: Minor reformatting throughout
28824         Update comments.
28825
28826         * sem_eval.ads (Eval_Integer_Literal): Do not inline this, not useful.
28827
28828 2005-02-09  Sergey Rybin  <rybin@adacore.com>
28829
28830         * gnat_ugn.texi: Add to the gnatpp section the paragraph describing
28831         the difference between compact and incompact layout and add the record
28832         representation clause to the example illustrating different layouts.
28833         Add the description of '-A5' gnatpp option ("align 'AT' keywords in
28834         component clauses").
28835
28836 2005-02-09  Florian Villoing  <villoing@adacore.com>
28837
28838         * gnat_ugn.texi: Fix typos.
28839         Use @command to display 'gcc', 'gnatbind', etc. insted of @code or
28840         @file.
28841         Make proper use of @ref, @xref and @pxref to avoid duplication of "see"
28842         in the generated documentation.
28843
28844 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28845
28846         * gnat_ugn.texi: Remove all mentions of FSU threads, which are no
28847         longer supported.
28848         Update linker wrapper when linking with non GNU C++.
28849
28850 2005-02-09  Pascal Obry  <obry@adacore.com>
28851
28852         * gnat_ugn.texi:
28853         Document the procedure to debug the DllMain routine on Windows.
28854         Add note about -funwind-tables and mixed Ada and C/C++ programming in
28855         ZCX mode.
28856         Document new BIND qualifer /RETURN_CODES=VMS.
28857
28858 2005-02-09  Ben Brosgol  <brosgol@adacore.com>
28859
28860         * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
28861         Edited gnatmetric chapter
28862
28863 2005-02-09  Robert Dewar  <dewar@adacore.com>
28864
28865         * gnat_rm.texi:
28866         Changes to document new wide wide character support
28867         For AI-285
28868         Update documentation on Normalize_Scalars and Initialize_Scalars
28869
28870 2005-02-09  Pascal Obry  <obry@adacore.com>
28871
28872         * s-taprop-mingw.adb, s-soflin.ads: Minor reformatting.
28873
28874 2005-02-09  Jose Ruiz  <ruiz@adacore.com>
28875
28876         * s-osinte-vxworks.ads (taskPriorityGet): Add this function (imported
28877         from the VxWorks kernel) that is needed for getting the active
28878         priority of the different tasks.
28879
28880         * s-atacco.ads, s-atacco.adb (Nothing): Remove this dummy procedure.
28881         Use a pragma Elaborate_Body in the spec file instead.
28882         Noticed by code reading.
28883
28884 2005-02-09  Thomas Quinot  <quinot@adacore.com>
28885
28886         * exp_util.ads: Minor correction in comment.
28887
28888 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28889
28890         * s-taprop.ads (Initialize): Update comments. Remove pragma Inline,
28891         since this procedure is now too complex to be worth inlining.
28892
28893 2005-02-09  Richard Henderson  <rth@redhat.com>
28894
28895         * utils.c (gnat_define_builtin): Remove.
28896         (gnat_install_builtins): Use build_common_builtin_nodes.
28897
28898 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28899
28900         * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
28901         a-crbtgk.adb, a-crbltr.ads, a-coprnu.ads, a-coprnu.adb,
28902         a-coorse.ads, a-coorse.adb, a-convec.ads, a-convec.adb,
28903         a-contai.ads, a-coinve.ads, a-coinve.adb, a-cohata.ads,
28904         a-cohama.ads, a-cohama.adb, a-ciorse.ads, a-ciorse.adb,
28905         a-cihama.ads, a-cihama.adb, a-cidlli.ads, a-cidlli.adb,
28906         a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads, a-cgcaso.adb,
28907         a-cgarso.ads, a-cgarso.adb, a-cdlili.ads, a-cdlili.adb,
28908         a-cgaaso.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb,
28909         a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
28910         a-coorma.ads, a-swunha.ads, a-stunha.ads, a-ciormu.ads,
28911         a-coormu.ads, a-rbtgso.ads, a-swunha.adb, a-stunha.adb,
28912         a-cgaaso.ads, a-ciorma.adb, a-coorma.adb, a-secain.adb,
28913         a-secain.ads, a-slcain.ads, a-slcain.adb, a-shcain.ads,
28914         a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads,
28915         a-stwiha.adb, a-strhas.ads, a-strhas.adb, a-chzla1.ads,
28916         a-chzla9.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
28917         a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads,
28918         a-stzbou.adb, a-stzbou.ads, a-stzfix.adb, a-stzfix.ads,
28919         a-stzhas.adb, a-stzhas.ads, a-stzmap.adb, a-stzmap.ads,
28920         a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads,
28921         a-stzunb.adb, a-stzunb.ads, a-swunau.adb, a-swunau.ads,
28922         a-szmzco.ads, a-szunau.adb, a-szunau.ads, a-szunha.adb,
28923         a-szunha.ads, a-szuzti.adb, a-szuzti.ads, a-tiunio.ads,
28924         a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb,
28925         a-ztcoio.ads, a-ztcstr.adb, a-ztcstr.ads, a-ztdeau.adb,
28926         a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
28927         a-ztedit.ads, a-ztenau.adb, a-ztenau.ads, a-ztenio.adb,
28928         a-ztenio.ads, a-ztexio.adb, a-ztexio.ads, a-ztfiio.adb,
28929         a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads, a-ztflio.adb,
28930         a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
28931         a-ztinau.ads, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb,
28932         a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads, a-zttest.adb,
28933         a-zttest.ads, a-zzunio.ads: New files. Part of new Ada 2005
28934         library.
28935
28936 2005-01-27  Laurent Guerby  <laurent@guerby.net>
28937
28938         * Makefile.in: Fix a-intnam.ads from previous commit,
28939         add 2005 to copyright.
28940         * a-intman-rtems.ads: Renamed to...
28941         * a-intnam-rtems.ads:
28942
28943 2005-01-27  Laurent Guerby  <laurent@guerby.net>
28944
28945         * Makefile.in: Rename GNAT RTEMS specific files.
28946         * 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
28947         5rosinte.ads, 5rparame.adb: Replaced by files below.
28948         * s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
28949         s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
28950
28951 2005-01-27  Joel Sherrill  <joel.sherrill@oarcorp.com>
28952             Laurent Guerby  <laurent@guerby.net>
28953
28954         PR ada/19488
28955         * 5rosinte.ads: Add No_Key constant.
28956         * 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
28957         * gsocket.h: Do not include <sys/socket.h> with RTEMS either.
28958
28959 2005-01-26  Laurent Guerby  <laurent@guerby.net>
28960
28961         PR ada/19414
28962         * i-cobol.adb (Valid_Numeric): Handle zero length case.
28963
28964 2005-01-20  Richard Henderson  <rth@redhat.com>
28965
28966         * Makefile.in (alpha-linux, LIBGNAT_TARGET_PAIRS): Use
28967         a-intnam-linux.ads and system-linux-alpha.ads.
28968         * a-intnam-linux-alpha.ads: Remove file.
28969         * s-osinte-linux-alpha.ads (SIGUNUSED, SIGSTKFLT, SIGLOST): New.
28970         * system-linux-alpha.ads: New file.
28971
28972 2005-01-18  Jakub Jelinek  <jakub@redhat.com>
28973
28974         PR ada/13470
28975         * a-stunau.adb (Get_String): Don't return U.Reference, but Ret that is
28976         set to the new string.
28977
28978 2005-01-18  Toon Moene  <toon@moene.indiv.nluug.nl>
28979
28980         * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
28981         to True.
28982
28983 2005-01-18  Richard Henderson  <rth@redhat.com>
28984
28985         * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
28986         THREADSLIB, GNATLIB_SHARED, PREFIX_OBJS, LIBRARY_VERSION): Specialize
28987         for alpha-linux.
28988         * s-osinte-linux-alpha.ads, a-intnam-linux-alpha.ads: New files.
28989
28990 2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
28991
28992         * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
28993         (GCC_ZCX_Support): Likewise.
28994
28995 2005-01-11  Bastian Blank  <waldi@debian.org>
28996
28997         * system-linux-s390.ads: Define Preallocated_Stacks.
28998         * system-linux-s390x.ads: Likewise.
28999
29000 2005-01-04  Arnaud Charlet  <charlet@adacore.com>
29001
29002         * gnat_ugn.texi: Fix texi errors with null variables.
29003
29004 2005-01-03  Thomas Quinot  <quinot@adacore.com>
29005
29006         * gen-soccon.c: New utility program to generate g-soccon.ads
29007         automatically.
29008
29009         * socket.c, gsocket.h: Split inclusion of system header files into a
29010         gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
29011
29012         * g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
29013         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
29014         g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
29015         g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
29016         should not be edited by hand anymore, but should be regenerated using
29017         gen-soccon.
29018
29019 2005-01-03  Robert Dewar  <dewar@adacore.com>
29020             Ed Schonberg  <schonberg@adacore.com>
29021             Vincent Celier  <celier@adacore.com>
29022
29023         * s-atacco.ads, a-direio.adb: Protect use of 'Constrained by warnings
29024         on/off, since this is an obsolescent feature, for which we now generate
29025         a warning.
29026
29027         * sem_attr.adb (Analyze_Attribute, case Constrained): Issue warning if
29028         warning mode is set and obsolescent usage of this attribute occurs.
29029         (Resolve_Access, case 'Access): Note that GNAT uses the context type to
29030         disambiguate overloaded prefixes, in accordance with AI-235. GNAT code
29031         predates, and partly motivates, the adoption of the AI.
29032         Implement new Ada 2005 attribute Mod
29033
29034         * exp_attr.adb (Expand_N_Attribute_Reference): Implement Ada 2005
29035         attribute Mod.
29036
29037         * par-ch4.adb (P_Name): In Ada 2005 mode, recognize new attribute Mod
29038
29039         * snames.h, snames.ads, snames.adb: Add entry for No_Dependence for
29040         pragma restrictions.
29041         New entry for Ada 2005 attribute Mod.
29042
29043         * par-prag.adb:
29044         Add recognition of new pragma Restrictions No_Dependence
29045         Recognize restriction No_Obsolescent_Features at parse time
29046
29047         * bcheck.adb: Add circuitry for checking for consistency of
29048         No_Dependence restrictions.
29049
29050         * lib-writ.ads, lib-writ.adb: Output new R lines for No_Dependence
29051         restrictions.
29052
29053         * restrict.ads, restrict.adb: Add subprograms to deal with
29054         No_Dependence restrictions.
29055
29056         * rtsfind.adb: Check that implicit with's do not violate No_Dependence
29057         restrictions.
29058
29059         * sem_ch3.adb, sem_ch11.adb, sem_ch13.adb, lib-xref.adb,
29060         sem_attr.adb: Add check for new restriction No_Obsolescent_Features
29061
29062         * scn.ads, prj-err.ads, prj-err.adb, ali-util.adb, gprep.adb: Add new
29063         dummy parameter to scng instantiation.
29064         Needed for new restriction No_Obsolescent_Features
29065
29066         * scn.adb: (Obsolescent_Check): New procedure
29067         Needed for new restriction No_Obsolescent_Features
29068
29069         * scng.ads, scng.adb: Always allow wide characters in Ada 2005 mode, as
29070         specified by AI-285, needed for implementation of AI-388 (adding greek
29071         pi to Ada.Numerics).
29072         Add new generic formal to scng, needed for new restriction
29073         No_Obsolescent_Features.
29074
29075         * s-rident.ads: Add new restriction No_Obsolescent_Features.
29076
29077         * ali.ads, ali.adb: Adjustments for reading new No_Dependence
29078         restrictions lines.
29079         (Scan_ALI): When finding an unexpected character on an R line, raise
29080         exception Bad_R_Line, instead of calling Fatal_Error, so that, when
29081         Ignore_Errors is True, default restrictions are set and scanning of the
29082         ALI file continues with the next line. Also, when Bad_R_Line is raised
29083         and Ignore_Errors is True, skip to the end of le line.
29084
29085         * sem_ch10.adb: Check that explicit with's do not violate
29086         No_Dependence restrictions.
29087         (Install_Withed_Unit): Add code to implement AI-377 and diagnose
29088         illegal context clauses containing child units of instance.
29089
29090         * sem_prag.adb: Processing and checking for new No_Dependence
29091         restrictions.
29092         (Analyze_Pragma, case Psect_Object): Call Check_Arg_Is_External_Name to
29093         analyze and check the External argument.
29094
29095         * a-numeri.ads: Add greek letter pi as alternative spelling of Pi
29096
29097 2005-01-03  Robert Dewar  <dewar@adacore.com>
29098
29099         * atree.adb: Add a fifth component to entities
29100         This allows us to add 32 flags and four new fields
29101
29102         * atree.ads: Add a fifth component to entities
29103         This allows us to add 32 flags and four new fields
29104
29105         * einfo.ads, einfo.adb: Document new fields and new flags now available
29106         Add routines for printing new fields
29107
29108         * treepr.adb: Call routines to print out additional fields if present
29109
29110 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29111
29112         * bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
29113         gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.
29114
29115         * Makefile.in: Add support to build shared Ada libraries on solaris x86
29116         Remove gpr2make, replaced by gprmake.
29117         Remove references to gnatmem and libaddr2line.
29118         Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
29119         (gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
29120         Add support for specialized version of Ada.Numerics.Aux for Darwin: use
29121         a-numaux-darwin.ads and a-numaux-darwin.adb
29122         Enable mlib-tgt-lynxos.adb on lynxos.
29123
29124         * Make-lang.in: Remove rules for gpr2make.
29125         When generating sdefault.adb, do not call Relocate_Path
29126         on S3 for function Target_Name, as it is not a path.
29127         Remove references to gnatmem and libaddr2line.
29128
29129         * a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
29130         files.
29131
29132 2005-01-03  Samuel Tardieu  <tardieu@adacore.com>
29133
29134         * checks.adb (Apply_Alignment_Check): Generate a warning if an object
29135         address is incompatible with its base type alignment constraints when
29136         this can be decided statically.
29137
29138 2005-01-03  Olivier Hainque  <hainque@adacore.com>
29139
29140         * decl.c (compatible_signatures_p): New function. The intended purpose
29141         is to check if two function signatures for a call-site and a callee are
29142         compatible enough for the call to be valid. The underlying purpose is
29143         to check if a call to a mapped builtin is using the right interface.
29144         The current code actually does not check antyhing - this a placeholder
29145         for future refinements.
29146         (gnat_to_gnu_entity) <E_Subprogram_Call>: Add preliminary bits to handle
29147         builtin calls for convention Intrinsic.
29148
29149         * gigi.h (builtin_decl_for): Declare (new function).
29150
29151         * utils.c (gnat_install_builtins): Install the target specific builtins.
29152         (builtin_decl_for): New function, provide a dummy body for now.
29153
29154 2005-01-03  Geert Bosch  <bosch@adacore.com>
29155
29156         * eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.
29157         (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
29158         (Pred): Implement in terms of Succ.
29159
29160         * trans.c (convert_with_check): Reimplement conversion of float to
29161         integer.
29162
29163 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29164             Vincent Celier  <celier@adacore.com>
29165
29166         * exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the
29167         bounds can be negative, and must be declared Int, not Nat.
29168
29169         * sem_elim.adb (Line_Num_Match): Correct wrong code when index in an
29170         array is checked after using the index in the array.
29171
29172         * makegpr.adb (Add_Switches): Check if there is a package for the
29173         processor. If there is no package, do not look for switches.
29174
29175 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29176
29177         * exp_ch3.adb (Stream_Operations_OK): Predicate to determine when the
29178         generation of predefined stream operations (specs and bodies) should
29179         proceed. Under various restrictions these subprograms must not be
29180         generated.
29181
29182 2005-01-03  Thomas Quinot  <quinot@adacore.com>
29183
29184         * exp_dist.adb:
29185         Declare subprogram index in Build_RPC_Receiver_Body, to reduce the
29186         amount of PCS-specific code in RACW stubs generation.
29187         (Copy_Specification): Set Etype on copied formal parameter entities, as
29188         this information is needed for PolyORB stubs generation.
29189         (PolyORB_Support.Build_Subprogram_Receiving_Stubs): Remove unused
29190         variable Dynamic_Async.
29191         (Build_Subprogram_Receiving_Stubs): Make PCS-specific
29192         (Build_RPC_Receiver_Specification): Make generic again, as recent
29193         changes have allowed RPC receivers to have the same profile for both
29194         variants of the PCS.
29195         Reorganise RPC receiver generation to reduce differences between the
29196         structure of GARLIC and PolyORB RPC receivers.
29197         (Add_Receiving_Stubs_To_Declarations): Make this subprogram
29198         PCS-specific.
29199         Simplify elaboration code for RCI packages.
29200
29201         * s-parint.ads, s-parint.adb, rtsfind.ads: Reorganise RPC receiver
29202         generation to reduce differences between the structure of GARLIC and
29203         PolyORB RPC receivers.
29204
29205         * s-stratt.adb: Fix typo in comment.
29206
29207 2005-01-03  Thomas Quinot  <quinot@adacore.com>
29208
29209         * exp_ch7.ads (Make_Final_Call): Rewrite comment (was incorrectly
29210         copied from Make_Init_Call).
29211
29212         * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Do component
29213         reads and assignments on a temporary variable declared with appropriate
29214         discriminants.
29215
29216 2005-01-03  Robert Dewar  <dewar@adacore.com>
29217
29218         * i-c.adb (To_C): Raise CE if string is null and Append_Null
29219
29220 2005-01-03  Robert Dewar  <dewar@adacore.com>
29221
29222         * i-cstrin.adb (Update): Do not append a null in form called with a
29223         String. This avoids unintended behavior.
29224
29225 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29226
29227         PR ada/17527
29228         * init.c: Fix warnings on Free BSD section.
29229
29230 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29231
29232         PR ada/16949
29233         * sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
29234         xsinfo.adb).
29235
29236 2005-01-03  Vincent Celier  <celier@adacore.com>
29237
29238         * make.adb (Collect_Arguments_And_Compile): Do not attempt to build
29239         libraries when Unique_Compile is True (-u switch).
29240         (Gnatmake): ditto.
29241
29242 2005-01-03  Robert Dewar  <dewar@adacore.com>
29243
29244         * namet.adb (Get_Decoded_Name_With_Brackets): Fix case of not allowing
29245         upper case letter or underscore after W, as allowed by spec.
29246
29247 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29248
29249         * s-osinte-darwin.ads, s-osinte-darwin.adb: Clean up
29250         darwin port by using proper type definitions from header files.
29251         Use SIGTERM instead of SIGABRT for SIGADAABORT.
29252
29253 2005-01-03  Robert Dewar  <dewar@adacore.com>
29254
29255         * par.adb: Enhance error message handling for configuration file
29256         pragmas.
29257
29258 2005-01-03  Robert Dewar  <dewar@adacore.com>
29259
29260         * s-arit64.adb (Double_Divide): Put back changes that got accidentally
29261         removed during the previous update (test properly for case of dividing
29262         largest negative number by -1, which generates overflow).
29263
29264 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29265             Sergey Rybin  <rybin@adacore.com>
29266
29267         * sem_ch12.adb (Analyze_Package_Instantiation): Create a separate node
29268         to use as the defining identifier for a formal package.
29269         (Remove_Parent): If the instance takes place within (an instance of)
29270         a sibling, preserve private declarations of common parent.
29271
29272 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29273
29274         * sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair,
29275         to determine whether one of the operands is a fixed-point type for
29276         which a user-defined multiplication or division operation might be
29277         defined.
29278
29279         * sem_res.adb (Valid_Conversion): The legality rules for conversions
29280         of access types are symmetric in Ada 2005: either designated type can
29281         be unconstrained.
29282
29283 2005-01-03  Vincent Celier  <celier@adacore.com>
29284
29285         * s-fileio.adb (Temp_File_Record): Change length of string component
29286         Name from L_tmpnam + 1 to max_path_len + 1.
29287
29288 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29289
29290         * s-tasini.ads, s-tasini.adb (Undefer_Abortion): Handle case of
29291         Self_Id.Deferral_Level = 0.
29292         (Do_Pending_Action): Move this function to the spec.
29293
29294         * s-tasren.adb (Selective_Wait [Terminate_Selected]): Call
29295         Do_Pending_Action explicitely when needed, in case we're using
29296         No_Abort restrictions.
29297
29298         * s-tassta.adb (Create_Task): If Abort is not allowed, reset the
29299         deferral level since it will not get changed by the generated code.
29300         Keeping a default value of 1 would prevent some operations (e.g.
29301         select or delay) to proceed successfully.
29302
29303 2005-01-03  Ben Brosgol  <brosgol@adacore.com>
29304             Robert Dewar  <dewar@adacore.com>
29305             Cyrille Comar  <comar@adacore.com>
29306
29307         * ug_words, gnat_ugn.texi: Added alpha-ivms transitioning section to
29308         porting guide chapter (vms version).
29309         Revised doc title (removed "for native platforms") and subtitle.
29310         Add discussion on warning flag for obsolescent features. First we
29311         note that it applies to obsolete GNAT features, which was previously
29312         omitted. Second we contrast the behavior with that of the new
29313         Ada 2005 AI-368 restriction No_Obsolescent_Features.
29314         Preliminary rewriting of GNAT & libraries chapter in order to take
29315         into account default project locations & new project manager
29316         capabilities.
29317
29318 2005-01-03  Robert Dewar  <dewar@adacore.com>
29319
29320         * cstand.adb (Create_Operators): Clean up format and documentation of
29321         unary and binary operator result tables. No change in code, just
29322         reformatting and addition of comments.
29323
29324         * errout.ads, gnatfind.adb, s-maccod.ads, sem.adb,
29325         sem_ch2.adb: Minor reformatting
29326
29327         * atree.ads, elists.ads, lib.ads, namet.ads, nlists.ads, repinfo.ads,
29328         sinput.ads, stringt.ads, uintp.ads, urealp.ads: Minor clarification to
29329         comments for Tree_Read and Tree_Write.
29330
29331 2005-01-03  Pascal Obry  <obry@adacore.com>
29332
29333         * exp_attr.ads: Minor reformatting.
29334
29335 2005-01-03  Romain Berrendonner  <berrendo@adacore.com>
29336
29337         * comperr.adb (Compiler_Abort): Add specialized message for GAP
29338         versions.
29339
29340 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29341
29342         * exp_pakd.adb (Create_Packed_Array_Type): Add a guard to check
29343         whether the ancestor type is private, as may be the case with nested
29344         instantiations.
29345
29346 2004-12-30  Sohail Somani  <sohail@sohailsomani.com>
29347
29348         PR ada/19128
29349         * trans.c (gnat_to_gnu): Fix typo: Use correct return variable.
29350
29351 2004-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
29352
29353         * trans.c (Attribute_to_gnu): Adjust call to get_inner_reference.
29354         * utils2.c (build_unary_op): Likewise.
29355
29356 2004-12-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
29357
29358         * trans.c (mark_visited): Set TYPE_SIZES_GIMPLIFIED.
29359
29360 2004-12-19  Richard Henderson  <rth@redhat.com>
29361
29362         * trans.c (gigi): Update gimplify_body call.
29363
29364 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
29365
29366         * decl.c (gnat_substitute_in_type): Remove SET_TYPE case.
29367
29368 2004-12-07  Ed Falis  <falis@adacore.com>
29369
29370         * s-intman-vxworks.adb (Notify_Exception): removed useless check for
29371         current task being suspended.
29372
29373         * init.c (__gnat_clear_exception): added to reset VxWorks exception
29374         count.
29375         (__gnat_map_signal): removed test for current task being suspended.
29376
29377 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
29378
29379         * a-exexpr.adb (Others_Value, All_Others_Value): Change initial values
29380         from 16#BEEF# to 16#7FFF# to avoid exceeding Integer'Last on 16-bit
29381         targets (such as AAMP).
29382
29383 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
29384
29385         * atree.adb (Visit_Itype): Create a new name for the generated itype,
29386         because the back-end may otherwise treat it as a redefinition of the
29387         old symbol.
29388
29389 2004-12-07  Eric Botcazou  <ebotcazou@adacore.com>
29390
29391         * back_end.adb (Scan_Back_End_Switches): Accept --param.
29392
29393         * lang-specs.h: Accept --param.
29394
29395 2004-12-07  Vincent Celier  <celier@adacore.com>
29396
29397         * make.adb (Check_Mains, Switches_Of): Adapt to name changes in
29398         package Prj (Current_Spec_Suffix => Ada_Spec_Suffix,
29399         Current_Body_Suffix => Ada_Body_Suffix).
29400         Take into account Externally_Built attribute.
29401
29402         * clean.adb (In_Extension_Chain): Always return False when one of the
29403         parameter is No_Project.
29404         (Clean_Project): Adapt to changes in package Prj (Lang_Ada =>
29405         Ada_Language_Index).
29406         (Gnatclean): Adapt to change in package Prj.Pars (no parameter
29407         Process_Languages for procedure Parse).
29408
29409         * gnatcmd.adb (Carg_Switches): New table.
29410         (GNATCmd): Put all switches following -cargs in the Carg_Switches table.
29411         Adapt to name changes in package Prj (Current_Spec_Suffix =>
29412         Ada_Spec_Suffix, Current_Body_Suffix => Ada_Body_Suffix).
29413
29414         * mlib-prj.adb: Adapt to changes in packages Prj and Prj.Com: type
29415         Header_Num and function Hash are now declared in package Prj,
29416         not Prj.Com.
29417
29418         * prj.adb (Suffix_Of): New function.
29419         (Set (Suffix)): New procedure.
29420         (Hash): One function moved from Prj.Com
29421         (Is_Present, Language_Processing_Data_Of): New functions
29422         (Set): Two new procedures
29423         (Add_Language_Name, Display_Language_Name): New procedures
29424
29425         * prj.ads: (Suffix_Of): New function
29426         (Set (Suffix)): New procedure
29427         Add several types and tables for multi-language support.
29428         (Header_Num): Type moved from Prj.Com
29429         (Hash): Two functions moved from Prj.Com
29430         (Is_Present, Language_Processing_Data_Of): New functions
29431         (Set): Two new procedures
29432         (Add_Language_Name, Display_Language_Name): New procedures
29433         (Naming): Component name changes:
29434         Current_Spec_Suffix => Ada_Spec_Suffix,
29435         Current_Body_Suffix => Ada_Body_Suffix. Add new components:
29436         Impl_Suffixes, Supp_Suffixes.
29437         (Project_Data): New components: Externally_Built, Supp_Languages,
29438         First_Language_Processing, Supp_Language_Processing, Default_Linker,
29439         Default_Linker_Path.
29440
29441         * prj-attr.adb: Add new attributes Ada_Roots and Externally_Built and
29442         new package Language_Processing with its attributes (Compiler_Driver,
29443         Compiler_Kind, Dependency_Option, Compute_Dependency, Include_Option,
29444         Binder_Driver, Default_Linker).
29445
29446         * prj-com.ads, prj-com.adb (Hash): Function moved to package Prj.
29447         (Header_Num): Type moved to package Prj
29448
29449         * prj-env.adb: Adapt to name changes in package Prj
29450         (Current_Spec_Suffix => Ada_Spec_Suffix,
29451         Current_Body_Suffix => Ada_Body_Suffix).
29452
29453         * prj-ext.adb: Add the default project dir (<prefix>/log/gnat) by
29454         default to the project path, except the "-" is one of the directories
29455         in env var ADA_PROJECT_PATH.
29456         (Current_Project_Path): Global variable, replacing Project_Path
29457         that was in the body of Prj.Part.
29458         (Project_Path): New function
29459         (Set_Project_Path): New procedure
29460         Initialize Current_Project_Path during elaboration of the package
29461         Remove dependency on Prj.Com, no longer needed
29462
29463         * prj-ext.ads (Project_Path): New function
29464         (Set_Project_Path): New procedure
29465
29466         * prj-nmsc.adb (Body_Suffix_Of): New function. Returns .<lang> when no
29467         suffix is defined for language <lang>.
29468         (Find_Sources, Record_Other_Sources): Use Body_Suffix_Of, instead of
29469         accessing directly the components of Naming.
29470         (Look_For_Sources): Use Set (Suffix) to set the suffix of a language.
29471         Reorganise of this package.
29472         Break procedure Check in several procedures.
29473
29474         * prj-nmsc.ads: Replace all procedures (Ada_Check,
29475         Other_Languages_Check and Language_Independent_Check) with a single
29476         procedure Check.
29477
29478         * prj-pars.ads, prj-pars.adb (Parse): Remove parameter
29479         Process_Languages, no longer needed.
29480
29481         * prj-part.adb (Project_Path): Move to the body of Prj.Ext as
29482         Current_Project_Path.
29483         Remove elaboration code, moved to the body of Prj.Ext
29484         Use new function Prj.Ext.Project_Path instead of old variable
29485         Project_Path.
29486         (Post_Parse_Context_Clause): Get Resolved_Path as a case-sensitive path.
29487         When comparing with project paths on the stack, first put the resolved
29488         path in canonical case.
29489         (Parse_Single_Project): Set the path name of the project file in the
29490         tree to the normalized path.
29491
29492         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): Remove
29493         parameter Process_Languages, no longer needed.
29494         (Recursive_Check): Call Prj.Nmsc.Check, instead of Ada_Check and
29495         Other_Languages_Check.
29496
29497         * prj-tree.ads (Project_Name_And_Node): New component Canonical_Path
29498         to store the resolved canonical path of the project file.
29499         Remove dependency to Prj.Com, no longer needed
29500
29501         * prj-util.adb: Adapt to name changes in package Prj
29502         (Current_Spec_Suffix => Ada_Spec_Suffix, Current_Body_Suffix =>
29503         Ada_Body_Suffix).
29504
29505         * snames.ads, snames.adb: New standard names: Ada_Roots, Binder_Driver,
29506         Compiler_Driver, Compiler_Kind, Compute_Dependency, Default_Linker,
29507         Externally_Built, Include_Option, Language_Processing.
29508
29509         * makegpr.adb: Numerous changes due to changes in packages
29510         Prj and Prj.Nmsc.
29511
29512         * gnatls.adb: Add the default project dir (<prefix>/log/gnat) by
29513         default to the project path, except whe "-" is one of the directories
29514         in env var ADA_PROJECT_PATH.
29515         (Gnatls): In verbose mode, add the new section "Project Search Path:"
29516
29517 2004-12-07  Robert Dewar  <dewar@adacore.com>
29518
29519         * debug.adb: Document that -gnatdA automatically sets -gnatR3m
29520
29521         * gnat1drv.adb (Gnat1drv): If debug flag A set, then automatically
29522         set -gnatR3m mode.
29523
29524         * repinfo.adb (List_Rep_Info): Remove special handling of -gnatdA
29525         flag. No longer needed now that we handle this in gnat1drv.adb.
29526
29527         * repinfo.ads: Minor reformatting
29528
29529 2004-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
29530             Olivier Hainque  <hainque@adacore.com>
29531             Eric Botcazou  <ebotcazou@adacore.com>
29532
29533         * decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for
29534         TYPE_SIZE_UNIT of result type if SIZE is not specified.
29535         (make_aligning_type): Pass -1 as ADDRESSABLE to prevent the creation
29536         of a bitfield, which we know is useless and causes trouble because of
29537         alignment implications.
29538
29539         * utils.c (create_var_decl): Set DECL_COMMON again on targets without
29540         BSS sections.
29541         (process_attributes): Clear DECL_COMMON again when a section attribute
29542         is present.
29543         (finish_record_type): Independently track if RECORD_TYPE has SIZE and/or
29544         SIZE_UNIT already set and use to compute final SIZE and SIZE_UNIT.
29545         (create_field_decl): Special case ADDRESSABLE negative to mean
29546         "no bitfield creation", to be used by make_aligning_type. Don't
29547         restrict bitfield creation to !ADDRESSABLE any more, as some BLKmode
29548         fields claimed addressable still have to be bitfields. Use
29549         value_factor_p instead of a raw binop construction to check for the
29550         position's alignment.
29551
29552 2004-12-07  Geert Bosch  <bosch@adacore.com>
29553
29554         * eval_fat.adb: Revert previous change.
29555
29556 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29557             Ed Schonberg  <schonberg@adacore.com>
29558
29559         * exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component
29560         with an implicit dereference as its prefix, use
29561         Insert_Explicit_Dereference instead of merely rewriting the prefix into
29562         an explicit dereference. This ensures that a reference to the original
29563         prefix is generated, if appropriate.
29564
29565         * sem_util.adb (Insert_Explicit_Dereference): When an implicit
29566         dereference is rewritten to an explicit one, generate a reference to
29567         the entity denoted by its prefix using the original prefix node, so
29568         the dereference can be properly recorded as a read of the denoted
29569         access value, if appropriate.
29570
29571         * sem_warn.adb (Output_Unreferenced_Messages): Do not abstain from
29572         emitting 'assigned but never read' warning on a variable on the basis
29573         that it has an access type.
29574         (Check_References): Emit unreferenced warning when the scope is a
29575         subprogram body.
29576
29577 2004-12-07  Robert Dewar  <dewar@adacore.com>
29578             Ed Schonberg  <schonberg@adacore.com>
29579
29580         * exp_ch6.adb (Expand_Call): Add comment on handling of back end
29581         intrinsic
29582
29583         * exp_intr.adb (Expand_Intrinsic_Call): Ignore unrecognized intrinsic,
29584         leaving call unchanged.
29585         This deals with the case where the pragma Import specified
29586         an external name, to be handled by the back end.
29587
29588         * sem_prag.adb (Process_Import_Or_Interface): Do not check validity of
29589         subprogram which is Imported with convention Intrinsic if an
29590         External_Name argument is specified.
29591         (Process_Import_Or_Interface): Properly diagnose link name argument.
29592         (Inlining_Not_Possible): New name for Cannot_Inline, to avoid confusion
29593         with Sem_Ch6.Cannot_Inline.
29594         (Process_Inline): Provide separate warning for inapplicable inline
29595         pragma.
29596         (Cannot_Inline): Reject subprograms that have an at_end handler, so that
29597         treatment is uniform on different targets.
29598
29599 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
29600
29601         * exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of
29602         construct is rewritten, preserve end label to permit source navigation.
29603
29604 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29605
29606         * exp_dist.adb (Specific_Build_General_Calling_Stubs,
29607         Specific_Build_Stub_Target): New subprograms.
29608         (Build_Subprogram_Calling_Stubs): Make this procedure independent from
29609         the PCS implementation used, using the above PCS-customized subprograms.
29610         Minor reformatting.
29611         (PolyORB_Support.Helpers): New subunit containing supporting subprograms
29612         for generation of DSA code targeted to the PolyORB PCS.
29613         (Add_Stub_Type): Rewrite to isolate the parts that are specific to one
29614         implementation of the partition communication subsystem in ancillary
29615         subprograms.
29616         (Specific_Build_Stub_Type, GARLIC_Support.Build_Stub_Type,
29617         PolyORB_Support.Build_Stub_Type): New subrograms containing the
29618         PCS-specific part of Add_Stub_Type.
29619         (Insert_Partition_Check): Use runtime library function to perform
29620         E.4(19) check.
29621
29622         * rtsfind.ads: New entity System.PolyORB_Interface.Make_Ref
29623         (RE_Same_Partition): New entity, from s-parint.
29624
29625         * s-parint.ads, s-parint.adb (Same_Partition): New subprogram.
29626
29627 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
29628
29629         * gnatmem.adb, gnatname.adb, gnatsym.adb, gprcmd.adb, vms_conv.adb:
29630         Output the copyright message on a separate line from the version
29631         message.
29632
29633 2004-12-07  Joel Brobecker  <brobecker@adacore.com>
29634
29635         * g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a
29636         compile-time warning.
29637
29638 2004-12-07  Robert Dewar  <dewar@adacore.com>
29639
29640         * g-regpat.adb: (Match): Change a misuse of or to or else
29641
29642 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
29643
29644         * lib-xref.adb:
29645         (Generate_Reference): Handle properly a reference to an entry formal,
29646          when an accept statement has a pragma Unreferenced for it.
29647
29648         * sem_ch9.adb (Analyze_Accept_Statement): Reset the Is_Referenced flag
29649         and the Has_Pragma_Unreferenced flag for each formal before analyzing
29650         the body, to ensure that warnings are properly emitted for each accept
29651         statement of a given task entry.
29652
29653 2004-12-07  Vasiliy Fofanov  <fofanov@adacore.com>
29654
29655         * Makefile.in: Add support for foreign threads on VMS.
29656
29657 2004-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
29658
29659         * misc.c (gnat_types_compatible_p, LANG_HOOKS_TYPES_COMPATIBLE_P):
29660         Remove.
29661         (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): New.
29662
29663         * adaint.h: (__gnat_dup, __gnat_dup2): Add missing decls.
29664
29665         * trans.c (Exception_Handler_to_gnu_sjlj): Also handle renamed
29666         exception.
29667         (call_to_gnu): Convert to actual DECL_ARG_TYPE, not variant of it.
29668
29669 2004-12-07  Robert Dewar  <dewar@adacore.com>
29670
29671         * nlists.adb (Prepend_Debug): Remove parameters and nest within
29672         Prepend.
29673         (Remove_Next_Debug): Same fix
29674
29675         * nlists.ads: Correct bad comments for Prev and Prev_Non_Pragma (we do
29676         maintain back pointers now, though we did not used to, and comments
29677         were out of date).
29678         (Prepend): Remove pragma Inline.
29679         (Remove_Next): Same cleanup
29680
29681 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29682
29683         * sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram
29684         used to record an implicit dereference as a read operation on its
29685         prefix when operating under -gnatc. Necessary to avoid spurious
29686         'variable assigned but never read' warnings in that mode.
29687         (Process_Indexed_Component, Analyze_Selected_Component): When the prefix
29688         is a non-overloaded implicit dereference, call the above subprogram to
29689         ensure proper recording of references.
29690
29691 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
29692
29693         * sem_ch5.adb (One_Bound): Remove call to Resolve, as the bound needs
29694         to be resolved later as part of Analyze_Iteration_Scheme's call to
29695         Make_Index.
29696
29697 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
29698
29699         * sem_ch8.adb (Find_Type): If node is a reference to 'Base and the
29700         prefix is not a scalar type, place error message on prefix, not on
29701         type entity.
29702
29703 2004-12-07  Bernard Banner  <banner@adacore.com>
29704
29705         * vxaddr2line.adb: Add support for x86 vxworks
29706
29707 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29708
29709         * g-socket.ads (Get_Host_By_Address, Get_Host_By_Name): Clarify
29710         documentation of the behaviour of these functions when passed an IP
29711         address that has no record in the system hosts database and no reverse
29712         record in the DNS.
29713
29714         * cstand.adb, a-tags.ads: Fix typos in comment.
29715
29716 2004-12-07  Robert Dewar  <dewar@adacore.com>
29717
29718         * exp_ch2.adb, exp_ch3.adb, exp_ch5.adb, exp_ch8.adb,
29719         exp_ch9.adb, exp_pakd.adb, interfac.ads, sem_ch6.adb,
29720         sem_ch7.adb, sem_ch10.adb, sem_ch13.adb, sem_ch3.adb,
29721         s-poosiz.ads: Minor reformatting
29722
29723         * make.adb: Minor reformatting
29724         Add some ??? comments asking for more comments
29725
29726         * s-poosiz.adb: Minor reformatting
29727         Add comments on alignment requirement
29728
29729         * sinfo.ads: Remove obsolete comment and fix typo.
29730
29731 2004-12-07  Vincent Celier  <celier@adacore.com>
29732             Sergey Rybin  <rybin@adacore.com>
29733
29734         * gnat_ugn.texi: Update the section "The GNAT Driver and Project
29735         Files" with the new tool and package names.
29736         Reformatting to suppress most of the warnings for line too long
29737         Document the new section "Project Search Path:" in the output of
29738         gnatls -v.
29739         Add gnatmetric section
29740
29741 2004-12-07  Vincent Celier  <celier@adacore.com>
29742
29743         * vms_data.ads: Correct GNAT METRIC qualifiers: -I-, -Idir and
29744         -gnatec= are not direct switches of gnatmetric. Changed -eis to -eps
29745         and -eit to -ept. Added qualifier
29746         /ELEMENT_METRICS=CONSTRUCT_NESTING_MAX for new switch -ec.
29747
29748 2004-11-27  Andreas Schwab  <schwab@suse.de>
29749
29750         * Make-lang.in (ada/trans.o): Depend on $(EXPR_H).
29751
29752 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
29753
29754         * g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
29755         internal implementation unit GNAT.Sockets.Thin,
29756         as their usage for sockets is non-portable (using the read and write
29757         functions from the system runtime library is fine on UNIX but won't
29758         work under Windows).
29759
29760         * mingw32.h: Update copyright notice.
29761
29762 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
29763
29764         * ada-tree.h: Minor reformatting of previous change to avoid lines
29765         longer than 79 characters.
29766
29767 2004-11-25  Olivier Hainque  <hainque@adacore.com>
29768
29769         * tb-gcc.c: GCC infrastructure based implementation of
29770         __gnat_backtrace.
29771
29772 2004-11-24  Steven Bosscher  <stevenb@suse.de>
29773
29774         * misc.c (gnat_post_options): Don't clear
29775         flag_inline_functions.
29776
29777 2004-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
29778
29779         PR ada/17986
29780         * ada-tree.h (lang_tree_node): Set chain_next to be the chain of the
29781         tree.
29782
29783 2004-11-21  Andreas Jaeger  <aj@suse.de>
29784
29785         * stylesw.adb: Change Style_Check_Subprogram_Order to
29786         Style_Check_Order_Subprograms.
29787
29788 2004-11-18  Arnaud Charlet  <charlet@adacore.com>
29789
29790         * adaint.h, adaint.c
29791         (__gnat_portable_spawn): Fix cast of spawnvp third parameter
29792         to avoid warnings.
29793         Add also a cast to kill another warning.
29794         (win32_no_block_spawn): Initialize CreateProcess's dwCreationFlags
29795         parameter with the priority class of the parent process instead of
29796         always using the NORMAL_PRIORITY_CLASS.
29797         (__gnat_dup): New function.
29798         (__gnat_dup2): New function.
29799         (__gnat_is_symbolic_link): Enable the effective body of this
29800         function when __APPLE__ is defined.
29801
29802         * g-os_lib.ads, g-os_lib.adb (Spawn): Two new procedures.
29803         Update comments.
29804
29805 2004-11-18  Olivier Hainque  <hainque@adacore.com>
29806
29807         * a-exexpr.adb (Others_Value, All_Others_Value): New variables, the
29808         address of which may be used to represent "others" and "all others"
29809         choices in exception tables, instead of the current harcoded
29810         (void *)0 and (void *)1.
29811         (Setup_Exception): Do nothing in the GNAT SJLJ case.
29812
29813         * gigi.h (others_decl, all_others_decl): New decls representing the
29814         new Others_Value and All_Others_Value objects.
29815         (struct attrib): Rename "arg" component as "args", since GCC expects a
29816         list of arguments in there.
29817
29818         * raise.c (GNAT_OTHERS, GNAT_ALL_OTHERS): Are now the address of the
29819         corresponding objects exported by a-exexpr, instead of hardcoded dummy
29820         addresses.
29821
29822         * trans.c (Exception_Handler_to_gnu_zcx): Use the address of
29823         others_decl and all_others_decl instead of hardcoded dummy addresses
29824         to represent "others" and "all others" choices, which is cleaner and
29825         more flexible with respect to the possible eh pointer encoding policies.
29826
29827         * utils.c (init_gigi_decls): Initialize others_decl and all_others_decl.
29828         (process_attributes): Account for the naming change of the "args"
29829         attribute list entry component.
29830
29831         * decl.c (build_attr_list): Rename into prepend_attributes to allow
29832         cumulating attributes for different entities into a single list.
29833         (gnat_to_gnu_entity): Use prepend_attributes to build the list of
29834         attributes for the current entity and propagate first subtype
29835         attributes to other subtypes.
29836         <E_Procedure>: Attribute arguments are attr->args and not
29837         attr->arg any more.
29838         (build_attr_list): Ditto. Make attr->args a TREE_LIST when there is an
29839         argument provided, as this is what GCC expects. Use NULL_TREE instead
29840         of 0 for trees.
29841
29842 2004-11-18  Robert Dewar  <dewar@adacore.com>
29843
29844         * a-stmaco.ads, exp_util.ads, exp_util.adb, i-cpp.ads, i-cpp.adb:
29845         Minor reformatting througout (including new function specs)
29846         Add ??? comments asking for clarification.
29847
29848 2004-11-18  Thomas Quinot  <quinot@adacore.com>
29849
29850         * butil.ads, butil.adb, bindgen.adb (Get_Unit_Name_String): Remove
29851         incomplete duplicate implementation of this subprogram from butil.
29852
29853 2004-11-18  Thomas Quinot  <quinot@adacore.com>
29854
29855         * exp_dist.adb (Build_RPC_Receiver_Body): New subprogram. This
29856         procedures factors the common processing for building an RPC receiver
29857         for an RCI package or an RACW type.
29858         Stylistic cleanup: change '/= Empty' to 'Present ()'; move body of
29859         Build_Remote_Subprogram_Proxy_Type into proper alphabetical order.
29860         (Get_PCS_Name): New subprogram. Returns the name of the PCS currently
29861         in use.
29862         (Specific_Add_RACW_Features): New subprogram. PCS-specific part of
29863         Add_RACW_Features.
29864         (Specific_Add_RAST_Features): New subprogram. PCS-specific part of
29865         Add_RAST_Features.
29866         (Assign_Subprogram_Identifier): New subprogram. Provision for assigning
29867         distribution subprogram identifiers that are either subprogram numbers
29868         or strings.
29869         (Get_Subprogram_Ids): New subprogram. Retrieve both the numeric and
29870         string distribution identifiers assigned to a given subprogram.
29871         (Get_Subprogram_Id): Reimplement in terms of Get_Subprogram_Ids.
29872         (Add_RAS_Dereference_TSS): Add comments.
29873         (Build_General_Calling_Stubs): Note that the RACW_Type formal parameter
29874         is not referenced yet because it will be used by the PolyORB DSA
29875         implementation.
29876         (Insert_Partition_Check): Remove fossile code.
29877         (First_RCI_Subprogram_Id): Document this constant.
29878         (Add_RAS_Access_TSS): Correct the setting of the Etype of the
29879         RAS_Access TSS.
29880         (Get_Pkg_Name_String): Remove subprogram. Usage occurrences are
29881         replaced with calls to Get_Library_Unit_Name_String. Previously there
29882         were several instances of the same code in different locations in the
29883         compiler; this checkin completes the replacement of all of these
29884         instances with calls to a common subprogram.
29885         Minor reformatting.
29886
29887         * sem_dist.adb: Remove comment noting that RPC receiver generation
29888         should be disabled for RACWs that implement RASs.
29889         (Process_Partition_Id): Use new subprogram Get_Library_Unit_Name_String.
29890
29891         * sem_util.ads, sem_util.adb (Has_Stream): New function
29892         (Get_Library_Unit_Name_String): New subprogram to retrieve the fully
29893         qualified name of a library unit into the name buffer.
29894         (Note_Possible_Modification): Generate a reference only
29895         if the context comes from source.
29896
29897         * snames.ads (PCS_Names): New subtype corresponding to names of
29898         supported implementations of the Partition Communication Subsystem
29899         (PCS) (i.e. the runtime library support modules for the distributed
29900         systems annex).
29901
29902 2004-11-18  Robert Dewar  <dewar@adacore.com>
29903             Ed Schonberg  <schonberg@adacore.com>
29904
29905         * einfo.ads, einfo.adb: Remove Is_Psected flag, no longer used
29906         (Has_Rep_Pragma): New function
29907         (Has_Attribute_Definition_Clause): New function
29908         (Record_Rep_Pragma): Moved here from sem_ch13.adb
29909         (Get_Rep_Pragma): Remove junk kludge for Stream_Convert pragma
29910
29911         * sem_ch13.ads, sem_ch13.adb (Record_Rep_Pragma): Moved to einfo.adb
29912
29913         * exp_prag.adb: (Expand_Pragma_Common_Object): New procedure
29914         (Expand_Pragma_Psect_Object): New procedure
29915         These procedures contain the revised and cleaned up processing for
29916         these two pragmas. This processing was formerly in Sem_Prag, but
29917         is more appropriately moved here. The cleanup involves making sure
29918         that the pragmas are properly attached to the tree, and that no
29919         nodes are improperly shared.
29920
29921         * sem_prag.adb: Move expansion of Common_Object and Psect_Object
29922         pragmas to Exp_Prag, which is more appropriate.
29923         Attach these two pragmas to the Rep_Item chain Use Rep_Item chain to
29924         check for duplicates Remove use of Is_Psected flag, no longer needed.
29925         Use new Make_String_Literal function with string.
29926
29927         * exp_attr.adb (Expand_Fpt_Attribute): The floating-point attributes
29928         that are functions return universal values, that have to be converted
29929         to the context type.
29930         Use new Make_String_Literal function with string.
29931         (Get_Stream_Convert_Pragma): New function, replaces the use of
29932         Get_Rep_Pragma, which had to be kludged to work in this case.
29933
29934         * freeze.adb: Use new Has_Rep_Pragma function
29935
29936         * exp_intr.adb, exp_ch3.adb, sem_attr.adb: Use new Make_String_Literal
29937         function with string.
29938         Use new Has_Rep_Pragma function.
29939
29940         * tbuild.ads, tbuild.adb (Make_String_Literal): New function, takes
29941         string argument.
29942
29943 2004-11-18  Robert Dewar  <dewar@adacore.com>
29944
29945         * errout.ads, errout.adb: (First_Sloc): New function
29946
29947         * par-ch5.adb (P_Condition): Check for redundant parens is now a style
29948         check (-gnatyx) instead of being included as a redundant construct
29949         warning.
29950
29951         * sem_ch6.adb: Change name Style_Check_Subprogram_Order to
29952         Style_Check_Order_Subprograms.
29953
29954         * style.ads, styleg.ads, styleg.adb, styleg-c.adb, stylesw.ads,
29955         stylesw.adb: Add Style_Check_Xtra_Parens
29956
29957         * usage.adb: Add line for -gnatyx (check extra parens)
29958
29959         * vms_data.ads: Add entry for STYLE_CHECKS=XTRA_PARENS => -gnatyx
29960
29961 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
29962             Robert Dewar  <dewar@adacore.com>
29963
29964         * exp_ch4.adb (Expand_N_Selected_Component): If the component is the
29965         discriminant of a constrained subtype, analyze the copy of the
29966         corresponding constraint, because in some cases it may be only
29967         partially analyzed.
29968         Removes long-lived ??? comments.
29969
29970         * exp_ch7.adb (Establish_Transient_Scope): Remove complex code that
29971         handled controlled or secondary-stack expressions within the
29972         iteration_scheme of a loop.
29973
29974         * sem_ch5.adb (Analyze_Iteration_Scheme): Build a block to evaluate
29975         bounds that may contain functions calls, to prevent memory leaks when
29976         the bound contains a call to a function that uses the secondary stack.
29977         (Check_Complex_Bounds): Subsidiary of Analyze_Iteration_Scheme, to
29978         generate temporaries for loop bounds that might contain function calls
29979         that require secondary stack and/or finalization actions.
29980
29981         * sem_ch4.adb (Analyze_Indexed_Component_Form): If the prefix is a
29982         selected component and the selector is overloadable (not just a
29983         function) treat as function call, Analyze_Call will disambiguate if
29984         necessary.
29985         (Analyze_Selected_Component): Do not generate an actual subtype for the
29986         selected component if expansion is disabled. The actual subtype is only
29987         needed for constraint checks.
29988         (Analyze_Allocator): If restriction No_Streams is set, then do
29989         not permit objects to be declared of a stream type, or of a
29990         composite type containing a stream.
29991
29992         * restrict.ads: Remove the a-stream entry from Unit_Array, since
29993         No_Streams no longer prohibits with'ing this package.
29994
29995         * sem_ch3.adb (Build_Derived_Record_Type): If the parent type has
29996         discriminants, but the parent base has unknown discriminants, there is
29997         no discriminant constraint to inherit. Such a discrepancy can arise
29998         when the actual for a formal type with unknown discriminants is a
29999         similar private type whose full view has discriminants.
30000         (Analyze_Object_Declaration): If restriction No_Streams is set, then
30001         do not permit objects to be declared of a stream type, or of a
30002         composite type containing a stream.
30003
30004 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
30005
30006         * exp_dbug.ads: Update documentation to reflect simpler encoding for
30007         protected operations.
30008
30009         * exp_ch9.adb (Build_Selected_Name): Do not include "PT" suffix in
30010         generated name, it complicates decoding in gdb and hinders debugging
30011         of protected operations.
30012         (Build_Barrier_Function_Specification): Set the Needs_Debug_Info
30013         flag for the protected entry barrier function.
30014         (Build_Protected_Entry_Specification): Set the Needs_Debug_Info
30015         flag for the protected entry function.
30016
30017 2004-11-18  Nicolas Setton  <setton@adacore.com>
30018
30019         * expect.c: Define __unix__ when __APPLE__ is defined.
30020
30021         * Makefile.in: Inform the value of the variable GMEM_LIB in the
30022         Darwin-specific section.
30023
30024         * lang-specs.h: Change the placement of the %1 marker.
30025         Works around the fact that gcc adds -fPIC by default under Darwin.
30026
30027 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
30028
30029         * exp_pakd.adb (Convert_To_PAT_Type): After replacing the original
30030         type of the object with the packed array type, set the Analyzed flag
30031         on the object if it is an entity or simple indexed component, to avoid
30032         spurious type errors.
30033
30034 2004-11-18  Gary Dismukes  <dismukes@adacore.com>
30035
30036         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb, gnatlink.adb,
30037         gnatls.adb, gnatxref.adb, gprep.adb: Output the copyright message on a
30038         separate line from the version message.
30039
30040 2004-11-18  Ed Falis  <falis@adacore.com>
30041
30042         * init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653
30043         vthreads.
30044         (init_float): Eliminate initialization of floating point status for
30045         AE653. The instructions have no effect for vThreads.
30046
30047 2004-11-18  Vincent Celier  <celier@adacore.com>
30048
30049         * make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when
30050         gnatbind is invoked with -shared.
30051
30052 2004-11-18  Jose Ruiz  <ruiz@adacore.com>
30053
30054         * s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error
30055         for Detect_Blocking which is redundant with the check done within the
30056         procedure Protected_Single_Entry_Call.
30057         (Lock_Read_Only_Entry): Remove the code for raising Program_Error for
30058         Detect_Blocking which is redundant with the check done within the
30059         procedure Protected_Single_Entry_Call.
30060
30061 2004-11-18  Vincent Celier  <celier@adacore.com>
30062
30063         * makegpr.adb (Compile): Put the compiling switches (in package
30064         Compiler and on the command line) immediately after "-c", instead of
30065         at the end of the command line invocation of the compiler, when
30066         compiling a non-Ada file.
30067         (Build_Global_Archive): When there is no need to rebuild the archive,
30068         set Global_Archive_Exists, so that the archive is passed to the linker
30069         if one is needed.
30070
30071 2004-11-18  Robert Dewar  <dewar@adacore.com>
30072             Sergey Rybin  <rybin@adacore.com>
30073
30074         * gnat_ugn.texi:
30075         Remove extra paren check from list of checks for redundant constructs
30076         Add documentation of new -gnatyx style check (check extra parens)
30077         Remove paragraph about gnatelim debug options.
30078
30079         * gnat_rm.texi: Document that Ada.Streams now forbids creating stream
30080         objects rather than forbidding dependencies on the package Ada.Streams.
30081
30082         * sinfo.ads: Add ??? note that we should document pragmas passed to
30083         back end.
30084
30085         * g-expect.ads: Fix a few typos in the comments.
30086
30087 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
30088
30089         * misc.c (gnat_handle_option): Use %< and %> for quoting in
30090         warning message.
30091
30092 2004-11-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
30093
30094         * a-numaux-x86.adb (Tan): Fix fdivp syntax.
30095
30096 2004-11-07  Andreas Schwab  <schwab@suse.de>
30097
30098         * Makefile.in (install-gnatlib): Remove spurious hyphen.
30099
30100 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
30101
30102         PR ada/18228
30103         * Makefile.in (darwin): Set soext to .dylib.
30104
30105 2004-10-26  Vincent Celier  <celier@gnat.com>
30106             Thomas Quinot   <quinot@act-europe.fr>
30107
30108         * g-socthi-vms.adb, g-socthi-mingw.adb, g-socthi-vxworks.ads:
30109         (C_Writev): Change MSG_Forced_Flags to Constants.MSG_Forced_Flags as
30110         there is no use of GNAT.Sockets.Constants.
30111         Remove remaining pragma Import for C_Write
30112         Remove C_Read and C_Write from internal implementation unit
30113         GNAT.Sockets.Thin, as their usage for sockets is non-portable (using
30114         the read and write functions from the system runtime library is fine
30115         on UNIX but won't work under Windows).
30116
30117         * g-socket.adb: (Abort_Selector): Use C_Send instead of C_Write.
30118         (Check_Selector): Use C_Recv instead of C_Read.
30119         Selectors are the GNAT.Sockets abstraction to perform a select()
30120         call on a set of descriptors. To allow abortion of an ongoing
30121         select operation, some data is written to a dedicated socket that
30122         is always monitored.
30123         Under Windows, the write and read library functions cannot operate
30124         on sockets, so we need to use send and recv instead, which is portable
30125         across all supported platforms.
30126
30127         * g-socthi.ads: Remove C_Read and C_Write from internal implementation
30128         unit GNAT.Sockets.Thin, as their usage for sockets is non-portable
30129         (using the read and write functions from the system runtime library is
30130         fine on UNIX but won't work under Windows).
30131
30132 2004-10-26  Nicolas Setton  <setton@act-europe.fr>
30133
30134         * mlib-tgt-darwin.adb: New file.
30135
30136         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
30137         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
30138         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
30139         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb (Archive_Indexer_Options): New
30140         subprogram body.
30141
30142         * Makefile.in: Add support for building shared libraries under Darwin.
30143         (EXTRA_GNATRTL_NONTASKING_OBJS, ppc-vxworks): Add s-vxwexc.o, containing
30144         the low level EH init subprogram to be called from __gnat_initialize.
30145
30146         * mlib-tgt.ads, mlib-tgt.adb (Archive_Indexer_Options): New subprogram,
30147         indicates which options to pass to the archive indexer.
30148
30149         * mlib-utl.adb: Add support for calling ranlib with additional
30150         options. This is needed for instance under Mac OS X.
30151         (Ranlib_Options): New global variable, used to store the potential
30152         options to pass to ranlib.
30153         (Ar): Use Ranlib_Options when spawning ranlib.
30154         (Initialize): Set the value of ranlib option.
30155
30156 2004-10-26  Olivier Hainque  <hainque@act-europe.fr>
30157
30158         * s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K
30159         instead of 8K, to reflect the real potential needs for stack-checking
30160         in the ZCX case.
30161
30162 2004-10-26  Pascal Obry  <obry@gnat.com>
30163
30164         * s-parame-mingw.adb (Default_Stack_Size): Add some comments.
30165
30166         * s-taprop-mingw.adb (Create_Task): Set initial stack size to 1024. On
30167         Windows only the initial thread stack size can be set so it is good to
30168         start we a low stack size.
30169         The OS will adjust the size as needed.
30170
30171 2004-10-26  Olivier Hainque  <hainque@act-europe.fr>
30172             Nicolas Setton  <setton@act-europe.fr>
30173
30174         * expect.c, adaint.c, link.c, sysdep.c (unix sections): Guard with
30175         "__unix__" instead of "unix".
30176         The latter is implicitly defined by gcc3.2 but not by gcc >= 3.4, so the
30177         sections were just mistakenly ignored. The former is
30178         implicitely defined by gcc2.8, gcc3.2 and gcc3.4.
30179         Update #ifdef preprocessor macro to detect the symbol __hpux__ instead
30180         of hpux. This prevents an unwanted definition of the symbol
30181         convert_addresses in adaint.o.
30182
30183 2004-10-26  Gary Dismukes  <dismukes@gnat.com>
30184
30185         * a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#, for
30186         compatibility with type Unwind_Word on 16-bit targets such as AAMP.
30187
30188 2004-10-26  Cyrille Comar  <comar@act-europe.fr>
30189
30190         * a-filico.ads, a-filico.adb: fix incorrect header.
30191
30192 2004-10-26  Javier Miranda  <miranda@gnat.com>
30193
30194         * a-ststio.ads: Fix typo in identifier
30195
30196 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
30197
30198         * sem_ch4.adb: Minor reformatting.
30199
30200 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30201
30202         * checks.adb (Expr_Known_Valid): If floating-point validity checks are
30203         enabled, check the result of unary and binary operations when the
30204         expression is the right-hand side of an assignment.
30205
30206 2004-10-26  Vincent Celier  <celier@gnat.com>
30207
30208         * clean.adb (Delete): Do not output warnings when in quiet output and
30209         not in verbose mode.
30210         (Force_Deletions): New Boolean flag, defaulted to False
30211         (Delete): Only delete a file if it is writable, and when
30212         Force_Deletions is True.
30213         (Parse_Cmd_Line): New switch -f: set Force_Deletions to True
30214         (Usage): Line for new switch -f
30215         (Clean_Directory): Use GNAT.OS_Lib.Set_Writable instead of rolling our
30216         own.
30217
30218 2004-10-26  Eric Botcazou  <ebotcazou@act-europe.fr>
30219
30220         * decl.c (gnat_to_gnu_field): Use the type of the inner object for a
30221         JM type only if its size matches that of the wrapper.  When a size is
30222         prescribed and the field is not aliased, remove the wrapper of a JM
30223         type only if the size is not greater than that of the packed array.
30224         (gnat_to_gnu_entity): Change the extension of packed array wrappers
30225         from LJM to JM.
30226
30227 2004-10-26  Geert Bosch  <bosch@gnat.com>
30228
30229         * eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used.
30230         (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
30231         (Pred): Implement in terms of Succ.
30232
30233 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30234
30235         * exp_aggr.adb (Safe_Component): An aggregate component that is an
30236         unchecked conversion is safe for in-place use if the expression of the
30237         conversion is safe.
30238         (Expand_Array_Aggregate): An aggregate that initializes an allocator may
30239         be expandable in place even if the aggregate does not come from source.
30240         (Convert_Array_Aggr_In_Allocator): New procedure to initialize the
30241         designated object of an allocator in place, rather than building it
30242         first on the stack. The previous scheme forces a full copy of the array,
30243         and may be altogether unsusable if the size of the array is too large
30244         for stack allocation.
30245
30246 2004-10-26  Robert Dewar  <dewar@gnat.com>
30247
30248         * exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array
30249         compares if the component is atomic.
30250
30251         * exp_ch5.adb (Expand_Assign_Array): Make sure we expand a loop for
30252         array assignment if the component type is atomic.
30253
30254 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30255             Eric Botcazou  <ebotcazou@act-europe.fr>
30256
30257         * exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter
30258         is aliased and is a by_reference type, do not pass by copy.
30259         (Expand_N_Function_Call) <Rhs_Of_Assign_Or_Decl>: New function to
30260         detect whether the call is in the right side of an assignment or
30261         the expression of an object declaration.  Recurse on component
30262         association within aggregates.
30263         Call it in the condition that determines whether the temporary is
30264         necessary for correct stack-checking.
30265
30266 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
30267
30268         * exp_dist.adb (Build_General_Calling_Stubs): New formal parameter
30269         RACW_Type, used in the PolyORB version.
30270         Rename RCI_Info to RCI_Locator, for consistency between the PolyORB
30271         version and the GARLIC version.
30272
30273         * snames.ads, snames.adb, s-parint.ads, s-parint.adb:
30274         Rename RCI_Info to RCI_Locator for better consistency between the
30275         GARLIC and PolyORB versions of the distributed systems annex.
30276         (DSA_Implementation_Name): This enumeration lists the possible
30277         implementations of the Partition Communication Subsystem for the
30278         Distributed Systems Annex (DSA). The three available implementations
30279         are the dummy stub implementation (No_DSA), and two versions based on
30280         two different distribution runtime libraries: GARLIC and PolyORB. Both
30281         the GARLIC PCS and the PolyORB PCS are part of the GLADE distribution
30282         technology.
30283         Change the literal GLADE_DSA to GARLIC_DSA to accurately describe
30284         that organization.
30285
30286         * rtsfind.ads: Rename RCI_Info to RCI_Locator for better consistency
30287         between the GARLIC and PolyORB versions of the distributed systems
30288         annex.
30289         Remove RE_Unbounded_Reclaim_Pool since it is unused.
30290
30291 2004-10-26  Gary Dismukes  <dismukes@gnat.com>
30292
30293         * gnat1drv.adb: Suppress calling the back end when
30294         Frontend_Layout_On_Target is true.
30295
30296 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
30297
30298         * g-os_lib.ads, g-os_lib.adb (Set_Executable, Set_Writable,
30299         Set_Read_Only): New subprograms.
30300         These new routines allow the user to set or unset the Owner execute
30301         and Owner write permission flags on a file.
30302
30303         * makegpr.adb, mlib.adb, mlib-prj.adb: Use
30304         GNAT.OS_Lib.Set_Executable instead of rolling our own.
30305
30306 2004-10-26  Matthew Gingell  <gingell@gnat.com>
30307
30308         * i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI.
30309
30310 2004-10-26  Pascal Obry  <obry@gnat.com>
30311
30312         * init.c (__gnat_error_handler) [Win32]: Instead of trying to read the
30313         memory before the faulting page we properly test the process read
30314         access for this address using appropriate Win32 routine.
30315         (HPUX sections): guard with "__hpux__" instead of "hpux".
30316
30317 2004-10-26  Robert Dewar  <dewar@gnat.com>
30318
30319         * lib-xref.adb (Generate_Reference): Don't complain about reference to
30320         entry parameter if pragma Unreferenced set, since we do not properly
30321         handle the case of multiple parameters.
30322
30323 2004-10-26  Vincent Celier  <celier@gnat.com>
30324
30325         * prj-env.adb: (Contains_ALI_Files): New Boolean function
30326         (Ada_Objects_Path.Add): For a library project, add to the object path
30327         the library directory only if there is no object directory or if the
30328         library directory contains ALI files.
30329         (Set_Ada_Paths.Add.Recursive_Add): Ditto
30330
30331 2004-10-26  Vincent Celier  <celier@gnat.com>
30332
30333         * prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual
30334         extension of library projects.
30335
30336         * prj-part.adb: If env var ADA_PROJECT_PATH is not defined, project
30337         path defaults to ".:<prefix>/lib/gnat".
30338         (Parse): For an extending all project, allow direct import of a project
30339         that is virtually extended.
30340
30341         * prj-proc.adb (Imported_Or_Extended_Project_From): If a project with
30342         the specified name is directly imported, return its ID. Otherwise, if
30343         an extension of this project is imported, return the ID of the
30344         extension.
30345
30346 2004-10-26  Robert Dewar  <dewar@gnat.com>
30347
30348         * s-arit64.adb: (Le3): New function, used by Scaled_Divide
30349         (Sub3): New procedure, used by Scaled_Divide
30350         (Scaled_Divide): Substantial rewrite, avoid duplicated code, and also
30351         correct more than one instance of failure to propagate carries
30352         correctly.
30353         (Double_Divide): Handle overflow case of largest negative number
30354         divided by minus one.
30355
30356         * s-arit64.ads (Double_Divide): Document that overflow can occur in
30357         the case of a quotient value out of range.
30358         Fix comments.
30359
30360 2004-10-26  Robert Dewar  <dewar@gnat.com>
30361
30362         * s-bitops.adb (Bit_Eq): Remove redundant check.
30363
30364         * s-bitops.ads: Minor comment updates
30365         Change some occurrences of Address to System.Address
30366
30367         * s-carsi8.ads: Fix minor cut-and-paste error in comments
30368
30369 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30370
30371         * sem_attr.adb (Resolve_Attribute, case 'Access): Apply proper
30372         accessibility check to prefix that is a protected operation.
30373
30374 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30375
30376         * sem_ch10.adb (Optional_Subunit): If file of expected subunit is
30377         empty, post message on stub.
30378
30379 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30380             Javier Miranda  <miranda@gnat.com>
30381
30382         * sem_ch12.adb (In_Main_Context): Predicate to determine whether the
30383         current instance appears within a unit that is directly in the context
30384         of the main unit.
30385         Used to determine whether the body of the instance should be analyzed
30386         immediately after its spec, to make its subprogram bodies available
30387         for front-end inlining.
30388         (Analyze_Formal_Array_Type): Cleanup condition that checks that range
30389         constraint is not allowed on the component type (AARM 12.5.3(3))
30390
30391 2004-10-26  Cyrille Comar  <comar@act-europe.fr>
30392
30393         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
30394         'Storage_Pool): enhance, document & limit detection of non-sharable
30395         internal pools.
30396
30397         * impunit.adb: Make System.Pool_Global and System.Pool_Local visible.
30398
30399         * s-pooglo.ads: Add more documentation now that this pool is properly
30400         documented.
30401
30402 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30403
30404         * sem_ch3.adb (Complete_Private_Subtype): If the full view is a task
30405         or protected type with discriminants, do not constrain the
30406         corresponding record type if the subtype declaration has no
30407         discriminant constraints. This can be the case in source code, or in
30408         the subtype declaration created to rename an actual type within an
30409         instantiation.
30410
30411 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30412
30413         * sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a
30414         different kind of stub (possibly wrong name for file), do not check
30415         for conformance.
30416         (Uses_Secondary_Stack): New subsidiary to Build_Body_To_Inline. If body
30417         includes call to some function that returns an unconstrained type, do
30418         not inline.
30419
30420 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30421
30422         * sem_elab.adb (Check_Elab_Call): Do not check a call that does not
30423         appear in the code for the main unit. Dependencies among units in the
30424         context of the main unit are established when those other units are
30425         compiled. Otherwise spurious elaboration constraints can generate
30426         incorrect elaboration circularities.
30427
30428 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
30429             Ed Schonberg   <schonberg@gnat.com>
30430
30431         * sem_util.adb (Is_Aliased_View): Defend against the case where this
30432         subprogram is called with a parameter that is not an object name. This
30433         situation arises for some cases of illegal code, which is diagnosed
30434         later, and in this case it is wrong to call Is_Aliased, as that might
30435         cause a compiler crash.
30436         (Explain_Limited_Type): Refine previous fix to include
30437         inherited components of derived types, to provide complete information.
30438
30439         * exp_ch9.adb (Set_Privals): Set the Ekind of the actual object that
30440         is the prival for a protected object.
30441         It is necessary to mark this entity as a variable, in addition to
30442         flagging it as Aliased, because Sem_Util.Is_Aliased_View has been
30443         modified to avoid checking the Aliased flag on entities that are not
30444         objects. (Checking that flag for non-objects is erroneous and could
30445         lead to a compiler crash).
30446
30447 2004-10-26  Robert Dewar  <dewar@gnat.com>
30448
30449         * s-fatgen.adb (Pred): Fix redundant test for X > 0.0, since if
30450         X_Frac = 0.5, then we know that the number X must be positive.
30451         (Succ): Remove the same redundant test, and also fix the primary test
30452         to test for X_Frac = -0.5 (used to be 0.5) which is clearly wrong.
30453         Minor reformatting
30454         (Decompose): Add fuller comments to spec
30455
30456 2004-10-26  Pascal Obry  <obry@gnat.com>
30457
30458         * tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr
30459         validity (process must have read access). Set to 0 in all other cases.
30460         (STOP_FRAME): Now check for ptr validity to avoid a segmentation
30461         violation on Win32.
30462         (VALID_STACK_FRAME): Check for ptr validity on Win32 to avoid a
30463         segmentation violation.
30464
30465 2004-10-26  Eric Botcazou  <ebotcazou@act-europe.fr>
30466
30467         * trans.c (call_to_gnu): For an (in-)out parameter passed by reference
30468         whose type is a constructed subtype of an aliased object with an
30469         unconstrained nominal subtype, convert the actual to the constructed
30470         subtype before taking its address.
30471
30472 2004-10-26  Vincent Celier  <celier@gnat.com>
30473
30474         * a-dirval.ads, a-dirval.adb, a-dirval-vms.adb, a-dirval-mingw.adb
30475         (Is_Path_Name_Case_Sensitive): New function
30476
30477         * a-direct.adb (To_Lower_If_Case_Insensitive): New procedure
30478         (Base_Name, Simple_Name, Current_Directory, Compose,
30479         Containing_Directory, Full_Name): Call To_Lower_If_Case_Insensitive on
30480         the result.
30481
30482 2004-10-26  Cyrille Comar    <comar@act-europe.fr>
30483             Vasiliy Fofanov  <fofanov@act-europe.fr>
30484             Vincent Celier   <celier@gnat.com>
30485
30486         * gnat_ugn.texi: Generalize "finding memory problems" section into a
30487         "memory management issues" section and document some of the useful
30488         memory pools provided as part of the GNAT library.
30489         Remove "virtual" from declaration of A::method2 in
30490         the simple example of Ada/C++ mixed system.
30491         Library Projects may be virtually extended: their virtual extensions
30492         are not Library Projects.
30493         Added section on extending project hierarchies.
30494
30495 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
30496
30497         * adaint.c (__gnat_get_libraries_from_registry): Cast value
30498         to LPBYTE.
30499         (__gnat_portable_spawn): Remove const.
30500
30501         * mingw32.h (MAXPATHLEN): Check for previous definition.
30502
30503 2004-10-17  Matthias Klose  <doko@debian.org>
30504
30505         * gnatvsn.ads: Set gnat library version to 4.0.
30506
30507 2004-10-05  Vincent Celier  <celier@gnat.com>
30508
30509         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
30510
30511 2004-10-04  Laurent Guerby  <laurent@guerby.net>
30512
30513         PR ada/15156
30514         * Makefile.in: Define and use RANLIB_FLAGS.
30515
30516 2004-10-04  Pascal Obry  <obry@gnat.com>
30517
30518         * tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all
30519         other x86 platforms).
30520
30521 2004-10-04  Olivier Hainque  <hainque@act-europe.fr>
30522
30523         * s-tassta.adb (Task_Wrapper): Make it Convention C, which makes sense
30524         in general and triggers stack alignment adjustment for thread entry
30525         points on targets where this is necessary.
30526
30527 2004-10-04  Bernard Banner  <banner@gnat.com>
30528
30529         PR ada/13897
30530         * Makefile.in: Add section for powerpc linux
30531         Add variant i-vxwork-x86.ads
30532
30533         * i-vxwork-x86.ads, system-linux-ppc.ads: New files.
30534
30535 2004-10-04  Olivier Hainque  <hainque@act-europe.fr>
30536
30537         * init.c (__gnat_initialize): Call an Ada subprogram to perform the
30538         table registration calls when need be. Ensures no reference to the crt
30539         ctors symbol are issued in the SJLJ case, which avoids possible
30540         undefined symbol errors in the case of modules to be statically linked
30541         with the kernel.
30542
30543 2004-10-04  Javier Miranda  <miranda@gnat.com>
30544
30545         * sem_ch4.adb (Try_Object_Operation): Reformat the code to expand
30546         in-line the code corresponding to subprogram Analyze_Actuals. In
30547         addition, analyze the actuals only in case of subprogram call.
30548
30549 2004-10-04  Ed Falis  <falis@gnat.com>
30550
30551         * s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct size
30552
30553 2004-10-04  Sergey Rybin  <rybin@act-europe.fr>
30554
30555         * g-dirope.ads (Base_Name): Clarify the meaning of the Suffix parameter
30556         in the documentation.
30557
30558 2004-10-04  Robert Dewar  <dewar@gnat.com>
30559
30560         * sem_ch5.adb (Unblocked_Exit_Count): Now used for blocks as well as
30561         IF and CASE.
30562         (Analyze_Block_Statement): Add circuitry to detect following dead code
30563         (Check_Unreachable_Code): Handle case of block exit
30564
30565 2004-10-04  Robert Dewar  <dewar@gnat.com>
30566
30567         * g-spipat.adb: (XMatch): Avoid warning for Logic_Error call
30568         (XMatchD): Avoid warning for Logic_Error call
30569
30570 2004-10-04  Robert Dewar  <dewar@gnat.com>
30571
30572         * exp_ch4.adb (Is_Procedure_Actual): Correct so that this does not
30573         consider expressions buried within a procedure actual to be an actual.
30574         This caused some blowups with uses of packed slices within a procedure
30575         actual.
30576
30577 2004-10-04  Robert Dewar  <dewar@gnat.com>
30578
30579         * exp_ch3.adb (Needs_Simple_Initialization): Modular packed arrays no
30580         longer need to be initialized to zero.
30581         (Get_Simple_Init_Val): Modular packed arrays no longer need to be
30582         initialized to zero.
30583
30584         * checks.adb (Expr_Known_Valid): Packed arrays are now always
30585         considered valid, even if the representation is modular. That's correct
30586         now that we no longer initialize packed modular arrays to zero.
30587
30588         * exp_dbug.ads: Clarify documentation on handling of PAD and JM
30589         suffixes. These are now documented as the only cases in which the
30590         debugger ignores outer records.
30591         Previously, the spec allowed arbitrary suffixes for this purpose.
30592         Change name of LJM to JM for packed array pad records
30593         Create separate section on packed array handling, and add a whole new
30594         set of comments to this section describing the situation with packed
30595         modular types and justification requirements depending on endianness.
30596
30597 2004-10-04  Robert Dewar  <dewar@gnat.com>
30598
30599         * a-except.adb: Add a comment for last change
30600
30601         * einfo.ads: Minor spelling correction in comment
30602
30603         * exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting
30604
30605         * sem_ch11.adb: Fix a case of using | instead of \ for continuation
30606         messages.
30607
30608         * sem_util.ads: Minor comment update
30609
30610 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30611
30612         * sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as
30613         Inline_Always when in Configurable_Run_Time mode.
30614
30615         * sem_prag.adb (Process_Convention): If entity is an inherited
30616         subprogram, apply convention to parent subprogram if in same scope.
30617         (Analyze_Pragma, case Inline): Do not treat Inline as Inline_Always
30618         when in Configurable_Run_Time mode.
30619
30620 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30621
30622         * sem_ch3.adb (Build_Derived_Record_Type): Set First/Last entity of
30623         class_wide type after component list has been inherited.
30624
30625 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30626
30627         * sem_ch12.adb (Check_Generic_Actuals): New predicate
30628         Denotes_Previous_Actual, to handle properly the case of a private
30629         actual that is also the component type of a subsequent array actual.
30630         The visibility status of the first actual is not affected when the
30631         second is installed.
30632         (Process_Nested_Formal): Subsidiary of Instantiate_Formal_Package, to
30633         make fully recursive the treatment of formals of packages declared
30634         with a box.
30635         (Restore_Nested_Formal): Subsidiary of Restore_Private_Views, to undo
30636         the above on exit from an instantiation.
30637         (Denotes_Formal_Package): When called from Restore_Private_Views, ignore
30638         current instantiation which is now complete.
30639         (Analyze_Package_Instantiation): No instantiated body is needed if the
30640         main unit is generic. Efficient, and avoid anomalies when a instance
30641         appears in a package accessed through rtsfind.
30642
30643 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30644
30645         * exp_ch6.adb (Expand_N_Function_Call): If stack checking is enabled,
30646         do not generate a declaration for a temporary if the call is part of a
30647         library-level instantiation.
30648
30649 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30650
30651         * sem_util.adb (Explain_Limited_Type): Ignore internal components when
30652         searching for a limited component to flag.
30653
30654         * exp_attr.adb (Freeze_Stream_Subprogram): Subsidiary procedure to
30655         expansion of Input, to account for the fact that the implicit call
30656         generated by the attribute reference must freeze the user-defined
30657         stream subprogram. This is only relevant to 'Input, because it can
30658         appear in an object declaration, prior to the body of the subprogram.
30659
30660         * sem_ch13.adb (Rep_Item_Too_Late): Make the error non-serious, so that
30661         expansion can proceed and further errors uncovered.
30662         (Minor clean up): Fix cases of using | instead of \ for continuation
30663         messages.
30664
30665 2004-10-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
30666
30667         * cuintp.c, decl.c, utils2.c: Use gcc_assert and gcc_unreachable.
30668
30669         * trans.c (assoc_to_constructor): Fix unused var warning if no checking.
30670         (gnat_gimplify_expr, case ADDR_EXPR): Fix error in last change.
30671         Use gcc_assert and gcc_unreachable.
30672
30673         * decl.c (gnat_to_gnu_entity, case object): Check and process a
30674         specified alignment before validating size.
30675         (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Create a
30676         stripped-down declaration for the type of the inner field when making
30677         a JM type.
30678
30679         * utils.c (finish_record_type): Do not compute the size in units
30680         incrementally. Instead compute it once for the rep clause case.
30681         Use gcc_assert and gcc_unreachable.
30682
30683 2004-10-04  Vincent Celier  <celier@gnat.com>
30684
30685         * a-dirval-mingw.adb (Invalid_Character): Add '\' as invalid character
30686         in file name.
30687         (Is_Valid_Path_Name): Take '/' as a directory separator.
30688
30689 2004-10-04  Vincent Celier  <celier@gnat.com>
30690
30691         * prj-part.adb (Parse_Single_Project): Call Is_Extending_All
30692         (Extended_Project) only if Extended_Project is defined, to avoid
30693         assertion error.
30694         (Post_Parse_Context_Clause): Always call Set_Path_Name_Of with a
30695         resolved path.
30696         (Parse_Single_Project): Ditto.
30697
30698         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not call
30699         Add_To_Project_Path for virtual projects.
30700
30701 2004-10-04  Vincent Celier  <celier@gnat.com>
30702
30703         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
30704         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
30705         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
30706         mlib-tgt-vxworks.adb, mlib-tgt.adb (Build_Dynamic_Library): New
30707         parameter Options_2.
30708
30709         * mlib-prj.ads, mlib-prj.adb (Build_Library): Call
30710         Build_Dynamic_Library with an empty Options_2.
30711
30712         * mlib-utl.ads, mlib-utl.adb (Gcc): Parameter Options_2 has no
30713         default anymore.
30714
30715         * makegpr.adb (Get_Imported_Directories.add): Remove trailing
30716         directory separator, if any.
30717         (Gprmake): Do not allow mains on the command line for library projects.
30718         Do not attempt to link when the project is a library project.
30719         (Library_Opts): New table to store Library_Options.
30720         (Build_Library): If Library_Options is specified, pass these options
30721         when building a shared library.
30722
30723 2004-10-04  Jose Ruiz  <ruiz@act-europe.fr>
30724
30725         * s-tposen.adb (Service_Entry): The object must be always unlocked at
30726         the end of this procedure now that the unlock operation was inserted
30727         by the expander.
30728
30729 2004-10-04  Jose Ruiz  <ruiz@act-europe.fr>
30730
30731         * targparm.ads, targparm.adb (Targparm_Tags): Add PAS value
30732         corresponding to the Preallocated_Stacks flags in System.
30733         (Get_Target_Parameters): Including the processing for
30734         Preallocated_Stacks.
30735
30736         * system.ads, system-vxworks-x86.ads, system-darwin-ppc.ads,
30737         system-vms_64.ads, system-unixware.ads, system-linux-ia64.ads,
30738         system-freebsd-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
30739         system-linux-x86_64.ads, system-tru64.ads, system-aix.ads,
30740         system-vxworks-sparcv9.ads, system-vxworks-xscale.ads,
30741         system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
30742         system-hpux.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
30743         system-vxworks-mips.ads, system-os2.ads, system-interix.ads,
30744         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
30745         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
30746         system-vxworks-alpha.ads: Add the flag Preallocated_Stacks, that is
30747         used to signal whether the compiler creates the required stacks and
30748         descriptors for the different tasks (when True) or it is done by the
30749         underlying operating system at run time (when False).
30750         It is initially set to False in all targets.
30751
30752         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create the task stack
30753         if it is supported by the target.
30754         (Make_Task_Create_Call): Pass the stack address if it has been
30755         previously created. Otherwise pass a Null_Address.
30756
30757         * snames.adb: Add _stack.
30758
30759         * snames.ads: Add Name_uStack. Required to allow the expander to
30760         statically allocated task stacks.
30761
30762         * s-tarest.ads, s-tarest.adb (Create_Restricted_Task): Add
30763         Stack_Address argument.
30764         Check that its value is equal to Null_Address because this target does
30765         not support the static stack allocation.
30766
30767 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
30768
30769         * usage.adb: Change "pragma inline" to "pragma Inline" in information
30770         and error messages
30771
30772 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
30773
30774         * exp_dist.adb: Split declaration of asynchronous flag out of
30775         Add_RACW_Read_Attribute.
30776         Minor reformatting for better alignment with PolyORB version.
30777         Store the entity for the asynchronous flag of an RACW, rather than the
30778         expression, in the asynchronous flags table. This will allow this flag
30779         to be used in other subprograms beside Add_RACW_Read_Attribute.
30780
30781 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
30782
30783         * g-socket.ads, g-socket.adb, g-socthi.adb, socket.c,
30784         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
30785         g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-vms.adb,
30786         g-soccon-mingw.ads, g-soccon-vxworks.ads, g-soccon-freebsd.ads,
30787         g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads:  Add new
30788         sockets constant MSG_NOSIGNAL (Linux-specific).
30789         Add new sockets constant MSG_Forced_Flags, list of flags to be set on
30790         all Send operations.
30791         For Linux, set MSG_NOSIGNAL on all send operations to prevent them
30792         from trigerring SIGPIPE.
30793         Rename components to avoid clash with Ada 2005 possible reserved
30794         word 'interface'.
30795         (Check_Selector): When the select system call returns with an error
30796         condition, propagate Socket_Error to the caller.
30797
30798 2004-10-01  Jan Hubicka  <jh@suse.cz>
30799
30800         * misc.c (gnat_expand_body): Update call of tree_rest_of_compilation.
30801
30802 2004-09-23  Robert Dewar  <dewar@gnat.com>
30803
30804         PR ada/17540
30805         * sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
30806         instead do this at freeze time (we won't do it if there is an address
30807         clause).
30808         Change "pragma inline" to "pragma Inline" in information and error
30809         messages.
30810         Minor reformatting.
30811
30812         * freeze.adb (Check_Address_Clause): Remove previous change, not the
30813         right way of doing things after all.
30814         (Freeze_Entity): For object, set Is_Public for imported entities
30815         unless there is an address clause present.
30816
30817 2004-09-21  Olivier Hainque  <hainque@act-europe.fr>
30818
30819         * decl.c (gnat_to_gnu_entity) <E_General_Access_Type>: Check for a
30820         dummy designated type via TYPE_MODE instead of COMPLETE_TYPE_P. This
30821         ensures proper handling of types with rep clauses, which might have
30822         their TYPE_SIZE set already.
30823
30824 2004-09-21  Robert Dewar  <dewar@gnat.com>
30825
30826         * decl.c (gnat_to_gnu_type, case E_Modular_Integer_Type): Wrap modular
30827         packed array types in both little- and big-endian cases. This change
30828         ensures that we no longer count on the unused bits being initialized
30829         for such types (and in particular ensures that equality testing will
30830         only read the relevant bits).
30831         Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
30832         These changes mean that we no longer need to initialize small packed
30833         arrays.
30834         (gnat_to_gnu_entity) <E_Record_Subtype>: Apply the same
30835         optimization to an LJM field as to its parent field.
30836
30837         * ada-tree.h, trans.c, utils.c, utils2.c:
30838         Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
30839
30840 2004-09-20  Jan Hubicka  <jh@suse.cz>
30841
30842         * utils.c (gnat_finalize): Remove.
30843         (end_subprog_body): Directly call cgraph_finalize_function;
30844         do not lower the nested functions.
30845
30846 2004-09-20  Robert Dewar  <dewar@gnat.com>
30847
30848         PR ada/17540
30849         * freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
30850         if an address clause is present, since that means that the Import
30851         should be ignored.
30852
30853 2004-09-20  Arnaud Charlet  <charlet@act-europe.fr>
30854
30855         * 5tsystem.ads: Removed, no longer used.
30856
30857 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
30858             Zack Weinberg  <zack@codesourcery.com>
30859
30860         * ada-tree.def: Use tree_code_class enumeration constants
30861         instead of code letters.
30862         * ada-tree.h, decl.c, misc.c, trans.c, utils.c, utils2.c:
30863         Update for new tree-class enumeration constants.
30864
30865 2004-09-17  Vincent Celier  <celier@gnat.com>
30866
30867         * prj-attr-pm.ads, prj-attr-pm.adb: New files, to split some private
30868         capabilities of the general project manager.
30869
30870 2004-09-09  Vincent Celier  <celier@gnat.com>
30871
30872         * a-direct.ads: Add pragma Ada_05
30873         (Directory_Entry_Type): Give default value to component Kind to avoid
30874         not initialized warnings.
30875
30876         * a-direct.adb (Current_Directory): Remove directory separator at the
30877         end.
30878         (Delete_Directory, Delete_Tree): Raise Name_Error if Directory is not
30879         an existing directory.
30880         (Fetch_Next_Entry): Give default value to variable Kind to avoid warning
30881         (Size (String)): Function C_Size returns Long_Integer, not File_Size.
30882         Convert the result to File_Size.
30883
30884         * prj.ads: (Project_Error): New exception
30885
30886         * prj-attr.adb: Except in procedure Initialize, Fail comes from
30887         Prj.Com, not from Osint.
30888         (Attrs, Package_Attributes): Tables moved to private part of spec
30889         (Add_Attribute, Add_Unknown_Package): Moved to new child package
30890         Prj.Attr.PM.
30891         (Register_New_Package (Name, Attributes), Register_New_Attribute): Raise
30892         Prj.Project_Error after call to Fail.
30893         (Register_New_Package (Name, Id)): Set Id to Empty_Package after calling
30894         Fail. Check that package name is not already in use.
30895
30896         * prj-attr.ads: Comment updates to indicate that all subprograms may be
30897         used by tools, not only by the project manager, and to indicate that
30898         exception Prj.Prj_Error may be raised in case of problem.
30899         (Add_Unknown_Package, Add_Attribute): Moved to new child package
30900         Prj.Attr.PM.
30901         (Attrs, Package_Attributes): Table instantiations moved from the body to
30902         the private part to be accessible from Prj.Attr.PM body.
30903
30904         * prj-dect.adb (Parse_Package_Declaration): Call Add_Unknown_Package
30905         from new package Prj.Attr.PM.
30906         (Parse_Attribute_Declaration): Call Add_Attribute from new package
30907         Prj.Attr.PM.
30908
30909         * Makefile.in: Add prj-attr-pm.o to gnatmake object list
30910
30911         * gnatbind.adb (Gnatbind): Correct warning message (Elaboration_Check
30912         instead of Elaboration_Checks).
30913
30914         * a-calend.adb: Minor reformatting
30915
30916 2004-09-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
30917
30918         * gigi.h (maybe_pad_type): New declaration.
30919         (create_subprog_type): New arg RETURNS_BY_TARGET_PTR.
30920
30921         * ada-tree.h: (TYPE_RETURNS_BY_TARGET_PTR_P): New macro.
30922
30923         * cuintp.c: Convert to use buildN.
30924
30925         * decl.c (maybe_pad_type): No longer static.
30926         (gnat_to_gnu_entity, case E_Function): Handle case of returning by
30927         target pointer.
30928         Convert to use buildN.
30929
30930         * trans.c (call_to_gnu): Add arg GNU_TARGET; support
30931         TYPE_RETURNS_BY_TARGET_PTR_P.  All callers changed.
30932         (gnat_to_gnu, case N_Assignment_Statement): Call call_to_gnu if call on
30933         RHS.
30934         (gnat_to_gnu, case N_Return): Handle TYPE_RETURN_BY_TARGET_PTR_P.
30935         (gnat_gimplify_expr, case ADDR_EXPR): New case.
30936         Convert to use buildN.
30937
30938         * utils2.c (gnat_build_constructor): Also set TREE_INVARIANT and
30939         TREE_READONLY for const.
30940         Convert to use buildN.
30941
30942         * utils.c (create_subprog_type): New operand RETURNS_BY_TARGET_PTR.
30943         (create_var_decl): Refine when TREE_STATIC is set.
30944         Convert to use buildN.
30945
30946 2004-09-09  Gary Dismukes  <dismukes@gnat.com>
30947
30948         * gnat_ugn.texi: Delete text relating to checking of ali and object
30949         consistency.
30950
30951         * a-except.adb (Rcheck_*): Add pragmas No_Return for each of these
30952         routines.
30953
30954 2004-09-09  Jose Ruiz  <ruiz@act-europe.fr>
30955
30956         * gnat_ugn.texi: Add Detect_Blocking to the list of configuration
30957         pragmas recognized by GNAT.
30958
30959         * gnat_rm.texi: Document pragma Detect_Blocking.
30960
30961         * s-solita.adb (Timed_Delay_T): When pragma Detect_Blocking is active,
30962         raise Program_Error if called from a protected operation.
30963
30964         * s-taprob.adb (Lock): When pragma Detect_Blocking is active increase
30965         the protected action nesting level.
30966         (Lock_Read_Only): When pragma Detect_Blocking is active increase the
30967         protected action nesting level.
30968         (Unlock): When pragma Detect_Blocking is active decrease the protected
30969         action nesting level.
30970
30971         * s-taskin.adb (Initialize_ATCB): Initialize to 0 the
30972         Protected_Action_Nesting.
30973
30974         * s-taskin.ads: Adding the field Protected_Action_Nesting to the
30975         Common_ATCB record. It contains the dynamic level of protected action
30976         nesting for each task. It is needed for checking whether potentially
30977         blocking operations are called from protected operations.
30978         (Detect_Blocking): Adding a Boolean constant reflecting whether pragma
30979         Detect_Blocking is active or not in the partition.
30980
30981         * s-tasren.adb (Call_Simple): When pragma Detect_Blocking is active,
30982         raise Program_Error if called from a protected operation.
30983         (Task_Entry_Call): When pragma Detect_Blocking is active, raise
30984         Program_Error if called from a protected operation.
30985         (Timed_Task_Entry_Call): When pragma Detect_Blocking is active, raise
30986         Program_Error if called from a protected operation.
30987
30988         * s-tassta.adb (Abort_Tasks): When pragma Detect_Blocking is active,
30989         raise Program_Error if called from a protected operation.
30990
30991         * s-tpoben.adb (Lock_Entries): When pragma Detect_Blocking is active,
30992         raise Program_Error if called from a protected operation, and increase
30993         the protected action nesting level.
30994         (Lock_Read_Only_Entries): When pragma Detect_Blocking is active, raise
30995         Program_Error if called from a protected operation, and increase the
30996         protected action nesting level.
30997         (Unlock_Entries): When pragma Detect_Blocking is active decrease the
30998         protected action nesting level.
30999
31000         * s-tposen.adb (Lock_Entry): When pragma Detect_Blocking is active,
31001         raise Program_Error if called from a protected operation, and increase
31002         the protected action nesting level.
31003         (Lock_Read_Only_Entry): When pragma Detect_Blocking is active, raise
31004         Program_Error if called from a protected operation, and increase the
31005         protected action nesting level.
31006         (Protected_Single_Entry_Call): When pragma Detect_Blocking is active,
31007         raise Program_Error if called from a protected operation.
31008         (Timed_Protected_Single_Entry_Call): When pragma Detect_Blocking is
31009         active, raise Program_Error if called from a protected operation.
31010         (Unlock_Entry): When pragma Detect_Blocking is active decrease the
31011         protected action nesting level.
31012
31013         * sem_util.adb (Check_Potentially_Blocking_Operation): Remove the
31014         insertion of the statement raising Program_Error. The run time
31015         contains the required machinery for handling that.
31016
31017         * sem_util.ads: Change comment associated to procedure
31018         Check_Potentially_Blocking_Operation.
31019         This procedure does not insert a call for raising the exception because
31020         that is currently done by the run time.
31021
31022         * raise.h (__gnat_set_globals): Pass the detect_blocking parameter.
31023
31024         * init.c: Add the global variable __gl_detect_blocking that indicates
31025         whether pragma Detect_Blocking is active (1) or not (0). Needed for
31026         making the pragma available at run time.
31027         (__gnat_set_globals): Pass and update the detect_blocking parameter.
31028
31029         * lib-writ.adb (Write_ALI): Set the DB flag in the ali file if
31030         pragma Detect_Blocking is active.
31031
31032         * lib-writ.ads: Document the Detect_Blocking flag (DB) in ali files.
31033
31034         * ali.adb (Scan_ALI): Set the Detect_Blocking value to true if the flag
31035         DB is found in the ali file. Any unit compiled with pragma
31036         Detect_Blocking active forces its effect in the whole partition.
31037
31038         * a-retide.adb (Delay_Until): Raise Program_Error if pragma
31039         Detect_Blocking is active and delay is called from a protected
31040         operation.
31041
31042         * bindgen.adb (Gen_Adainit_Ada): When generating the call to
31043         __gnat_set_globals, pass 1 as Detect_Blocking parameter if pragma
31044         Detect_Blocking is active (0 otherwise).
31045         (Gen_Adainit_C): When generating the call to __gnat_set_globals, pass 1
31046         as Detect_Blocking parameter if pragma Detect_Blocking is active (0
31047         otherwise).
31048
31049 2004-09-09  Thomas Quinot  <quinot@act-europe.fr>
31050
31051         * gnat_rm.texi: Rename GNAT.Perfect_Hash.Generators to
31052         GNAT.Perfect_Hash_Generators, and remove the empty GNAT.Perfect_Hash
31053         package.
31054
31055         * s-parint.ads, s-parint.adb (Get_RAS_Info): New subprogram.
31056         (Register_Receiving_Stub): Add Subp_Info formal parameter.
31057         Update API in placeholder implemetation of s-parint to reflect changes
31058         in distribution runtime library.
31059
31060         * sem_ch3.adb (Expand_Derived_Record): Rename to
31061         Expand_Record_Extension.
31062
31063         * sem_disp.adb (Check_Controlling_Formals): Improve error message for
31064         primitive operations of potentially distributed object types that have
31065         non-controlling anonymous access formals.
31066
31067         * sem_dist.ads, sem_dist.adb (Build_RAS_Primitive_Specification): New
31068         subprogram.
31069         New implementation of expansion for remote access-to-subprogram types,
31070         based on the RACW infrastructure.
31071         This version of sem_dist is compatible with PolyORB/DSA as well as
31072         GLADE.
31073
31074         * sem_prag.adb (Analyze_Pragma, case Pragma_Asynchronous): For a pragma
31075         Asynchrronous that applies to a remote access-to-subprogram type, mark
31076         the underlying RACW type as asynchronous.
31077
31078         * link.c: FreeBSD uses GNU ld: set __gnat_objlist_file_supported and
31079          __gnat_using_gnu_linker to 1.
31080
31081         * Makefile.rtl, impunit.adb, g-perhas.ads, g-pehage.ads,
31082         g-pehage.adb: Rename GNAT.Perfect_Hash.Generators to
31083         GNAT.Perfect_Hash_Generators, and remove the empty
31084         GNAT.Perfect_Hash package.
31085
31086         * atree.adb: Minor reformatting
31087
31088         * exp_ch3.adb (Expand_Derived_Record): Rename to
31089         Expand_Record_Extension.
31090         (Build_Record_Init_Proc.Build_Assignment): The default expression in
31091         a component declaration must remain attached at that point in the
31092         tree so New_Copy_Tree copies it if the enclosing record type is derived.
31093         It is therefore necessary to take a copy of the expression when building
31094         the corresponding assignment statement in the init proc.
31095         As a side effect, in the case of a derived record type, we now see the
31096         original expression, without any rewriting that could have occurred
31097         during expansion of the ancestor type's init proc, and we do not need
31098         to go back to Original_Node.
31099
31100         * exp_ch3.ads (Expand_Derived_Record): Rename to
31101         Expand_Record_Extension.
31102
31103         * exp_dist.ads, exp_dist.adb (Underlying_RACW_Type): New subprogram.
31104         Returns the RACW type used to implement a remote access-to-subprogram
31105         type.
31106         (Add_RAS_Proxy_And_Analyze, Build_Remote_Subprogram_Proxy_Type):
31107         New subprograms. Used to create a proxy tagged object for a remote
31108         subprogram. The proxy object is used as the designated object
31109         for RAS values on the same partition (unless All_Calls_Remote applies).
31110         (Build_Get_Unique_RP_Call): New subprogram. Build a call to
31111         System.Partition_Interface.Get_Unique_Remote_Pointer.
31112         (Add_RAS_Access_TSS, Add_RAS_Dereference_TSS):
31113         Renamed from Add_RAS_*_Attribute.
31114         (Add_Receiving_Stubs_To_Declarations): Generate a table of local
31115         subprograms.
31116         New implementation of expansion for remote access-to-subprogram types,
31117         based on the RACW infrastructure.
31118
31119         * exp_dist.ads (Copy_Specification): Update comment to note that this
31120         function can copy the specification from either a subprogram
31121         specification or an access-to-subprogram type definition.
31122
31123 2004-09-09  Ed Schonberg  <schonberg@gnat.com>
31124
31125         * sem_type.adb (Disambiguate): Handle properly an accidental ambiguity
31126         in an instance, between an explicit subprogram an one inherited from a
31127         type derived from an actual.
31128
31129         * exp_ch6.adb (Expand_N_Subprogram_Body): If polling is enabled, do not
31130         add a polling call if the subprogram is to be inlined by the back-end,
31131         to avoid repeated calls with multiple inlinings.
31132
31133         * checks.adb (Apply_Alignment_Check): If the expression in the address
31134         clause is a call whose name is not a static entity (e.g. a dispatching
31135         call), treat as dynamic.
31136
31137 2004-09-09  Robert Dewar  <dewar@gnat.com>
31138
31139         * g-trasym.ads: Minor reformatting
31140
31141         * exp_ch3.adb (Component_Needs_Simple_Initialization): Don't except
31142         packed arrays, since unused bits are expected to be zero for a
31143         comparison.
31144
31145 2004-09-09  Eric Botcazou  <ebotcazou@act-europe.fr>
31146
31147         * exp_pakd.ads: Fix an inacurracy and a couple of typos in the head
31148         comment.
31149
31150 2004-09-09  Pascal Obry  <obry@gnat.com>
31151
31152         * mdll.ads, mdll.adb (Build_Dynamic_Library): New parameter Map_File to
31153         enable map file generation. Add the right option to generate the map
31154         file if Map_File is set to True.
31155
31156         * gnatdll.adb (Gen_Map_File): New variable.
31157         (Syntax): Add info about new -m (Map_File) option.
31158         (Parse_Command_Line): Add support for -m option.
31159         (gnatdll): Pass Gen_Map_File to Build_Dynamic_Library calls.
31160         Minor reformatting.
31161
31162 2004-09-09  Laurent Pautet  <pautet@act-europe.fr>
31163
31164         * gnatls.adb: Add a very verbose mode -V. Such mode is required by the
31165         new gnatdist implementation.
31166         Define a subpackage isolating the output routines specific to this
31167         verbose mode.
31168
31169 2004-09-09  Joel Brobecker  <brobecker@gnat.com>
31170
31171         * Makefile.rtl: (GNATRTL_NONTASKING_OBJS): Add g-dynhta.
31172
31173         * gnat_ugn.texi (Main Subprograms): Fix typo. Deduced, not deducted.
31174
31175 2004-09-09  Cyrille Comar  <comar@act-europe.fr>
31176
31177         * opt.adb (Set_Opt_Config_Switches): Use Ada_Version_Runtime to compile
31178         internal unit.
31179
31180         * opt.ads: Add Ada_Version_Runtime constant used to decide which
31181         version of the language is used to compile the run time.
31182
31183 2004-09-09  Arnaud Charlet  <charlet@act-europe.fr>
31184
31185         * sem_util.adb (Requires_Transient_Scope): Re-enable handling
31186         of variable length temporaries for function return now that the
31187         back-end and gigi support it.
31188
31189 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31190
31191         * misc.c (gnat_print_type): Use TYPE_RM_SIZE_NUM.
31192
31193         * trans.c (struct stmt_group): Delete field GLOBAL.
31194         (gnat_init_stmt_group): Do not initialize it.
31195         (call_to_gnu): Use save_expr, not protect_multiple_eval.
31196         (Exception_Handler_to_gnu_sjlj): Call build_int_cst, not build_int_2
31197         (gnat_to_gnu, case N_Character_Literal, N_String_Literal): Likewise.
31198         (gnat_to_gnu, case N_Compilation_Unit): Do not set GLOBAL in stmt group.
31199         (start_stmt_group): Likewise.
31200         (add_stmt, add_decl_expr): Rework handling of global DECL_EXPRs.
31201
31202         * utils2.c (ggc.h): Include.
31203         (build_call_raise): Call build_int_cst, not build_int_2.
31204
31205         * utils.c (gnat_init_decl_processing): Fix arg to
31206         build_common_tree_nodes.
31207         (create_subprog_type): Do not use SET_TYPE_CI_CO_LIST.
31208         (gnat_define_builtin): Set built_in_decls.
31209         (init_gigi_decls): Call build_int_cst, not build_int_2.
31210
31211         * ada-tree.h (struct lang_decl, struct lang_type): Field is type tree.
31212         (GET_TYPE_LANG_SPECIFIC, SET_TYPE_LANG_SPECIFIC): New macros.
31213         (GET_DECL_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Likewise.
31214         (TYPE_CI_CO_LIST, SET_TYPE_CI_CO_LIST, TYPE_MODULE,
31215         SET_TYPE_MODULE): Use them.
31216         (TYPE_INDEX_TYPE, SET_TYPE_INDEX_TYPE, TYPE_DIGITS_VALUE): Likewise.
31217         (SET_TYPE_DIGITS_VALUE, TYPE_UNCONSTRAINED_ARRAY): Likewise.
31218         (SET_TYPE_UNCONSTRAINED_ARRAY, TYPE_ADA_SIZE,
31219         SET_TYPE_ADA_SIZE): Likewise.
31220         (TYPE_ACTUAL_BOUNDS, SET_TYPE_ACTUAL_BOUNDS): Likewise.
31221         (DECL_CONST_CORRESPONDING_VAR,
31222         SET_DECL_CONST_CORRESPONDING_VAR): Likewise.
31223         (DECL_ORIGINAL_FIELD, SET_DECL_ORIGINAL_FIELD): Likewise.
31224         (TYPE_RM_SIZE_INT, TYPE_RM_SIZE_ENUM, SET_TYPE_RM_SIZE_ENUM): Deleted.
31225         (TYPE_RM_SIZE_NUM): New macro.
31226         (TYPE_RM_SIZE): Modified to use above.
31227
31228         * cuintp.c: (build_cst_from_int): New function.
31229         (UI_To_gnu): Use it.
31230
31231         * decl.c (gnat_to_gnu_entity): Use TYPE_RM_SIZE_NUM.
31232         (make_type_from_size): Avoid changing TYPE_UNSIGNED of a type.
31233         (gnat_substitute_in_type, case ARRAY_TYPE): If old had a
31234         MIN_EXPR for the size, copy it into new.
31235
31236 2004-09-01  Robert Dewar  <dewar@gnat.com>
31237
31238         * exp_ch6.adb (Expand_Call): Properly handle validity checks for
31239         packed indexed component where array is an IN OUT formal. This
31240         generated garbage code previously.
31241
31242         * gnat_ugn.texi: Document -fverbose-asm
31243
31244         * gnat-style.texi: Minor updates (note that boolean constants and
31245         variables are joined with AND/OR rather than short circuit forms).
31246
31247 2004-09-01  Ed Schonberg  <schonberg@gnat.com>
31248
31249         * exp_util.adb (Safe_Unchecked_Type_Conversion): Conversion is safe if
31250         it is an upward conversion of an untagged type with no representation
31251         change.
31252
31253 2004-09-01  Thomas Quinot  <quinot@act-europe.fr>
31254
31255         * rtsfind.ads: Move RCI_Subp_Info and RCI_Subp_Info_Array to
31256         System.Partition_Interface.
31257
31258         * checks.adb (Apply_Access_Checks): Do not generate checks when
31259         expander is not active (but check for unset reference to prefix of
31260         dereference).
31261
31262         * sem_prag.adb (Analyze_Pragma, case Pragma_Debug): Uniformly rewrite
31263         pragma Debug as an if statement with a constant condition, for
31264         consistent treatment of entity references contained within the
31265         enclosed procedure call.
31266
31267 2004-09-01  Vincent Celier  <celier@gnat.com>
31268
31269         * bindgen.adb: (Set_EA_Last): New procedure
31270         (Gen_Exception_Table_Ada, Gen_Exception_Table_C): Use new procedure
31271         Set_EA_Last.
31272         (Gen_Adafinal_Ada): If no finalization, adafinal does nothing
31273         (Gen_Output_File_Ada): Always call Gen_Adafinal_Ada, so that SAL can be
31274         linked without errors.
31275         (Gen_Exception_Table_Ada): Correct bugs when generating code for arrays
31276         ST and EA.
31277         (Gen_Exception_Table_C): Correct same bugs
31278
31279         * vms_data.ads: Add new qualifier /VERBOSE_ASM to GCC_Switches
31280
31281         * g-os_lib.adb (Normalize_Pathname.Get_Directory): When Dir is empty,
31282         on Windows, make sure that the drive letter is in upper case.
31283
31284         * g-os_lib.ads (Normalize_Pathname): Add a comment to indicate that on
31285         Windows, when the drive letter is added and Case_Sensitive is True, the
31286         drive letter is forced to upper case.
31287
31288         * mlib-tgt-irix.adb (Build_Dynamic_Library): Transfer all -lxxx options
31289         to Options_2 for the call to MLib.Utl.Gcc.
31290
31291         * bld.adb (Put_Include_Project): Use '/', not '\' on Windows as
31292         directory separator when defining BASE_DIR.
31293
31294 2004-09-01  Pascal Obry  <obry@gnat.com>
31295
31296         * gprcmd.adb (Extend): Do not output trailing directory separator. This
31297         is not needed and it confuses Windows GNU/make which does not report
31298         directory terminated by a slash as a directory.
31299         (gprcmd): Idem for "pwd" internal command.
31300
31301         * Makefile.generic: Use __GPRCOLON__ instead of pipe character in
31302         target names rewrite to fix regressions with recent version of
31303         GNU/make. Starting with GNU/make 3.80 the pipe character was not
31304         handled properly anymore.
31305
31306 2004-09-01  Andreas Schwab  <schwab@suse.de>
31307
31308         * Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
31309         * raise.c [!IN_RTS]: Undef abort.
31310
31311 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
31312
31313         * utils2.c (build_allocator): Use ssize_int.
31314
31315         * utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
31316
31317 2004-08-27  Andreas Schwab  <schwab@suse.de>
31318
31319         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
31320
31321 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
31322             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31323
31324         * ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
31325
31326 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
31327
31328         * cuintp.c (UI_To_gnu): Adjust build_int_cst calls.
31329         * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
31330         * utils.c (init_gigi_decls): Likewise.
31331         * utils2.c (build_call_raise, build_allocator): Likewise.
31332
31333 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
31334
31335         * utils.c (gnat_init_decl_processing): Adjust
31336         build_common_tree_nodes call.
31337
31338 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
31339
31340         * utils2.c (build_allocator): Use build_int_cst for negative
31341         size types.
31342
31343 2004-08-18  Richard Henderson  <rth@redhat.com>
31344
31345         * misc.c (LANG_HOOKS_HONOR_READONLY): Remove.
31346
31347 2004-08-16  Nathan Sidwell  <nathan@codesourcery.com>
31348
31349         * cuintp.c (UI_To_gnu): Be more conservative with build_int_cst
31350         call.s
31351         * trans.c (Exception_Handler_to_gnu_sjlj): Likewise.
31352         (gnat_to_gnu): Likewise.
31353
31354 2004-08-16  Pascal Obry  <obry@gnat.com>
31355
31356         * adaint.c (__gnat_prj_add_obj_files): Set to 0 only on Win32 for GCC
31357         backend prior to GCC 3.4. With GCC 3.4 we are using the GCC's shared
31358         option and not mdll anymore. Update comment.
31359
31360 2004-08-16  Pascal Obry  <obry@gnat.com>
31361
31362         * bld.adb (Put_Include_Project): Properly handle directory separators
31363         on Windows.
31364
31365 2004-08-16  Ed Schonberg  <schonberg@gnat.com>
31366
31367         * sem_ch4.adb (Try_Object_Operation): Restructure code. Optimize by
31368         decreasing the number of allocated junk nodes while searching for the
31369         appropriate subprogram.
31370
31371 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
31372
31373         * cuintp.c (UI_To_gnu): Use build_int_cst..
31374         * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
31375         * utils.c (init_gigi_decls): Likewise.
31376         * utils2.c (build_call_raise): Likewise.
31377
31378 2004-08-13  Olivier Hainque  <hainque@act-europe.fr>
31379
31380         * decl.c (gnat_to_gnu_entity) <E_Variable>: When building an allocator
31381         for a global aliased object with a variable size and an unconstrained
31382         nominal subtype, pretend there is no initializer if the one we have is
31383         incomplete, and avoid referencing an inexistant component in there. The
31384         part we have will be rebuilt anyway and the reference may confuse
31385         further operations.
31386
31387 2004-08-13  Thomas Quinot  <quinot@act-europe.fr>
31388
31389         * einfo.ads: Minor reformatting
31390
31391         * lib-writ.adb (Output_Main_Program_Line): Do not set parameter
31392         restrictions in the ALI if we only want to warn about violations.
31393
31394 2004-08-13  Vincent Celier  <celier@gnat.com>
31395
31396         * ali.adb (Scan_ALI): Initialize component Body_Needed_For_SAL to False
31397         when creating a new Unit_Record in table Units.
31398
31399         * gnatls.adb (Output_Unit): In verbose mode, output the restrictions
31400         that are violated, if any.
31401
31402         * prj-nmsc.adb (Ada_Check.Get_Path_Names_And_Record_Sources): Do not
31403         add directory separator if path already ends with a directory separator.
31404
31405 2004-08-13  Ed Schonberg  <schonberg@gnat.com>
31406
31407         * rtsfind.adb (Entity_Not_Defined): If the error ocurrs in a predefined
31408         unit, this is an attempt to inline a construct that is not available in
31409         the current restricted mode, so abort rather than trying to continue.
31410
31411         * sem_ch3.adb (Build_Underlying_Full_View): If the new type has
31412         discriminants that rename those of the parent, recover names of
31413         original discriminants for the constraint on the full view of the
31414         parent.
31415         (Complete_Private_Subtype): Do not create a subtype declaration if the
31416         subtype is an itype.
31417
31418         * gnat_rm.texi: Added section on implementation of discriminated
31419         records with default values for discriminants.
31420
31421 2004-08-13  Ed Schonberg  <schonberg@gnat.com>
31422
31423         PR ada/15601
31424         * sem_res.adb (Make_Call_Into_Operator): Handle properly the case where
31425         the second operand is overloaded.
31426
31427 2004-08-10  Richard Henderson  <rth@redhat.com>
31428
31429         * utils.c (gnat_install_builtins): Remove __builtin_stack_alloc,
31430         add __builtin_alloca.
31431
31432 2004-08-10  Richard Henderson  <rth@redhat.com>
31433
31434         * config-lang.in (boot_language): Yes.
31435
31436 2004-08-09  Thomas Quinot  <quinot@act-europe.fr>
31437
31438         * g-socket.adb (Abort_Selector): Initialize Buf to prevent valgrind
31439         from complaining on potential uninitialized reference.
31440         Change calls to GNAT.Sockets.Thin.Is_Socket_In_Set to account for
31441         new specification and test explicitly for non-zero return value.
31442
31443         * g-socthi.ads (Is_Socket_In_Set): Declare imported function as
31444         returning C.int, to avoid using a derived boolean type.
31445
31446         * exp_ch5.adb (Make_Tag_Ctrl_Assignments): Use
31447         Duplicate_Subexpr_No_Checks in preference to direct use of
31448         Remove_Side_Effects and New_Copy_Tree.
31449         Clear Comes_From_Source on prefix of 'Size attribute reference.
31450
31451         * g-socthi.adb, g-socthi-vms.adb, g-socthi-mingw.adb,
31452         g-socthi-vxworks.adb: Change calls to
31453         GNAT.Sockets.Thin.Is_Socket_In_Set to account for new specification
31454         and test explicitly for non-zero return value.
31455
31456         * g-socthi-vms.ads, g-socthi-mingw.ads, g-socthi-vxworks.ads:
31457         (Is_Socket_In_Set): Declare imported function as returning C.int, to
31458         avoid using a derived boolean type.
31459
31460 2004-08-09  Albert Lee  <lee@gnat.com>
31461
31462         * system-irix-n32.ads: Refine tasking priority constants for IRIX.
31463
31464 2004-08-09  Pascal Obry  <obry@gnat.com>
31465
31466         * gnat_ugn.texi: Document new way to build DLLs on Windows using
31467         GCC's -shared option.
31468
31469         * mlib-tgt-mingw.adb (Build_Dynamic_Library): Pass GCC's options into
31470         Options_2 parameter (options put after object files).
31471
31472 2004-08-09  Olivier Hainque  <hainque@act-europe.fr>
31473
31474         * decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Adjust condition to
31475         ignore overflows on low and high bounds of an index to also account for
31476         differences in signedness between sizetype and gnu_index_subtype.
31477         These are as legitimate as the ones caused by a lower TYPE_PRECISION
31478         on sizetype.
31479
31480 2004-08-09  Robert Dewar  <dewar@gnat.com>
31481
31482         * s-solita.ads, s-solita.adb: Minor reformatting
31483
31484         * gnat_rm.texi: Add documentation for pragma Profile (Restricted)
31485         Move pragma Restricted_Run_Time, No_Run_Time, Ravenscar to new
31486         obsolescent section
31487         Add note that No_Implicit_Conditionals does not suppress
31488         run time constraint checks.
31489
31490         * vms_conv.ads: Minor reformatting
31491
31492         * s-secsta.adb: Use SS_Ptr instead of Mark_Id as stack pointer (cleanup
31493         and necessary for following change).
31494         (Mark): Return new format Mark_Id containing sec stack address
31495         (Release): Use sec stack address from Mark_Id avoiding Self call
31496
31497         * s-secsta.ads: Define SS_Ptr to be used instead of Mark_Id as stack
31498         pointer (cleanup and necessary for following change).
31499         Define Mark_Id as record containing address of secondary stack, that way
31500         Release does not need to find the stack again, decreasing the number of
31501         calls to Self and improving efficiency.
31502
31503         * sem_util.ads: Add a ??? comment for Is_Local_Variable_Reference
31504
31505         * sem_ch5.adb (Analyze_Case_Statement): Add circuitry to track value of
31506         case variable into the individual case branches when possible.
31507
31508         * sem_ch11.adb: Minor reformatting
31509
31510         * prj.ads: Correct spelling of suffixs
31511
31512         * prj-nmsc.adb: Minor reformatting
31513         Correct spelling suffixs throughout (also in identifiers)
31514
31515         * freeze.adb: Minor spelling correction
31516
31517         * exp_ch2.adb: Cleanups to handling of Current_Value
31518         (no functional effect).
31519
31520         * bld.adb: Correct spelling of suffixs
31521
31522         * einfo.adb (Enclosing_Dynamic_Scope): Defend against junk argument
31523
31524 2004-08-09  Ed Schonberg  <schonberg@gnat.com>
31525
31526         PR ada/15408
31527         * sem_ch7.adb (Install_Private_Declarations): In the body of the
31528         package or of a child, private entities are both immediately_visible
31529         and not hidden.
31530
31531 2004-08-09  Ed Schonberg  <schonberg@gnat.com>
31532
31533         * sem_eval.adb (Eval_Integer_Literal): If the context is Any_Integer,
31534         there are no range checks on the value of the literal.
31535
31536         * exp_ch7.adb (Insert_Actions_In_Scope_Around): If the node being
31537         wrapped is the triggering alternative of an asynchronous select, action
31538         statements mustbe inserted before the select itself.
31539
31540         * sem_attr.adb (Analyze_Attribute, case 'Size): Handle properly the
31541         case where the prefix is a protected function call.
31542         (Resolve_Attribute, case 'Access): The attribute reference on a
31543         subprogram is legal in a generic body if the subprogram is declared
31544         elsewhere.
31545
31546 2004-08-09  Vincent Celier  <celier@gnat.com>
31547
31548         * makegpr.adb (Build_Library): Link with g++ if C++ is one of the
31549         languages, otherwise building the library may fail with unresolved
31550         symbols.
31551         (Compile_Sources): Do not build libraries if -c switch is used
31552
31553         * gnatlink.adb (Process_Args): New switches -M and -Mmap
31554         (Write_Usage): If map file creation is supported, output new switches
31555         -M and -Mmap.
31556         (Gnatlink): When -M is specified, add the necessary switch(es) to the
31557         gcc call, when supported.
31558
31559         * Makefile.in: Added indepsw.o to the object list for gnatlink
31560         Specified the AIX, GNU/Linux and Windows versions of indepsw.adb
31561
31562         * indepsw-aix.adb, indepsw-linux.adb, indepsw-mingw.adb,
31563         indepsw.adb, indepsw.ads: New files.
31564
31565 2004-08-09  Bernard Banner  <banner@gnat.com>
31566
31567         * system-vxworks-x86.ads, s-vxwork-x86.ads: New files.
31568
31569         * Makefile.in: add section for vxworks x86
31570
31571 2004-08-09  Hristian Kirtchev  <kirtchev@gnat.com>
31572
31573         * exp_ch3.adb (Build_Init_Statements): Add extra condition to deal with
31574         per-object constrained components where the discriminant is of an
31575         Access type.
31576         (Build_Record_Init_Proc): Add condition to prevent the inheritance of
31577         the parent initialization procedure for derived Unchecked_Unions.
31578         Instead, derived Unchecked_Unions build their own initialization
31579         procedure.
31580         (Build_Variant_Record_Equality): Implement Unchecked_Union equality.
31581         Check the body of the subprogram for details.
31582         (Freeze_Record_Type): Prevent the inheritance of discriminant checking
31583         functions for derived Unchecked_Union types by introducing a condition.
31584         Allow the creation of TSS equality functions for Unchecked_Unions.
31585         (Make_Eq_Case): Rename formal parameter Node to E in function signature.
31586         Add formal parameter Discr to function signature. Discr is used to
31587         control the generated case statement for Unchecked_Union types.
31588         (Make_Eq_If): Rename formal parameter Node to E in function signature.
31589
31590         * exp_ch4.adb (Build_Equality_Call): Implement equality calls for
31591         Unchecked_Unions.
31592         Check the body of the subprogram for details.
31593         (Expand_Composite_Equality): Augment composite type equality to include
31594         correct handling of Unchecked_Union components.
31595         (Expand_N_In): Add condition to detect illegal membership tests when the
31596         subtype mark is a constrained Unchecked_Union and the expression lacks
31597         inferable discriminants, and build a Raise_Program_Error node.
31598         (Expand_N_Op_Eq): Add function Has_Unconstrained_UU_Component. Used
31599         to detect types that contain components of unconstrained Unchecked_Union
31600         subtype. Add condition to detect equality between types that have an
31601         unconstrained Unchecked_Union component, and build a Raise_Program_Error
31602         node. Add condition to detect equality between Unchecked_Union types
31603         that lack inferable discriminants, and build a Raise_Program_Error node.
31604         Otherwise build a TSS equality function call.
31605         (Expand_N_Type_Conversion): Add condition to detect illegal conversions
31606         from a derived Unchecked_Union to an unconstrained non-Unchecked_Union
31607         with the operand lacking inferable discriminants, and build a Raise_
31608         Program_Error node.
31609         (Expand_Record_Equality): Remove guard that prevents Unchecked_Union
31610         composite equality.
31611         (Has_Inferable_Discriminants): Implement new predicate for objects and
31612         expressions of Unchecked_Union type. Check the body of subprogram for
31613         details.
31614         (Has_Unconstrained_UU_Components): Add function
31615         Component_Is_Unconstrained_UU. It is used to detect whether a single
31616         component is of an unconstrained Unchecked_Union subtype. Add function
31617         Variant_Is_Unconstrained_UU. It is used to detect whether a single
31618         component inside a variant is of an unconstrained Unchecked_Union type.
31619
31620         * exp_ch5.adb (Expand_Assign_Record): Add condition to copy the
31621         inferred discriminant values. Add condition to generate a case
31622         statement with an inferred discriminant as the switch.
31623         (Make_Component_List_Assign): Introduce a Boolean flag that determines
31624         the behaviour of the subprogram in the presence of an Unchecked_Union.
31625         Add condition to trigger the usage of the inferred discriminant value
31626         as the generated case statement switch.
31627         (Make_Field_Assign): Introduce a Boolean flag that determines the
31628         behaviour of the subprogram in the presence of an Unchecked_Union. Add
31629         condition to trigger the usage of the inferred discriminant value as
31630         the right-hand side of the generated assignment.
31631
31632         * exp_ch6.adb (Expand_Call): Add condition to skip extra actual
31633         parameter generation when dealing with Unchecked_Unions.
31634
31635         * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
31636         checks for Unchecked_Unions.
31637
31638         * einfo.ads: Update comment on usage of flag Has_Per_Object_Constraint
31639
31640         * exp_attr.adb (Expand_N_Attribute_Reference): Produce
31641         Raise_Program_Error nodes for the execution of Read and Write
31642         attributes of Unchecked_Union types and the execution of Input and
31643         Output attributes of Unchecked_Union types that lack default
31644         discriminant values.
31645
31646         * sem_prag.adb (Analyze_Pragma): Remodel the analysis of pragma
31647         Unchecked_Union. Add procedure Check_Component. It is used to inspect
31648         per-object constrained components of Unchecked_Unions for being
31649         Unchecked_Unions themselves. Add procedure Check_Variant. It is used to
31650         check individual components withing a variant.
31651
31652         * sem_res.adb (Resolve_Comparison_Op): Remove guard that prevents
31653         comparison of Unchecked_Unions.
31654         (Resolve_Equality_OP): Remove guard that prevents equality between
31655         Unchecked_Unions.
31656
31657         * sem_util.adb (Build_Component_Subtype): Add guard to prevent creation
31658         of component subtypes for Unchecked_Union components.
31659         (Get_Actual_Subtype): Add condition that returs the Unchecked_Union type
31660         since it is the actual subtype.
31661
31662         * sem_ch12.adb (Instantiate_Type): Add condition to detect the correct
31663         pass of Unchecked_Union subtypes as generic actuals to formal types
31664         that lack known_discriminant_parts or that are derived Unchecked_Union
31665         types, and do nothing. In any other case, produce an error message.
31666
31667         * sem_ch3.adb (Analyze_Component_Declaration): Add function
31668         Contains_POC. It determines whether a constraint uses the discriminant
31669         of an enclosing record type.
31670         Add condition to detect per-object constrained component and set the
31671         appropriate flag.
31672         (Derived_Type_Declaration): Remove guard that prevents derivation from
31673         Unchecked_Union types.
31674         (Process_Subtype): Remove quard that prevents the creation of Unchecked_
31675         Union subtypes.
31676
31677         * sem_ch4.adb (Analyze_Selected_Component): Correct the detection of
31678         references to Unchecked_Union discriminants.
31679
31680         * sem_ch6.adb (Create_Extra_Formals): Add condition to skip extra
31681         formal generation when dealing with Unchecked_Unions.
31682         (Set_Actual_Subtypes): Add condition to prevent generation of actual
31683         subtypes for Unchecked_Unions.
31684
31685         * sem_ch7.adb (Analyze_Package_Specification): Add procedure
31686         Inspect_Unchecked_Union_Completion. It is used to detect incorrect
31687         completions of discriminated partial views by Unchecked_Unions and
31688         produce an error message.
31689
31690 2004-08-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31691
31692         * trans.c (struct stmt_group): New field, GLOBAL.
31693         (global_stmt_group, gnu_elab_proc_decl, build_unit_elab): Deleted.
31694         (struct elab_info): New struct.
31695         (elab_info_list, gnu_elab_proc_stack): New variables.
31696         (Compilation_Unit_to_gnu): New procedure.
31697         (gigi): Call it and also handle elaboration procs we've saved.
31698         (gnat_init_stmt_group): Don't set global_stmt_group; instead initialize
31699         global field from parent.
31700         (gnat_to_gnu): Get decl from gnu_elab_proc_stack.
31701         (gnat_to_gnu, case N_Compilation_Unit): Call Compilation_Unit_to_gnu.
31702         (start_stmt_group): Initialize global field from parent.
31703         (add_decl_expr): Set to global for current statement group.
31704         (gnat_gimplify_expr, case NULL_EXPR): Add operand 0 to pre list, not
31705         post.
31706
31707         * utils.c (global_bindings_p): True when no current_function_decl; no
31708         longer check current_binding_level.
31709
31710 2004-08-09  Ben Brosgol  <brosgol@gnat.com>
31711
31712         * xgnatugn.adb: Added logic to deal with @ifset/@ifclear for edition
31713         choice.
31714
31715         * gnat_rm.texi, gnat_ugn.texi: Added edition conditionalization logic.
31716
31717 2004-08-06  Andreas Schwab  <schwab@suse.de>
31718
31719         * utils.c (gnat_define_builtin): Remove second parameter of
31720         make_decl_rtl.
31721         (begin_subprog_body): Likewise.
31722
31723 2004-07-26  Arnaud Charlet  <charlet@act-europe.fr>
31724
31725         * sem_util.adb (Requires_Transient_Scope): Temporarily disable
31726         optimization, not supported by the tree-ssa back-end.
31727
31728 2004-07-26  Olivier Hainque  <hainque@act-europe.fr>
31729
31730         * s-mastop-irix.adb: Update comments.
31731
31732         * a-except.adb (Exception_Information): Raise Constraint_Error if
31733         exception Id is Null_Id.
31734         This is required behavior, which is more reliably and clearly checked
31735         at the top level interface level.
31736
31737 2004-07-26  Javier Miranda  <miranda@gnat.com>
31738
31739         * exp_aggr.adb (Build_Array_Aggr_Code): Do not build the initialization
31740         call if a component has no default_expression and the box is used.
31741
31742         * sem_aggr.adb (Resolve_Array_Aggregate): If a component has no
31743         default_expression and you use box, it behaves as if you had declared a
31744         stand-alone object.
31745         (Resolve_Record_Aggregate): If a component has no default_expression and
31746         you use box, it behaves as if you had declared a stand-alone object.
31747
31748         * sem_ch10.adb (Install_Siblings): Do not make visible the private
31749         entities of private-with siblings.
31750
31751 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
31752
31753         * sem_ch3.adb (Build_Underlying_Full_View): If this is the full view
31754         for a component of an itype, set the parent pointer for analysis,
31755         there is no list in which to insert it.
31756
31757         * sem_res.adb (Resolve): Call Rewrite_Renamed_Operator only for
31758         bona-fide renamings, not for inherited operations.
31759
31760         * exp_ch4.adb (Expand_Allocator_Expression): If the allocator is an
31761         actual for a formal that is an access parameter, create local
31762         finalization list even if the expression is not an aggregate.
31763
31764 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
31765
31766         PR ada/16213
31767         * sem_ch8.adb (Attribute_Renaming, Check_Library_Level_Renaming):
31768         Diagnose properly illegal subprogram renamings that are library units.
31769
31770 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
31771
31772         PR ada/15588
31773         * sem_util.adb (Is_OK_Variable_For_Out_Formal): If actual is a type
31774         conversion rewritten as an unchecked conversion, check that original
31775         expression is a variable.
31776
31777         * exp_ch4.adb (Expand_N_Type_Conversion): If rewriting as an
31778         unchecked_conversion, create new node rather than rewriting in place,
31779         to preserve original construct.
31780
31781 2004-07-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31782
31783         * gigi.h (gnat_expand_body): Deleted.
31784
31785         * Make-lang.in: (trans.o): Depends on function.h.
31786
31787         * misc.c: (gnat_expand_body): Moved to here.
31788
31789         * trans.c (gnat_expand_body_1): Deleted.
31790         (gnat_expand_body): Moved from here.
31791         (gnat_to_gnu): N_Implicit_Label_Declaration forces being in elab proc.
31792         (add_stmt): Check for marked visited with global_bindings_p.
31793         (gnat_gimplify_expr, case COMPONENT_REF): New case.
31794         (gnat_gimplify_expr, case NULL_EXPR): Set TREE_NO_WARNING for temp.
31795
31796         * utils2.c (build_binary_op, case MODIFY_EXPR): Put LHS in a
31797         VIEW_CONVERT_EXPR if not operation type.
31798
31799         * utils.c (update_pointer_to): Set DECL_ORIGINAL_FIELD for
31800         fat pointer.
31801
31802         * decl.c, cuintp.c, gigi.h, misc.c, trans.c, utils.c, utils2.c: Minor
31803         changes: reformatting of negation operators, removing unneeded
31804         inequality comparison with zero, converting equality comparisons with
31805         zero to negations, changing int/0/1 to bool/false/true, replace calls
31806         to gigi_abort with abort, and various other similar changes.
31807
31808 2004-07-26  Vincent Celier  <celier@gnat.com>
31809
31810         * gnatcmd.adb (GNATCmd): Add processing for new built-in command
31811         "setup".
31812
31813         * make.adb (Gnatmake): Fail when a library is not present and there is
31814         no object directory.
31815
31816         * mlib-prj.adb (Check_Library): No need to check if the library needs
31817         to be rebuilt if there is no object directory, hence no object files
31818         to build the library.
31819
31820         * opt.ads (Setup_Projects): New Boolean flag.
31821
31822         * prj-nmsc.adb (Locate_Directory): New parameter Project, Kind and
31823         Location.
31824         Create directory when Kind /= "" and in "gnat setup". Report error if
31825         directory cannot be created.
31826         (Ada_Check): Create library interface copy dir if it does not exist
31827         and we are in "gnat setup".
31828         (Find_Sources): No error if in "gnat setup" and no Ada sources were
31829         found.
31830         (Language_Independent_Check): Create object directory, exec directory
31831         and/or library directory if they do not exist and we are in
31832         "gnat setup".
31833
31834         * vms_conv.ads: (Command_Type): New command Setup.
31835
31836         * vms_conv.adb (Initialize): Add Setup component of Cammand_List.
31837
31838         * vms_data.ads: Add qualifiers/switches for new built-in command
31839         "setup".
31840
31841 2004-07-25  Richard Henderson  <rth@redhat.com>
31842
31843         * utils.c (create_subprog_decl): Set DECL_ARTIFICIAL and
31844         DECL_IGNORED_P on RESULT_DECL.
31845
31846 2004-07-20  Olivier Hainque  <hainque@act-europe.fr>
31847
31848         * a-elchha.adb (Last_Chance_Handler): Remove the bogus buffer dynamic
31849         allocation and potentially overflowing update with
31850         Tailored_Exception_Information. Use the sec-stack free procedural
31851         interface to output Exception_Information instead.
31852
31853         * a-except.adb (To_Stderr): New subprogram for character, and string
31854         version moved from a-exextr to be visible from other separate units.
31855         (Tailored_Exception_Information): Remove the procedural version,
31856         previously used by the default Last_Chance_Handler and not any more.
31857         Adjust various comments.
31858
31859         * a-exexda.adb: Generalize the exception information procedural
31860         interface, to minimize the use of secondary stack and the need for
31861         local buffers when the info is to be output to stderr:
31862         (Address_Image): Removed.
31863         (Append_Info_Character): New subprogram, checking for overflows and
31864         outputing to stderr if buffer to fill is of length 0.
31865         (Append_Info_String): Output to stderr if buffer to fill is of length 0.
31866         (Append_Info_Address, Append_Info_Exception_Name,
31867         Append_Info_Exception_Message, Append_Info_Basic_Exception_Information,
31868         Append_Info_Basic_Exception_Traceback,
31869         Append_Info_Exception_Information): New subprograms.
31870         (Append_Info_Nat, Append_Info_NL): Use Append_Info_Character.
31871         (Basic_Exception_Info_Maxlength, Basic_Exception_Tback_Maxlength,
31872         Exception_Info_Maxlength, Exception_Name_Length,
31873         Exception_Message_Length): New subprograms.
31874         (Exception_Information): Use Append_Info_Exception_Information.
31875         (Tailored_Exception_Information): Use
31876         Append_Info_Basic_Exception_Information.
31877         Export services for the default Last_Chance_Handler.
31878
31879         * a-exextr.adb (To_Stderr): Remove. Now in a-except to be usable by
31880         other separate units.
31881
31882 2004-07-20  Vincent Celier  <celier@gnat.com>
31883
31884         * clean.adb, mlib-utl.adb, osint.adb, makegpr.adb: Minor reformatting.
31885
31886 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
31887
31888         * freeze.adb (Freeze_Entity): If entity is a discriminated record type,
31889         emit itype references for the designated types of component types that
31890         are declared outside of the full record declaration, and that may
31891         denote a partial view of that record type.
31892
31893 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
31894
31895         PR ada/15607
31896         * sem_ch3.adb (Build_Discriminated_Subtype): Do not attach a subtype
31897         which is the designated type in an access component declaration, to the
31898         list of incomplete dependents of the parent type, to avoid elaboration
31899         issues with out-of-scope subtypes.
31900         (Complete_Private_Subtype): Recompute Has_Unknown_Discriminants from the
31901         full view of the parent.
31902
31903 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
31904
31905         PR ada/15610
31906         * sem_ch8.adb (Find_Expanded_Name): If name is overloaded, reject
31907         entities that are hidden, such as references to generic actuals
31908         outside an instance.
31909
31910 2004-07-20  Javier Miranda  <miranda@gnat.com>
31911
31912         * sem_ch4.adb (Try_Object_Operation): New subprogram that gives
31913         support to the new notation.
31914         (Analyze_Selected_Component): Add call to Try_Object_Operation.
31915
31916 2004-07-20  Jose Ruiz  <ruiz@act-europe.fr>
31917
31918         * s-taprob.adb: Adding the elaboration code required for initializing
31919         the tasking soft links that are common to the full and the restricted
31920         run times.
31921
31922         * s-tarest.adb (Init_RTS): Tasking soft links that are shared with the
31923         restricted run time has been moved to the package
31924         System.Soft_Links.Tasking.
31925
31926         * s-tasini.adb (Init_RTS): Tasking soft links that are shared with the
31927         restricted run time has been moved to the package
31928         System.Soft_Links.Tasking.
31929
31930         * Makefile.rtl: Add entry for s-solita.o in run-time library list.
31931
31932         * s-solita.ads, s-solita.adb: New files.
31933
31934 2004-07-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31935
31936         * trans.c (Identifier_to_gnu, Pragma_to_gnu, Attribute_to_gnu,
31937         Case_Statement_to_gnu): Split off from gnat_to_gnu.
31938         (Loop_Statement_to_gnu, Subprogram_Body_to_gnu, call_to_gnu,
31939         Handled_Sequence_Of_Statements_to_gnu, Exception_Handler_to_gnu_sjlj,
31940         Exception_Handler_to_gnu_zcx): Likewise.
31941
31942 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
31943
31944         * gigi.h (builtin_function): Declare.
31945
31946 2004-07-15  Robert Dewar  <dewar@gnat.com>
31947
31948         * makegpr.adb, s-secsta.ads, sem_ch3.adb, sem_case.adb: Minor
31949         reformatting
31950
31951         * gnat_ugn.texi: Add instantiation of direct_io or sequential_io with
31952         access values as an example of a warning.
31953
31954         * gnat_rm.texi: Document new attribute Has_Access_Values
31955
31956         * gnat-style.texi: Document that box comments belong on nested
31957         subprograms
31958
31959         * sem_util.ads (Has_Access_Values): Improved documentation
31960
31961         * s-finimp.ads, s-finimp.adb: Fix spelling error in comment
31962
31963         * sem_prag.adb (Check_Duplicated_Export_Name): New procedure
31964         (Process_Interface_Name): Call to this new procedure
31965         (Set_Extended_Import_Export_External_Name): Call to this new procedure
31966
31967         * s-mastop-x86.adb, 9drpc.adb: Fix spelling error in comment
31968
31969         * a-direio.ads, a-sequio.ads: Warn if Element_Type has access values
31970
31971         * einfo.ads: Minor comment typo fixed
31972
31973 2004-07-15  Jose Ruiz  <ruiz@act-europe.fr>
31974
31975         * snames.adb: Add _atcb.
31976
31977         * snames.ads: Add Name_uATCB.
31978
31979         * s-tarest.adb (Create_Restricted_Task): ATCBs are always preallocated
31980         (in the expanded code) when using the restricted run time.
31981
31982         * s-tarest.ads (Create_Restricted_Task): Created_Task transformed into
31983         a in parameter in order to allow ATCBs to be preallocated (in the
31984         expanded code).
31985
31986         * s-taskin.adb (Initialize_ATCB): T converted into a in parameter in
31987         order to allow ATCBs to be preallocated. In case of error, the ATCB is
31988         deallocated in System.Tasking.Stages.
31989
31990         * s-taskin.ads (Initialize_ATCB): T converted into a in parameter in
31991         order to allow ATCBs to be preallocated.
31992
31993         * s-tassta.adb (Create_Task): In case of error the ATCB is deallocated
31994         here. It was previously done in Initialize_ATCB.
31995
31996         * rtsfind.ads: Make the Ada_Task_Control_Block visible.
31997
31998         * exp_ch9.adb: Preallocate the Ada_Task_Control_Block when using the
31999         Restricted run time.
32000
32001         * exp_ch3.adb: When using the Restricted run time, pass the
32002         preallocated Ada_Task_Control_Block when creating a task.
32003
32004 2004-07-15  Ed Schonberg  <schonberg@gnat.com>
32005
32006         * sem_util.adb (Normalize_Actuals): If there are no actuals on a
32007         function call that is itself an actual in an enclosing call, diagnose
32008         problem here rather than assuming that resolution will catch it.
32009
32010         * sem_ch7.adb (Analyze_Package_Specification): If the specification is
32011         the local copy of a generic unit for a formal package, and the generic
32012         is a child unit, install private part of ancestors before compiling
32013         private part of spec.
32014
32015         * sem_cat.adb (Validate_Categorization_Dependency): Simplify code to
32016         use scope entities rather than tree structures, to handle properly
32017         parent units that are instances rewritten as bodies for inlining
32018         purposes.
32019
32020         * sem_ch10.adb (Get_Parent_Entity, Implicit_With_On_Parent,
32021         Remove_Parents): Handle properly a parent unit that is an
32022         instantiation, when the unit has been rewritten as a body for inlining
32023         purposes.
32024
32025         * par.adb (Goto_List): Global variable to collect goto statements in a
32026         given unit, for use in detecting natural loops.
32027
32028         * par-ch5.adb (P_Goto_Statement): Add goto to global Goto_List, for
32029         use in detecting natural loops.
32030
32031         * par-labl.adb (Find_Natural_Loops): Recognize loops create by
32032         backwards goto's, and rewrite as a infinite loop, to improve locality
32033         of temporaries.
32034
32035         * exp_util.adb (Force_Evaluation): Recognize a left-hand side
32036         subcomponent that includes an indexed reference, to prevent the
32037         generation of copies that would miscompile the desired assignment
32038         statement.
32039         (Build_Task_Image_Decls): Add a numeric suffix to
32040         generated name for string variable, to avoid spurious conflicts with
32041         the name of the type of a single protected object.
32042
32043         * exp_ch4.adb (Expand_Array_Equality): If indices are distinct, use a
32044         loop with an explicit exit statement, to avoid generating an
32045         out-of-range value with 'Succ leading to spurious constraint_errors
32046         when compiling with -gnatVo.
32047
32048 2004-07-15  Thomas Quinot  <quinot@act-europe.fr>
32049
32050         * sem_ch4.adb (Analyze_Slice): Always call Analyze on the prefix: it
32051         might not be analyzed yet, even if its Etype is already set (case of an
32052         unchecked conversion built using Unchecked_Convert_To, for example).
32053         If the prefix has already been analyzed, this will be a nop anyway.
32054
32055         * exp_ch5.adb (Make_Tag_Ctrl_Assignment): For an assignment of a
32056         controller type, or an assignment of a record type with controlled
32057         components, copy only user data, and leave the finalization chain
32058         pointers untouched.
32059
32060 2004-07-15  Vincent Celier  <celier@gnat.com>
32061
32062         * make.adb (Collect_Arguments): Improve error message when attempting
32063         to compile a source not part of any project, when -x is not used.
32064
32065         * prj.ads: (Defined_Variable_Kind): New subtype
32066
32067         * prj-attr.adb (Register_New_Package): Two new procedures to register
32068         a package with or without its attributes.
32069         (Register_New_Attribute): Mew procedure to register a new attribute in a
32070         package.
32071         New attribute oriented subprograms: Attribute_Node_Id_Of,
32072         Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
32073         Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
32074         Next_Attribute.
32075         New package oriented subprograms: Package_Node_Id_Of,
32076         Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
32077
32078         * prj-attr.ads (Attribute_Node_Id): Now a private, self initialized
32079         type.
32080         (Package_Node_Id): Now a private, self initialized type
32081         (Register_New_Package): New procedure to register a package with its
32082         attributes.
32083         New attribute oriented subprograms: Attribute_Node_Id_Of,
32084         Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
32085         Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
32086         Next_Attribute.
32087         New package oriented subprograms: Package_Node_Id_Of,
32088         Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
32089
32090         * prj-dect.adb (Parse_Attribute_Declaration,
32091         Parse_Package_Declaration): Adapt to new spec of Prj.Attr.
32092
32093         * prj-makr.adb (Make): Parse existing project file before creating
32094         other files. Fail if there was an error during parsing.
32095
32096         * prj-proc.adb (Add_Attributes, Process_Declarative_Items): Adapt to
32097         new spec of Prj.Attr.
32098
32099         * prj-strt.adb (Attribute_Reference, Parse_Variable_Reference): Adapt
32100         to new spec of Prj.Attr.
32101
32102 2004-07-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32103
32104         * utils2.c: Fix typo in comment.
32105
32106 2004-07-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32107
32108         * trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
32109         * utils.c (unchecked_convert): Don't do two VIEW_CONVERT_EXPRs.
32110
32111 2004-07-14  Andreas Schwab  <schwab@suse.de>
32112
32113         * trans.c (gnat_init_stmt_group): Remove duplicate definition.
32114
32115 2004-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32116
32117         * decl.c: (gnat_to_gnu_entity, object case): Convert initializer to
32118         object type.
32119         (gnat_to_gnu_entity, case E_Record_Subtype): Properly set
32120         TYPE_STUB_DECL.
32121
32122         * misc.c (gnat_types_compatible_p): New function.
32123         (LANG_HOOKS_TYPES_COMPATIBLE_P): New hook, to use it.
32124         (LANG_HOOKS_TYPE_MAX_SIZE, gnat_type_max_size): New.
32125
32126         * trans.c (gigi): Move processing of main N_Compilation_Unit here.
32127         (gnat_to_gnu, case N_Compilation_Unit): Just handle nested case here.
32128         (add_stmt): Force walking of sizes and DECL_INITIAL for DECL_EXPR.
32129         (mark_visited): Don't mark dummy type.
32130         (tree_transform <N_Procedure_Call_Statement>): Unless this is an In
32131         parameter, we must remove any LJM building from GNU_NAME.
32132         (gnat_to_gnu, case N_String_Literal): Fill in indices in CONSTRUCTOR.
32133         (pos_to_constructor): Use int_const_binop.
32134         (gnat_to_gnu, case N_Identifier): Don't reference DECL_INITIAL of
32135         PARM_DECL.
32136
32137         * utils.c (gnat_init_decl_processing): Don't make two "void" decls.
32138         (gnat_pushlevel): Set TREE_USE on BLOCK node.
32139         (gnat_install_builtins): Add __builtin_memset.
32140
32141 2004-07-13  Olivier Hainque  <hainque@act-europe.fr>
32142
32143         * decl.c (gnat_to_gnu_entity <E_Variable>): If we are making a pointer
32144         for a renaming, stabilize the initialization expression if we are at a
32145         local level.  At the local level, uses of the renaming may be performed
32146         by a direct dereference of the initializing expression, and we don't
32147         want possible variables there to be evaluated for every use.
32148
32149         * trans.c (gnat_stabilize_reference, gnat_stabilize_reference_1):
32150         Propagate TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE to avoid loosing
32151         them on the way.  Account for the fact that we may introduce side
32152         effects in the process.
32153
32154 2004-07-13  Richard Henderson  <rth@redhat.com>
32155
32156         * misc.c (default_pass_by_ref): Use pass_by_reference.
32157
32158 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
32159
32160         * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
32161         LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
32162
32163 2004-07-08  Richard Henderson  <rth@redhat.com>
32164
32165         * trans.c (gnat_to_gnu <N_Handled_Sequence_Of_Statements>): Update
32166         commentary.
32167
32168 2004-07-06  Vincent Celier  <celier@gnat.com>
32169
32170         * vms_conv.ads: Minor reformatting.
32171         Alphabetical order for enumerated values of type Command_Type, to have
32172         the command in alphabetical order for the usage.
32173
32174         * vms_conv.adb (Process_Argument): Set Keep_Temporary_Files to True for
32175         the special qualifier /KEEP_TEMPORARY_FILES (minimum 6 characters).
32176
32177         * gnat_ugn.texi: Document new switch -dn for the GNAT driver.
32178
32179         * makegpr.adb (Global_Archive_Exists): New global Boolean variable
32180         (Add_Archive_Path): Only add the global archive if there is one.
32181         (Build_Global_Archive): Set Global_Archive_Exists depending if there is
32182         or not any object file to put in the global archive, and don't build
32183         a global archive if there is none.
32184         (X_Switches): New table
32185         (Compile_Link_With_Gnatmake): Pass to gnatmake the -X switches stored
32186         in the X_Switches table, if any.
32187         (Initialize): Make sure the X_Switches table is empty
32188         (Scan_Arg): Record -X switches in table X_Switches
32189
32190         * opt.ads (Keep_Temporary_Files): New Boolean flag, defaulted to False.
32191
32192         * make.adb: Minor comment fix
32193
32194         * gnatname.adb (Gnatname): When not on VMS, and gnatname has been
32195         invoked with directory information, add the directory in front of the
32196         path.
32197
32198         * gnatchop.adb (Gnatchop): When not on VMS, and gnatchop has been
32199         invoked with directory information, add the directory in front of the
32200         path.
32201
32202         * gnatcmd.adb (Delete_Temp_Config_Files): Only delete temporary files
32203         when Keep_Temporary_Files is False.
32204         (GNATCmd): When not on VMS, and the GNAT driver has been invoked with
32205         directory information, add the directory in front of the path.
32206         When not on VMS, handle new switch -dn before the command to set
32207         Keep_Temporary_Files to True.
32208         (Non_VMS_Usage): Use lower case for the non VMS usage: this is valid
32209         everywhere.
32210
32211         * gnatlink.adb (Gnatlink): When not on VMS, and gnatlink has been
32212         invoked with directory information, add the directory in front of the
32213         path.
32214
32215 2004-07-06  Thomas Quinot  <quinot@act-europe.fr>
32216
32217         * snames.ads, snames.adb (Name_Stub): New name for the distributed
32218         systems annex.
32219
32220         * rtsfind.ads: New RTE TC_Object, for DSA/PolyORB.
32221         New RTEs RAS_Proxy_Type and RAS_Proxy_Type_Access, for DSA.
32222
32223         * g-socket.adb (To_Timeval): Fix incorrect conversion of
32224         Selector_Duration to Timeval for the case of 0.0.
32225
32226         * exp_util.ads (Evolve_Or_Else): Fix overenthusiastic copy/paste of
32227         documentation from Evolve_And_Then.
32228
32229 2004-07-06  Jose Ruiz  <ruiz@act-europe.fr>
32230
32231         * s-taprop-tru64.adb, s-taprop-os2.adb,
32232         s-taprop-mingw.adb, s-taprop-posix.adb: Update comment.
32233
32234 2004-07-06  Robert Dewar  <dewar@gnat.com>
32235
32236         * s-osinte-hpux.ads, s-osinte-freebsd.ads,
32237         s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-osinte-tru64.ads,
32238         s-osinte-aix.ads, s-osinte-irix.ads, s-taprop-irix.adb,
32239         s-interr-sigaction.adb, s-taprop-irix-athread.adb,
32240         s-osinte-hpux-dce.adb, s-taprop-hpux-dce.adb,
32241         s-taprop-linux.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
32242         s-interr-vms.adb, s-osinte-vms.ads, s-taprop-vms.adb,
32243         s-osinte-vxworks.ads, s-osprim-vxworks.adb, a-numaux-x86.adb,
32244         a-except.adb, a-exexpr.adb, a-intsig.adb, a-tags.adb,
32245         a-tags.ads, bindgen.ads, checks.adb, checks.adb,
32246         csets.ads, einfo.ads, einfo.ads, elists.adb, exp_ch4.adb,
32247         exp_ch7.adb, exp_dist.adb, exp_util.adb, freeze.adb,
32248         g-dynhta.adb, gnatmem.adb, g-regexp.adb, inline.adb,
32249         i-os2thr.ads, osint.adb, prj.adb, scng.adb, sem_cat.adb,
32250         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, sem_ch7.adb,
32251         sem_ch8.adb, sem_disp.adb, sem_prag.adb, sem_res.adb,
32252         sem_type.adb, sem_type.ads, sem_warn.adb, s-ficobl.ads,
32253         s-finimp.adb, s-htable.adb, sinfo.ads, sinput-l.ads,
32254         s-interr.adb, s-interr.ads, sprint.adb, s-tarest.adb,
32255         s-tasini.ads, s-taskin.ads, s-taskin.ads, uname.adb,
32256         vms_data.ads: Minor reformatting,
32257         Fix bad box comment format.
32258
32259         * gnat_rm.texi: Fix minor grammatical error
32260
32261         * sem_attr.adb, exp_attr.adb: New attribute Has_Access_Values
32262
32263         * sem_util.ads, sem_util.adb (Requires_Transient_Scope): Allow many
32264         more cases of discriminated records to be recognized as not needing a
32265         secondary stack.
32266         (Has_Access_Values): New function.
32267
32268         * snames.h, snames.adb, snames.ads: New attribute Has_Access_Values
32269
32270         * cstand.adb, layout.ads, layout.adb, sem_ch13.ads: Change name
32271         Set_Prim_Alignment to Set_Elem_Alignment (more accurate correspondence
32272         with LRM terminology).
32273         Change terminology in comments primitive type => elementary type.
32274
32275 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
32276
32277         PR ada/15602
32278         * sem_ch7.adb (Unit_Requires_Body): For a generic package, the formal
32279         parameters do not impose any requirements on the presence of a body.
32280
32281 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
32282
32283         PR ada/15593
32284         * sem_ch12.adb (Analyze_Package_Instantiation): If the generic is not a
32285         compilation unit and is in an open scope at the point of instantiation,
32286         assume that a body may be present later.
32287
32288 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
32289
32290         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case 'Size):
32291         Improve error message when specified size is not supported.
32292
32293         * sem_ch6.adb (Maybe_Primitive_Operation): A library-level subprogram
32294         is never a primitive operation.
32295
32296 2004-07-05  Andreas Schwab  <schwab@suse.de>
32297
32298         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Use
32299         RECORD_OR_UNION_CHECK.
32300         (TYPE_CONTAINS_TEMPLATE_P): Likewise.
32301
32302 2004-07-04  Kelley Cook  <kcook@gcc.gnu.org>
32303
32304         * Make-lang.in (doc/gnat_ugn_unw.texi): Eliminate explicit
32305         dependency on xgnatugn, instead build it via a submake.
32306         (ADA_INFOFILES): Add doc/gnat_ugn_unw.texi.
32307
32308 2004-07-04  Richard Henderson  <rth@redhat.com>
32309
32310         * utils2.c (gnat_mark_addressable): Don't put_var_into_stack.
32311
32312 2004-07-01  Richard Henderson  <rth@redhat.com>
32313
32314         * trans.c (gnat_stabilize_reference): Don't handle RTL_EXPR.
32315         * utils.c (max_size): Likewise.
32316
32317 2004-06-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32318
32319         * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
32320         and rest_of_type_compilation; add arg to create_*_decl.
32321         (annotate_decl_with_node): Deleted.
32322         (gnat_to_gnu_entity, case E_Array_Type): Set location of fields.
32323         * gigi.h (get_decls, block_has_vars, pushdecl): Deleted.
32324         (get_current_block_context, gnat_pushdecl): New declarations.
32325         (gnat_init_stmt_group): Likewise.
32326         (create_var_decl, create_type_decl, create_subprog_decl): Add new arg.
32327         * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK): Deleted.
32328         (LANG_HOOKS_GETDECLS, LANG_HOOKS_PUSHDECL): Deleted.
32329         (gnat_init): Call gnat_init_stmt_group.
32330         * trans.c (global_stmt_group, gnu_elab_proc_decl): New variables.
32331         (gnu_pending_elaboration_list): Deleted.
32332         (mark_visited, mark_unvisited, gnat_init_stmt_group): New functions.
32333         (gigi): Rearrange initialization calls and move some to last above.
32334         (gnat_to_gnu): If statement and not in procedure, go into elab proc.
32335         Delete calls to add_decl_expr; add arg to create_*_decl.
32336         (gnat_to_gnu, case N_Loop): Recalculate side effects on COND_EXPR.
32337         (gnat_to_gnu, case N_Subprogram_Body): Move some code to
32338         begin_subprog_body and call it.
32339         Don't push and pop ggc context.
32340         (gnat_to_gnu, case N_Compilation_Unit): Rework to support elab proc.
32341         (add_stmt): Remove handling of DECL_EXPR from here.
32342         If not in function, mark visited.
32343         (add_decl_expr): Put global at top level.
32344         Check for cases of DECL_INITIAL we have to handle here.
32345         (process_type): Add extra arg to create_type_decl.
32346         (build_unit_elab): Rework to just gimplify.
32347         * utils.c (pending_elaborations, elist_stack, getdecls): Deleted.
32348         (block_has_vars, mark_visited, add_pending_elaborations): Likewise.
32349         (get_pending_elaborations, pending_elaborations_p): Likewise.
32350         (push_pending_elaborations, pop_pending_elaborations): Likewise.
32351         (get_elaboration_location, insert_elaboration_list): Likewise.
32352         (gnat_binding_level): Renamed from ada_binding_level.
32353         (init_gnat_to_gnu): Don't clear pending_elaborations.
32354         (global_bindings_p): Treat as global if no current_binding_level.
32355         (set_current_block_context): New function.
32356         (gnat_pushdecl): Renamed from pushdecl; major rework.
32357         All callers changed.
32358         (create_type_decl, create_var_decl, create_subprog_decl): Add new arg.
32359         (finish_record_type): Call call pushdecl for stub decl.
32360         (function_nesting_depth): Deleted.
32361         (begin_subprog_body): Delete obsolete code.
32362         * utils2.c (build_call_alloc_dealloc): Add new arg to create_var_decl.
32363
32364 2004-06-28  Robert Dewar  <dewar@gnat.com>
32365
32366         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
32367         mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
32368         mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-solaris.adb,
32369         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
32370         a-strmap.adb, a-strmap.ads, clean.adb: Minor reformatting
32371
32372         * exp_util.adb (Is_Possibly_Unaligned_Slice): Completely rewritten, to
32373         deal with problem of inefficient slices on machines with strict
32374         alignment, when the slice is a component of a composite.
32375
32376         * checks.adb (Apply_Array_Size_Check): Do not special case 64-bit
32377         machines, we need the check there as well.
32378
32379 2004-06-28  Ed Schonberg  <schonberg@gnat.com>
32380
32381         * exp_ch5.adb (Expand_Assign_Array): Use correct condition to
32382         determine safe copying direction for overlapping slice assignments
32383         when component is controlled.
32384
32385         * sem_ch12.adb (Instantiate_Formal_Package): Implicit operations of a
32386         formal derived type in the actual for a formal package are visible in
32387         the enclosing instance.
32388
32389 2004-06-28  Ed Schonberg  <schonberg@gnat.com>
32390
32391         PR ada/15600
32392         * sem_util.adb (Trace_Components): Diagnose properly an illegal
32393         circularity involving a private type whose completion includes a
32394         self-referential component.
32395         (Enter_Name): Use Is_Inherited_Operation to distinguish a source
32396         renaming or an instantiation from an implicit derived operation.
32397
32398 2004-06-28  Pascal Obry  <obry@gnat.com>
32399
32400         * mlib-tgt-mingw.adb: (Library_Exists_For): Remove "lib" prefix from
32401         DLL.
32402         (Library_File_Name_For): Idem.
32403
32404 2004-06-28  Matthew Gingell  <gingell@gnat.com>
32405
32406         * g-traceb.ads: Add explanatory note on the format of addresses
32407         expected by addr2line.
32408
32409 2004-06-28  Jerome Guitton  <guitton@act-europe.fr>
32410
32411         * Makefile.in: Force debugging information on s-tasdeb.adb,
32412         a-except.adb and s-assert.adb needed by the debugger.
32413
32414 2004-06-28  Vincent Celier  <celier@gnat.com>
32415
32416         * make.adb (Collect_Arguments_And_Compile): Change Flag1 to
32417         Need_To_Build_Lib.
32418         (Gnatmake): Ditto.
32419
32420         * mlib-prj.adb (Check_Library): Replace Flag1 with Need_To_Build_Lib
32421
32422         * prj.adb: Minor reformatting
32423         (Project_Empty): Change Flag1 to Need_To_Build_Lib. Remove Flag2.
32424
32425         * prj.ads: Comment updates
32426         Minor reformatting
32427         (Project_Data): Change Flag1 to Need_To_Build_Lib.
32428         Remove Flag2: not used.
32429
32430         * prj-dect.adb (Parse_Declarative_Items): Accept "null" as a
32431         declaration.
32432
32433         * gnat_ugn.texi: Put a "null;" declaration in one project file example
32434
32435         * gnat_rm.texi: Document Empty declarations "null;".
32436
32437         * makegpr.adb (Compile_Link_With_Gnatmake): Put the global archives in
32438         front of the linker options.
32439         (Link_Foreign): Put the global archives and the libraries in front of
32440         the linker options.
32441
32442 2004-06-28  Javier Miranda  <miranda@gnat.com>
32443
32444         * rtsfind.adb: (Get_Unit_Name): Fix typo in comment
32445         (RTU_Loaded): Code cleanup
32446         (Set_RTU_Loaded): New procedure to register as *loaded* explicitly
32447         withed predefined units.
32448
32449         * rtsfind.ads (Set_RTU_Loaded): New procedure to register as *loaded*
32450         explicitly withed predefined units.
32451         Fix typo in comment
32452
32453         * sem_ch10.adb (Analyze_Compilation_Unit): Register as *loaded*
32454         explicitly withed predefined units.
32455
32456 2004-06-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32457
32458         * ada-tree.def (DECL_STMT): Deleted.
32459         * ada-tree.h (IS_ADA_STMT): Now test against STMT_STMT.
32460         (DECL_STMT_VAR): Deleted.
32461         * decl.c: add_decl_stmt now add_decl_expr.
32462         * gigi.h: Likewise.
32463         * trans.c: Likewise.
32464         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
32465         (gnat_to_gnu, case N_Subprogram_Body): Set cfun->function_end_locus.
32466         (add_stmt): Only handle padded type here.
32467         (add_stmt_with_node): Allow gnat_node to not be present.
32468         (gnat_gimplify_stmt, case USE_STMT): Set *STMT_P to null.
32469         (gnat_gimplify_stmt, case DECL_STMT): Deleted.
32470         (gnat_stabilize_reference_1): If COMPONENT_REF of fat pointer,
32471         make a SAVE_EXPR for the entire fat pointer.
32472         * utils.c (pushdecl): Walk a DECL_EXPR in global case.
32473         (create_index_type): Make a DECL_EXPR.
32474         (end_subprog_body): Don't call allocate_struct_function here but
32475         do clear cfun.
32476
32477 2004-06-25  Pascal Obry  <obry@gnat.com>
32478
32479         * makegpr.adb (Build_Library): Remove parameter Lib_Address and
32480         Relocatable from Build_Dynamic_Library call.
32481
32482         * gnat_ugn.texi: Change documentation about Library_Kind. Dynamic and
32483         Relocatable are now synonym.
32484
32485         * Makefile.in: Use s-parame-mingw.adb on MingW platform.
32486
32487         * mlib-prj.adb (Build_Library): Remove DLL_Address constant definition.
32488         Remove parameter Lib_Address and Relocatable from Build_Dynamic_Library
32489         call.
32490
32491         * mlib-tgt.ads, mlib-tgt.adb (Build_Dynamic_Library): Remove parameter
32492         Lib_Address and Relocatable.
32493         (Default_DLL_Address): Removed.
32494
32495         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
32496         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
32497         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-vxworks.adb:
32498         (Build_Dynamic_Library): Remove parameter Lib_Address and Relocatable.
32499         (Default_DLL_Address): Removed.
32500
32501         * mlib-tgt-mingw.adb: Ditto.
32502         (Build_Dynamic_Library): Do not add "lib" prefix to the DLL name.
32503
32504         * s-taprop-mingw.adb (Create_Task): Use Adjust_Storage_Size to compute
32505         the initial thread stack size.
32506
32507         * a-strmap.ads: Move package L to private part as it is not used in
32508         the spec. Found while reading code.
32509
32510 2004-06-25  Olivier Hainque  <hainque@act-europe.fr>
32511
32512         * tracebak.c: Introduce support for a GCC infrastructure based
32513         implementation of __gnat_backtrace.
32514
32515         * raise.c: Don't rely on a C mapping of the GNAT_GCC_Exception record
32516         any more. Use accessors instead. This eases maintenance and relaxes
32517         some alignment constraints.
32518         (_GNAT_Exception structure): Remove the Ada specific fields
32519         (EID_For, Adjust_N_Cleanups_For): New accessors, exported by
32520         a-exexpr.adb.
32521         (is_handled_by, __gnat_eh_personality): Replace component references to
32522         exception structure by use of the new accessors.
32523
32524         * init.c (__gnat_initialize): Adjust comments to match the just
32525         reverted meaning of the -static link-time option.
32526
32527         * adaint.c (convert_addresses): Arrange not to define a stub for
32528         mips-irix any more, as we now want to rely on a real version from a
32529         recent libaddr2line.
32530
32531         * a-exexpr.adb: Provide new accessors to a GNAT_GCC occurrence, so that
32532         the personality routine can use them and not have to rely on a C
32533         counterpart of the record anymore. This simplifies maintenance and
32534         relaxes the constraint of having Standard'Maximum_Alignment match
32535         BIGGEST_ALIGNMENT.
32536         Update comments, and add a section on the common header alignment issue.
32537
32538 2004-06-25  Geert Bosch  <bosch@gnat.com>
32539
32540         * a-ngelfu.adb (Tanh): Use full 20 digit precision for constants in
32541         polynomial approximation. Fixes inconsistency with Cody/Waite algorithm.
32542
32543 2004-06-25  Robert Dewar  <dewar@gnat.com>
32544
32545         * gnat_rm.texi: Fix section on component clauses to indicate that the
32546         restriction on byte boundary placement still applies for bit packed
32547         arrays.
32548         Add comment on stack usage from Initialize_Scalars
32549
32550         * gnat_ugn.texi: Add documentation for -gnatyLnnn
32551
32552         * stylesw.ads, stylesw.adb: Implement new -gnatyLnnn option for
32553         limiting nesting level.
32554
32555         * usage.adb: Add line for -gnatyLnnn switch
32556
32557         * g-debpoo.ads, xtreeprs.adb, sinput.ads, sem_ch13.ads,
32558         sem_ch13.adb, exp_aggr.adb: Minor reformatting
32559
32560         * sem_prag.adb (Process_Atomic_Shared_Volatile): Set Is_Atomic on base
32561         type as well as on the subtype. This corrects a problem in freeze in
32562         setting alignments of atomic types.
32563
32564         * sem_eval.ads: Minor comment typo fixed
32565
32566         * par-util.adb (Push_Scope_Stack): Check for violation of max nesting
32567         level.  Minor reformatting.
32568
32569         * fname.adb (Is_Predefined_File_Name): Require a letter after the
32570         minus sign. This means that file names like a--b.adb will not be
32571         considered predefined.
32572
32573         * freeze.adb: Propagate new flag Must_Be_On_Byte_Boundary to containing
32574         record Test new flag and give diagnostic for bad component clause.
32575         (Freeze_Entity): Set alignment of array from component alignment in
32576         cases where this is safe to do.
32577
32578         * exp_pakd.adb: Set new flag Must_Be_On_Byte_Boundary for large packed
32579         arrays.
32580
32581         * cstand.adb: (Create_Standard): Set alignment of String to 1
32582
32583         * einfo.ads, einfo.adb: Introduce new flag Must_Be_On_Byte_Boundary
32584
32585         * exp_ch4.adb (Expand_Array_Equality): Improve efficiency of generated
32586         code in the common constrained array cases.
32587
32588         * a-storio.adb: Change implementation to avoid possible alignment
32589         problems on machines requiring strict alignment (data should be moved
32590         as type Buffer, not type Elmt).
32591
32592         * checks.adb (Apply_Array_Size_Check): Improve these checks by
32593         killing the overflow checks which we really do not need (64-bits is
32594         enough).
32595
32596 2004-06-25  Vincent Celier  <celier@gnat.com>
32597
32598         * makegpr.adb (Is_Included_In_Global_Archive): New Boolean function
32599         (Add_Archives.Recursive_Add_Archives): Call Add_Archive_Path
32600         inconditionally for the main project.
32601         (Recursive_Add_Archives.Add_Archive_Path): New procedure
32602         (Link_Executables.Check_Time_Stamps): New procedure
32603         (Link_Executables.Link_Foreign): New procedure
32604         Changes made to reduce nesting level of this package
32605         (Check): New procedure
32606         (Add_Switches): When not in quiet output, check that a switch is not
32607         the concatenation of several valid switches. If it is, issue a warning.
32608         (Build_Global_Archive): If the global archive is rebuilt, linking need
32609         to be done.
32610         (Compile_Sources): Rebuilding a library archive does not imply
32611         rebuilding the global archive.
32612         (Build_Global_Archive): New procedure
32613         (Build_Library): New name for Build_Archive, now only for library
32614         project
32615         (Check_Archive_Builder): New procedure
32616         (Create_Global_Archive_Dependency_File): New procedure
32617         (Gprmake): Call Build_Global_Archive before linking
32618         * makegpr.adb: Use Other_Sources_Present instead of Sources_Present
32619         throughout.
32620         (Scan_Arg): Display the Copyright notice when -v is used
32621
32622         * gnat_ugn.texi: Document new switch -files= (VMS qualifier /FILES=)
32623         for gnatls.
32624
32625         * vms_data.ads: Add qualifier /MAX_NESTING=nnn (-gnatyLnnn) for GNAT
32626         COMPILE.
32627         Add new GNAT LIST qualifier /FILES=
32628         Added qualifier /DIRECTORY= to GNAT METRIC
32629         Added qualifier /FILES= to GNAT METRIC
32630         Added qualifier /FILES to GNAT PRETTY
32631
32632         * switch.adb (Is_Front_End_Switch): Refine the test for --RTS or -fRTS,
32633         to take into account both versions of the switch.
32634
32635         * switch-c.adb (Scan_Front_End_Switches): New switch -gnatez. Should
32636         always be the last switch to the gcc driver. Disable switch storing so
32637         that switches automatically added by the gcc driver are not put in the
32638         ALI file.
32639
32640         * prj.adb (Project_Empty): Take into account changes in components of
32641         Project_Data.
32642
32643         * prj.ads (Languages_Processed): New enumaration value All_Languages.
32644
32645         * prj.ads (Project_Data): Remove component Lib_Elaboration: never
32646         used. Split Boolean component Ada_Sources_Present in two Boolean
32647         components Ada_Sources_Present and Other_Sources_Present.
32648         Minor reformatting
32649
32650         * prj-env.adb (For_All_Source_Dirs.Add): Use Ada_Sources_Present
32651         instead of Sources_Present.
32652         (Set_Ada_Paths.Add.Recursive_Add): Ditto
32653
32654         * prj-nmsc.adb: Minor reformatting
32655         (Check_Ada_Naming_Scheme): New name of procedure Check_Naming_Scheme
32656         (Check_Ada_Naming_Scheme_Validity): New name of previous procedure
32657         Check_Ada_Naming_Scheme.
32658         Change Sources_Present to Ada_Sources_Present or Other_Sources_Present
32659         throughout.
32660
32661         * prj-part.adb (Post_Parse_Context_Clause): New Boolean parameter
32662         In_Limited.
32663         Make sure that all cycles where there is at least one "limited with"
32664         are detected.
32665         (Parse_Single_Project): New Boolean parameter In_Limited
32666
32667         * prj-proc.adb (Recursive_Check): When Process_Languages is
32668         All_Languages, call first Prj.Nmsc.Ada_Check, then
32669         Prj.Nmsc.Other_Languages_Check.
32670
32671         * prj-proc.adb (Process): Use Ada_Sources_Present or
32672         Other_Sources_Present (instead of Sources_Present) depending on
32673         Process_Languages.
32674
32675         * lang-specs.h: Keep -g and -m switches in the same order, and as the
32676         last switches.
32677
32678         * lib.adb (Switch_Storing_Enabled): New global Boolean flag
32679         (Disable_Switch_Storing): New procedure. Set Switch_Storing_Enabled to
32680         False.
32681         (Store_Compilation_Switch): Do nothing if Switch_Storing_Enabled is
32682         False.
32683
32684         * lib.ads (Disable_Switch_Storing): New procedure.
32685
32686         * make.adb: Modifications to reduce nesting level of this package.
32687         (Check_Standard_Library): New procedure
32688         (Gnatmake.Check_Mains): New procedure
32689         (Gnatmake.Create_Binder_Mapping_File): New procedure
32690         (Compile_Sources.Compile): Add switch -gnatez as the last option
32691         (Display): Never display -gnatez
32692
32693         * Makefile.generic:
32694         When using $(MAIN_OBJECT), always use $(OBJ_DIR)/$(MAIN_OBJECT)
32695
32696         * gnatcmd.adb (Check_Project): New function
32697         (Process_Link): New procedure to reduce nesting depth
32698         (Check_Files): New procedure to reduce the nesting depth.
32699         For GNAT METRIC, include the inherited sources in extending projects.
32700         (GNATCmd): When GNAT LS is invoked with a project file and no files,
32701         add the list of files from the sources of the project file. If this list
32702         is too long, put it in a temp text files and use switch -files=
32703         (Delete_Temp_Config_Files): Delete the temp text file that contains
32704         a list of source for gnatpp or gnatmetric, if one has been created.
32705         (GNATCmd): For GNAT METRIC and GNAT PRETTY, if the number of sources
32706         in the project file is too large, create a temporary text file that
32707         list them and pass it to the tool with "-files=<temp text file>".
32708         (GNATCmd): For GNAT METRIC add "-d=<abject dir>" as the first switch
32709
32710         * gnatlink.adb (Gnatlink): Do not compile with --RTS= when the
32711         generated file is in not in Ada.
32712
32713         * gnatls.adb: Remove all parameters And_Save that are no longer used.
32714         (Scan_Ls_Arg): Add processing for -files=
32715         (Usage): Add line for -files=
32716
32717         * g-os_lib.adb (On_Windows): New global constant Boolean flag
32718         (Normalize_Pathname): When on Windows and the path starts with a
32719         directory separator, make sure that the resulting path will start with
32720         a drive letter.
32721
32722         * clean.adb (Clean_Archive): New procedure
32723         (Clean_Project): When there is non-Ada code, delete the global archive,
32724         the archive dependency files, the object files and their dependency
32725         files, if they exist.
32726         (Gnatclean): Call Prj.Pars.Parse for All_Languages, not for Ada only.
32727
32728 2004-06-25  Thomas Quinot  <quinot@act-europe.fr>
32729
32730         * sinfo.ads: Fix typo in comment.
32731
32732         * sem_dist.adb (Process_Remote_AST_Attribute): Simplify code that uses
32733         the TSS for remote access-to-subprogram types, since these TSS are
32734         always present once the type has been analyzed.
32735         (RAS_E_Dereference): Same.
32736
32737         * sem_attr.adb (Analyze_Attribute): When analysis of an attribute
32738         reference raises Bad_Attribute, mark the reference as analyzed so the
32739         node (and any children resulting from rewrites that could have occurred
32740         during the analysis that ultimately failed) is not analyzed again.
32741
32742         * exp_ch7.ads (Find_Final_List): Fix misaligned comment.
32743
32744         * exp_dist.adb: Minor comment fix.
32745
32746         * exp_ch4.adb (Expand_N_Allocator): For an allocator whose expected
32747         type is an anonymous access type, no unchecked deallocation of the
32748         allocated object can occur. If the object is controlled, attach it with
32749         a count of 1. This allows attachment to the Global_Final_List, if
32750         no other relevant list is available.
32751         (Get_Allocator_Final_List): For an anonymous access type that is
32752         the type of a discriminant or record component, the corresponding
32753         finalisation list is the one of the scope of the type.
32754
32755 2004-06-25  Ed Schonberg  <schonberg@gnat.com>
32756
32757         * sem_ch3.adb (Replace_Type): When computing the signature of an
32758         inherited subprogram, use the first subtype if the derived type
32759         declaration has no constraint.
32760
32761         * exp_ch6.adb (Add_Call_By_Copy_Code): Check that formal is an array
32762         before applying previous optimization. Minor code cleanup.
32763
32764         * exp_util.adb (Is_Possibly_Unaligned_Slice): If the component is
32765         placed at the beginning of an unpacked record without explicit
32766         alignment, a slice of it will be aligned and does not need a copy when
32767         used as an actual.
32768
32769 2004-06-25  Ed Schonberg  <schonberg@gnat.com>
32770
32771         PR ada/15591
32772         PR ada/15592
32773         * sem_ch8.adb (Attribute_Renaming): Reject renaming if the attribute
32774         reference is written with expressions mimicking parameters.
32775
32776 2004-06-25  Hristian Kirtchev  <kirtchev@gnat.com>
32777
32778         PR ada/15589
32779         * sem_ch3.adb (Build_Derived_Record_Type): Add additional check to
32780         STEP 2a. The constraints of a full type declaration of a derived record
32781         type are checked for conformance with those declared in the
32782         corresponding private extension declaration. The message
32783         "not conformant with previous declaration" is emitted if an error is
32784         detected.
32785
32786 2004-06-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
32787
32788         * g-traceb.ads: Document the need for -E binder switch in the spec.
32789
32790         * g-trasym.ads: Document the need for -E binder switch in the spec.
32791
32792 2004-06-25  Jose Ruiz  <ruiz@act-europe.fr>
32793
32794         * sem_prag.adb: Add handling of pragma Detect_Blocking.
32795
32796         * snames.h, snames.ads, snames.adb: Add entry for pragma
32797         Detect_Blocking.
32798
32799         * s-rident.ads: Change reference to pragma Detect_Blocking.
32800
32801         * targparm.ads, targparm.adb: Allow pragma Detect_Blocking in
32802         system.ads.
32803
32804         * opt.ads (Detect_Blocking): New Boolean variable (defaulted to False)
32805         to indicate whether pragma Detect_Blocking is active.
32806
32807         * par-prag.adb: Add entry for pragma Detect_Blocking.
32808
32809         * rtsfind.adb (RTU_Loaded): Fix the temporary kludge to get past bug
32810         of not handling WITH.
32811         Note that this replaces the previous update which was incorrect.
32812
32813 2004-06-25  Javier Miranda  <miranda@gnat.com>
32814
32815         * sem_ch10.adb (Re_Install_Use_Clauses): Force the installation of the
32816         use-clauses to have a clean environment.
32817
32818         * sem_ch8.adb (Install_Use_Clauses): Addition of a new formal to force
32819         the installation of the use-clauses to stablish a clean environment in
32820         case of compilation of a separate unit; otherwise the call to
32821         use_one_package is protected by the barrier Applicable_Use.
32822
32823         * sem_ch8.ads (Install_Use_Clauses): Addition of a new formal to force
32824         the installation of the use-clauses to stablish a clean environment in
32825         case of compilation of a separate unit.
32826         (End_Use_Clauses): Minor comment cleanup.
32827
32828 2004-06-25  Sergey Rybin  <rybin@act-europe.fr>
32829
32830         * gnat_ugn.texi: Add description of the gnatpp 'files' switch
32831
32832 2004-06-23  Richard Henderson  <rth@redhat.com>
32833
32834         * trans.c (gnat_gimplify_stmt): Update gimplify_type_sizes call.
32835
32836 2004-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32837
32838         * decl.c (elaborate_expression, elaborate_expression_1): Arguments
32839         now bool instead of int.
32840         (gnat_to_gnu_entity, elaborate_expression_1): New arg to COMPONENT_REF.
32841         * trans.c (gnu_switch_label_stack): New function.
32842         (gnat_to_gnu, N_Object_Renaming_Declaration): Result is what the
32843         elaboration of renamed entity returns.
32844         (gnat_to_gnu, case N_Case_Statement): Add branches to end label.
32845         (add_decl_stmt): Don't add TYPE_DECL for UNCONSTRAINED_ARRAY_TYPE.
32846         (gnat_gimplify_stmt): Use alloc_stmt_list, not build_empty_stmt.
32847         (gnat_gimplify_stmt, case DECL_STMT): gimplify DECL_SIZE and
32848         DECL_SIZE_UNIT and simplify variable-sized case.
32849         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
32850         Callers changes to call gimplify_type_sizes and gimplify_one_sizepos.
32851         (gnat_stabilize_reference): Add arg to COMPONENT_REF.
32852         (build_unit_elab): Disable for now.
32853         * utils.c (mark_visited): New function.
32854         (pushdecl): Walk tree to call it for global decl.
32855         (update_pointer_to): Update all variants of pointer and ref types.
32856         Add arg to COMPONENT_REF.
32857         (convert): Likewise.
32858         Move check for converting between variants lower down.
32859         * utils2.c (build_simple_component_ref): Add arg to COMPONENT_REF.
32860         (build_allocator): Don't force type of MODIFY_EXPR.
32861         (gnat_mark_addressable, case VAR_DECL): Unconditionally call
32862         put_var_into_stack.
32863
32864 2004-06-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32865
32866         * ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.
32867         * ada-tree.h (EXIT_STMT_LABEL): Renamed from EXIT_STMT_LOOP.
32868         * decl.c (gnat_to_gnu_entity): Also set force_global for imported
32869         subprograms.
32870         * trans.c (gnu_loop_label_stack): Renamed from gnu_loop_stmt_stack;
32871         all callers changed.
32872         (gnat_to_gnu, case N_Loop_Statement, case N_Exit_Statement): Change
32873         the way that EXIT_STMT finds the loop label.
32874         (gnat_gimplify_stmt, case LOOP_STMT, EXIT_STMT): Likewise.
32875         (gnat_gimplify_stmt, case DECL_STMT): Handle variable-sized decls here.
32876         (add_stmt): Use annotate_with_locus insted of setting directly.
32877         (pos_to_construct): Set TREE_PURPOSE of each entry to index.
32878         (gnat_stabilize_reference, case ARRAY_RANGE_REF): Merge with ARRAY_REF.
32879         * utils.c (gnat_install_builtins): Install __builtin_memcmp.
32880         (build_vms_descriptor): Add extra args to ARRAY_REF.
32881         (convert): Use VIEW_CONVERT_EXPR between aggregate types.
32882         * utils2.c (gnat_truthvalue_conversion, case INTEGER_CST, REAL_CST):
32883         New cases.
32884         (build_binary_op): Don't make explicit CONVERT_EXPR.
32885         Add extra rgs to ARRAY_REF.
32886
32887 2004-06-14  Pascal Obry  <obry@gnat.com>
32888
32889         * gnat_ugn.texi: Document relocatable vs. dynamic Library_Kind on
32890         Windows.  Fix minor typo.
32891
32892         * mlib-tgt-mingw.adb: New implementation using the GCC -shared option
32893         which is now supported on Windows. With this implementation using the
32894         Library Project feature is no different on Windows than on UNIX.
32895
32896 2004-06-14  Vincent Celier  <celier@gnat.com>
32897
32898         * makegpr.adb (Compile_Sources): Nothing to do when there are no
32899         non-Ada sources.
32900
32901         * mlib-tgt-vxworks.adb (Library_Exists_For): Remove incorrect comment
32902
32903         * prj-part.adb (Parse_Single_Project): When a duplicate project name is
32904         found, show the project name and the path of the previously parsed
32905         project file.
32906
32907 2004-06-14  Ed Schonberg  <schonberg@gnat.com>
32908
32909         * exp_ch6.adb (Add_Call_By_Copy_Code): For an out-parameter that is an
32910         array, avoid copying the actual before the call.
32911
32912 2004-06-14  Thomas Quinot  <quinot@act-europe.fr>
32913
32914         * g-debpoo.adb: Remove alignment assumptions from GNAT.Debug_Pools.
32915         Instead, allocate memory on worst-case alignment assumptions, and then
32916         return an aligned address within the allocated zone.
32917
32918 2004-06-14  Robert Dewar  <dewar@gnat.com>
32919
32920         * bindgen.adb (Gen_Adainit_Ada): Do not generate external references to
32921         elab entities in predefined units in No_Run_Time_Mode.
32922         (Gen_Adainit_C): Same fix
32923         (Gen_Elab_Calls_Ada): Do not generate calls to elaborate predefined
32924         units in No_Run_Time_Mode
32925         (Gen_Elab_Calls_C): Same fix
32926
32927         * symbols-vms-alpha.adb: Minor reformatting
32928
32929         * g-debpoo.ads: Minor reformatting
32930
32931         * lib.adb (In_Same_Extended_Unit): Version working on node id's
32932
32933         * lib.ads (In_Same_Extended_Unit): Version working on node id's
32934
32935         * lib-xref.adb: Minor cleanup, use new version of In_Same_Extended_Unit
32936         working on nodes.
32937
32938         * make.adb: Minor reformatting
32939
32940         * par-ch12.adb: Minor reformatting
32941
32942         * par-prag.adb: Add dummy entry for pragma Profile_Warnings
32943
32944         * prj-strt.adb: Minor reformatting
32945
32946         * restrict.ads, restrict.adb: Redo handling of profile restrictions to
32947         be more general.
32948
32949         * sem_attr.adb: Minor reformatting
32950
32951         * sem_ch7.adb: Minor reformatting
32952
32953         * sem_elab.adb (Check_A_Call): Deal with problem of calling init proc
32954         for type in the same unit as the object declaration.
32955
32956         * sem_prag.adb (Check_Arg_Is_External_Name): New procedure, allows
32957         static string expressions and not just string literals.
32958         Minor reformatting
32959         (Set_Warning): Reset restriction warning flag for restriction pragma
32960         Implement pragma Profile_Warnings
32961         Implement pragma Profile (Restricted)
32962         Give obolescent messages for old restrictions and pragmas
32963
32964         * snames.h, snames.ads, snames.adb: Add new entry for pragma
32965         Profile_Warnings.
32966
32967         * s-rident.ads: Add declarations for restrictions required by profile
32968         Restricted and profile Ravenscar.
32969
32970         * targparm.ads, targparm.adb: Allow pragma Profile in system.ads
32971
32972         * gnat_ugn.texi: Correct some missing entries in the list of GNAT
32973         configuration pragmas.
32974
32975 2004-06-11  Vincent Celier  <celier@gnat.com>
32976
32977         * mlib-tgt-vms-alpha.adb (Build_Dynamic_Library): Issue switch -R to
32978         gnatsym, when symbol policy is Restricted.
32979
32980         * mlib-tgt-vms-ia64.adb (Build_Dynamic_Library): Issue switch -R to
32981         gnatsym, when symbol policy is Restricted.
32982
32983         * symbols-vms-alpha.adb (Initialize): When symbol policy is Restricted,
32984         read the symbol file.
32985         (Finalize): Fail in symbol policy Restricted if a symbol in the original
32986         symbol file is not in the object files. Do not create a new symbol file
32987         when symbol policy is Restricted.
32988
32989         * gnatbind.adb (Gnatbind): Initialize Snames, because Snames is used
32990         in Scng.
32991
32992         * gnatsym.adb (Parse_Vmd_Line): Process new switch -R for symbol policy
32993         Restricted.
32994         (Usage): Line for new switch -R
32995
32996         * make.adb (Initialize): When the platform is not VMS, add the
32997         directory where gnatmake is invoked in the front of the path, if
32998         gnatmake is invoked with directory information.  Change the Scan_Args
32999         while loop to a for loop.
33000         (Recursive_Compute_Depth): Remove parameter Visited. Improve efficiency:
33001         if Depth is equal or greater than the proposed depth, there is nothing
33002         to do.
33003         (Initialize): Call Recursive_Compute_Depth with initial Depth equal to 1
33004         instead of 0.
33005
33006         * prj.ads: Add new symbol policy Restricted.
33007
33008         * prj-dect.adb (Parse_Case_Construction): Call End_Case_Construction
33009         with the new parameters Check_All_Labels and Case_Location.
33010
33011         * prj-nmsc.adb (Ada_Check): Process new symbol policy Restricted
33012         (Library_Symbol_File needs to be defined).
33013
33014         * prj-strt.adb (End_Case_Construction): New parameters Check_All_Labels
33015         and Case_Location If Check_All_Labels is True, check that all values of
33016         the string type are used, and output warning(s) if they are not.
33017
33018         * prj-strt.ads (End_Case_Construction): New parameters Check_All_Labels
33019         and Case_Location.
33020
33021         * gnat_ugn.texi: Reorder subclauses in menus "Switches for gcc"
33022
33023         * gnat_ugn.texi: Update documentation about the library directory in
33024         Library Projects.
33025
33026         * makegpr.adb (Display_Command): In verbose mode, also display the
33027         value of the CPATH env var, when the compiler is gcc.
33028         (Initialize): Change the Scan_Args while loop to a for loop
33029         (Compile_Individual_Sources): Change directory to object directory
33030         before compilations.
33031
33032         * symbols.ads: New symbol policy Restricted.
33033
33034 2004-06-11  Olivier Hainque  <hainque@act-europe.fr>
33035
33036         * a-except.adb (Raise_After_Setup family): Remove. The responsibility
33037         is now taken care of internally in the Exception_Propagation package
33038         and does not require clients assistance any more.
33039
33040         * a-exexpr.adb (Is_Setup_And_Not_Propagated,
33041         Set_Setup_And_Not_Propagated, and Clear_Setup_And_Not_Propagated): New
33042         functions. Helpers to maintain a predicate required in the handling of
33043         occurrence transfer between tasks.
33044         This is now handled internally and does not require clients assistance
33045         for the setup/propagate separation anymore.
33046         (Setup_Exception, Propagate_Exception): Simplify the Private_Data
33047         allocation strategy, handle the Setup_And_Not_Propagated predicate and
33048         document.
33049
33050         * s-taenca.adb (Check_Exception): Use raise_with_msg instead of
33051         raise_after_setup, now that everything is handled internally within the
33052         setup/propagation engine.
33053
33054 2004-06-11  Hristian Kirtchev  <kirtchev@gnat.com>
33055
33056         * exp_ch6.adb (Expand_Inlined_Call): Add function Formal_Is_Used_Once.
33057         Add additional conditions for the case of an actual being a simple
33058         name or literal. Improve inlining by preventing the generation
33059         of temporaries with a short lifetime (one use).
33060
33061 2004-06-11  Hristian Kirtchev  <kirtchev@gnat.com>
33062
33063         PR ada/15587
33064         * einfo.ads: Minor comment updates for Has_Completion and
33065         E_Constant list of flags.
33066
33067         * sem_ch3.adb (Analyze_Object_Declaration): Full constant declarations
33068         and constant redeclarations now set the Has_Completion flag of their
33069         defining identifiers.
33070
33071         * sem_ch7.adb (Analyze_Package_Spec): Add procedure
33072         Inspect_Deferred_Constant_Completion.
33073         Used to detect private deferred constants that have not been completed
33074         either by a constant redeclaration or pragma Import. Emits error message
33075         "constant declaration requires initialization expression".
33076
33077         * sem_prag.adb (Process_Import_Or_Interface): An Import pragma now
33078         completes a deferred constant.
33079
33080 2004-06-11  Geert Bosch  <bosch@gnat.com>
33081
33082         * eval_fat.adb (Decompose_Int): Fix rounding of negative numbers.
33083
33084         * s-fatgen.adb (Gradual_Scaling): Correct off-by-one error in
33085         calculating exponent for scaling denormal numbers.
33086         (Leading_Part): Properly raise Constraint_Error for zero or negative
33087         Adjustment.
33088         (Remainder): Properly raise Constraint_Error for zero divisor.
33089
33090 2004-06-11  Thomas Quinot  <quinot@act-europe.fr>
33091
33092         * sem_util.adb: Minor reformatting.
33093
33094         * exp_ch2.adb (Expand_Entry_Parameter): Generate an explicit
33095         dereference when accessing the entry parameter record.
33096         (Check_Array_Type): Always check for possible implicit dereference.
33097         (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
33098         Abort if a pointer is still present (denoting that an implicit
33099         dereference was left in the tree by the front-end).
33100
33101         * sem_attr.adb (Expand_Entry_Parameter): Generate an explicit
33102         dereference when accessing the entry parameter record.
33103         (Check_Array_Type): Always check for possible implicit dereference.
33104         (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
33105         Abort if a pointer is still present (denoting that an implicit
33106         dereference was left in the tree by the front-end).
33107
33108 2004-06-11  Emmanuel Briot  <briot@act-europe.fr>
33109
33110         * g-debpoo.adb (Deallocate, Dereference): Add prefix "error:" to error
33111         message, like the compiler itself does. Easier to parse the output.
33112
33113         * g-debpoo.ads: (Allocate, Deallocate, Dereference): Add comments.
33114
33115         * gnat_ugn.texi (gnatxref, gnatfind): Clarify that source names should
33116         be base names, and not includes directories.
33117
33118 2004-06-11  Arnaud Charlet  <charlet@act-europe.fr>
33119
33120         * Makefile.generic ($(EXEC)): Depend on $(OBJECTS), not $(OBJ_FILES),
33121         so that dependencies are properly taken into account by make.
33122
33123 2004-06-11  Arnaud Charlet  <charlet@act-europe.fr>
33124
33125         PR ada/15622
33126         * s-unstyp.ads, s-maccod.ads, sem_ch8.adb, s-auxdec.ads,
33127         exp_intr.adb, s-auxdec-vms_64.ads: Fix typo: instrinsic -> intrinsic
33128
33129 2004-06-11  Jerome Guitton  <guitton@act-europe.fr>
33130
33131         * Makefile.in (install-gnatlib): install target-specific run-time files.
33132
33133         * Make-lang.in: Remove obsolete targets.
33134
33135 2004-06-11  Ed Schonberg  <schonberg@gnat.com>
33136
33137         * par-ch12.adb (P_Generic): Add scope before analyzing subprogram
33138         specification, to catch misuses of program unit names.
33139
33140         * sem_res.adb (Resolve_Type_Conversion): Do not emit warnings on
33141         superfluous conversions in an instance.
33142
33143 2004-06-11  Ed Schonberg  <schonberg@gnat.com>
33144
33145         PR ada/15403
33146         * sem_ch12.adb (Save_References): If operator node has been folded to
33147         enumeration literal, associated_node must be discarded.
33148
33149 2004-06-11  Jose Ruiz  <ruiz@act-europe.fr>
33150
33151         * s-stchop-vxworks.adb: Add required pragma Convention to
33152         Task_Descriptor because it is updated by a C function.
33153
33154 2004-06-08  Arnaud Charlet  <charlet@act-europe.fr>
33155
33156         PR ada/15568
33157         * Makefile.in: Remove target specific SO_OPT on IRIX
33158
33159 2004-06-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33160
33161         * ada-tree.def (TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR): Deleted.
33162         (GNAT_NOP_EXPR, GNAT_LOOP_ID, EXPR_STMT, NULL_STMT): Likewise.
33163         (BLOCK_STMT, IF_STMT, GOTO_STMT, LABEL_STMT, RETURN_STMT): Likewise.
33164         (ASM_STMT, BREAK_STMT, REGION_STMT,HANDLER_STMT): Likewise.
33165         (STMT_STMT, USE_STMT): New statement codes.
33166         (LOOP_STMT, EXIT_STMT): Make slight semantic changes.
33167         * ada-tree.h: Reflect above changes.
33168         (struct tree_loop_id): Deleted.
33169         (union lang_tree_node, struct lang_decl, struct lang_type):
33170         Now just contains a tree node; update macros using TYPE_LANG_SPECIFIC
33171         and DECL_LANGUAGE_SPECIFIC to reflect these changes.
33172         (DECL_INIT_BY_ASSIGN_P, TRE_LOOP_NODE_ID, TREE_SLOC): Deleted.
33173         (IS_ADA_STMT): New macro.
33174         * decl.c (annotate_decl_with_node): New function.
33175         (gnat_to_gnu_entity): Use it and Sloc_to_locus instead of set_lineno.
33176         (gnat_to_gnu_entity, case object): Remove call to expand CONVERT_EXPR.
33177         Call add_stmt_with_node to do needed assignments.
33178         Add call to update setjmp buffer directly, not via EXPR_STMT.
33179         (maybe_variable): Argment GNAT_NODE deleted.
33180         * gigi.h (maybe_variable): Likewise.
33181         (make_transform, add_stmt_with_node, set_block_for_group): New.
33182         (gnat_gimplify_expr, gnat_expand_body, Sloc_to_locus): Likewise.
33183         (set_block_jmpbuf_decl, get_block_jmpbuf_decl): Likewise.
33184         (discard_file_names, gnu_block_stack, gnat_to_code): Deleted.
33185         (set_lineno, set_lineno_from_sloc): Likewise.
33186         (record_code_position, insert_code_for): Likewise.
33187         (gnat_poplevel): Now returns void.
33188         (end_subprog_body): Now takes argument.
33189         * misc.c (cgraph.h, tree-inline.h): New includes.
33190         (gnat_tree_size, LANG_HOOKS_TREE_SIZE): Deleted.
33191         (gnat_post_options, LANG_HOOKS_POST_OPTIONS): New.
33192         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Likewise.
33193         (LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_GIMPLIFY_EXPR): Likewise.
33194         (gnat_parse_file): Don't set immediate_size_expand.
33195         Call cgraph functions.
33196         (gnat_expand_expr): Remove most cases.
33197         (record_code_position, insert_code_for): Remove from here.
33198         * trans.c (toplev.h, tree-gimple.h): Now included.
33199         (discard_file_names): Deleted.
33200         (gnu_block_stack, gnu_block_stmt_node, gnu_block_stmt_free_list): Del.
33201         (first_nondeleted_insn, make_expr_stmt_from_rtl): Likewise.
33202         (struct stmt_group, current_stmt_group, stmt_group_free_list): New.
33203         (gnu_stack_free_list, record_cost_position, insert_code_for): Likewise.
33204         (add_cleanup, push_stack, gnat_gimplify_stmt, add_cleanup): Likewise.
33205         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Likewise.
33206         (gnat_expand_body_1, gnat_gimplify_expr, annotate_with_node): Likewise.
33207         (set_block_for_group, add_stmt_list): Likewise.
33208         (start_stmt_group): Renamed from start_block_stmt.
33209         (end_stmt_group): Likewise, from end_block_stmt.
33210         (build_stmt_group): Likewise, from build_block_stmt, also add arg.
33211         (gigi): Don't set discard_file_names or call set_lineno.
33212         Disallow front end ZCX; call gnat_to_gnu, not gnat_to_code.
33213         (tree_transform): Deleted, now renamed to be gnat_to_gnu.
33214         Numerous changes throughout to reflect new names and complete
33215         function-at-a-time implementation.
33216         (gnat_expand_stmt): Delete or comment out all cases.
33217         (process_inlined_subprograms): Use add_stmt.
33218         (process_decls): Use gnat_to_gnu, not gnat_to_code, and don't
33219         call set_lineno; also remove unneeded block handling.
33220         (process_type): Remove unneeded block handling.
33221         (build_unit_elab): Remove calls to deleted functions.
33222         * utils.c (cgraph.h, tree-inline.h, tree-gimple.h): Now include.
33223         (tree-dump.h): Likewise.
33224         (struct ada_binding_level): Add field jmpbuf_decl.
33225         (gnat_define_builtin, gnat_install_builtins): New.
33226         (gnat_gimplify_function, gnat_finalize): Likewise.
33227         (gnat_poplevel): No longer return BLOCK, set it instead.
33228         Remove code dealing with nested functions.
33229         (gnat_init_decl_processing): Also set size_type_node.
33230         Call gnat_install_builtins.
33231         (create_var_decl): Don't set DECL_INIT_BY_ASSIGN.
33232         (create_subprog_decl): Change handling of inline_flag; set TREE_STATIC.
33233         Remove special-case for "main".
33234         (end_subprog_body): Add arg and rework for tree-ssa.
33235         (convert): Don't use GNAT_NOP_EXPR or look for TRANSFORM_EXPR.
33236         Add case for BOOLEAN_TYPE.
33237         * utils2.c (rtl.h): Now include.
33238         (build_call_raise): Test Debug_Flag_NN directly.
33239         (build_call_alloc_dealloc): Don't use local stack allocation for now.
33240         (gnat_mark_addressable, case GNAT_NOP_EXPR): Deleted.
33241         (gnat_mark_addressable, case VAR_DECL): Handle both early & late cases.
33242
33243 2004-06-07  Robert Dewar  <dewar@gnat.com>
33244
33245         * a-direct.ads, einfo.ads: Minor comment updates
33246
33247         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
33248         s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
33249         s-taprop-dummy.adb, s-taprop-os2.adb, s-taprop-solaris.adb,
33250         s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
33251         s-taprop-posix.adb, s-taprop.ads, exp_dbug.adb: Minor reformatting.
33252
33253         * s-interr-sigaction.adb: Remove unreferenced variable
33254         (Attached_Interrupts).  Minor reformatting.
33255         Avoid use of variable I (replace by J).
33256
33257         * par-ch10.adb: Fix text of one error message
33258
33259         * checks.adb, checks.ads, cstand.adb, vms_data.ads, errout.ads,
33260         exp_aggr.adb, exp_ch3.adb, exp_ch3.ads, exp_ch5.adb, exp_ch6.adb,
33261         exp_ch9.adb, exp_code.adb, gnat1drv.adb, lib-load.adb, lib-writ.adb,
33262         opt.adb, par.adb, opt.ads, par-ch11.adb, par-ch3.adb, par-ch4.adb,
33263         par-ch5.adb, par-ch6.adb, par-ch8.adb, par-ch9.adb, par-prag.adb,
33264         par-util.adb, scng.adb, sem_aggr.adb, sem_attr.adb, sem_cat.adb,
33265         sem_ch10.adb, sem_ch10.adb, sem_ch11.adb, sem_ch12.adb, sem_ch2.adb,
33266         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
33267         sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_eval.adb, sem_prag.adb,
33268         sem_res.adb, sem_type.adb, sem_util.adb, sinfo.ads, snames.adb,
33269         snames.ads, snames.h, sprint.adb, switch-c.adb: Modifications for Ada
33270         2005 support.
33271
33272 2004-06-07  Doug Rupp  <rupp@gnat.com>
33273
33274         * mlib-tgt-vms.adb: Rename mlib-tgt-vms.adb mlib-tgt-vms-alpha.adb
33275
33276         * s-vaflop-vms.adb: Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb
33277
33278         * mlib-tgt-vms-ia64.adb: New file.
33279
33280         * Makefile.in: Rename mlib-tgt-vms.adb to mlib-tgt-vms-alpha.adb
33281         Add mlib-tgt-vms-ia64.adb
33282         Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb.
33283         Move to alpha specific ifeq section.
33284         Add VMS specific versions of symbols.adb
33285         Renaming of 5q vms files.
33286
33287         * 5qsystem.ads renamed to system-vms_64.ads.
33288
33289 2004-06-07  Vincent Celier  <celier@gnat.com>
33290
33291         * a-calend.ads: Add a GNAT Note comment after function Time_Of to
33292         explain that when a time of day corresponding to the non existing hour
33293         on the day switching to DST is specified, Split may return a different
33294         value for Seconds.
33295
33296         * gnatcmd.adb: Add processing of GNAT METRIC (for gnatmetric), similar
33297         to GNAT PRETTY.
33298
33299         * g-os_lib.adb (OpenVMS): New Boolean value imported from System.
33300         (Normalize_Pathname): Only resolve VMS logical names when on VMS.
33301
33302         * mlib-prj.adb (Build_Library): New flag Gtrasymobj_Needed, initialize
33303         to False.
33304         If Gtrasymobj_Needed is True, add the full path of g-trasym.obj to
33305         the linking options.
33306         (Build_Library.Check_Libs): On VMS, if there is a dependency on
33307         g-trasym.ads, set Gtrasymobj_Needed to True.
33308
33309         * prj-attr.adb: Add new package Metrics for gnatmetric
33310
33311         * prj-nmsc.adb (Record_Other_Sources): Put source file names in
33312         canonical case to take into account files with upper case characters on
33313         Windows.
33314         (Ada_Check): Load the reference symbol file name in the name buffer to
33315         check it, not the symbol file name.
33316
33317         * snames.ads, snames.adb: Add standard name Metrics (name of project
33318         file package for gnatmetric).
33319
33320         * vms_conv.ads: Add Metric to Comment_Type
33321
33322         * vms_conv.adb (Initialize): Add component dor Metric in Command_List
33323
33324         * vms_data.ads: Add qualifiers for GNAT METRIC
33325
33326         * makegpr.adb (Link_Executables): Take into account the switches
33327         specified in package Linker of the main project.
33328
33329 2004-06-07  Thomas Quinot  <quinot@act-europe.fr>
33330
33331         * bindgen.adb (Set_Unit_Number): Units is an instance of Table, and so
33332         the index of the last element is Units.Last, not Units.Table'Last
33333         (which is usually not a valid index within the actually allocated
33334         storage for the table).
33335
33336         * exp_ch4.adb (Insert_Dereference_Action): Change predicate that
33337         determines whether to generate a call to a checked storage pool
33338         Dereference action.
33339         Generate such a call only for a dereference that either comes from
33340         source, or is the result of rewriting a dereference that comes from
33341         source.
33342
33343 2004-06-07  Romain Berrendonner  <berrendo@act-europe.fr>
33344
33345         * bindgen.adb (Gen_Output_File): Add support for GAP builds.
33346
33347 2004-06-07  Eric Botcazou  <ebotcazou@act-europe.fr>
33348
33349         (gnat_to_gnu_entity) <E_Array_Subtype>: For multi-dimensional arrays at
33350         file level, elaborate the stride for inner dimensions in alignment
33351         units, not bytes.
33352
33353         * exp_ch5.adb: Correct wrong reference to Component_May_Be_Bit_Aligned
33354         in a comment.
33355
33356 2004-06-07  Javier Miranda  <miranda@gnat.com>
33357
33358         * exp_ch6.adb: Correct wrong modification in previous patch
33359
33360 2004-06-07  Vasiliy Fofanov  <fofanov@act-europe.fr>
33361
33362         * g-trasym.ads: Corrected comment to properly reflect level of support
33363         on VMS.
33364
33365 2004-06-07  Hristian Kirtchev  <kirtchev@gnat.com>
33366
33367         * lib-xref.adb (Generate_Reference): Add nested function Is_On_LHS. It
33368         includes case of a variable referenced on the left hand side of an
33369         assignment, therefore remove redundant code. Variables and prefixes of
33370         indexed or selected components are now marked as referenced on left
33371         hand side. Warnings are now properly emitted when variables or prefixes
33372         are assigned but not read.
33373
33374         * sem_warn.adb (Output_Unreferenced_Messages): Add additional checks to
33375         left hand side referenced variables. Private access types do not
33376         produce the warning "variable ... is assigned but never read".
33377         Add also additional checks to left hand side referenced variables.
33378         Aliased, renamed objects and access types do not produce the warning
33379         "variable ... is assigned but never read" since other entities may read
33380         the memory location.
33381
33382 2004-06-07  Jerome Guitton  <guitton@act-europe.fr>
33383
33384         * Makefile.in: In the powerpc/vxworks-specific section, restore
33385         EXTRA_GNATRTL_NONTASKING_OBJS and EXTRA_GNATRTL_TASKING_OBJS (removed
33386         by mistake).
33387
33388 2004-06-07  Ed Schonberg  <schonberg@gnat.com>
33389
33390         * sem_ch4.adb (Remove_Abstract_Operations): Refine the removal of
33391         predefined operators.
33392         Removes spurious type errors from g-trasym-vms.adb.
33393
33394         * sem_res.adb (Rewrite_Renamed_Operator): If intrinsic operator is
33395         distinct from the operator appearing in the source, call appropriate
33396         routine to insert conversions when needed, and complete resolution of
33397         node.
33398         (Resolve_Intrinsic_Operator): Fix cut-and-paste bug on transfer of
33399         interpretations for rewritten right operand.
33400         (Set_Mixed_Mode_Operand): Handle properly a universal real operand when
33401         the other operand is overloaded and the context is a type conversion.
33402
33403 2004-06-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33404
33405         * ada-tree.def (BLOCK_STMT): Now has two operands.
33406         (BREAK_STMT): New.
33407
33408         * ada-tree.h: (BLOCK_STMT_BLOCK): New macro.
33409
33410         * gigi.h: (gnat_poplevel): Now returns a tree.
33411
33412         * trans.c (end_block_stmt): Add arg; all callers changed.
33413         (tree_transform, case N_Case_Statement): Make a BLOCK_STMT for a WHEN.
33414         (start_block_stmt): Clear BLOCK_STMT_BLOCK.
33415         (add_stmt): Set TREE_TYPE.
33416         (gnat_expand_stmt, case BLOCK_STMT): Handle BLOCK_STMT_BLOCK.
33417         (gnat_expand_stmt, case BREAK_STMT): New case.
33418
33419         * utils.c (gnat_poplevel): Return a BLOCK, if we made one.
33420
33421 2004-06-07  Jose Ruiz  <ruiz@act-europe.fr>
33422
33423         * s-stchop.adsm s-stchop.adb, s-stchop-vxworks.adb: Remove the
33424         procedure Set_Stack_Size that is not needed.
33425
33426 2004-06-07  Sergey Rybin  <rybin@act-europe.fr>
33427
33428         * gnat_ugn.texi: Clarify the case when non-standard naming scheme is
33429         used for gnatpp input file and for the files upon which it depends
33430
33431 2004-06-07  Ben Brosgol  <brosgol@gnat.com>
33432
33433         * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
33434
33435 2004-06-07  Arnaud Charlet  <charlet@act-europe.fr>
33436
33437         * gnatvsn.ads: Bump version numbers appropriately.
33438         Add new build type.
33439
33440 2004-06-07  Pascal Obry  <obry@gnat.com>
33441
33442         * gnat_ugn.texi: Improve comments about imported names and link names
33443         on Windows. Add a note about the requirement to use -k gnatdll's option
33444         when working with a DLL which has stripped stdcall symbols (no @nn
33445         suffix).
33446
33447 2004-05-27  Vincent Celier  <celier@gnat.com>
33448
33449         * vms_data.ads: Add new GNAT PRETTY qualifiers /NO_BACKUP and
33450         COMMENTS_LAYOUT=UNTOUCHED
33451
33452         * symbols-vms.adb, symbols-vms-alpha.adb: Renamed symbols-vms.adb to
33453         symbols-vms-alpha.adb
33454
33455 2004-05-27  Thomas Quinot  <quinot@act-europe.fr>
33456
33457         * sem.ads: Clarify documentation on checks suppression.
33458
33459         * einfo.ads (Is_Known_Non_Null): Minor comment typo fix and rephrasing.
33460
33461 2004-05-27  Ed Schonberg  <schonberg@gnat.com>
33462
33463         * sem_util.adb (Is_Descendent_Of): Examine properly all ancestors in
33464         the case of multiple derivations.
33465         (Is_Object_Reference): For a selected component, verify that the prefix
33466         is itself an object and not a value.
33467
33468         * sem_ch12.adb (Same_Instantiated_Constant): New name for
33469         Same_Instantiated_Entity.
33470         (Same_Instantiated_Variable): Subsidiary to
33471         Check_Formal_Package_Instance, to recognize actuals for in-out generic
33472         formals that are obtained from a previous formal package.
33473         (Instantiate_Subprogram_Body): Emit proper error when
33474         generating code and the proper body of a stub is missing.
33475
33476         * sem_ch4.adb (Remove_Address_Interpretations): If the operation still
33477         has a universal interpretation, do the disambiguation here.
33478
33479         * exp_ch4.adb (Expand_N_Type_Conversion,
33480         Expand_N_Unchecked_Type_Conversion): Special handling when target type
33481         is Address, to avoid typing anomalies when Address is a visible integer
33482         type.
33483
33484         * exp_ch6.adb (Expand_N_Subprogram_Body): Use Is_Descendent_Of_Address
33485         to determine whether a subprogram should not be marked Pure, even when
33486         declared in a pure package.
33487
33488 2004-05-27  Jose Ruiz  <ruiz@act-europe.fr>
33489
33490         * gnat_ugn.texi: Replace pragma Ravenscar by pragma Profile.
33491
33492         * gnat_rm.texi: Replace Max_Entry_Queue_Depth by Max_Entry_Queue_Length
33493         Document No_Dynamic_Attachment, that supersedes No_Dynamic_Interrupts.
33494         Update the documentation about the Ravenscar profile, following the
33495         definition found in AI-249.
33496
33497         * sem_prag.adb: Use FIFO_Within_Priorities and Ceiling_Locking when
33498         setting the Profile (Ravenscar). This must be done in addition to
33499         setting the required restrictions.
33500
33501         * rtsfind.ads: Add the set of operations defined in package
33502         Ada.Interrupts.
33503
33504         * exp_ch6.adb: Check whether we are violating the No_Dynamic_Attachment
33505         restriction.
33506
33507 2004-05-27  Eric Botcazou  <ebotcazou@act-europe.fr>
33508
33509         lang-specs.h: Always require -c or -S and always redirect to /dev/null
33510         if -gnatc or -gnats is passed.
33511
33512 2004-05-27  Hristian Kirtchev  <kirtchev@gnat.com>
33513
33514         * sem_prag.adb (Sig_Flags): A Pragma_Unchecked_Union does not count as
33515         a significant reference. Warnings are now properly emitted when a
33516         discriminated type is not referenced.
33517
33518         * lib-xref.adb (Generate_Reference): A deferred constant completion,
33519         record representation clause or record type discriminant does not
33520         produce a reference to its corresponding entity. Warnings are now
33521         properly emitted when deferred constants and record types are not
33522         referenced.
33523
33524 2004-05-27  Geert Bosch  <bosch@gnat.com>
33525
33526         * Makefile.in: Use long version of libm routines on ia64 gnu/linux.
33527         Fixes ACATS Annex G tests.
33528
33529 2004-05-27  Robert Dewar  <dewar@gnat.com>
33530
33531         * rtsfind.adb (RTU_Loaded): Temporary kludge to get past bug of not
33532         handling WITH
33533
33534 2004-05-27  Arnaud Charlet  <charlet@act-europe.fr>
33535
33536         * s-interr.adb (Server_Task): Take into account case of early return
33537         from sigwait under e.g. linux.
33538
33539 2004-05-27  Sergey Rybin  <rybin@act-europe.fr>
33540
33541         * gnat_ugn.texi: Add description for the new gnatpp options:
33542          -rnb - replace the original source without creating its backup copy
33543          -c0 - do not format comments
33544
33545 2004-05-24  Geert Bosch  <bosch@gnat.com>
33546
33547         * a-numaux-x86.adb (Reduce): Reimplement using an approximation of Pi
33548         with 192 bits of precision, sufficient to reduce a double-extended
33549         arguments X with a maximum relative error of T'Machine_Epsilon, for X
33550         in -2.0**32 .. 2.0**32.
33551         (Cos, Sin):  Always reduce arguments of 1/4 Pi or larger, to prevent
33552         reduction by the processor, which only uses a 68-bit approximation of
33553         Pi.
33554         (Tan): Always reduce arguments and compute function either using
33555         the processor's fptan instruction, or by dividing sin and cos as needed.
33556
33557 2004-05-24  Doug Rupp  <rupp@gnat.com>
33558
33559         * adaint.c (__gnat_readdir): Cast CRTL function retun value to avoid
33560         gcc error on 32/64 bit VMS.
33561
33562 2004-05-24  Olivier Hainque  <hainque@act-europe.fr>
33563
33564         * init.c (__gnat_error_handler): Handle EEXIST as EACCES for SIGSEGVs,
33565         since this is what we get for stack overflows although not documented
33566         as such.
33567         Document the issues which may require adjustments to our signal
33568         handlers.
33569
33570 2004-05-24  Ed Schonberg  <schonberg@gnat.com>
33571
33572         * inline.adb (Add_Scope_To_Clean): Do not add cleanup actions to the
33573         enclosing dynamic scope if the instantiation is within a generic unit.
33574
33575 2004-05-24  Arnaud Charlet  <charlet@act-europe.fr>
33576
33577         * exp_dbug.ads: Fix typo.
33578
33579         * Makefile.in: s-osinte-linux-ia64.ads was misnamed.
33580         Rename it to its proper name: system-linux-ia64.ads
33581         (stamp-gnatlib1): Remove extra target specific run time files when
33582         setting up the rts directory.
33583
33584 2004-05-24  Javier Miranda  <miranda@gnat.com>
33585
33586         * einfo.ads, einfo.adb (Limited_Views): Removed.
33587         (Limited_View): New attribute that replaces the previous one. It is
33588         now a bona fide package with the limited-view list through the
33589         first_entity and first_private attributes.
33590
33591         * sem_ch10.adb (Install_Private_With_Clauses): Give support to
33592         limited-private-with clause.
33593         (Install_Limited_Withed_Unit): Install the private declarations of a
33594         limited-private-withed package. Update the installation of the shadow
33595         entities according to the new structure (see Build_Limited_Views)
33596         (Build_Limited_Views): Replace the previous implementation of the
33597         limited view by a package entity that references the first shadow
33598         entity plus the first shadow private entity (required for limited-
33599         private-with clause)
33600         (New_Internal_Shadow_Entity): Code cleanup.
33601         (Remove_Limited_With_Clause): Update the implementation to undo the
33602         new work carried out by Build_Limited_Views.
33603         (Build_Chain): Complete documentation.
33604         Replace Ada0Y by Ada 0Y in comments
33605         Minor reformating
33606
33607         * sem_ch3.adb (Array_Type_Declaration): In case of anonymous access
33608         types the level of accessibility depends on the enclosing type
33609         declaration.
33610
33611         * sem_ch8.adb (Find_Expanded_Name): Fix condition to detect shadow
33612         entities. Complete documentation of previous change.
33613
33614 2004-05-24  Robert Dewar  <dewar@gnat.com>
33615
33616         * namet.adb: Minor reformatting
33617         Avoid use of name I (replace by J)
33618         Minor code restructuring
33619
33620         * sem_ch6.adb: Minor reformatting
33621
33622         * lib-writ.adb: Do not set restriction as active if this is a
33623         Restriction_Warning case.
33624
33625         * sem_prag.adb: Reset restriction warning flag if real pragma
33626         restriction encountered.
33627
33628         * s-htable.adb: Minor reformatting
33629         Change rotate count to 3 in Hash (improves hash for small strings)
33630
33631         * 5qsystem.ads: Add comments for type Address (no literals allowed).
33632
33633         * gnat_ugn.texi: Add new section of documentation "Code Generation
33634         Control", which describes the use of -m switches.
33635
33636 2004-05-24  Eric Botcazou  <ebotcazou@act-europe.fr>
33637
33638         trans.c (tree_transform) <N_Identifier>: Do the dereference directly
33639         through the DECL_INITIAL for renamed variables.
33640
33641 2004-05-24  Arnaud Charlet  <charlet@act-europe.fr>
33642
33643         * s-osinte-linux-ia64.ads: Renamed system-linux-ia64.ads
33644
33645 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
33646
33647         * exp_dbug.ads: Correct comments concerning handling of overloading,
33648         since we no longer use $ anymore.
33649
33650 2004-05-19  Sergey Rybin  <rybin@act-europe.fr>
33651
33652         * sem_ch10.adb (Optional_Subunit): When loading a subunit, do not
33653         ignore errors if ASIS_Mode is set. This prevents creating ASIS trees
33654         with illegal subunits.
33655
33656 2004-05-19  Ed Schonberg  <schonberg@gnat.com>
33657
33658         * sem_ch6.adb (Check_Following_Pragma): When compiling a subprogram
33659         body with front-end inlining enabled, check whether an inline pragma
33660         appears immediately after the body and applies to it.
33661
33662         * sem_prag.adb (Cannot_Inline): Emit warning if front-end inlining is
33663         enabled and the pragma appears after the body of the subprogram.
33664
33665 2004-05-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33666
33667         Part of function-at-a-time conversion
33668
33669         * misc.c (adjust_decl_rtl): Deleted.
33670         (LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
33671         Define.
33672
33673         * gigi.h: (adjust_decl_rtl, kept_level_p, set_block): Deleted.
33674         (add_decl_stmt, add_stmt, block_has_vars): New functions.
33675         (gnat_pushlevel, gnat_poplevel): Renamed from pushlevel and poplevel.
33676
33677         * decl.c (elaborate_expression, maybe_pad_type): Call add_decl_stmt
33678         when making a decl.
33679         (gnat_to_gnu_entity): Likewise.
33680         Use add_stmt to update setjmp buffer.
33681         Set TREE_ADDRESSABLE instead of calling put_var_into_stack and
33682         flush_addressof.
33683         No longer call adjust_decl_rtl.
33684         (DECL_INIT_BY_ASSIGN_P): New macro.
33685         (DECL_STMT_VAR): Likewise.
33686
33687         * trans.c (gigi): Call start_block_stmt to make the outermost
33688         BLOCK_STMT.
33689         (gnat_to_code, gnu_to_gnu, tree_transform, process_decls, process_type):
33690         Call start_block_stmt and end_block_stmt temporarily.
33691         Use gnat_expand_stmt instead of expand_expr_stmt.
33692         (add_decl_stmt): New function.
33693         (tree_transform): Call it.
33694         (add_stmt): Also emit initializing assignment for DECL_STMT if needed.
33695         (end_block_stmt): Set type and NULL_STMT.
33696         (gnat_expand_stmt): Make recursize call instead of calling
33697         expand_expr_stmt.
33698         (gnat_expand_stmt, case DECL_STMT): New case.
33699         (set_lineno_from_sloc): Do nothing if global.
33700         (gnu_block_stmt_node, gnu_block_stmt_free_list): New variables.
33701         (start_block_stmt, add_stmt, end_block_stmt): New functions.
33702         (build_block_stmt): Call them.
33703         (gnat_to_code): Don't expand NULL_STMT.
33704         (build_unit_elab): Rename pushlevel and poplevel to gnat_* and change
33705         args.
33706         (tree_transform): Likewise.
33707         (tree_transform, case N_Null_Statement): Return NULL_STMT.
33708         (gnat_expand_stmt, case NULL_STMT): New case.
33709         (gnat_expand_stmt, case IF_STMT): Allow nested IF_STMT to have no
33710         IF_STMT_TRUE.
33711
33712         * utils2.c (gnat_mark_addressable, case VAR_DECL): Do not set
33713         TREE_ADDRESSABLE.
33714
33715         * utils.c (create_var_decl): Do not call expand_decl or
33716         expand_decl_init.
33717         Set TREE_ADDRESSABLE instead of calling gnat_mark_addressable.
33718         Set DECL_INIT_BY_ASSIGN_P when needed and do not generate MODIFY_EXPR
33719         here.
33720         (struct e_stack): Add chain_next to GTY.
33721         (struct binding_level): Deleted.
33722         (struct ada_binding_level): New struct.
33723         (free_block_chain): New.
33724         (global_binding_level, clear_binding_level): Deleted.
33725         (global_bindings_p): Rework to see if no chain.
33726         (kept_level_p, set_block): Deleted.
33727         (gnat_pushlevel): Renamed from pushlevel and extensive reworked to use
33728         new data structure and work directly on BLOCK node.
33729         (gnat_poplevel): Similarly.
33730         (get_decls): Look at BLOCK_VARS.
33731         (insert_block): Work directly on BLOCK node.
33732         (block_has_var): New function.
33733         (pushdecl): Rework for new binding structures.
33734         (gnat_init_decl_processing): Rename and rework calls to pushlevel and
33735         poplevel.
33736         (build_subprog_body): Likewise.
33737         (end_subprog_body): Likewise; also set up BLOCK in DECL_INITIAL.
33738
33739         * ada-tree.def (DECL_STMT, NULL_STMT): New codes.
33740
33741         * ada-tree.h: (DECL_INIT_BY_ASSIGN_P): New macro.
33742         (DECL_STMT_VAR): Likewise.
33743
33744 2004-05-17  Robert Dewar  <dewar@gnat.com>
33745
33746         * restrict.ads, restrict.adb (Process_Restriction_Synonym): New
33747         procedure
33748
33749         * sem_prag.adb (Analyze_Pragma, case Restrictions): Cleanup handling
33750         of restriction synonyums by using
33751         Restrict.Process_Restriction_Synonyms.
33752
33753         * snames.ads, snames.adb: Add entries for Process_Restriction_Synonym
33754
33755         * s-restri.ads (Tasking_Allowed): Correct missing comment
33756
33757         * s-rident.ads: Add entries for restriction synonyms
33758
33759         * ali.adb: Fix some problems with badly formatted ALI files that can
33760         result in infinite loops.
33761
33762         * s-taprop-lynxos.adb, s-tpopsp-lynxos.adb, s-taprop-tru64.adb,
33763         s-tpopsp-posix-foreign.adb, s-taprop-irix.adb, s-interr-sigaction.adb,
33764         s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
33765         s-taprop-dummy.adb, s-interr-dummy.adb, s-taprop-os2.adb,
33766         s-taprop-solaris.adb, s-tpopsp-solaris.adb, s-asthan-vms.adb,
33767         s-inmaop-vms.adb, s-interr-vms.adb, s-taprop-vms.adb,
33768         s-tpopde-vms.adb, s-taprop-mingw.adb, s-interr-vxworks.adb,
33769         s-taprop-vxworks.adb, s-tpopsp-vxworks.adb, s-taprop-posix.adb,
33770         s-tpopsp-posix.adb, s-tratas-default.adb, a-dynpri.adb,
33771         a-tasatt.adb, a-taside.adb, a-taside.ads, exp_attr.adb,
33772         exp_ch9.adb, g-thread.adb, rtsfind.ads, sem_attr.adb,
33773         s-interr.adb, s-interr.ads, s-soflin.ads, s-taasde.adb,
33774         s-taasde.ads, s-taenca.adb, s-taenca.ads, s-taprop.ads,
33775         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
33776         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
33777         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
33778         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
33779         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
33780         s-tpoben.adb, s-tpobop.adb, s-tpobop.ads, s-tporft.adb,
33781         s-tposen.adb, s-tposen.ads, s-tratas.adb, s-tratas.ads: Change Task_ID
33782         to Task_Id (minor cleanup).
33783
33784 2004-05-17  Vincent Celier  <celier@gnat.com>
33785
33786         * g-os_lib.adb (Normalize_Pathname.Final_Value): Remove trailing
33787         directory separator.
33788
33789         * prj-proc.adb (Recursive_Process): Inherit attribute Languages from
33790         project being extended, if Languages is not declared in extending
33791         project.
33792
33793 2004-05-17  Javier Miranda  <miranda@gnat.com>
33794
33795         * sem_ch10.adb (Install_Limited_Withed_Unit): Do not install the
33796         limited view of a visible sibling.
33797
33798 2004-05-14  Robert Dewar  <dewar@gnat.com>
33799
33800         * gnat_ugn.texi: Minor change to -gnatS documentation
33801
33802         * sprint.adb: Remove some instances of Assert (False) and for this
33803         purpose replace them by output of a ??? string.
33804
33805         * checks.adb, exp_aggr.adb, sem_elim.adb: Remove useless pragma
33806         Assert (False).
33807
33808         * lib-writ.adb, lib-load.adb, lib.ads, lib.adb: Remove Dependent_Unit
33809         flag processing. This was suppressing required dependencies in
33810         No_Run_Time mode and is not needed since the binder does not generate
33811         references for things in libgnat anyway.
33812
33813         * sem_ch3.adb (Access_Type_Declaration): Reorganize code to avoid GCC
33814         warning.
33815
33816 2004-05-14  Thomas Quinot  <quinot@act-europe.fr>
33817
33818         * gnat_ugn.texi: Document AIX-specific issue with initialization of
33819         resolver library.
33820
33821         * exp_ch4.adb (Insert_Dereference_Action): Do not generate dereference
33822         action for the case of an actual parameter in an init proc call.
33823
33824 2004-05-14  Ed Schonberg  <schonberg@gnat.com>
33825
33826         * sem_ch4.adb (Analyze_Selected_Component): If prefix is a protected
33827         subtype, check visible entities in base type.
33828
33829         * exp_ch7.adb (Clean_Simple_Protected_Objects): Do not generate cleanup
33830         actions if the object is a renaming.
33831
33832         * sem_ch12.adb (Same_Instantiated_Entity): Predicate for
33833         Check_Formal_Package_Instance, to determine more precisely when the
33834         formal and the actual denote the same entity.
33835
33836 2004-05-14  Javier Miranda  <miranda@gnat.com>
33837
33838         * par-ch10.adb (P_Context_Clause): Complete documentation on AI-262
33839
33840         * sem_ch10.adb (Analyze_With_Clause): After analyzed, the entity
33841         corresponding to a private_with must be removed from visibility; it
33842         will be made visible later, just before we analyze the private part of
33843         the package.
33844         (Check_Private_Child_Unit): Allow private_with clauses in public
33845         siblings.
33846         (Install_Siblings): Make visible the private entities of private-withed
33847         siblings.
33848         (Install_Withed_Unit): Do not install the private withed unit if we
33849         are compiling a package declaration and the Private_With_OK flag was
33850         not set by the caller. These declarations will be installed later,
33851         just before we analyze the private part of the package.
33852
33853         * sem_ch3.adb (Analyze_Object_Declaration): In case of errors detected
33854         during the evaluation of the expression that initializes the object,
33855         decorate it with the expected type to avoid cascade errors.
33856         Code cleanup.
33857
33858         * sem_ch6.adb (Analyze_Subprogram_Body): If we are compiling a library
33859         subprogram we have to install the private_with clauses after its
33860         specification has been analyzed (as documented in AI-262.TXT).
33861
33862         * sem_ch8.adb (Has_Private_With): New function. Determines if the
33863         current compilation unit has a private with on a given entity.
33864         (Find_Direct_Name): Detect the Beaujolais problem described in
33865         AI-262.TXT
33866
33867         * sem_utils.ads, sem_util.adb (Is_Ancestor_Package): New function. It
33868         provides the functionality of the function Is_Ancestor that was
33869         previously available in sem_ch10. It has been renamed to avoid
33870         overloading.
33871
33872         * sprint.adb (Sprint_Node_Actual): Print limited_with clauses
33873
33874 2004-05-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33875
33876         * utils.c (build_vms_descriptor): Use SImode pointers.
33877
33878 2004-05-14  Vasiliy Fofanov  <fofanov@act-europe.fr>
33879
33880         * gnat_ugn.texi: Revised chapter "GNAT and Libraries".
33881
33882 2004-05-14  GNAT Script  <nobody@gnat.com>
33883
33884         * Make-lang.in: Makefile automatically updated
33885
33886 2004-05-14  Arnaud Charlet  <charlet@act-europe.fr>
33887
33888         Renaming of target specific files for clarity
33889
33890         * Makefile.in: Rename GNAT target specific files.
33891
33892         * 31soccon.ads, 31soliop.ads 35soccon.ads, 3asoccon.ads,
33893         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3psoccon.ads,
33894         3ssoccon.ads, 3ssoliop.ads, 3veacodu.adb, 3vexpect.adb,
33895         3vsoccon.ads, 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb,
33896         3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads, 3wsoliop.ads,
33897         3zsoccon.ads, 3zsocthi.adb, 3zsocthi.ads, 41intnam.ads,
33898         42intnam.ads, 45intnam.ads, 4aintnam.ads, 4cintnam.ads,
33899         4gintnam.ads, 4hexcpol.adb, 4hintnam.ads, 4lintnam.ads,
33900         4nintnam.ads, 4ointnam.ads, 4onumaux.ads, 4pintnam.ads,
33901         4sintnam.ads, 4vcaldel.adb, 4vcalend.adb, 4vcalend.ads,
33902         4vintnam.ads, 4wcalend.adb, 4wexcpol.adb, 4wintnam.ads,
33903         4zintnam.ads, 4znumaux.ads, 4zsytaco.adb, 4zsytaco.ads,
33904         51osinte.adb, 51osinte.ads, 51system.ads,
33905         52osinte.adb, 52osinte.ads, 53osinte.ads, 54osinte.ads,
33906         55osinte.adb, 55osinte.ads, 55system.ads, 56osinte.adb,
33907         56osinte.ads, 56system.ads, 56taprop.adb, 56taspri.ads,
33908         56tpopsp.adb, 57system.ads, 58system.ads,
33909         5amastop.adb, 5aml-tgt.adb, 5aosinte.adb, 5aosinte.ads,
33910         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
33911         5atpopsp.adb, 5avxwork.ads, 5bml-tgt.adb, 5bosinte.adb,
33912         5bosinte.ads, 5bsystem.ads, 5cosinte.ads, 5csystem.ads,
33913         5dsystem.ads, 5esystem.ads, 5fintman.adb, 5fosinte.adb,
33914         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
33915         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gml-tgt.adb,
33916         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
33917         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
33918         5hml-tgt.adb, 5hosinte.adb, 5hosinte.ads, 5hparame.ads,
33919         5hsystem.ads, 5htaprop.adb, 5htaspri.ads, 5htraceb.adb,
33920         5iosinte.adb, 5iosinte.ads, 5itaprop.adb, 5itaspri.ads,
33921         5ksystem.ads, 5kvxwork.ads, 5lml-tgt.adb, 5losinte.ads,
33922         5lparame.adb, 5lsystem.ads, 5msystem.ads, 5mvxwork.ads,
33923         5ninmaop.adb, 5nintman.adb, 5nosinte.ads, 5nsystem.ads,
33924         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
33925         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
33926         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
33927         5posprim.adb, 5psystem.ads, 5pvxwork.ads, 5sintman.adb,
33928         5sml-tgt.adb, 5sosinte.adb, 5sosinte.ads, 5sosprim.adb,
33929         5sparame.adb, 5ssystem.ads, 5staprop.adb, 5stasinf.adb,
33930         5stasinf.ads, 5staspri.ads, 5stpopsp.adb, 5svxwork.ads,
33931         5tosinte.ads, 5usystem.ads, 5vasthan.adb, 5vdirval.adb,
33932         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
33933         5vmastop.adb, 5vml-tgt.adb, 5vosinte.adb, 5vosinte.ads,
33934         5vosprim.adb, 5vosprim.ads, 5vparame.ads, 5vsymbol.adb,
33935         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
33936         5vtpopde.ads, 5vtraent.adb, 5vtraent.ads, 5vvaflop.adb,
33937         5wdirval.adb, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
33938         5wml-tgt.adb, 5wosinte.ads, 5wosprim.adb, 5wsystem.ads,
33939         5wtaprop.adb, 5wtaspri.ads, 5xparame.ads, 5xsystem.ads,
33940         5xvxwork.ads, 5yparame.ads, 5ysystem.ads, 5zinterr.adb,
33941         5zintman.adb, 5zintman.ads, 5zml-tgt.adb, 5zosinte.adb,
33942         5zosinte.ads, 5zosprim.adb, 5zparame.ads, 5zstchop.adb,
33943         5zsystem.ads, 5ztaprop.adb, 5ztaspri.ads, 5ztfsetr.adb,
33944         5ztpopsp.adb, 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads,
33945         7sinmaop.adb, 7sintman.adb, 7sosinte.adb, 7sosprim.adb,
33946         7staprop.adb, 7staspri.ads, 7stfsetr.adb, 7stpopsp.adb,
33947         7straceb.adb, 7straces.adb, 7strafor.adb, 7strafor.ads,
33948         7stratas.adb, 86numaux.adb, 86numaux.ads: Replaced by files below.
33949
33950         * a-caldel-vms.adb, a-calend-mingw.adb, a-calend-vms.adb,
33951         a-calend-vms.ads, a-dirval-mingw.adb, a-dirval-vms.adb,
33952         a-excpol-abort.adb, a-excpol-interix.adb, a-intnam-aix.ads,
33953         a-intnam-dummy.ads, a-intnam-freebsd.ads, a-intnam-hpux.ads,
33954         a-intnam-interix.ads, a-intnam-irix.ads, a-intnam-linux.ads,
33955         a-intnam-lynxos.ads, a-intnam-mingw.ads, a-intnam-os2.ads,
33956         a-intnam-solaris.ads, a-intnam-tru64.ads, a-intnam-unixware.ads,
33957         a-intnam-vms.ads, a-intnam-vxworks.ads, a-numaux-libc-x86.ads,
33958         a-numaux-vxworks.ads, a-numaux-x86.adb, a-numaux-x86.ads,
33959         a-sytaco-vxworks.adb, a-sytaco-vxworks.ads, g-eacodu-vms.adb,
33960         g-expect-vms.adb, g-soccon-aix.ads, g-soccon-freebsd.ads,
33961         g-soccon-hpux.ads, g-soccon-interix.ads, g-soccon-irix.ads,
33962         g-soccon-mingw.ads, g-soccon-solaris.ads, g-soccon-tru64.ads,
33963         g-soccon-unixware.ads, g-soccon-vms.adb, g-soccon-vxworks.ads,
33964         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vms.adb,
33965         g-socthi-vms.ads, g-socthi-vxworks.adb, g-socthi-vxworks.ads,
33966         g-soliop-mingw.ads, g-soliop-solaris.ads, g-soliop-unixware.ads,
33967         g-trasym-vms.adb, i-cpp-vms.adb, i-cstrea-vms.adb,
33968         interfac-vms.ads, mlib-tgt-aix.adb, mlib-tgt-hpux.adb,
33969         mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-mingw.adb,
33970         mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
33971         mlib-tgt-vxworks.adb, s-asthan-vms.adb, s-gloloc-mingw.adb,
33972         s-inmaop-dummy.adb, s-inmaop-posix.adb, s-inmaop-vms.adb,
33973         s-interr-dummy.adb, s-interr-sigaction.adb, s-interr-vms.adb,
33974         s-interr-vxworks.adb, s-intman-dummy.adb, s-intman-irix.adb,
33975         s-intman-irix-athread.adb, s-intman-mingw.adb, s-intman-posix.adb,
33976         s-intman-solaris.adb, s-intman-vms.adb, s-intman-vms.ads,
33977         s-intman-vxworks.adb, s-intman-vxworks.ads, s-mastop-irix.adb,
33978         s-mastop-tru64.adb, s-mastop-vms.adb, s-mastop-x86.adb,
33979         s-memory-mingw.adb, s-osinte-aix.adb, s-osinte-aix.ads,
33980         s-osinte-aix-fsu.ads, s-osinte-dummy.ads, s-osinte-freebsd.adb,
33981         s-osinte-freebsd.ads, s-osinte-fsu.adb, s-osinte-hpux.ads,
33982         s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads, s-osinte-interix.ads,
33983         s-osinte-irix.adb, s-osinte-irix.ads, s-osinte-irix-athread.ads,
33984         s-osinte-linux.ads, s-osinte-linux-fsu.ads, s-osinte-linux-ia64.ads,
33985         s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
33986         s-osinte-lynxos.ads, s-osinte-mingw.ads, s-osinte-os2.adb,
33987         s-osinte-os2.ads, s-osinte-posix.adb, s-osinte-solaris.adb,
33988         s-osinte-solaris.ads, s-osinte-solaris-fsu.ads,
33989         s-osinte-solaris-posix.ads, s-osinte-tru64.adb, s-osinte-tru64.ads,
33990         s-osinte-unixware.adb, s-osinte-unixware.ads, s-osinte-vms.adb,
33991         s-osinte-vms.ads, s-osinte-vxworks.adb,
33992         s-osinte-vxworks.ads, s-osprim-mingw.adb,
33993         s-osprim-os2.adb, s-osprim-posix.adb, s-osprim-solaris.adb,
33994         s-osprim-unix.adb, s-osprim-vms.adb, s-osprim-vms.ads,
33995         s-osprim-vxworks.adb, s-parame-ae653.ads, s-parame-hpux.ads,
33996         s-parame-linux.adb, s-parame-os2.adb, s-parame-solaris.adb,
33997         s-parame-vms.ads, s-parame-vms-restrict.ads, s-parame-vxworks.ads,
33998         s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
33999         s-stchop-vxworks.adb, s-taprop-dummy.adb,
34000         s-taprop-hpux-dce.adb, s-taprop-irix.adb,
34001         s-taprop-irix-athread.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
34002         s-taprop-mingw.adb, s-taprop-os2.adb, s-taprop-posix.adb,
34003         s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
34004         s-taprop-vxworks.adb, s-tasinf-irix.ads, s-tasinf-irix-athread.adb,
34005         s-tasinf-irix-athread.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
34006         s-tasinf-tru64.ads, s-taspri-dummy.ads, s-taspri-hpux-dce.ads,
34007         s-taspri-linux.ads, s-taspri-lynxos.ads, s-taspri-mingw.ads,
34008         s-taspri-os2.ads, s-taspri-posix.ads, s-taspri-solaris.ads,
34009         s-taspri-tru64.ads, s-taspri-vms.ads, s-taspri-vxworks.ads,
34010         s-tfsetr-default.adb, s-tfsetr-vxworks.adb, s-tpopde-vms.adb,
34011         s-tpopde-vms.ads, s-tpopsp-lynxos.adb, s-tpopsp-posix.adb,
34012         s-tpopsp-posix-foreign.adb, s-tpopsp-solaris.adb, s-tpopsp-vxworks.adb,
34013         s-traceb-hpux.adb, s-traceb-mastop.adb, s-traces-default.adb,
34014         s-traent-vms.adb, s-traent-vms.ads, s-trafor-default.adb,
34015         s-trafor-default.ads, s-tratas-default.adb, s-vaflop-vms.adb,
34016         s-vxwork-alpha.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
34017         s-vxwork-ppc.ads, s-vxwork-sparcv9.ads, s-vxwork-xscale.ads,
34018         symbols-vms.adb, system-aix.ads, system-freebsd-x86.ads,
34019         system-hpux.ads, system-interix.ads, system-irix-n32.ads,
34020         system-irix-o32.ads, system-linux-x86_64.ads,
34021         system-linux-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
34022         system-mingw.ads, system-os2.ads, system-solaris-sparc.ads,
34023         system-solaris-sparcv9.ads, system-solaris-x86.ads, system-tru64.ads,
34024         system-unixware.ads, system-vms.ads, system-vms-zcx.ads,
34025         system-vxworks-alpha.ads, system-vxworks-m68k.ads,
34026         system-vxworks-mips.ads, system-vxworks-ppc.ads,
34027         system-vxworks-sparcv9.ads, system-vxworks-xscale.ads: Replace files
34028         above.
34029
34030 2004-05-13  Zack Weinberg  <zack@codesourcery.com>
34031
34032         * trans.c (gnat_stabilize_reference_1): Remove case 'b'.
34033
34034 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
34035
34036         Merge from tree-ssa-20020619-branch.
34037
34038         * config-lang.in (boot_language, build_by_default): Set
34039         to no.
34040         * utils.c (unchecked_convert): Use OEP_ONLY_CONST.
34041         (max_size): Add static chain op for call_expr.
34042
34043 2004-05-12  Richard Sandiford  <rsandifo@redhat.com>
34044
34045         PR target/15331
34046         * 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '.
34047
34048 2004-05-11  Roger Sayle  <roger@eyesopen.com>
34049
34050         * utils.c (max_size): Use MIN_EXPR to find the minimum value of a
34051         COND_EXPR.
34052
34053 2004-05-10  Doug Rupp  <rupp@gnat.com>
34054
34055         * 5qsystem.ads: Remove Short_Address subtype declaration. Moved to
34056         system.aux_dec.
34057
34058         * s-auxdec.ads: Add Short_Address subtype (moved here from System).
34059
34060         * Makefile.in: [VMS]: Add translation for 5qauxdec.ads.
34061
34062         * init.c: [VMS] Macroize LIB$ calls for IA64 and Alpha.
34063         Fixes undefined symbols in IA64 gnatlib.
34064
34065         * 5vinmaop.adb: Reference s-auxdec for Short_Address.
34066
34067         * 5xsystem.ads, 5vsystem.ads: Back out last change (addition of subtype
34068         Short_Address). This will be moved to system.auxdec.
34069
34070 2004-05-10  Thomas Quinot  <quinot@act-europe.fr>
34071
34072         * sem_util.adb: Replace test for presence of a node that is always
34073         present with a call to Discard_Node.
34074
34075         * sem_ch10.adb (Analyze_Compilation_Unit): Remove superfluous call to
34076         Analyze on the library unit node after generation of distribution stub
34077         constructs.  The call was a no-op because Unit_Node has already been
34078         Analyzed, and the tree fragments for the distribution stubs are
34079         analyzed as they are inserted in Exp_Dist.
34080         Update comment regarding to distribution stubs to reflect that we
34081         do not generate stub in separate files anymore.
34082
34083         * einfo.ads: Clarify the fact that a tagged private type has the
34084         E_Record_Type_With_Private Ekind.
34085
34086         * erroutc.adb: Minor reformatting
34087
34088         * erroutc.ads (Max_Msg_Length): Increase to cover possible larger
34089         values if line length is increased using -gnatyM (noticed during code
34090         reading).
34091
34092         * eval_fat.adb: Minor reformatting
34093         Put spaces around exponentiation operator
34094
34095 2004-05-10  Ed Schonberg  <schonberg@gnat.com>
34096
34097         PR ada/15005
34098         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): If prefix
34099         has been rewritten as an explicit dereference, retrieve type of
34100         original node to check for possibly unconstrained record type.
34101
34102 2004-05-10  Ed Schonberg  <schonberg@gnat.com>
34103
34104         * exp_ch7.adb (Check_Visibly_Controlled): If given operation is not
34105         overriding, use the operation of the parent unconditionally.
34106
34107         * sem_ch4.adb (Remove_Address_Interpretations): Remove address
34108         operation when either operand is a literal, to avoid further
34109         ambiguities.
34110
34111         * sem_ch6.adb (New_Overloaded_Entity): If new entity is inherited and
34112         overridden by a previous explicit declaration, mark the previous entity
34113         as overriding.
34114
34115         * sem_disp.adb (Check_Dispatching_Operation): New predicate
34116         Is_Visibly_Controlled, to determine whether a declaration of a
34117         primitive control operation for a derived type overrides an inherited
34118         one. Add warning if the explicit declaration does not override.
34119
34120 2004-05-10  Vincent Celier  <celier@gnat.com>
34121
34122         * gnatls.adb (Gnatls): Initialize Snames, to avoid assertion error in
34123         some cases when the sources are no longer present.
34124
34125         * make.adb (Collect_Arguments): Fail if an external source, not part
34126         of any project need to be compiled, when switch -x has not been
34127         specified.
34128
34129         * makeusg.adb: Document new switch -x
34130
34131         * opt.ads (External_Unit_Compilation_Allowed): New Boolean flag,
34132         defaulted to False.
34133
34134         * switch-m.adb (Scan_Make_Switches): New switch -x
34135
34136         * vms_data.ads: Add VMS qualifier /NON_PROJECT_UNIT_COMPILATION for
34137         gnatmake switch -x.
34138
34139         * gnat_ugn.texi: Document new gnatmake switch -x
34140
34141 2004-05-10  Eric Botcazou  <ebotcazou@act-europe.fr>
34142
34143         * misc.c (gnat_init_options): Set flag_zero_initialized_in_bss to 0.
34144
34145         * utils.c (create_var_decl): Do not modify the DECL_COMMON flag.
34146         (process_attributes): Likewise.
34147
34148 2004-05-10  Joel Brobecker  <brobecker@gnat.com>
34149
34150         * s-inmaop.ads: Fix spelling mistake in one of the comments.
34151
34152 2004-05-10  Robert Dewar  <dewar@gnat.com>
34153
34154         * gnat_ugn.texi: Document that for config pragma files, the maximum
34155         line length is always 32767.
34156
34157         * gnat_rm.texi: For pragma Eliminate, note that concatenation of string
34158         literals is now allowed.
34159
34160         * gnat-style.texi: Remove statement about splitting long lines before
34161         an operator rather than after, since we do not follow this rule at all.
34162         Clarify rule (really lack of rule) for spaces around exponentiation
34163
34164         * sem_elim.adb: Allow concatenation of string literals as well as a
34165         single string literal for pragma arguments.
34166
34167         * sem_prag.ads, sem_prag.adb: (Is_Config_Static_String): New function
34168
34169         * a-textio.adb (Terminate_Line): Do not add line feed if nothing
34170         written for append case.
34171
34172         * frontend.adb: Changes to avoid checking max line length in config
34173         pragma files.
34174
34175         * g-os_lib.ads: Minor reformatting
34176
34177         * mlib-utl.adb: Do not define Max_Line_Length locally (definition was
34178         wrong in any case. Instead use standard value. Noticed during code
34179         reading.
34180
34181         * opt.ads (Max_Line_Length): New field, used to implement removal of
34182         limitation on length of lines when scanning config pragma files.
34183
34184         * osint.ads, prj-dect.adb, prj-strt.adb, prj-tree.adb,
34185         makeutl.ads, makeutl.adb: Minor reformatting
34186
34187         * scn.adb: Do not check line length while scanning config pragma files
34188         Do not check line length while scanning out license information
34189
34190         * scng.adb: Changes to avoid line length checks while parsing config
34191         pragma files.
34192
34193 2004-05-10  GNAT Script  <nobody@gnat.com>
34194
34195         * Make-lang.in: Makefile automatically updated
34196
34197 2004-05-05  Arnaud Charlet  <charlet@act-europe.fr>
34198
34199         * osint.adb (Find_Program_Name): Fix handling of VMS version
34200         number.
34201
34202 2004-05-05  Emmanuel Briot  <briot@act-europe.fr>
34203
34204         * g-os_lib.ads (Invalid_Time): New constant
34205
34206         * adaint.h, adaint.c (__gnat_file_time_name, __gnat_file_time_fd): Now
34207         return OS_Time instead of time_t to match what is imported by Ada.
34208         Now return -1 if the file doesn't exist, instead of a random value
34209
34210 2004-05-05  Robert Dewar  <dewar@gnat.com>
34211
34212         * usage.adb: Add line for -gnatR?s switch
34213
34214         * sem_ch13.adb, exp_ch2.adb: Minor reformatting
34215
34216         * g-regpat.ads, g-regpat.adb: Add documentation on handling of Size
34217         and for Match (Data_First, Data_last)
34218
34219         * lib-writ.adb (Write_With_Lines): Ensure that correct index number is
34220         written when we are dealing with multi-unit files.
34221
34222 2004-05-05  Jerome Guitton  <guitton@act-europe.fr>
34223
34224         * Makefile.in: Remove unused targets and variables.
34225
34226 2004-05-05  Vincent Celier  <celier@gnat.com>
34227
34228         * switch-m.adb: New gnatmake switch -eI
34229
34230         * vms_data.ads: Add VMS equivalents of new gnatclean swith -innn and
34231         of new gnatmake switch -eInnn.
34232
34233         * makegpr.adb: Take into account new parameters Index and Src_Index in
34234         Prj.Util.
34235
34236         * clean.adb: Implement support for multi-unit sources, including new
34237         switch -i.
34238
34239         * gnatcmd.adb (GNATCmd): Call Prj.Util.Value_Of with new parameter
34240         Src_Index.
34241
34242         * make.ads, make.adb (Insert_Q): New parameter Index, defaulted to 0
34243         (Extract_From_Q): New out parameter Index
34244         (Mark, Is_Marked): Subprograms moved to Makeutl
34245         (Switches_Of): New parameter Source_Index
34246         (Add_Switch): New parameter Index
34247         (Check): New parameter Source_Index
34248         (Collect_Arguments): New parameter Source_Index
34249         (Collect_Arguments_And_Compile): New parameter Source_Index
34250         (Compile): New parameter Source_Index
34251         Put subprograms in alphabetical order
34252         Add support for multi-source sources, including in project files.
34253
34254         * makeutl.ads, makeutl.adb (Unit_Index_Of): New function
34255         (Mark, Is_Marked, Delete_All_Marks): New subprograms, moved from
34256         Make.
34257
34258         * makeusg.adb: New gnatmake switch -eInnn
34259
34260         * mlib-prj.adb (Build_Library): Add new parameter Src_Index to call to
34261         Prj.Util.Value_Of.
34262
34263         * opt.ads (Main_Index): New variable, defaulted to 0.
34264
34265         * osint.ads, osinte.adb (Add_File): New parameter Index
34266         (Current_Source_Index): New function
34267
34268         * prj.adb: Take into account new components Index and Src_Index
34269
34270         * prj.ads (String_Element): New component Index
34271         (Variable_Value): New component Index
34272         (Array_Element): New component Src_Index
34273
34274         * prj-attr.adb: Indicate that optional index may be specified for
34275         attributes Main, Executable, Spec, Body and some of Switches.
34276
34277         * prj-attr.ads (Attribute_Kind): New values for optional indexes
34278         (Attribute_Record): New component Optional_Index
34279
34280         * prj-com.ads (File_Name_Data): New component Index
34281
34282         * prj-dect.adb (Parse_Attribute_Declaration): Process optional index
34283
34284         * prj-env.adb (Put): Output optional index
34285
34286         * prj-makr.adb: Put indexes for multi-unit sources in SFN pragmas and
34287         attributes Spec and Body.
34288
34289         * prj-nmsc.adb: Process optional indexes
34290
34291         * prj-pp.adb: Ouput "at" for optional indexes
34292
34293         * prj-proc.adb: Take into account optional indexes
34294
34295         * prj-strt.ads, prj-strt.adb (Terms): New Boolean parameter
34296         Optional_Index. For string literal,
34297         process optional index when Optional_Index is True.
34298         (Parse_Expresion): New Boolean parameter Optional_Index
34299
34300         * prj-tree.ads, prj-tree.adb (Source_Index_Of): New function
34301         (Set_Source_Index_Of): New procedure
34302
34303         * prj-util.adb (Executable_Of, Value_Of): Take into account optional
34304         index.
34305
34306         * prj-util.ads (Executable_Of): New parameter Index
34307         (Value_Of (Name_Id, Array_Element_Id) returning Variable_Value):
34308         New parameter Src_Index, defaulted to 0.
34309
34310 2004-05-05  Ed Schonberg  <schonberg@gnat.com>
34311
34312         PR ada/15257
34313         * sem_ch3.adb (Access_Definition): If this is an access parameter
34314         whose designated type is imported through a limited_with clause, do
34315         not add the enclosing subprogram to the list of private dependents of
34316         the type.
34317
34318 2004-05-05  Ed Schonberg  <schonberg@gnat.com>
34319
34320         PR ada/15258
34321         * sem_ch6.adb (Base_Types_Match): True if one type is imported through
34322         a limited_with clause, and the other is its non-limited view.
34323
34324 2004-05-05  Thomas Quinot  <quinot@act-europe.fr>
34325
34326         * cstand.adb (Create_Standard): Initialize Stand.Boolean_Literals.
34327
34328         * exp_attr.adb, exp_ch5.adb, exp_ch9.adb, exp_disp.adb,
34329         exp_fixd.adb, sem_attr.adb, sem_dist.adb, sem_util.adb: Use
34330         Stand.Boolean_Literals to produce references to entities
34331         Standard_False and Standard_True from compile-time computed boolean
34332         values.
34333
34334         * stand.ads (Boolean_Literals): New variable, provides the entity
34335         values for False and True, for use by the expander.
34336
34337 2004-05-05  Doug Rupp  <rupp@gnat.com>
34338
34339         * 5vinmaop.adb, 5[vx]system.ads: Add Short_Address subtype
34340         5vinmaop.adb: Unchecked convert Short_Address vice Address
34341
34342         * adaint.c, raise.c: Caste CRTL function return value
34343         to avoid gcc error on 32/64 bit IVMS.
34344
34345         * Makefile.in [VMS]: Use iar archiver if host = Alpha/VMS and
34346         target = IA64/VMS.
34347
34348         * init.c[VMS]: Only call Alpha specific __gnat_error_prehandler IN_RTS.
34349
34350         * 5qsystem.ads (Address): Declare as Long_Integer
34351         (Short_Address): Declare as 32 bit subtype of Address
34352         Declare  abstract address operations to avoid gratuitous ambiguities.
34353
34354 2004-05-05  Jose Ruiz  <ruiz@act-europe.fr>
34355
34356         * gnat_rm.texi: Use the new restriction Simple_Barriers (AI-249)
34357         instead of the old Boolean_Entry_Barriers.
34358         Ditto for No_Task_Attributes_Package instead of No_Task_Attributes.
34359
34360 2004-05-05  GNAT Script  <nobody@gnat.com>
34361
34362         * Make-lang.in: Makefile automatically updated
34363
34364 2004-05-03  Arnaud Charlet  <charlet@act-europe.fr>
34365
34366         * 50system.ads, 59system.ads, s-thread.ads: Removed, no longer used.
34367
34368 2004-05-03  Olivier Hainque  <hainque@act-europe.fr>
34369
34370         PR ada/15152
34371         * exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
34372         alone. Replacing object references by literals is inappropriate in a
34373         so low level context.
34374
34375 2004-05-03  Arnaud Charlet  <charlet@act-europe.fr>
34376
34377         * a-exexpr.adb: Add comments
34378
34379 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
34380
34381         * a-tags.adb (Tag_Table): Add Index_Check pragma Suppress. Allows us to
34382         declare the Ancestor_Tags array in Type_Specific_Data with a small size
34383         without risking a bounds check error when accessing one of its
34384         components.
34385         (Type_Specific_Data): Define Ancestor_Tags as a small array.
34386         This prevents us from hitting a limitation during the debug info
34387         generation when using stabs.
34388
34389         * a-tags.adb (Dispatch_Table): Define the Prims_Ptr component as a
34390         small array.
34391         This prevents us from hitting a limitation during the debug info
34392         generation when using stabs.
34393
34394 2004-05-03  Eric Botcazou  <ebotcazou@act-europe.fr>
34395
34396         lang-specs.h: Remove -gnatz* from specs.
34397
34398 2004-05-03  Vincent Celier  <celier@gnat.com>
34399
34400         * gprmake.adb, makegpr.ads, makegpr.adb: New files.
34401
34402         * Make-lang.in, Makefile.in: Add gprmake
34403
34404 2004-05-03  Thomas Quinot  <quinot@act-europe.fr>
34405
34406         * sem_aggr.adb: Fix typo in comment.
34407
34408 2004-05-03  Robert Dewar  <dewar@gnat.com>
34409
34410         * make.adb: Minor reformatting
34411
34412         * rtsfind.ads, rtsfind.adb: (RTU_Loaded): New function
34413
34414         * sem_attr.adb (Eval_Attribute, case Type_Class): Fix check for address
34415         so that it works when address is not a private type.
34416
34417         * sem_ch13.adb (Check_Expr_Constants, case N_Integer_Literal): Deal
34418         properly with rewritten unchecked conversions. This prevents
34419         order-of-elaboration issues that can otherwise arise.
34420         (Minimum_Size): Don't check size of access types under VMS
34421
34422         * sem_ch4.adb (Remove_Address_Interpretation): New circuit to remove
34423         interpretations of integer literals as type System.Address.
34424
34425         * sem_util.ads, sem_util.adb (Is_Descendent_Of_Address): New function
34426         (Is_Descendent_Of): New function
34427
34428 2004-05-03  Jose Ruiz  <ruiz@act-europe.fr>
34429
34430         * sem_prag.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
34431         Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length.
34432         No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment.
34433
34434         * sem_res.adb: Use the new restriction Max_Entry_Queue_Length instead
34435         of the old Max_Entry_Queue_Depth.
34436
34437         * snames.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
34438         Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length
34439         No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment
34440
34441         * snames.ads: New entry for proper handling of Boolean_Entry_Barriers.
34442         New entry for proper handling of Max_Entry_Queue_Depth.
34443         New entry for proper handling of No_Dynamic_Interrupts.
34444
34445         * s-rident.ads: Adding restriction Simple_Barriers (AI-00249) that
34446         supersedes the GNAT specific restriction Boolean_Entry_Barriers.
34447         Adding restriction Max_Entry_Queue_Length (AI-00249) that supersedes
34448         the GNAT specific restriction Max_Entry_Queue_Depth.
34449         Adding restriction No_Dynamic_Attachment (AI-00249) that supersedes
34450         the GNAT specific restriction No_Dynamic_Interrupts.
34451
34452         * restrict.ads, restrict.adb: Use the new restriction Simple_Barriers
34453         instead of the old Boolean_Entry_Barriers.
34454         Use the new restriction No_Dynamic_Attachment instead of the old
34455         No_Dynamic_Interrupts.
34456
34457         * exp_ch9.adb: Check restriction Simple_Barriers (AI-00249) that
34458         supersedes the GNAT specific restriction Boolean_Entry_Barriers.
34459
34460         * gnatbind.adb: Use the new restriction Max_Entry_Queue_Length instead
34461         of the old Max_Entry_Queue_Depth.
34462
34463 2004-05-03  GNAT Script  <nobody@gnat.com>
34464
34465         * Make-lang.in: Makefile automatically updated
34466
34467 2004-04-29  Ed Schonberg  <schonberg@gnat.com>
34468
34469         * checks.adb (Enable_Range_Check): If the prefix of an index component
34470         is an access to an unconstrained array, perform check unconditionally.
34471
34472 2004-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34473
34474         * decl.c (gnat_to_gnu_field): Also call make_packable_type if
34475         Component_Clause.
34476
34477 2004-04-29  Olivier Hainque  <hainque@act-europe.fr>
34478
34479         * init.c (__gnat_install_handler, __gnat_error_handler): Remove
34480         alternate stack setting. There was no support for the tasking cases
34481         and the changes eventually caused a number of side-effect failures in
34482         the non-tasking case too.
34483
34484 2004-04-29  Eric Botcazou  <ebotcazou@act-europe.fr>
34485
34486         lang-specs.h: Redirect output to /dev/null if -gnatc or -gnatz or
34487         -gnats is passed.
34488
34489 2004-04-29  Vincent Celier  <celier@gnat.com>
34490
34491         * make.adb (Gnatmake): Increase max size of argument array for
34492         gnatbind for the potential addition of -F.
34493         If there are Stand-Alone Library projects, invoke gnatbind with -F to
34494         be sure that elaboration flags will be checked.
34495
34496         * switch-c.adb: Correct call to Scan_Pos for -gnateI
34497
34498 2004-04-29  Thomas Quinot  <quinot@act-europe.fr>
34499
34500         * sem_warn.adb (Check_References): Move '<access-variable> may be
34501         null' warning out of under Warn_On_No_Value_Assigned.
34502
34503 2004-04-29  Ed Falis  <falis@gnat.com>
34504
34505         * gnat_ugn.texi: Fixed texi error
34506
34507 2004-04-29  Robert Dewar  <dewar@gnat.com>
34508
34509         * sem_ch4.adb (Remove_Abstract_Operations): Unconditionally remove
34510         abstract operations if they come from predefined files.
34511
34512         * gnat_rm.texi: Fix bad doc for pragma Elaboration_Checks (should be
34513         Dynamic, not RM).
34514
34515         * s-addope.adb: Correct obvious error in mod function
34516
34517 2004-04-28  Andrew W. Reynolds  <awreynolds@mac.com>
34518
34519         * Makefile.in: Add target pairs for powerpc darwin*
34520         tasking support.
34521
34522         * a-intnam-darwin.ads, s-osinte-darwin.adb,
34523         s-osinte-darwin.ads, system-darwin-ppc.ads: New files.
34524
34525 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
34526
34527         * Makefile.in: Add target macro definitions for s390*-linux*.
34528         * system-linux-s390.ads: New file.
34529         * system-linux-s390x.ads: New file.
34530
34531 2004-04-28  Joseph S. Myers  <jsm@polyomino.org.uk>
34532
34533         * gnat_ugn.texi: Correct argument to @setfilename.
34534
34535 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
34536
34537         * a-exexpr.adb (Unwind_Word): New data type.
34538         (Unwind_Exception): Use it as type of Private1 and Private2.
34539
34540         * raise.c (db_action_for): Fix debug printf.
34541
34542 2004-04-27  Ed Schonberg  <schonberg@gnat.com>
34543
34544         * a-wtmoio.ads: Formal type must be a modular type, not a signed
34545         integer type.
34546
34547 2004-04-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34548
34549         * decl.c (gnat_to_gnu_entity, case object): Call
34550         __builtin_update_setjmp_buf.
34551
34552         * gigi.h (update_setjmp_buf): Deleted.
34553         (ADT_update_setjmp_buf_decl, update_setjmp_buf_decl): New.
34554
34555         * misc.c: (update_setjmp_buf): Deleted.
34556
34557         * trans.c (gnat_to_gnu): Call do_pending_stack_adjust and emit_queue
34558         around block of RTL.
34559
34560         * utils.c (init_gigi_decls): Initialize update_setjmp_buf.
34561
34562 2004-04-26  Thomas Quinot  <quinot@act-europe.fr>
34563
34564         * sem_dist.adb, exp_dist.adb: When constructing a RAS value for a local
34565         subprogram for which no pragma All_Calls_Remote applies, store the
34566         address of the real subprogram in the underlying record type, so local
34567         dereferences do not go through the PCS.
34568
34569 2004-04-26  Robert Dewar  <dewar@gnat.com>
34570
34571         * i-c.ads: Add some type qualifications to avoid ambiguities when
34572         compiling with s-auxdec.ads and a non-private address type.
34573
34574 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
34575
34576         * Makefile.rtl: Fix error in previous check-in:
34577         Add s-addope.o to non tasking object list (rather than tasking object
34578         list).
34579
34580 2004-04-26  Javier Miranda  <miranda@gnat.com>
34581
34582         * sem_aggr.adb: Fix typo in comments
34583         (Resolve_Aggr_Expr): Propagate the type to the nested aggregate.
34584         Required to check the null-exclusion attribute.
34585
34586         * sem_attr.adb (Resolve_Attribute): Check the accessibility level in
34587         case of anonymous access types in record and array components. For a
34588         component definition the level is the same of the enclosing composite
34589         type.
34590
34591         * sem_ch3.adb (Analyze_Component_Declaration): In case of components
34592         that are anonymous access types the level of accessibility depends on
34593         the enclosing type declaration. In order to have this information, set
34594         the scope of the anonymous access type to the enclosing record type
34595         declaration.
34596         (Array_Type_Declaration): In case of components that are anonymous
34597         access types the level of accessibility depends on the enclosing type
34598         declaration. In order to have this information, set the scope of the
34599         anonymous access type to the enclosing array type declaration.
34600
34601         * sem_ch3.adb (Array_Type_Declaration): Set the scope of the anonymous
34602         access type.
34603
34604         * sem_ch8.adb (Analyze_Object_Renaming): Add check to verify that
34605         renaming of anonymous access-to-constant types allowed if and only if
34606         the renamed object is access-to-constant.
34607
34608         * sem_util.adb (Type_Access_Level): In case of anonymous access types
34609         that are component_definition or discriminants of a nonlimited type,
34610         the level is the same as that of the enclosing component type.
34611
34612 2004-04-26  Sergey Rybin  <rybin@act-europe.fr>
34613
34614         * sem_elim.adb: Some minor code reorganization from code reading. Fix
34615         misprint in the function name (File_Name_Match).
34616
34617 2004-04-23  Laurent Guerby  <laurent@guerby.net>
34618
34619         * Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
34620         install.
34621
34622 2004-04-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
34623
34624         * Make-lang.in (GNATBIND_OBJS): Add s-addope.o.
34625
34626 2004-04-23  Emmanuel Briot  <briot@act-europe.fr>
34627
34628         * adaint.c (__gnat_try_lock): No longer requires that the parent
34629         directory be writable, the directory itself is enough.
34630         (gnat_is_absolute_path): Change profile, so that the call from
34631         GNAT.OS_Lib can be made more efficient.
34632
34633         * adaint.h (gnat_is_absolute_path): Change profile, so that the call
34634         from GNAT.OS_Lib can be made more efficient.
34635
34636         * g-os_lib.adb (Is_Absolute_Path): More efficient implementation, avoid
34637         one copy of the file name. Found by code reading.
34638
34639 2004-04-23  Vincent Celier  <celier@gnat.com>
34640
34641         * gnat_ugn.texi: Add documentation for gnatmake switch -eL
34642         Correct documentation on gnatmake switches transmitted to the compiler
34643
34644         * ali.ads: Minor comment fix
34645
34646 2004-04-23  Javier Miranda  <miranda@gnat.com>
34647
34648         * sem_ch6.adb: (Confirming Types): Code cleanup
34649
34650         * decl.c (gnat_to_gnu_entity): Give support to anonymous access to
34651         subprogram types: E_Anonymous_Access_Subprogram_Type and
34652         E_Anonymous_Access_Protected_Subprogram_Type.
34653
34654 2004-04-23  Thomas Quinot  <quinot@act-europe.fr>
34655
34656         * sem_dist.adb: Add a new paramter to the RAS_Access TSS indicating
34657         whether a pragma All_Calls_Remote applies to the subprogram on which
34658         'Access is taken.
34659         No functional change is introduced by this revision; the new parameter
34660         will be used to allow calls to local RCI subprograms to be optimized
34661         to not use the PCS in the case where no pragma All_Calls_Remote applies,
34662         as is already done in the PolyORB implementation of the DSA.
34663
34664         * exp_dist.adb: Add a new paramter to the RAS_Access TSS indicating
34665         whether a pragma All_Calls_Remote applies to the subprogram on which
34666         'Access is taken.
34667         No functional change is introduced by this revision; the new parameter
34668         will be used to allow calls to local RCI subprograms to be optimized
34669         to not use the PCS in the case where no pragma All_Calls_Remote applies,
34670         as is already done in the PolyORB implementation of the DSA.
34671
34672 2004-04-23  Robert Dewar  <dewar@gnat.com>
34673
34674         * Makefile.rtl: Add entry for s-addope.o in run time library list
34675         * Make-lang.in: Add entry for s-addope.o to GNAT1 objects
34676         * s-addope.ads, s-addope.adb: New files.
34677
34678         * s-carsi8.adb, s-carun8.adb, s-casi16.adb, s-casi32.adb,
34679         s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
34680         s-finimp.adb, s-geveop.adb, s-stoele.adb: Modifications to allow
34681         System.Address to be non-private and signed.
34682
34683         * sem_elim.adb: Minor reformatting (fairly extensive)
34684         Some minor code reorganization from code reading
34685         Add a couple of ??? comments
34686
34687 2004-04-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34688
34689         * trans.c (tree_transform, build_unit_elab): Don't call getdecls.
34690         (tree_transform, case N_If_Statement): Remove non-determinism.
34691
34692         * utils.c (begin_subprog_body): Just set DECL_CONTEXT in PARM_DECL.
34693
34694 2004-04-23  Sergey Rybin  <rybin@act-europe.fr>
34695
34696         * gnat_rm.texi: Small fixes in the changes made in the 'pragma
34697         Eliminate' section.
34698
34699         * snames.ads, snames.adb: Remove Name_Homonym_Number (Homonym_Number is
34700         no longer used as a parameter name for Eliminate pragma).
34701
34702 2004-04-22  Laurent Guerby  <laurent@guerby.net>
34703
34704         PR optimization/14984
34705         PR optimization/14985
34706         * trans.c (gigi): Fix non determinism leading to bootstrap
34707         comparison failures.
34708
34709 2004-04-21  Pascal Obry  <obry@gnat.com>
34710
34711         * adaint.c (__gnat_portable_spawn): Quote first argument (argv[0])
34712         passed to spawnvp() to properly handle program pathname with spaces on
34713         Win32.
34714
34715 2004-04-21  Emmanuel Briot  <briot@act-europe.fr>
34716
34717         * g-debpoo.adb (Print_Info): Avoid extra work if Display_Slots is False.
34718         (Allocate, Deallocate, Free_Physically): Make sure the tasks are
34719         unlocked in case of exceptions.
34720
34721 2004-04-21  Joel Brobecker  <brobecker@gnat.com>
34722
34723         * gigi.h (get_target_no_dollar_in_label): Remove extern declaration.
34724         This function does not exist anymore.
34725
34726 2004-04-21  Thomas Quinot  <quinot@act-europe.fr>
34727
34728         * gnatbind.adb, gnatlink.adb: Update name of imported C symbol.
34729
34730         * link.c: Move variables to the __gnat name space.
34731
34732         * Makefile.in: list link.o explicitly when needed.
34733
34734         * mlib.adb: Remove pragma Linker_Option for "link.o" from mlib.
34735
34736 2004-04-21  Javier Miranda  <miranda@gnat.com>
34737
34738         * einfo.adb (Original_Access_Type): New subprogram
34739         (Set_Original_Access_Type): New subprogram
34740         (Write_Field21_Name): Write the name of the new field
34741
34742         * einfo.ads (Original_Access_Type): New field present in access to
34743         subprogram types.
34744         Addition of two new entities: E_Anonymous_Access_Subprogram_Type, and
34745         E_Anonymous_Access_Protected_Subprogram_Type.
34746
34747         * lib-xref.adb (Output_One_Ref): Give support to anonymous access to
34748         subprogram types.
34749
34750         * lib-xref.ads (Xref_Entity_Letters): Initialize values corresponding
34751         to anonymous access to subprogram types.
34752
34753         * sem_attr.adb (Resolve_Attribute): Give support to anonymous access
34754         to subprogram types.
34755
34756         * sem_ch3.adb (Access_Definition): Complete decoration of entities
34757         corresponding to anonymous access to subprogram types.
34758         (Analyze_Component_Declaration): Add new actual to the call to
34759         subprogram replace_anonymous_access_to_protected_subprogram.
34760         (Array_Type_Declaration): Add new actual to the call to subprogram
34761         replace_anonymous_access_to_protected_subprogram.
34762         (Process_Discriminants): Add new actual to the call to subprogram
34763         replace_anonymous_access_to_protected_subprogram.
34764         (Replace_Anonymous_Access_To_Protected_Subprogram): New formal.
34765
34766         * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
34767         formal.
34768
34769         * sem_ch6.adb, sem_type.adb, sem_res.adb: Give support to anonymous
34770         access to subprogram types.
34771
34772         * sem_util.adb (Has_Declarations): Addition of package_specification
34773         nodes.
34774
34775 2004-04-21  Ed Schonberg  <schonberg@gnat.com>
34776
34777         * sem_prag.adb (Make_Inline): If subprogram is a renaming, propagate
34778         inlined flags to renamed entity only if in current unit.
34779
34780 2004-04-21  Thomas Quinot  <quinot@act-europe.fr>
34781
34782         * s-parint.ads: Add DSA implementation marker.
34783
34784         * rtsfind.ads, rtsfind.adb, snames.ads, snames.adb, s-rpc.adb: Use the
34785         value of System.Partition_Interface.DSA_Implementation to determine
34786         what version of the distributed systems annex is available (no
34787         implementation, GLADE, or PolyORB).
34788
34789 2004-04-21  Joel Brobecker  <brobecker@gnat.com>
34790
34791         * targtyps.c (get_target_no_dollar_in_label): Remove, no longer used.
34792
34793 2004-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34794
34795         * utils.c (convert, case CONSTRUCTOR, COMPONENT_REF): Do not make node
34796         with new type if alias sets differ.
34797         Fixes ACATS c41103b.
34798
34799 2004-04-21  Vincent Celier  <celier@gnat.com>
34800
34801         * prj.ads: Remove FORTRAN as an accepted language: not tested yet.
34802         Add array Lang_Args for the language specific compiling argument
34803         switches.
34804
34805         * gnat_ugn.texi: Explain in more details when a library is rebuilt.
34806
34807 2004-04-21  Sergey Rybin  <rybin@act-europe.fr>
34808
34809         * gnat_rm.texi: Update the descripton of the Eliminate pragma
34810         according to the recent changes in the format of the parameters of the
34811         pragma (replacing Homonym_Number with Source_Location).
34812
34813 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
34814
34815         * 5isystem.ads: Removed, unused.
34816
34817         * gnat_rm.texi: Redo 1.13 change.
34818
34819 2004-04-19  Robert Dewar  <dewar@gnat.com>
34820
34821         * s-stoele.ads: Clean up definition of Storage_Offset (the new
34822         definition is cleaner, avoids the kludge of explicit Standard operator
34823         references, and also is consistent with a visible System.Address with
34824         no visible operations.
34825
34826         * s-geveop.adb: Add declarations to avoid assumption of visible
34827         operations on type System.Address (since these might not be available
34828         if Address is a non-private type for which the operations
34829         are made abstract).
34830
34831         * sem_eval.adb: Minor reformatting
34832
34833         * s-carsi8.ads, s-carun8.ads, s-casi16.ads, s-casi32.ads,
34834         s-casi64.ads, s-caun16.ads, s-caun32.ads, s-caun64.ads: Minor
34835         reformatting (new function spec format).
34836
34837         * s-auxdec.adb, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
34838         s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb,
34839         s-caun64.adb: Add declarations to avoid assumption of visible
34840         operations on type System.Address (since these might not be available
34841         if Address is a non-private type for which the operations are made
34842         abstract).
34843
34844         * lib.ads, lib.adb (Synchronize_Serial_Number): New procedure.
34845
34846         * exp_intr.adb: Minor comment update
34847
34848         * exp_aggr.adb, exp_attr.adb, exp_ch13.adb: Minor reformatting.
34849
34850         * 5omastop.adb: Add declarations to avoid assumption of visible
34851         operations on type System.Address (since these might not be available
34852         if Address is a non-private type for which the operations
34853         are made abstract).
34854
34855 2004-04-19  Vincent Celier  <celier@gnat.com>
34856
34857         * switch-m.adb: (Scan_Make_Switches): Process new switch -eL
34858
34859         * prj-pars.ads (Parse): New Boolean parameter Process_Languages,
34860         defaulted to Ada.
34861
34862         * prj-proc.adb (Process): New Boolean parameter Process_Languages,
34863         defaulted to Ada.
34864         Call Check with Process_Languages.
34865         (Check): New Boolean parameter Process_Languages. Call Recursive_Check
34866         with Process_Languages.
34867         (Recursive_Check): New Boolean parameter Process_Languages. Call
34868         Nmsc.Ada_Check or Nmsc.Other_Languages_Check according to
34869         Process_Languages.
34870
34871         * prj-proc.ads (Process): New Boolean parameter Process_Languages,
34872
34873         * prj-util.ads, prj-util.adb (Executable_Of): New Boolean
34874         parameter Ada_Main, defaulted to True.
34875         Check for Ada specific characteristics only when Ada_Main is True.
34876
34877         * opt.ads: (Follow_Links): New Boolean flag for gnatmake
34878
34879         * prj.adb: (Project_Empty): Add new Project_Data components.
34880
34881         * prj.ads: New types and tables for non Ada languages.
34882         (Project_Data): New components Languages, Impl_Suffixes,
34883         First_Other_Source, Last_Other_Source, Imported_Directories_Switches,
34884         Include_Path, Include_Data_Set.
34885
34886         * prj-env.ads, prj-env.adb: Minor reformatting
34887
34888         * prj-nmsc.ads, prj-nmsc.adb: (Other_Languages_Check): New procedure
34889         Put subprograms in alphabetical order
34890
34891         * prj-pars.adb (Parse): New Boolean parameter Process_Languages,
34892         defaulted to Ada; Call Prj.Proc.Process with Process_Languages and
34893         Opt.Follow_Links.
34894
34895         * mlib-prj.adb: Back out modification in last version, as they are
34896         incorrect.
34897         (Build_Library.Check_Libs): Remove useless pragma Warnings (Off)
34898
34899         * make.adb: (Mains): Moved to package Makeutl
34900         (Linker_Opts): Moved to package Makeutl
34901         (Is_External_Assignment): Moved to package Makeutl
34902         (Test_If_Relative_Path): Moved to package Makeutl
34903         (Gnatmake): Move sorting of linker options to function
34904         Makeutl.Linker_Options_Switches.
34905
34906         * makeutl.ads, makeutl.adb: New files.
34907
34908         * Makefile.in: Add makeutl.o to the object files for gnatmake
34909
34910         * makeusg.adb: Add line for new switch -eL.
34911
34912         * gnatls.adb (Image): New function.
34913         (Output_Unit): If in verbose mode, output the list of restrictions
34914         specified by pragmas Restrictions.
34915
34916         * 5bml-tgt.adb, 5vml-tgt.adb (Build_Dynamic_Library): Do not use
34917         Text_IO.
34918
34919         * a-calend.adb (Split): Shift the date by multiple of 56 years, if
34920         needed, to put it in the range 1970 (included) - 2026 (excluded).
34921         (Time_Of): Do not shift Unix_Min_Year (1970).
34922         Shift the date by multiple of 56 years, if needed, to put it in the
34923         range 1970 (included) - 2026 (excluded).
34924
34925         * adaint.h, adaint.c (__gnat_set_executable): New function.
34926
34927 2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34928
34929         * trans.c (tree_transform, case N_Subprogram_Body): Temporarily push
34930         and pop GC context.
34931         (tree_transform, case N_Procedure_Call): Fix typo in setting TREE_TYPE.
34932         (tree_transform, case N_Label): Don't set LABEL_STMT_FIRST_IN_EH.
34933         (tree_transform, case N_Procedure_Call_Statement): Build a tree.
34934         (tree_transform, case N_Code_Statement): Likewise.
34935         (gnat_expand_stmt, case LABEL_STMT): Don't look at
34936         LABEL_STMT_FIRST_IN_EH.
34937         (gnat_expand_stmt, case ASM_STMT): New case.
34938
34939         * utils2.c (build_unary_op): Properly set TREE_READONLY of
34940         UNCONSTRAINED_ARRAY_REF.
34941
34942         * utils.c (poplevel): Temporarily push/pop GC context around inline
34943         function expansion.
34944
34945         * decl.c (maybe_variable): Properly set TREE_READONLY of
34946         UNCONSTRAINED_ARRAY_REF.
34947         (make_packable_type): Only reference TYPE_IS_PADDING_P for RECORD_TYPE.
34948
34949         * ada-tree.def: (ASM_STMT): New.
34950
34951         * ada-tree.h: (LABEL_STMT_FIRST_IN_EH): Deleted.
34952         (ASM_STMT_TEMPLATE, ASM_STMT_OUTPUT, ASM_STMT_ORIG_OUT,
34953         ASM_STMT_INPUT): New.
34954         (ASM_STMT_CLOBBER): Likewise.
34955
34956 2004-04-19  Thomas Quinot  <quinot@act-europe.fr>
34957
34958         * a-except.adb, s-parint.ads, s-parint.adb, types.ads, types.h: Use
34959         general rcheck mechanism to raise Program_Error for E.4(18), instead
34960         of a custom raiser in System.Partition_Interface.
34961         Part of general cleanup work before PolyORB integration.
34962
34963         * snames.ads, snames.adb: Add new runtime library entities and names
34964         for PolyORB DSA.
34965
34966         * sem_dist.ads, sem_dist.adb (Get_Subprogram_Id): Move from sem_dist to
34967         exp_dist.
34968         (Build_Subprogram_Id): New subprogram provided by exp_dist
34969         Code reorganisation in preparation for PolyORB integration.
34970
34971         * exp_dist.ads, exp_dist.adb (Get_Subprogram_Id): Move from sem_dist to
34972         exp_dist.
34973         (Build_Subprogram_Id): New subprogram provided by exp_dist
34974
34975         * sem_ch4.adb (Analyze_One_Call): Fix error message for mismatch in
34976         actual parameter types for call to dereference of an
34977         access-to-subprogram type.
34978
34979         * rtsfind.ads: Add new runtime library entities and names for PolyORB
34980         DSA.
34981
34982         * gnatlink.adb (Value): Remove. Use Interfaces.C.Strings.Value
34983         instead, which has the same behaviour here since we never pass it a
34984         NULL pointer.
34985
34986         * link.c (run_path_option, Solaris case): Use -Wl, as for other
34987         platforms.
34988
34989         * Makefile.in: adjust object file lists for gnatlink and gnatmake
34990         to account for new dependency upon Interfaces.C.Strings + link.o
34991         For x86 FreeBSD, use 86numaux.
34992
34993         * make.adb, gnatcmd.adb: Linker_Library_Path_Option has been moved up
34994         from Mlib.Tgt to Mlib.
34995
34996         * mlib.ads, mlib.adb (Linker_Library_Path_Option): New subprogram, now
34997         target-independent.
34998
34999         * mlib-tgt.ads, mlib-tgt.adb (Linker_Library_Path_Option): Remove
35000         target-specific versions of this subprogram, now implemented as a
35001         target-independent function in Mlib.
35002
35003         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb, 5lml-tgt.adb,
35004         5sml-tgt.adb, 5vml-tgt.adb, 5zml-tgt.adb, 5wml-tgt.adb
35005         (Linker_Library_Path_Option): Remove target-specific versions of this
35006         subprogram, now implemented as a target-independent function in Mlib.
35007
35008         * atree.adb: (Allocate_Initialize_Node): New subprogram.
35009         Factors out node table slots allocation.
35010         (Fix_Parents): New subprogram.
35011         Encapsulate the pattern of fixing up parent pointers for syntactic
35012         children of a rewritten node.
35013         (New_Copy_Tree): Use New_Copy to copy non-entity nodes.
35014         (Rewrite): Use New_Copy when creating saved copy of original node.
35015         (Replace): Use Copy_Node to copy nodes.
35016
35017 2004-04-19  Javier Miranda  <miranda@gnat.com>
35018
35019         * sprint.adb (Sprint_Node_Actual): Give support to the new
35020         Access_To_Subprogram node available in Access_Definition nodes. In
35021         addition, give support to the AI-231 node fields: null-exclusion,
35022         all-present, constant-present.
35023
35024         * sem_util.ads, sem_util.adb: (Has_Declarations): New subprogram
35025
35026         * sinfo.ads, sinfo.adb:
35027         New field Access_To_Subprogram_Definition in Access_Definition nodes
35028
35029         * sem_ch6.adb (Process_Formals): Move here the code that creates and
35030         decorates internal subtype declaration corresponding to the
35031         null-excluding formal. This code was previously in Set_Actual_Subtypes.
35032         In addition, carry out some code cleanup on this code. In case of
35033         access to protected subprogram call
35034         Replace_Anonymous_Access_To_Protected_Subprogram.
35035         (Set_Actual_Subtypes): Code cleanup.
35036
35037         * sem_ch8.adb (Analyze_Object_Renaming): Remove un-necessary call to
35038         Find_Type in case of anonymous access renamings. Add warning in case of
35039         null-excluding attribute used in anonymous access renaming.
35040
35041         * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
35042         subprogram
35043
35044         * sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram): New
35045         subprogram.
35046         (Access_Definition): In case of anonymous access to subprograms call
35047         the corresponding semantic routine to decorate the node.
35048         (Access_Subprogram_Declaration): Addition of some comments indicating
35049         some code that probably should be added here. Detected by comparison
35050         with the access_definition subprogram.
35051         (Analyze_Component_Declaration): In case of access to protected
35052         subprogram call Replace_Anonymous_Access_To_Protected.
35053         (Array_Type_Declaration): In case of access to protected subprogram call
35054         Replace_Anonymous_Access_To_Protected_Subprogram.
35055         (Process_Discriminants): In case of access to protected subprogram call
35056         Replace_Anonymous_Access_To_Protected_Subprogram.
35057
35058         * par.adb (P_Access_Definition): New formal that indicates if the
35059         null-exclusion part was present.
35060         (P_Access_Type_Definition): New formal that indicates if the caller has
35061         already parsed the null-excluding part.
35062
35063         * par-ch3.adb (P_Subtype_Declaration): Code cleanup.
35064         (P_Identifier_Declarations): Code cleanup and give support to renamings
35065         of anonymous access to subprogram types.
35066         (P_Derived_Type_Def_Or_Private_Ext_Decl): Code cleanup.
35067         (P_Array_Type_Definition): Give support to AI-254.
35068         (P_Component_Items): Give support to AI-254.
35069         (P_Access_Definition): New formal that indicates if the header was
35070         already parsed by the caller.
35071         (P_Access_Type_Definition): New formal that indicates if the caller has
35072         already parsed the null-excluding part.
35073
35074         * par-ch6.adb (P_Formal_Part): Add the null-excluding parameter to the
35075         call to P_Access_Definition.
35076
35077 2004-04-19  Geert Bosch  <bosch@gnat.com>
35078
35079         * checks.adb (Apply_Float_Conversion_Check): New procedure to implement
35080         the delicate semantics of floating-point to integer conversion.
35081         (Apply_Type_Conversion_Checks): Use Apply_Float_Conversion_Check.
35082
35083         * eval_fat.adb (Machine_Mantissa): Moved to spec.
35084         (Machine_Radix): New function.
35085
35086         * eval_fat.ads (Machine_Mantissa): Moved from body for use in
35087         conversion checks.
35088         (Machine_Radix): New function also for use in conversion checks.
35089
35090 2004-04-19  Ed Schonberg  <schonberg@gnat.com>
35091
35092         * par-prag.adb (Source_File_Name_Project): Fix typo in error message.
35093
35094         * exp_ch9.adb (Expand_Access_Protected_Subprogram_Type): Call analyze
35095         to decorate the access-to-protected subprogram and the equivalent type.
35096
35097         * checks.adb (Null_Exclusion_Static_Checks): Code cleanup. Give support
35098         to anonymous access to subprogram types.
35099
35100         * exp_ch4.adb (Expand_N_In): Preserve Static flag before
35101         constant-folding, for legality checks in contexts that require an RM
35102         static expression.
35103
35104         * exp_ch6.adb (Expand_N_Function_Call): If call may generate large
35105         temporary but stack checking is not enabled, increment serial number
35106         to so that symbol generation is consistent with and without stack
35107         checking.
35108
35109         * exp_util.ads, exp_util.adb (May_Generate_Large_Temp): Predicate is
35110         independent on whether stack checking is enabled, caller must check
35111         the corresponding flag.
35112
35113         * sem_ch3.adb (Constrain_Index): Index bounds given by attributes need
35114         range checks.
35115         (Build_Derived_Concurrent_Type): Inherit Is_Constrained flag from
35116         parent if it has discriminants.
35117         (Build_Derived_Private_Type): Constructed full view does
35118         not come from source.
35119         (Process_Discriminants): Default discriminants on a tagged type are
35120         legal if this is the internal completion of a private untagged
35121         derivation.
35122
35123         * sem_ch6.adb (Set_Actual_Subtypes): The generated declaration needs
35124         no constraint checks, because it corresponds to an existing object.
35125
35126         * sem_prag.adb (Process_Convention): Pragma applies
35127         only to subprograms in the same declarative part, i.e. the same unit,
35128         not the same scope.
35129
35130         * sem_res.adb (Valid_Conversion): In an instance or inlined body,
35131         ignore type mismatch on a numeric conversion if expression comes from
35132         expansion.
35133
35134 2004-04-19  Sergey Rybin  <rybin@act-europe.fr>
35135
35136         * sem_elim.adb (Process_Eliminate_Pragma): Remove the processing for
35137         Homonym_Number parameter, add processing for Source_Location parameter
35138         corresponding.
35139         (Check_Eliminated): Remove the check for homonym numbers, add the check
35140         for source location traces.
35141
35142         * sem_elim.ads (Process_Eliminate_Pragma): Replace Arg_Homonym_Number
35143         with Arg_Source_Location corresponding to the changes in the format of
35144         the pragma.
35145
35146         * sem_prag.adb: (Analyze_Pragma): Changes in the processing of
35147         Eliminate pragma corresponding to the changes in the format of the
35148         pragma: Homonym_Number is replaced with Source_Location, two ways of
35149         distinguishing homonyms are mutially-exclusive.
35150
35151 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
35152
35153         * get_targ.ads (Get_No_Dollar_In_Label): Remove.
35154
35155         * exp_dbug.adb (Output_Homonym_Numbers_Suffix): Remove use of
35156         No_Dollar_In_Label, no longer necessary, as it is always True.
35157         (Strip_Suffixes): Likewise.
35158
35159 2004-04-19  Gary Dismukes  <dismukes@gnat.com>
35160
35161         * s-stalib.ads (type Exception_Code): Use Integer'Size for exponent of
35162         modulus for compatibility with size clause on targets with 16-bit
35163         Integer.
35164
35165         * layout.adb (Discrimify): In the case of private types, set Vtyp to
35166         full type to fix type mismatches on calls to size functions for
35167         discriminant-dependent array components.
35168
35169 2004-04-19  Jerome Guitton  <guitton@act-europe.fr>
35170
35171         * Makefile.in (gnatlib-zcx): New target, for building a ZCX run-time
35172         lib.
35173
35174 2004-04-19  Pascal Obry  <obry@gnat.com>
35175
35176         * mdll-utl.adb (Locate): New version is idempotent.
35177
35178 2004-04-17  Laurent Guerby  <laurent@guerby.net>
35179
35180         PR ada/14988 (partial)
35181         * impunit.adb: Fix typo.
35182
35183 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
35184
35185         * Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none,
35186         and install-rts-cert targets.  Remove all gnatlib and gnattools
35187         targets and all other rts-* targets (moved to libada).  Remove (now)
35188         unused Make variables CHMOD, CHMOD_AX_FLAGS, shext, THREAD_KIND,
35189         TRACE, GNATLIBFLAGS, GNATLIBCFLAGS.
35190
35191 2004-04-08  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35192
35193         * trans.c (tree_transform): Shortcut returning error_mark_node for
35194         statements in annotate_only_mode.
35195         (tree_transform, case N_Label, case N_Return_Statement,
35196         N_Goto_Statement): Make statement tree instead of generating code.
35197         (tree_transform, case N_Assignment_Statement): No longer check
35198         type_annotate_only.
35199         (gnat_expand_stmt, case GOTO_STMT, case LABEL_STMT, case
35200         RETURN_STMT): New.
35201         (first_nondeleted_insn, build_block_stmt, make_expr_stmt_from_rtl):
35202         New fcns.
35203         (gnat_to_gnu): Collect any RTL generated and deal with it.
35204         (tree_transform, case N_And_Then): Refine when have non-null RTL_EXPR.
35205         (tree_transform case N_If_Statement): Rewrite to make IF_STMT.
35206         (gnat_expand_stmt, case BLOCK_STMT, IF_STMT): New cases.
35207
35208         * ada-tree.def (GOTO_STMT, LABEL_STMT, RETURN_STMT): New tree nodes.
35209
35210         * ada-tree.def (EXPR_STMT): Fix typo in name.
35211         (BLOCK_STMT, IF_STMT): New nodes.
35212
35213         * ada-tree.h (GOTO_STMT_LABEL, LABEL_STMT_LABEL,
35214         LABEL_STMT_FIRST_IN_EH): New macros.
35215         (RETURN_STMT_EXPR): Likewise.
35216
35217         * ada-tree.h: (BLOCK_STMT_LIST, IF_STMT_COND, IF_STMT_TRUE,
35218         IF_STMT_ELSEIF, IF_STMT_ELSE): New macros.
35219
35220 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
35221
35222         * atree.ads: Correct documentation on extended nodes.
35223
35224         * link.c: Set run_path_option for FreeBSD.
35225
35226 2004-04-08  Vincent Celier  <celier@gnat.com>
35227
35228         * mlib-prj.adb (Build_Library.Check_Libs): On OpenVMS, if dec.ali is
35229         one of the ALI file, do not link with DEC lib.
35230
35231         * par.adb Remove the last two characters ("%s" or "%b") when checking
35232         if a language defined unit may be recompiled.
35233
35234 2004-04-08  Ed Schonberg  <schonberg@gnat.com>
35235
35236         * sem_ch4.adb (Remove_Abstract_Operations): Improve error message when
35237         removal of abstract operation leaves no possible interpretation for
35238         expression.
35239
35240         * sem_eval.adb (Eval_Qualified_Expression): Use
35241         Set_Raises_Constraint_Error on node when needed, so that it does not
35242         get optimized away by subsequent optimizations.
35243
35244         * sem_res.adb (Resolve_Intrinsic_Operator): Save interpretations of
35245         operands even when they are not wrapped in a type conversion.
35246
35247 2004-04-08  Olivier Hainque  <hainque@act-europe.fr>
35248
35249         * sem_prag.adb (Set_Exported): Warn about making static as result of
35250         export only when the export is coming from source. This may be not
35251         be true e.g. on VMS where we expand export pragmas for exception codes
35252         together with imported or exported exceptions, and we don't want the
35253         user to be warned about something he didn't write.
35254
35255 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
35256
35257         * sem_util.adb (Note_Possible_Modification): Reorganize to remove code
35258         duplication between normal entities and those declared as renamings.
35259         No functional change.
35260
35261         * s-fileio.ads (Form): Remove pragma Inline, as we cannot currently
35262         inline functions returning an unconstrained result.
35263
35264 2004-04-08  Eric Botcazou  <ebotcazou@act-europe.fr>
35265
35266         * utils.c (type_for_mode): Handle BLKmode and VOIDmode properly, to
35267         conform to what other front-ends do.
35268
35269 2004-04-08  Doug Rupp  <rupp@gnat.com>
35270
35271         * 5vml-tgt.adb: Use Gas instead of VMS Macro to build auto init shared
35272         libraries.
35273
35274 2004-04-06  Pascal Obry  <obry@gnat.com>
35275
35276         * adaint.c (DIR_SEPARATOR): Properly set DIR_SEPARATOR on Win32.
35277
35278         * osint.adb (Program_Name): Do not look past a directory separator.
35279
35280 2004-04-06  Thomas Quinot  <quinot@act-europe.fr>
35281
35282         * atree.adb: Update comment (Rewrite_Substitute_Node no longer exists).
35283
35284         * exp_ch6.adb (Rewrite_Function_Call): Clarify documentation of
35285         requirement for preserving a copy of the original assignment node.
35286
35287         * sinfo.ads: Update comment (Original_Tree -> Original_Node).
35288
35289 2004-04-06  Olivier Hainque  <hainque@act-europe.fr>
35290
35291         (__gnat_initialize [Vxworks]): Enable references to the crtstuff bits
35292         when supported.
35293
35294 2004-04-06  Ed Schonberg  <schonberg@gnat.com>
35295
35296         * sem_ch4.adb (Remove_Abstract_Operations): Extend previous changes to
35297         operator calls in functional notation, and apply
35298         Universal_Interpretation to operands, not to their type.
35299
35300 2004-04-06  Robert Dewar  <dewar@gnat.com>
35301
35302         * 5wdirval.adb: Minor reformatting
35303
35304 2004-04-06  Ed Falis  <falis@gnat.com>
35305
35306         * gnat_rm.texi: Improve a reference to the GCC manual
35307
35308 2004-04-05  Vincent Celier  <celier@gnat.com>
35309
35310         * adaint.h, adaint.c: Add function __gnat_named_file_length
35311
35312         * impunit.adb: Add Ada.Directories to the list
35313
35314         * Makefile.in: Add VMS and Windows versions of
35315         Ada.Directories.Validity package body.
35316
35317         * Makefile.rtl: Add a-direct and a-dirval
35318
35319         * mlib-tgt.ads: Minor comment update.
35320
35321         * a-dirval.ads, a-dirval.adb, 5vdirval.adb, 5wdirval.adb,
35322         a-direct.ads, a-direct.adb: New files.
35323
35324 2004-04-05  Vincent Celier  <celier@gnat.com>
35325
35326         PR ada/13620
35327         * make.adb (Scan_Make_Arg): Pass any -fxxx switches to gnatlink, not
35328         just to the compiler.
35329
35330 2004-04-05  Robert Dewar  <dewar@gnat.com>
35331
35332         * a-except.adb (Exception_Name_Simple): Make sure lower bound of
35333         returned string is 1.
35334
35335         * ali-util.adb: Use proper specific form for Warnings (Off, entity)
35336
35337         * eval_fat.ads: Minor reformatting
35338
35339         * g-curexc.ads: Document that lower bound of returned string values
35340         is always one.
35341
35342         * gnatlink.adb: Add ??? comment for previous change
35343         (need to document why this is VMS specific)
35344
35345         * s-stoele.ads: Minor reformatting
35346
35347         * tbuild.ads: Minor reformatting throughout (new function specs)
35348
35349         * par-ch10.adb (P_Context_Clause): Handle comma instead of semicolon
35350         after WITH.
35351
35352         * scng.adb: Minor reformatting
35353
35354 2004-04-05  Geert Bosch  <bosch@gnat.com>
35355
35356         * eval_fat.adb (Machine): Remove unnecessary suppression of warning.
35357         (Leading_Part): Still perform truncation to machine number if the
35358         specified radix_digits is greater or equal to machine_mantissa.
35359
35360 2004-04-05  Javier Miranda  <miranda@gnat.com>
35361
35362         * par-ch3.adb: Complete documentation of previous change
35363         Correct wrong syntax documentation of the OBJECT_DECLARATION rule
35364         (aliased must appear before constant).
35365
35366         * par-ch4.adb: Complete documentation of previous change.
35367
35368         * par-ch6.adb: Complete documentation of previous change.
35369
35370         * sinfo.ads: Fix typo in commment.
35371
35372 2004-04-05  Ed Schonberg  <schonberg@gnat.com>
35373
35374         * sem_ch3.adb (Inherit_Components): If derived type is private and has
35375         stored discriminants, use its discriminants to constrain parent type,
35376         as is done for non-private derived record types.
35377
35378         * sem_ch4.adb (Remove_Abstract_Operations): New subprogram to implement
35379         Ada 2005 AI-310: an abstract non-dispatching operation is not a
35380         candidate interpretation in an overloaded call.
35381
35382         * tbuild.adb (Unchecked_Convert_To): Preserve conversion node if
35383         expression is Null and target type is not an access type (e.g. a
35384         non-private address type).
35385
35386 2004-04-05  Thomas Quinot  <quinot@act-europe.fr>
35387
35388         * exp_ch6.adb (Rewrite_Function_Call): When rewriting an assignment
35389         statement whose right-hand side is an inlined call, save a copy of the
35390         original assignment subtree to preserve enough consistency for
35391         Analyze_Assignment to proceed.
35392
35393         * sem_ch5.adb (Analyze_Assignment): Remove a costly copy of the
35394         complete assignment subtree which is now unnecessary, as the expansion
35395         of inlined call has been improved to preserve a consistent assignment
35396         tree.  Note_Possible_Modification must be called only
35397         after checks have been applied, or else unnecessary checks will
35398         be generated.
35399
35400         * sem_util.adb (Note_Possible_Modification): Reorganise the handling
35401         of explicit dereferences that do not Come_From_Source:
35402          - be selective on cases where we must go back to the dereferenced
35403            pointer (an assignment to an implicit dereference must not be
35404            recorded as modifying the pointer);
35405          - do not rely on Original_Node being present (Analyze_Assignment
35406            calls Note_Possible_Modification on a copied tree).
35407
35408         * sem_warn.adb (Check_References): When an unset reference to a pointer
35409         that is never assigned is encountered, prefer '<pointer> may be null'
35410         warning over '<pointer> is never assigned a value'.
35411
35412 2004-04-05  Ramon Fernandez  <fernandez@gnat.com>
35413
35414         * tracebak.c: Change STOP_FRAME in ppc vxworks to be compliant with
35415         the ABI.
35416
35417 2004-04-05  Olivier Hainque  <hainque@act-europe.fr>
35418
35419         * 5gmastop.adb (Pop_Frame): Comment out the pragma Linker_Option for
35420         libexc. We currently don't reference anything in this library and
35421         linking it in triggers linker warnings we don't want to see.
35422
35423         * init.c: Update comments.
35424
35425 2004-04-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35426
35427         * decl.c (gnat_to_gnu_entity): Use TYPE_READONLY.
35428         * utils.c (create_field_decl): Likewise.
35429         * utils2.c (build_unary_op, gnat_build_constructor): Likewise.
35430
35431 2004-04-02  Arnaud Charlet  <charlet@act-europe.fr>
35432
35433         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
35434         Replace ifinfo by ifnottex, to make makeinfo --html happy again.
35435         Add info directory entry and category.
35436
35437 2004-04-02  Jan Hubicka  <jh@suse.cz>
35438
35439         * utils.c: Include function.h
35440         (end_subprog_body): Clear DECL_STRUCT_FUNCTION.
35441
35442 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
35443
35444         PR ada/14150
35445         * Make-lang.in: Clean up generation of documentation
35446
35447         * gnat-style.texi, gnat_rm.texi, ug_words: Resync with AdaCore version
35448
35449         * xgnatug.adb: Removed, replaced by xgnatugn.adb
35450
35451         * xgnatugn.adb: Replaces xgnatug.adb
35452
35453         * gnat_ug.texi: Removed, replaced by gnat_ugn.texi
35454
35455         * gnat_ugn.texi: Replaces gnat_ug.texi. Resync with AdaCore version
35456
35457         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
35458         gnat_ug_wnt.texi: Removed.
35459
35460 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
35461
35462         * utils2.c: Update copyright notice.
35463
35464 2004-04-01  Robert Dewar  <dewar@gnat.com>
35465
35466         * checks.adb: Minor reformatting throughout
35467         Note that prev checkin added RM reference to alignment warning
35468
35469 2004-04-01  Ed Schonberg  <schonberg@gnat.com>
35470
35471         * exp_aggr.adb (Get_Component_Val): Treat a string literal as
35472         non-static when building aggregate for bit-packed array.
35473
35474         * exp_ch4.adb (Expand_N_Slice): If a packed slice is an actual of a
35475         function call that is itself the actual in a procedure call, build
35476         temporary for it.
35477
35478         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If right-hand side is
35479         a string literal, create a temporary for it, constant folding only
35480         handles scalars here.
35481
35482 2004-04-01  Vincent Celier  <celier@gnat.com>
35483
35484         * ali-util.adb (Post_Scan, Error_Msg, Error_Msg_S, Error_Msg_SC,
35485         Error_Msg_SP): New empty procedures to instantiate the Scanner.
35486         (Style, Scanner): Instantiations of Styleg and Scng to be able to scan
35487         tokens.
35488         (Accumulate_Checksum, Initialize_Checksum): Remove procedures.
35489         (Get_File_Checksum): Use the instantiated scanner to scan all the tokens
35490         and get the checksum.
35491
35492         * make.adb (Gnatmake): Do not insert into Q the Main_Source if it is
35493         already in the Q.
35494         Increase the Marking_Label at the end of the Multiple_Main_Loop,
35495         instead of at the beginning.
35496
35497         * osint.adb (Lib_File_Name): Use Multi_Unit_Index_Character, not '~'
35498         directly.
35499         (Osint package elaboration): Change Multi_Unit_Index_Character to '$' if
35500         on VMS.
35501
35502         * osint.ads (Multi_Unit_Index_Character): New Character global variable
35503
35504         * osint-c.adb (Set_Library_Info_Name): Use Multi_Unit_Index_Character,
35505         not '~' directly.
35506
35507         * par.adb: Remove test on file name to detect language defined units.
35508         Add test on unit name, after parsing, to detect language defined units
35509         that are not compiled with -gnatg (except System.RPC and its children)
35510
35511         * par-ch10.adb (P_Compilation_Unit): In multi-unit sources, scan the
35512         following units without style checking.
35513
35514         * switch-c.adb: Change -gnatC to -gnateI
35515
35516         * usage.adb: Document new switch -gnateInnn
35517
35518         * scng.adb (Accumulate_Token_Checksum): New procedure
35519         (Scan): Call Accumulate_Token_Checksum after each identifier, reserved
35520         word or literal number.
35521         (Scan.Nlit.Scan_Integer): Do not accumulate internal '_' in litteral
35522         numbers.
35523
35524 2004-04-01  Thomas Quinot  <quinot@act-europe.fr>
35525
35526         * a-tasatt.adb,
35527         g-comlin.adb, sinput-c.adb, s-secsta.adb, s-tpobop.adb,
35528         switch-m.adb, 56taprop.adb, 5ginterr.adb, 5gmastop.adb,
35529         5staprop.adb, 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb,
35530         5vtpopde.adb: Add missing 'constant' keywords.
35531
35532 2004-04-01  Javier Miranda  <miranda@gnat.com>
35533
35534         * par-ch4.adb: (P_Allocator): Code cleanup
35535
35536         * sem_ch3.adb (Access_Definition): Properly set the null-excluding
35537         attribute.
35538
35539         * sinfo.ads: Complete documentation of previous change
35540
35541 2004-04-01  Pascal Obry  <obry@gnat.com>
35542
35543         * gnatlink.adb (Process_Binder_File): Remove duplicate linker options
35544         only on VMS.  This special handling was done because an old GNU/ld bug
35545         on Windows which has been fixed.
35546
35547 2004-04-01  GNAT Script  <nobody@gnat.com>
35548
35549         * Make-lang.in: Makefile automatically updated
35550
35551 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35552
35553         * decl.c (gnat_to_gnu_entity, make_type_from_size):
35554         Use TYPE_UNSIGNED, not TREE_UNSIGNED.
35555         * trans.c (tree_transform, convert_with_check): Likewise.
35556         * utils.c (gnat_signed_or_unsigned_type): Likewise.
35557         (build_vms_descriptor, unchecked_convert): Likewise.
35558         * utils2.c (nonbinary_modular_operation): Likewise.
35559
35560 2004-03-29  Javier Miranda  <miranda@gnat.com>
35561
35562         * checks.adb (Null_Exclusion_Static_Checks): New subprogram
35563         (Install_Null_Excluding_Check): Local subprogram that determines whether
35564         an access node requires a runtime access check and if so inserts the
35565         appropriate run-time check.
35566         (Apply_Access_Check): Call Install_Null_Excluding check if required
35567         (Apply_Constraint_Check): Call Install_Null_Excluding check if required
35568
35569         * checks.ads: (Null_Exclusion_Static_Checks): New subprogram
35570
35571         * einfo.ads: Fix typo in comment
35572
35573         * exp_ch3.adb (Build_Assignment): Generate conversion to the
35574         null-excluding type to force the corresponding run-time check.
35575         (Expand_N_Object_Declaration): Generate conversion to the null-excluding
35576         type to force the corresponding run-time check.
35577
35578         * exp_ch5.adb (Expand_N_Assignment_Statement): Generate conversion to
35579         the null-excluding type to force the corresponding run-time check.
35580
35581         * exp_ch6.adb (Expand_Call): Do not generate the run-time check in
35582         case of access types unless they have the null-excluding attribute.
35583
35584         * sprint.adb (Sprint_Node_Actual): Give support to the null-exclusing
35585         part.
35586
35587         * exp_util.ads: Fix typo in comment
35588
35589         * par.adb (P_Null_Exclusion): New subprogram
35590         (P_Subtype_Indication): New formal that indicates if the null-excluding
35591         part has been scanned-out and it was present
35592
35593         * par-ch3.adb, par-ch4.adb, par-ch6.adb: Give support to AI-231
35594
35595         * sem_aggr.adb: (Check_Can_Never_Be_Null): New subprogram
35596         (Aggregate_Constraint_Checks): Generate conversion to the null-excluding
35597         type to force the corresponding run-time check
35598         (Resolve_Aggregate): Propagate the null-excluding attribute to the array
35599         components
35600         (Resolve_Array_Aggregate): Carry out some static checks
35601         (Resolve_Record_Aggregate.Get_Value): Carry out some static check
35602
35603         * sem_ch3.adb (Access_Definition): In Ada 0Y the Can_Never_Be_Null
35604         attribute must be set only if specified by means of the null-excluding
35605         part. In addition, we must also propagate the access-constant attribute
35606         if present.
35607         (Access_Subprogram_Declaration, Access_Type_Declaration,
35608         Analyze_Component_Declaration, Analyze_Object_Declaration,
35609         Array_Type_Declaration, Process_Discriminants,
35610         Analyze_Subtype_Declaration): Propagate the null-excluding attribute
35611         and carry out some static checks.
35612         (Build_Derived_Access_Type): Set the null-excluding attribute
35613         (Derived_Type_Declaration, Process_Subtype): Carry out some static
35614         checks.
35615
35616         * sem_ch4.adb (Analyze_Allocator): Carry out some static checks
35617
35618         * sem_ch5.adb (Analyze_Assignment): Carry out some static checks
35619
35620         * sem_ch6.adb (Process_Formals): Carry out some static checks.
35621         (Set_Actual_Subtypes): Generate null-excluding subtype if the
35622         null-excluding part was present; it is not required to be done here in
35623         case of anonymous access types.
35624         (Set_Formal_Mode): Ada 0Y allows anonymous access to have the null
35625         value.
35626
35627         * sem_res.adb (Resolve_Actuals): Carry out some static check
35628         (Resolve_Null): Allow null in anonymous access
35629
35630         * sinfo.adb: New subprogram Null_Exclusion_Present
35631         All_Present and Constant_Present available on access_definition nodes
35632
35633         * sinfo.ads: New flag Null_Exclusion_Present on subtype_declaration,
35634         object_declaration, derived_type_definition, component_definition,
35635         discriminant_specification, access_to_object_definition,
35636         access_function_definition, allocator, access_procedure_definition,
35637         access_definition, parameter_specification, All_Present and
35638         Constant_Present flags available on access_definition nodes.
35639
35640 2004-03-29  Robert Dewar  <dewar@gnat.com>
35641
35642         * fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
35643         gnat1drv.adb, lib.adb, lib.ads, lib-load.adb, lib-writ.adb,
35644         opt.ads, osint.adb, osint.ads, osint-c.adb, par.adb,
35645         par-ch10.adb, par-load.adb, par-prag.adb, sfn_scan.adb,
35646         sfn_scan.ads, sinput-l.adb, sinput-l.ads, switch-c.adb,
35647         sem_prag.adb: Updates to handle multiple units/file
35648
35649         * par.adb: Change test for s-rpc to s-rp for detecting rpc and children
35650
35651         * par.adb, memtrack.adb, prj-makr.adb, prj-part.adb,
35652         sem_util.adb: Minor reformatting
35653
35654         * sem_ch12.adb: Add comment for previous change
35655
35656 2004-03-29  Laurent Pautet  <pautet@act-europe.fr>
35657
35658         * osint.adb (Executable_Prefix): Set Exec_Name to the current
35659         executable name when not initialized. Otherwise, use its current value.
35660
35661         * osint.ads (Exec_Name): Move Exec_Name from body to spec in order to
35662         initialize it to another executable name than the current one. This
35663         allows to configure paths for an executable name (gnatmake) different
35664         from the current one (gnatdist).
35665
35666 2004-03-29  Ed Schonberg  <schonberg@gnat.com>
35667
35668         * exp_ch6.adb (Expand_Call): A call to a function declared in the
35669         current unit cannot be inlined if it appears in the body of a withed
35670         unit, to avoid order of elaboration problems in gigi.
35671
35672         * exp_ch9.adb (Build_Protected_Sub_Specification): Generate debugging
35673         information for protected (wrapper) operation as well, to simplify gdb
35674         use.
35675
35676         * sem_ch6.adb (Analyze_Subprogram_Body): For a private operation in a
35677         protected body, indicate that the entity for the generated spec comes
35678         from source, to ensure that references are properly generated for it.
35679         (Build_Body_To_Inline): Do not inline a function that returns a
35680         controlled type.
35681
35682         * sem_prag.adb (Process_Convention): If subprogram is overloaded, only
35683         apply convention to homonyms that are declared explicitly.
35684
35685         * sem_res.adb (Make_Call_Into_Operator): If the operation is a function
35686         that renames an equality operator and the operands are overloaded,
35687         resolve them with the declared formal types, before rewriting as an
35688         operator.
35689
35690 2004-03-29  GNAT Script  <nobody@gnat.com>
35691
35692         * Make-lang.in: Makefile automatically updated
35693
35694 2004-03-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
35695
35696         * memtrack.adb: Log realloc calls, which are treated as free followed
35697         by alloc.
35698
35699 2004-03-25  Vincent Celier  <celier@gnat.com>
35700
35701         * prj-makr.adb (Process_Directories): Detect when a file contains
35702         several units. Do not include such files in the config pragmas or
35703         in the naming scheme.
35704
35705         * prj-nmsc.adb (Record_Source): New parameter Trusted_Mode.
35706         Resolve links only when not in Trusted_Mode.
35707         (Find_Sources, Recursive_Find_Dirs, Find_Source_Dirs, Locate_Directory):
35708         Do not resolve links for the display names.
35709
35710         * prj-part.adb (Parse_Single_Project, Project_Path_Name_Of): Do not
35711         resolve links when computing the display names.
35712
35713 2004-03-25  Thomas Quinot  <quinot@act-europe.fr>
35714
35715         * sem_attr.adb (Check_Dereference): When the prefix of a 'Tag
35716         attribute reference does not denote a subtype, it can be any
35717         expression that has a classwide type, potentially after an implicit
35718         dereference.  In particular, the prefix can be a view conversion for
35719         a classwide type (for which Is_Object_Reference holds), but it can
35720         also be a value conversion for an access-to-classwide type. In the
35721         latter case, there is an implicit dereference, and the original node
35722         for the prefix does not verify Is_Object_Reference.
35723
35724         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): A view
35725         conversion of a discriminant-dependent component of a mutable object
35726         is one itself.
35727
35728 2004-03-25  Ed Schonberg  <schonberg@gnat.com>
35729
35730         * freeze.adb (Freeze_Entity): When an inherited subprogram is
35731         inherited, has convention C, and has unconstrained array parameters,
35732         place the corresponding warning on the derived type declaration rather
35733         than the original subprogram.
35734
35735         * sem_ch12.adb (Instantiate_Formal_Subprogram): Set From_Default
35736         indication on renaming declaration, if formal has a box and actual
35737         is absent.
35738
35739         * sem_ch8.adb (Analyze_Subprogram_Renaming): Use From_Default flag to
35740         determine whether to generate an implicit or explicit reference to
35741         the renamed entity.
35742
35743         * sinfo.ads, sinfo.adb: New flag From_Default, to indicate that a
35744         subprogram renaming comes from a defaulted formal subprogram in an
35745         instance.
35746
35747 2004-03-25  Gary Dismukes  <dismukes@gnat.com>
35748
35749         * sem_elab.adb (Check_Elab_Call): Refine loop that checks for default
35750         value expressions to ensure that calls within a component definition
35751         will be checked (since those are evaluated during the record type's
35752         elaboration).
35753
35754 2004-03-25  Arnaud Charlet  <charlet@act-europe.fr>
35755
35756         * s-tpobop.adb: Code clean up:
35757         (Requeue_Call): Extract from PO_Service_Entries to remove duplicated
35758         code.
35759         (PO_Do_Or_Queue): Remove duplicated code and use Requeue_Call.
35760
35761 2004-03-25  Jose Ruiz  <ruiz@act-europe.fr>
35762
35763         * Makefile.in: Clean up in the ravenscar run time.
35764
35765 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35766
35767         * decl.c (gnat_to_gnu_entity, case E_Access_Type): Pass value
35768         of No_Strict_Aliasing to build_pointer_type_for_mode.
35769         * utils.c (update_pointer_to): Walk pointer and ref chains.
35770
35771 2004-03-22  Cyrille Comar  <comar@act-europe.fr>
35772
35773         * ali.ads: Fix Comment about Dynamic_Elab.
35774
35775         * gnatls.adb (Output_Unit): Add output of many flags (Dynamic_Elab,
35776         Has_RACW, Is_Generic, etc.)
35777         (Output_Object, Gnatls): Take into account ALI files not attached to
35778         an object.
35779
35780 2004-03-22  Vincent Celier  <celier@gnat.com>
35781
35782         * gprep.adb: Change all String_Access to Name_Id
35783         (Is_ASCII_Letter): new function
35784         (Double_File_Name_Buffer): New procedure
35785         (Preprocess_Infile_Name): New procedure
35786         (Process_Files): New procedure
35787         (Gnatprep): Check if output and input are existing directories.
35788         Call Process_Files to do the real job.
35789
35790 2004-03-22  Robert Dewar  <dewar@gnat.com>
35791
35792         * prj-env.adb, prj-nmsc.ads, prj-proc.ads,
35793         s-stache.ads, s-stache.adb: Comment updates. Minor reformatting.
35794
35795 2004-03-22  Sergey Rybin  <rybin@act-europe.fr>
35796
35797         * scn.adb (Contains): Add check for EOF, is needed for a degenerated
35798         case when the source contains only comments.
35799
35800 2004-03-22  Ed Schonberg  <schonberg@gnat.com>
35801
35802         * sem_ch10.adb (Analyze_Compilation_Unit): When generating a
35803         declaration for a child subprogram body that acts as a spec, indicate
35804         that the entity in the declaration needs debugging information.
35805
35806         * sem_ch3.adb (Complete_Private_Subtype): Do not build an underlying
35807         full view if the subtype is created for a constrained record component;
35808         gigi has enough information to construct the record, and there is no
35809         place in the tree for the declaration.
35810
35811         * sem_ch6.adb (Build_Body_To_Inline): Use an internal name without
35812         serial number for the dummy body that is built for analysis, to avoid
35813         inconsistencies in the generation of internal names when compiling
35814         with -gnatN.
35815
35816 2004-03-22  Thomas Quinot  <quinot@act-europe.fr>
35817
35818         * sem_util.adb (Is_Object_Reference): A view conversion denotes an
35819         object.
35820
35821 2004-03-22  GNAT Script  <nobody@gnat.com>
35822
35823         * Make-lang.in: Makefile automatically updated
35824
35825 2004-03-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35826
35827         * decl.c (gnat_to_gnu_entity): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
35828         * trans.c (tree_transform, emit_index_check): Likewise.
35829         * utils.c (build_template): Likewise.
35830         (max_size, convert): Remove handling of WITH_RECORD_EXPR.
35831         (maybe_unconstrained_array, unchecked_convert): Likewise.
35832         * utils2.c (gnat_truthvalue_conversion, build_binary_op): Likewise.
35833         (build_unary_op): Likewise.
35834         (compare_arrays, build_allocator): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
35835         (fill_vms_descriptor): Likewise.
35836         (build_call_alloc_dealloc): Likewise.
35837         ALIGN is unsigned.
35838         * gigi.h (build_call_alloc_dealloc): Alignment is unsigned.
35839
35840 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
35841
35842         PR other/14630
35843         * gnat_ug.texi: Add info directory category and entry.
35844         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
35845         gnat_ug_wnt.texi: Regenerate.
35846
35847 2004-03-19  Arnaud Charlet  <charlet@act-europe.fr>
35848
35849         * ada-tree.h: Update copyright notice.
35850         Minor reformatting.
35851
35852 2004-03-19  Olivier Hainque  <hainque@act-europe.fr>
35853
35854         * decl.c (gnat_to_gnu_entity, case E_Exception): Handle VMS exceptions
35855         as regular exception objects and not as mere integers representing the
35856         condition code.  The latter approach required some dynamics to mask off
35857         severity bits, which did not fit well into the GCC table based model.
35858         (gnat_to_gnu_entity, objects): Don't supply an external name for VMS
35859         exception data objects. We don't it and it would conflict with the other
35860         external symbol we have to generate for such exceptions.
35861
35862         * trans.c (tree_transform, case N_Exception_Handler): Remove part of
35863         the special code for VMS exceptions, since these are now represented
35864         as regular exceptions objects.
35865
35866 2004-03-19 Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35867
35868         * decl.c (debug_no_type_hash): Remove.
35869         (gnat_to_gnu_entity, case E_Array_Type): Don't set and clear it.
35870         * misc.c (LANG_HOOK_HASH_TYPE): Redefine.
35871
35872 2004-03-19  Laurent Guerby  <laurent@guerby.net>
35873
35874         * sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of
35875         aggregate, allows bootstrap from 3.3 on powerpc-darwin.
35876
35877 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35878
35879         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Add checking.
35880         (TYPE_CONTAINS_TEMPLATE_P, TYPE_OBJECT_RECORD_TYPE): Likewise.
35881         (TYPE_RM_SIZE_INT): Directly use type.values.
35882         (TREE_LOOP_ID): Clean up check.
35883         * decl.c (gnat_to_gnu_entity, case E_Enumeration_Type): Use
35884         TYPE_VALUES, not TYPE_FIELDS.
35885         * trans.c (convert_with_check): Delay access of bounds of basetype
35886         until sure is numeric.
35887
35888 2004-03-18  Arnaud Charlet  <charlet@act-europe.fr>
35889
35890         * 5atpopsp.adb: Remove RTEMS from list of platforms using this file.
35891
35892         Code clean up:
35893         * 5ataprop.adb, 5ftaprop.adb, 5htaprop.adb, 5itaprop.adb, 5staprop.adb,
35894         5vtaprop.adb, 5wtaprop.adb, 7staprop.adb (Finalize_TCB): Use
35895         Specific.Set instead of direct call to e.g pthread_setspecific.
35896
35897 2004-03-18  Thomas Quinot  <quinot@act-europe.fr>
35898
35899         * adaint.c: Update comments.
35900
35901         * Makefile.in: set PREFIX_OBJS, SYMLIB, THREADSLIB, and
35902         GNATLIB_SHARED for FreeBSD.
35903
35904 2004-03-18  Jose Ruiz  <ruiz@act-europe.fr>
35905
35906         * init.c [VxWorks]: Do not fix the stack size for the environment task.
35907         When needed (stack checking) the stack size is retrieved
35908         from the VxWorks kernel.
35909
35910         * Makefile.in: Flag -nostdinc is required when building the run time
35911         for avoiding looking for files in the base compiler.
35912         Add the VxWorks specific version of the package body for
35913         System.Stack_checking.Operations (5zstchop.adb).
35914
35915         * Make-lang.in: Add the object file for
35916         System.Stack_Checking.Operations.
35917
35918         * Makefile.rtl: Add object file for the package
35919         System.Stack_Checking.Operations.
35920
35921         * s-stchop.ads, s-stchop.adb, 5zstchop.adb: New files.
35922
35923         * s-stache.ads, s-stache.adb: Move the operations related to stack
35924         checking from this package to package System.Stack_Checking.Operations.
35925         This way, stack checking operations are only linked in the final
35926         executable when using the -fstack-check flag.
35927
35928 2004-03-18  Doug Rupp  <rupp@gnat.com>
35929
35930         * Makefile.in [VMS]: Handle 64 bit specs (5qsystem.ads, 5xcrtl.ads).
35931         Reorganize ifeq's.
35932
35933         * 5qsystem.ads, 5xcrtl.ads: New files.
35934
35935 2004-03-18  Vincent Celier  <celier@gnat.com>
35936
35937         * prj.adb (Reset): Reset hash table Files_Htable
35938
35939         * prj-env.adb (Source_Paths, Object_Paths): New tables.
35940         (Add_To_Source_Path, Add_To_Object_Path): New procedures, to replace
35941         the procedures Add_To_Path_File.
35942         (Set_Ada_Paths): Accumulate source and object dirs in the tables,
35943         making sure that each directory is present only once and, for object
35944         dirs, when a directory already present is added, the duplicate is
35945         removed and the directory is always put as the last in the table.
35946         Write the path files at the end of these accumulations.
35947
35948         * prj-nmsc.adb (Record_Source): Add source file name in hash table
35949         Files_Htable for all sources.
35950
35951         * prj-proc.adb (Process): Remove restrictions between not directly
35952         related extending projects.
35953
35954 2004-03-18  Emmanuel Briot  <briot@act-europe.fr>
35955
35956         * prj-nmsc.ads, prj-nmsc.adb (Ada_Check): New parameter Trusted_Mode.
35957         (Find_Sources): Minor speed optimization.
35958
35959         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): New
35960         parameter Trusted_Mode.
35961
35962 2004-03-18  Sergey Rybin  <rybin@act-europe.fr>
35963
35964         * scn.adb (Determine_License): Take into account a degenerated case
35965         when the source contains only comments.
35966
35967 2004-03-18  Ed Schonberg  <schonberg@gnat.com>
35968
35969         * sem_warn.adb (Check_References): For a warning on a selected
35970         component that does not come from source, locate an uninitialized
35971         component of the record type to produce a more precise error message.
35972
35973 2004-03-15  Jerome Guitton  <guitton@act-europe.fr>
35974
35975         * 3zsoccon.ads: Fix multicast options.
35976
35977         * s-thread.ads: Move unchecked conversion from ATSD_Access to Address
35978         in the spec.
35979
35980 2004-03-15  Robert Dewar  <dewar@gnat.com>
35981
35982         * sem_prag.adb: Make sure No_Strict_Aliasing flag is set right when
35983         pragma used for a private type.
35984
35985         * lib-xref.adb (Generate_Reference): Do not generate warning if
35986         reference is in a different unit from the pragma Unreferenced.
35987
35988         * 5vtpopde.adb: Minor reformatting
35989         Fix casing of To_Task_ID
35990
35991         * sem_ch13.adb (Validate_Unchecked_Conversion): Set No_Strict_Aliasing
35992         flag if we have an unchecked conversion to an access type in the same
35993         unit.
35994
35995 2004-03-15  Geert Bosch  <bosch@gnat.com>
35996
35997         * a-ngcoty.adb (Modulus): In alternate formula for large real or
35998         imaginary parts, use Double precision throughout.
35999
36000         * a-tifiio.adb (Put_Scaled): Remove remaining pragma Debug. Not only
36001         we want to be able to compile run-time with -gnata for testing, but
36002         this may also be instantiated in user code that is compiled with -gnata.
36003
36004 2004-03-15  Olivier Hainque  <hainque@act-europe.fr>
36005
36006         * s-stalib.ads (Exception_Code): New type, to represent Import/Export
36007         codes. Having a separate type for this is useful to enforce consistency
36008         throughout the various run-time units.
36009         (Exception_Data): Use Exception_Code for Import_Code.
36010
36011         * s-vmextra.ads, s-vmexta.adb: Use Exception_Code instead of a mix of
36012         Natural and Integer in various places.
36013         (Register_VMS_Exception): Use Base_Code_In to compute the exception code
36014         with the severity bits masked off.
36015         (Register_VMS_Exception): Handle the additional exception data pointer
36016         argument.
36017
36018         * raise.c (_GNAT_Exception structure): Remove the handled_by_others
36019         component, now reflected by an exported accessor.
36020         (is_handled_by): New routine to compute whether the propagated
36021         occurrence matches some handler choice specification. Extracted out of
36022         get_action_description_for, and expanded to take care of the VMS
36023         specifities.
36024         (get_action_description_for): Use is_handled_by instead of an explicit
36025         complex condition to decide if the current choice at hand catches the
36026         propagated occurrence.
36027
36028         * raise.h (Exception_Code): New type for C.
36029
36030         * rtsfind.ads (RE_Id, RE_Unit_Table): Add
36031         System.Standard_Library.Exception_Code, to allow references from the
36032         pragma import/export expander.
36033
36034         * a-exexpr.adb (Is_Handled_By_Others, Language_For, Import_Code_For):
36035         New accessors to allow easy access to GNAT exception data
36036         characteristics.
36037         (GNAT_GCC_Exception record, Propagate_Exception): Get rid of the
36038         redundant Handled_By_Others component, helper for the personality
36039         routine which will now be able to call the appropriate exception data
36040         accessor instead.
36041
36042         * cstand.adb (Create_Standard): Adjust the type of the Import_Code
36043         component of Standard_Exception_Type to be the closest possible to
36044         Exception_Code in System.Standard_Library, that we cannot get at this
36045         point. Expand a ??? comment to notify that this type node should
36046         probably be rewritten later on.
36047
36048         * exp_prag.adb (Expand_Pragma_Import_Export_Exception): Adjust the
36049         registration call to include a pointer to the exception object in the
36050         arguments.
36051
36052         * init.c (__gnat_error_handler): Use Exception_Code and Base_Code_In
36053         instead of int and explicit bitmasks.
36054
36055 2004-03-15  Vincent Celier  <celier@gnat.com>
36056
36057         * vms_data.ads: Add new GNAT BIND qualifier /STATIC. Makes /NOSHARED
36058         equivalent to /STATIC and /NOSTATIC equivalent to /SHARED.
36059
36060         * a-tasatt.adb (To_Access_Code): Remove this UC instantiation, no
36061         longer needed now that it is in the spec of
36062         System.Tasking.Task_Attributes.
36063
36064         * adaint.h, adaint.c: (__gnat_create_output_file): New function
36065
36066         * gnatcmd.adb: Fix bug introduced in previous rev: /= instead of =
36067
36068         * g-os_lib.ads, g-os_lib.adb (Create_Output_Text_File): New function.
36069
36070         * make.adb (Gnatmake): Do not check the executable suffix; it is being
36071         taken care of in Scan_Make_Arg.
36072         (Scan_Make_Arg): Add the executable suffix only if the argument
36073         following -o, in canonical case, does not end with the executable
36074         suffix.  When in verbose mode and executable file name does not end
36075         with executable suffix, output the executable name, in canonical case.
36076
36077         * s-tataat.ads (Access_Dummy_Wrapper): Add pragma No_Strict_Aliasing
36078         to avoid warnings when instantiating Ada.Task_Attributes.
36079         Minor reformating.
36080
36081         * mlib-prj.adb (Process_Imported_Libraries): Get the imported libraries
36082         in the correct order.
36083
36084         * prj-makr.adb (Process_Directory): No longer use GNAT.Expect, but
36085         redirect standard output and error to a file for the invocation of the
36086         compiler, then read the file.
36087
36088         * prj-nmsc.adb (Find_Sources): Use the Display_Value for each
36089         directory, instead of the Value.
36090         (Find_Source_Dirs): Remove useless code & comments.
36091
36092 2004-03-15  Ed Schonberg  <schonberg@gnat.com>
36093
36094         * exp_ch3.adb (Freeze_Record_Type): If a primitive operation of a
36095         tagged type is inherited, and the parent operation is not frozen yet,
36096         force generation of a freeze node for the inherited operation, so the
36097         corresponding dispatch entry is properly initialized.
36098         (Make_Predefined_Primitive_Specs): Check that return type is Boolean
36099         when looking for user-defined equality operation.
36100
36101         * exp_ch4.adb (Expand_Composite_Equality): Check that return type is
36102         boolean when locating primitive equality of tagged component.
36103
36104         * exp_ch5.adb (Expand_Assign_Array): If the left-hand side is a
36105         bit-aligned field and the right-hand side a string literal, introduce
36106         a temporary before expanding assignment into a loop.
36107
36108         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Copy expression for
36109         priority in full, to ensure that any expanded subepxressions of it are
36110         elaborated in the scope of the init_proc.
36111
36112         * exp_prag.adb (Expand_Pragma_Import): Search for initialization call
36113         after object declaration, skipping over code that may have been
36114         generated for validity checks.
36115
36116         * sem_ch12.adb (Validate_Private_Type_Instance): If type has unknown
36117         discriminants, ignore the known discriminants of its full view, if
36118         any, to check legality.
36119
36120         * sem_ch3.adb (Complete_Private_Subtype): Do not create constrained
36121         component if type has unknown discriminants.
36122         (Analyze_Private_Extension_Declaration): Discriminant constraint is
36123         null if type has unknown discriminants.
36124
36125         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Generate reference
36126         for end label when present.
36127
36128         * s-fileio.adb (Open): When called with a C_Stream, use given name for
36129         temporary file, rather than an empty string.
36130
36131 2004-03-15  Ed Falis  <falis@gnat.com>
36132
36133         * s-thread.adb: Removed, no longer used.
36134
36135 2004-03-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36136
36137         * decl.c (target.h): Now include.
36138         (gnat_to_gnu_entity, case E_Access_Type): Use mode derived from ESIZE
36139         in new build_pointer_from_mode calls for non-fat/non-thin pointer.
36140         (validate_size): For POINTER_TYPE, get smallest size permitted on
36141         machine.
36142
36143         * fe.h: Sort Einfo decls and add Set_Mechanism.
36144
36145         * Makefile.in: (LIBGNAT_SRCS): Remove types.h.
36146         (ada/decl.o): Depends on target.h.
36147
36148         * trans.c (tree_transform, N_Unchecked_Type_Conversion): Do not use
36149         FUNCTION_BOUNDARY; always use TYPE_ALIGN.
36150
36151 2004-03-15  Thomas Quinot  <quinot@act-europe.fr>
36152
36153         * 5ztpopsp.adb, 56tpopsp.adb: Fix spelling of Task_ID.
36154
36155         * exp_ch4.adb (Expand_N_Indexed_Component): Do not call
36156         Insert_Dereference_Action when rewriting an implicit dereference into
36157         an explicit one, this will be taken care of during expansion of the
36158         explicit dereference.
36159         (Expand_N_Slice): Same. Always do the rewriting, even for the case
36160         of non-packed slices, since the dereference action generated by
36161         expansion of the explicit dereference is needed in any case.
36162         (Expand_N_Selected_Component): When rewriting an implicit dereference,
36163         analyze and resolve the rewritten explicit dereference so it is seen
36164         by the expander.
36165         (Insert_Dereference_Action): This procedure is now called only for the
36166         expansion of an N_Explcit_Dereference_Node. Do insert a check even for
36167         dereferences that do not come from source (including explicit
36168         dereferences resulting from rewriting implicit ones), but do not
36169         recursively insert a check for the dereference nodes contained within
36170         the check.
36171         (Insert_Dereference_Action): Clarify and correct comment.
36172
36173 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
36174
36175         PR ada/14131
36176         Move language detection to the top level.
36177         * config-lang.in: Build by default.
36178
36179 2004-03-05  Robert Dewar  <dewar@gnat.com>
36180
36181         * 56taprop.adb, 5ataprop.adb: Remove unneeded unchecked conversions
36182
36183         * a-tags.adb, a-tags.ads, s-finimp.adb, s-finroo.ads,
36184         i-cpoint.ads, i-cpoint.adb, i-cstrin.adb, i-cstrin.ads,
36185         5iosinte.ads, 5sosinte.ads, 5staspri.ads, 5itaprop.adb,
36186         5staprop.adb, 5wtaprop.adb, s-tataat.ads, s-tataat.adb: Move
36187         unchecked conversion to spec to avoid warnings.
36188
36189         * s-tasini.adb, s-taskin.ads, 5atpopsp.adb: Correct spelling Task_Id
36190         to Task_ID
36191
36192         * 7stpopsp.adb: Correct casing in To_Task_ID call
36193
36194         * a-strsea.ads, a-strsea.adb: Minor reformatting
36195
36196         * einfo.ads, einfo.adb: Define new flag No_Strict_Aliasing
36197
36198         * errout.ads: Switch for VMS is now NO_STRICT_ALIASING.
36199         Adjust Max_Msg_Length to be clearly large enough.
36200
36201         * fe.h: Define In_Same_Source_Unit
36202
36203         * osint.adb: Add pragma Warnings Off to suppress warnings
36204         * g-dyntab.adb, g-table.adb, g-thread.adb: Add Warnings (Off) to kill
36205         aliasing warnings.
36206
36207         * opt.ads: Put entries in alpha order. Add entry for No_Strict_Aliasing
36208
36209         * par-prag.adb: Add dummy entry for No_Strict_Aliasing pragma
36210
36211         * sem_ch13.adb: Generate validate unchecked conversion nodes for gcc.
36212
36213         * sem_ch3.adb: Set No_Strict_Aliasing flag if config pragma set.
36214
36215         * sem_prag.adb: Implement pragma No_Strict_Aliasing.
36216
36217         * sinfo.ads: Remove obsolete comment on validate unchecked conversion
36218         node. We now do generate them for gcc back end.
36219
36220         * table.adb, sinput.adb: Add pragma Warnings Off to suppress aliasing
36221         warning.
36222
36223         * sinput-c.adb: Fix bad name in header.
36224         Add pragma Warnings Off to suppress aliasing warning.
36225
36226         * sinput-l.adb: Add pragma Warnings Off to suppress aliasing warning.
36227
36228         * snames.h, snames.ads, snames.adb: Add entry for pragma
36229         No_Strict_Aliasing.
36230
36231 2004-03-05  Vincent Celier  <celier@gnat.com>
36232
36233         * prj-com.ads: Add hash table Files_Htable to check when a file name
36234         is already a source of another project.
36235
36236         * prj-nmsc.adb (Record_Source): Before recording a new source, check
36237         if its file name is not already a source of another project. Report an
36238         error if it is.
36239
36240         * gnatcmd.adb: When GNAT PRETTY is invoked with a project file and no
36241         source file name, call gnatpp with all the sources of the main project.
36242
36243         * vms_conv.adb (Initialize): GNAT PRETTY may be called with any number
36244         of file names.
36245
36246         * vms_data.ads: Correct documentation of new /OPTIMIZE keyword
36247         NO_STRICT_ALIASING. Add new qualifier for GNAT PRETTY:
36248         /RUNTIME_SYSTEM=, converted to --RTS=
36249         /NOTABS, converted to -notabs
36250
36251 2004-03-05  Pascal Obry  <obry@gnat.com>
36252
36253         * make.adb: Minor reformatting.
36254
36255 2004-03-05  Ed Schonberg  <schonberg@gnat.com>
36256
36257         Part of implemention of AI-262.
36258         * par-ch10.adb (P_Context_Clause): Recognize private with_clauses.
36259
36260         * sem_ch10.ads, sem_ch10.adb: (Install_Private_With_Clauses): New
36261         procedure.
36262
36263         * sem_ch3.adb (Analyze_Component_Declaration): Improve error message
36264         when component type is a partially constrained class-wide subtype.
36265         (Constrain_Discriminated_Type): If parent type has unknown
36266         discriminants, a constraint is illegal, even if full view has
36267         discriminants.
36268         (Build_Derived_Record_Type): Inherit discriminants when deriving a type
36269         with unknown discriminants whose full view is a discriminated record.
36270
36271         * sem_ch7.adb (Preserve_Full_Attributes): Preserve Has_Discriminants
36272         flag, to handle properly derivations of tagged types with unknown
36273         discriminants.
36274         (Analyze_Package_Spec, Analyze_Package_Body): Install
36275         Private_With_Clauses before analyzing private part or body.
36276
36277         * einfo.ads: Indicate that both Has_Unknown_Discriminants and
36278         Has_Discriminants can be true for a given type (documentation).
36279
36280 2004-03-05  Arnaud Charlet  <charlet@act-europe.fr>
36281
36282         * s-restri.ads: Fix license (GPL->GMGPL).
36283
36284         * s-tassta.adb: Minor reformatting.
36285
36286         * s-tasren.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
36287         by calls to Exit_One_ATC_Level, since additional clean up is performed
36288         by this function.
36289
36290         * s-tpobop.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
36291         by calls to Exit_One_ATC_Level, since additional clean up is performed
36292         by this function.
36293
36294 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36295
36296         * trans.c: Reflect GCC changes to fix bootstrap problem.
36297         Add warning for suspicious aliasing unchecked conversion.
36298
36299 2004-03-05  GNAT Script  <nobody@gnat.com>
36300
36301         * Make-lang.in: Makefile automatically updated
36302
36303 2004-03-02  Emmanuel Briot  <briot@act-europe.fr>
36304
36305         * ali.adb (Read_Instantiation_Instance): Do not modify the
36306         current_file_num when reading information about instantiations, since
36307         this corrupts files in later references.
36308
36309 2004-03-02  Vincent Celier  <celier@gnat.com>
36310
36311         * bcheck.adb (Check_Consistency): Get the full path of an ALI file
36312         before checking if it is read-only.
36313
36314         * bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
36315         of SRC_DIRS and eliminate duplicates.
36316
36317         * gprcmd.adb: Replace command "path" with command "path_sep" to return
36318         the path separator.
36319         (Usage): Document path_sep
36320
36321         * Makefile.generic: For Ada and GNU C++ cases, link directly with the
36322         C++ compiler. No need for a script.
36323         Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
36324         Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
36325         subst.
36326
36327         * prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
36328         where there are Ada sources.
36329         (Set_Ada_Paths): Only add to the include path the source dirs of project
36330         with Ada sources.
36331         (Add_To_Path): Add the Display_Values of the directories, not their
36332         Values.
36333
36334         * prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
36335         data.
36336
36337         * prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
36338         is not No_Name.
36339         (Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
36340         Value is canonicalized.
36341         (Language_Independent_Check): Do not copy Value to Display_Value when
36342         canonicalizing Value.
36343
36344         * prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
36345         path to find limited with cycles.
36346         (Parse_Single_Project): Use canonical cased path to find the end of a
36347         with cycle.
36348
36349 2004-03-02  Ed Schonberg  <schonberg@gnat.com>
36350
36351         * sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
36352         and not a child unit.
36353
36354         * sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
36355         appear in a with_clause.
36356
36357         * decl.c (gnat_to_gnu_type): If entity is a generic type, which can
36358         only happen in type_annotate mode, do not try to elaborate it.
36359
36360         * exp_util.adb (Force_Evaluation): If expression is a selected
36361         component on the left of an assignment, use a renaming rather than a
36362         temporary to remove side effects.
36363
36364         * freeze.adb (Freeze_Entity): Do not freeze a global entity within an
36365         inlined instance body, which is analyzed before the end of the
36366         enclosing scope.
36367
36368 2004-03-02  Robert Dewar  <dewar@gnat.com>
36369
36370         * par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
36371         sem_ch4.adb: Use new feature for substitution of keywords in VMS
36372
36373         * errout.ads, errout.adb: Implement new circuit for substitution of
36374         keywords in VMS.
36375
36376         * sem_case.adb (Analyze_Choices): Place message properly when case is
36377         a subtype reference rather than an explicit range.
36378
36379         * sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
36380
36381 2004-03-02  Doug Rupp  <rupp@gnat.com>
36382
36383         * init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
36384
36385 2004-03-02  Thomas Quinot  <quinot@act-europe.fr>
36386
36387         * s-tporft.adb: Add missing locking around call to Initialize_ATCB.
36388
36389 2004-03-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36390
36391         * utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
36392         BLKmode bitfield.
36393
36394 2004-02-25  Robert Dewar  <dewar@gnat.com>
36395
36396         * 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
36397         55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
36398         5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
36399         5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
36400         5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
36401         5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
36402         the defining instance of the type to avoid aliasing problems.
36403         Fix copyright header.  Fix bad comments in package header.
36404
36405         * exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting
36406
36407 2004-02-25  Ed Schonberg  <schonberg@gnat.com>
36408
36409         * exp_ch2.adb (Param_Entity): Handle properly formals that have been
36410         rewritten as references when aliased through an address clause.
36411
36412         * sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
36413         whether call can be interpreted as an indirect call to the result of a
36414         parameterless function call returning an access subprogram.
36415
36416 2004-02-25  Arnaud Charlet  <charlet@act-europe.fr>
36417
36418         Code clean up:
36419         * exp_ch7.adb (Make_Clean): Remove generation of calls to
36420         Unlock[_Entries], since this is now done by Service_Entries directly.
36421
36422         * exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.
36423
36424         * s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
36425         Requeue_Call for better code readability. Change spec and update calls:
36426         PO_Service_Entries now unlock the PO on exit.
36427         (Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
36428         PO_Service_Entries.
36429
36430         * s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.
36431
36432         * s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.
36433
36434 2004-02-25  Sergey Rybin  <rybin@act-europe.fr>
36435
36436         * exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
36437         protected subprogram call and analyzing the result of such expanding
36438         in case when the called protected subprogram is eliminated.
36439
36440         * sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
36441         names.
36442
36443 2004-02-25  Jerome Guitton  <guitton@act-europe.fr>
36444
36445         * Makefile.in: Clean ups.
36446
36447 2004-02-23  Ed Schonberg  <schonberg@gnat.com>
36448
36449         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create
36450         protected operations if original subprogram is flagged as eliminated.
36451         (Expand_N_Subprogram_Body): For a protected operation, create
36452         discriminals for next operation before checking whether the operation
36453         is eliminated.
36454
36455         * exp_ch9.adb (Expand_N_Protected_Body,
36456         Expand_N_Protected_Type_Declaration): Do not generate specs and bodies
36457         for internal protected operations if the original subprogram is
36458         eliminated.
36459
36460         * sem_elim.adb (Check_Eliminated): Handle properly protected operations
36461         declared in a single protected object.
36462
36463 2004-02-23  Vincent Celier  <celier@gnat.com>
36464
36465         * prj-attr.adb: Make attribute Builder'Executable an associative array,
36466         case insensitive if file names are case insensitive, instead of a
36467         standard associative array.
36468
36469         * prj-attr.adb (Initialize): For 'b' associative arrays, do not set
36470         them as case insensitive on platforms where the file names are case
36471         sensitive.
36472
36473         * prj-part.adb (Parse_Single_Project): Make sure, when checking if
36474         project file has already been parsed that canonical path are compared.
36475
36476 2004-02-23  Robert Dewar  <dewar@gnat.com>
36477
36478         * sinput-c.ads: Correct bad unit title in header
36479
36480         * freeze.adb: Minor reformatting
36481
36482 2004-02-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36483
36484         * trans.c (tree_transform, case N_Procedure_Call_Statement): For
36485         nonaddressable COMPONENT_REF that is removing padding that we are
36486         taking the address of, take the address of the padded record instead
36487         if item is variable size.
36488
36489 2004-02-20  Robert Dewar  <dewar@gnat.com>
36490
36491         * bld.adb, exp_util.adb, gprcmd.adb: Minor reformatting
36492
36493 2004-02-20  Ed Schonberg  <schonberg@gnat.com>
36494
36495         * freeze.adb (Freeze_Record_Type): Generalize mechanism that generates
36496         itype references for the constrained designated type of a component
36497         whose base type is already frozen.
36498
36499 2004-02-20  Arnaud Charlet  <charlet@act-europe.fr>
36500
36501         * init.c (__gnat_error_handler [tru64]): Rewrite previous change to
36502         avoid GCC warnings.
36503
36504 2004-02-20  Sergey Rybin  <rybin@act-europe.fr>
36505
36506         * sem_ch12.adb (Analyze_Formal_Package): Create a new defining
36507         identifier for a phantom package that rewrites the formal package
36508         declaration with a box. The Add semantic decorations for the defining
36509         identifier from the original node (that represents the formal package).
36510
36511 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
36512
36513         * Make-lang.in (ada/stamp-sdefault): Use the top level
36514         move-if-change.
36515
36516 2004-02-19  Richard Henderson  <rth@redhat.com>
36517
36518         * misc.c (record_code_position): Add third build arg for RTL_EXPR.
36519
36520 2004-02-18  Emmanuel Briot  <briot@act-europe.fr>
36521
36522         * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
36523         Scan_ALI can be used for multiple ALI files without reinitializing
36524         between calls.
36525
36526 2004-02-18  Robert Dewar  <dewar@gnat.com>
36527
36528         * debug.adb: Minor reformatting.
36529
36530 2004-02-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36531
36532         * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
36533         to zero if there is an address clause.
36534
36535 2004-02-18  Thomas Quinot  <quinot@act-europe.fr>
36536
36537         * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
36538
36539 2004-02-18  Gary Dismukes  <dismukes@gnat.com>
36540
36541         * layout.adb (Layout_Component_List): Revise generation of call to
36542         discriminant-checking function to pass selections of all of the type's
36543         discriminants rather than just the variant-controlling discriminant.
36544
36545 2004-02-18  Olivier Hainque  <hainque@act-europe.fr>
36546
36547         * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
36548         fail in the current setup and triggers spurious system error messages.
36549         Pretend it occurred and failed instead.
36550
36551 2004-02-18  Vincent Celier  <celier@gnat.com>
36552
36553         * bld.adb: Mark FLDFLAGS as saved
36554         (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
36555         it is not the root project.  Put each directory to be
36556         extended between double quotes to prevent it to be expanded on Windows.
36557         (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
36558         the project file. Set them back to their initial values if they have not
36559         been set in the project file.
36560
36561         * gprcmd.adb: (Gprdebug, Debug): New global variables
36562         (Display_Command): New procedure
36563         (Usage): Document new command "linkopts"
36564         Call Display_Command when env var GPRDEBUG has the value "TRUE"
36565         Implement new command "linkopts"
36566         Remove quotes that may be around arguments for "extend"
36567         Always call Normalize_Pathname with arguments formatted for the platform
36568
36569         * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
36570         Change @echo to @$(display) in target clean to be able to clean silently
36571
36572         * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
36573
36574         * prj-part.adb (Project_Path_Name_Of): Do not put final result in
36575         canonical case.
36576
36577         * prj-part.adb (Parse_Single_Project): Always call with From_Extended
36578         = Extending_All when current project is an extending all project.
36579
36580         * vms_conv.adb (Output_File_Expected): New Boolean global variable,
36581         set to True only for LINK command, after Unix switch -o.
36582         (Process_Arguments): Set Output_File_Expected to True for LINK command
36583         after Unix switch -o. When Output_File_Expected is True, never add an
36584         extension to a file name.
36585
36586         * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
36587         option file name, only to the --for-linker= switch.
36588         (Option_File_Name): If option file name do not end with ".opt", append
36589         "/OPTIONS".
36590
36591 2004-02-18  GNAT Script  <nobody@gnat.com>
36592
36593         * Make-lang.in: Makefile automatically updated
36594
36595 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
36596
36597         * Make-lang.in (stamp-sdefault): Do not depend on
36598         move-if-change.
36599
36600 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
36601
36602         * config-lang.in: Disable Ada by default until probe logic for
36603         a bootstrap Ada compiler can be moved to the top level configure
36604         script.
36605
36606 2004-02-12  Olivier Hainque  <hainque@act-europe.fr>
36607
36608         * decl.c (components_to_record): Don't claim that the internal fields
36609         we make to hold the variant parts are semantically addressable, because
36610         they are not.
36611
36612         * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
36613         adjust the comment describing the modular type form when we can use it.
36614         (Install_PAT): Account for the Esiz renaming.
36615
36616         * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
36617         sc_onstack context indication before raising the exception to which
36618         the signal is mapped. Allows better handling of later signals possibly
36619         triggered by the resumed user code if the exception is handled.
36620
36621 2004-02-12  Arnaud Charlet  <charlet@act-europe.fr>
36622
36623         * 5zinit.adb: Removed, no longer used.
36624
36625 2004-02-12  Robert Dewar  <dewar@gnat.com>
36626
36627         * ali.adb: Remove separating space between parameters on R line. Makes
36628         format consistent with format used by the binder for Set_Globals call.
36629
36630         * atree.ads, atree.adb: Minor reformatting (new function header format)
36631
36632         * bindgen.adb: Add Run-Time Globals documentation section containing
36633         detailed documentation of the globals passed from the binder file to
36634         the run time.
36635
36636         * gnatls.adb: Minor reformatting
36637
36638         * init.c (__gnat_set_globals): Add note pointing to documentation in
36639         bindgen.
36640
36641         * lib-writ.ads, lib-writ.adb: Remove separating space between
36642         parameters on R line.
36643         Makes format consistent with format used by the binder for Set_Globals
36644         call.
36645
36646         * osint.ads: Add 2004 to copyright notice
36647         Minor reformatting
36648
36649         * snames.ads: Correct capitalization of FIFO_Within_Priorities
36650         Noticed during code reading, documentation issue only
36651
36652         * usage.adb: Remove junk line for obsolete C switch
36653         Noticed during code reading
36654
36655 2004-02-12  Vincent Celier  <celier@gnat.com>
36656
36657         * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
36658         extend for each directory, so that multiple /** directories are
36659         extended individually.
36660         (Recursive_Process): Set the default for LANGUAGES to ada
36661
36662         * gprcmd.adb: Define new command "ignore", to do nothing.
36663         Implement new comment "path".
36664
36665         * Makefile.generic: Suppress output when SILENT is set
36666         Make sure that when compiler for C/C++ is gcc, the correct -x switch is
36667         used, so that the correct compiler is invoked.
36668         When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
36669         CXX_INCLUDE_PATH, to avoid failure with too long command lines.
36670
36671 2004-02-12  Jerome Guitton  <guitton@act-europe.fr>
36672
36673         * Makefile.in: Clean ups and remove obsolete targets.
36674
36675 2004-02-12  Ed Schonberg  <schonberg@gnat.com>
36676
36677         * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
36678         predicate declared in exp_util.
36679
36680         * exp_util.adb: Add comments.
36681
36682         * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
36683         visibility before compiling context of the subunit.
36684
36685         * sem_res.adb (Check_Parameterless_Call): If the context expects a
36686         value but the name is a procedure, do not attempt to analyze as a call,
36687         in order to obtain more telling diagnostics.
36688
36689         * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
36690         'Access on parameterless function calls.
36691         (Normalize_Actuals): For a parameterless function call with missing
36692         actuals, defer diagnostic until resolution of enclosing call.
36693
36694         * sem_util.adb (Wrong_Type): If the context type is an access to
36695         subprogram and the expression is a procedure name, suggest a missing
36696         'attribute.
36697
36698 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
36699             Nathanael Nerode  <neroden@gcc.gnu.org>
36700
36701         PR ada/6637
36702         PR ada/5911
36703         Merge with libada-branch:
36704         * config-lang.in: Build libada only when ada is built.
36705
36706 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
36707
36708         * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
36709         for a tagged type, verify that both formals have the same type.
36710
36711         * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
36712         temporary when the formal is an in-parameter and the actual a possibly
36713         unaligned slice.
36714
36715         * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
36716         when expansion is disabled, to ensure proper name capture with
36717         overloaded literals.  Condition can be of any boolean type, resolve
36718         accordingly.
36719
36720         * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
36721         renaming is for a formal subprogram with a default operator name, and
36722         there is a usable operator that is visible at the point of
36723         instantiation.
36724
36725 2004-02-09  Robert Dewar  <dewar@gnat.com>
36726
36727         * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
36728         rewrite to ignore errors in ali files, intended to allow tools downward
36729         compatibility with new versions of ali files.
36730
36731         * ali.ads: Add new parameter Ignore_Errors
36732
36733         * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
36734         duplicating the error message giving the file with restrictions.
36735
36736         * debug.adb: Add debug flag I for gnatbind
36737
36738         * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
36739         operators for the case where the operator is a defining operator.
36740
36741         * exp_ch3.adb: Minor reformatting (new function spec format).
36742
36743         * exp_ch4.adb: Add comment for previous change, and make minor
36744         adjustment to loop to always check for improper loop termination.
36745         Minor reformatting throughout (new function spec format).
36746
36747         * gnatbind.adb: Implement -di debug flag for gnatbind
36748
36749         * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
36750
36751         * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
36752
36753         * lib-load.adb: Fix bad assertion.
36754         Found by testing and code reading.
36755         Minor reformatting.
36756
36757         * lib-load.ads: Minor reformatting.
36758
36759         * lib-writ.adb: There is only one R line now.
36760
36761         * lib-writ.ads: Add documentation on making downward compatible changes
36762         to ali files so old tools work with new ali files.
36763         There is only one R line now.
36764         Add documentation on format incompatibilities (with special GPS note)
36765
36766         * namet.ads, namet.adb: (Is_Operator_Name): New procedure
36767
36768         * par-load.adb: Minor reformatting
36769
36770         * sem_ch8.adb: Fix to error message from last update
36771         Minor reformatting and restructuring of code from last update
36772
36773         * par-prag.adb, snames.adb, snames.ads, snames.h,
36774         sem_prag.adb: Implement pragma Profile.
36775
36776         * stylesw.adb: Implement -gnatyN switch to turn off all style check
36777         options.
36778
36779         * usage.adb: Add line for -gnatyN switch
36780
36781         * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
36782
36783 2004-02-09  Albert Lee  <lee@gnat.com>
36784
36785         * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
36786
36787 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
36788
36789         * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
36790         slices.
36791
36792         * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
36793         is nested in an instance that is not frozen yet, to avoid
36794         order-of-elaboration problems in gigi.
36795
36796         * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
36797         body the attribute is legal.
36798
36799 2004-02-09  Robert Dewar  <dewar@gnat.com>
36800
36801         * s-rident.ads: Minor comment correction
36802
36803         * targparm.adb: Remove dependence on uintp completely. There was
36804         always a bug in Make in that it called Targparm before initializing
36805         the Uint package. The old code appeared to get away with this, but
36806         the new code did not! This caused an assertion error in gnatmake.
36807
36808         * targparm.ads: Fix bad comment, restriction pragmas with parameters
36809         are indeed fully supported.
36810
36811 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
36812
36813         * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
36814
36815 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
36816
36817         * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
36818         with targetm.calls.promote_prototypes.
36819
36820 2004-02-04  Robert Dewar  <dewar@gnat.com>
36821
36822         * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
36823         ali.ads, gprcmd.adb: Minor reformatting
36824
36825         * bindgen.adb: Output restrictions string for new style restrictions
36826         handling
36827
36828         * impunit.adb: Add s-rident.ads (System.Rident) and
36829         s-restri (System.Restrictions)
36830
36831         * lib-writ.adb: Fix bug in writing restrictions string (last few
36832         entries wrong)
36833
36834         * s-restri.ads, s-restri.adb: Change name Restrictions to
36835         Run_Time_Restrictions to avoid conflict with package name.
36836         Add circuit to read and acquire run time restrictions.
36837
36838 2004-02-04  Jose Ruiz  <ruiz@act-europe.fr>
36839
36840         * restrict.ads, restrict.adb: Use the new restriction
36841         No_Task_Attributes_Package instead of the old No_Task_Attributes.
36842
36843         * sem_prag.adb: No_Task_Attributes is a synonym of
36844         No_Task_Attributes_Package.
36845
36846         * snames.ads, snames.adb: New entry for proper handling of
36847         No_Task_Attributes.
36848
36849         * s-rident.ads: Adding restriction No_Task_Attributes_Package
36850         (AI-00249) that supersedes the GNAT specific restriction
36851         No_Task_Attributes.
36852
36853 2004-02-04  Ed Schonberg  <schonberg@gnat.com>
36854
36855         * sem_prag.adb:
36856         (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
36857          body, an identifier may be wrapped in an unchecked conversion.
36858
36859 2004-02-04  Vincent Celier  <celier@gnat.com>
36860
36861         * lib-writ.ads: Comment update for the W lines
36862
36863         * bld.adb: (Expression): An empty string list is static
36864
36865         * fname-uf.adb: Minor comment update
36866
36867         * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
36868
36869         * gnatbind.adb: Initialize Cumulative_Restrictions with the
36870         restrictions on the target.
36871
36872 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
36873
36874         * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
36875         gen_rtx.
36876
36877 2004-02-02  Arnaud Charlet  <charlet@gnat.com>
36878
36879         * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
36880
36881 2004-02-02  Vincent Celier  <celier@gnat.com>
36882
36883         * gprcmd.adb (Check_Args): If condition is false, print the invoked
36884         comment before the usage.
36885         Gprcmd: Fail when command is not recognized.
36886         (Usage): Document command "prefix"
36887
36888         * g-md5.adb (Digest): Process last block.
36889         (Update): Do not process last block. Store remaining characters and
36890         length in Context.
36891
36892         * g-md5.ads (Update): Document that several call to update are
36893         equivalent to one call with the concatenated string.
36894         (Context): Add fields to allow new Update behaviour.
36895
36896         * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
36897         defaulted to False.
36898         When May_Fail is True and no existing file can be found, return No_File.
36899
36900         * 6vcstrea.adb: Inlined functions are now wrappers to implementation
36901         functions.
36902
36903         * lib-writ.adb (Write_With_Lines): When body file does not exist, use
36904         spec file name instead on the W line.
36905
36906 2004-02-02  Robert Dewar  <dewar@gnat.com>
36907
36908         * ali.adb: Read and acquire info from new format restrictions lines
36909
36910         * bcheck.adb: Add circuits for checking restrictions with parameters
36911
36912         * bindgen.adb: Output dummy restrictions data
36913         To be changed later
36914
36915         * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
36916         exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
36917         freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
36918         sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
36919         sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
36920
36921         * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
36922         the warning message on access to possibly uninitialized variable S)
36923         Minor changes for new restrictions handling.
36924
36925         * gnatbind.adb: Minor reformatting
36926         Minor changes for new restrictions handling
36927         Move circuit for -r processing here from bcheck (cleaner)
36928
36929         * gnatcmd.adb, gnatlink.adb: Minor reformatting
36930
36931         * lib-writ.adb: Output new format restrictions lines
36932
36933         * lib-writ.ads: Document new R format lines for new restrictions
36934         handling.
36935
36936         * s-restri.ads/adb: New files
36937
36938         * Makefile.rtl: Add entry for s-restri.ads/adb
36939
36940         * par-ch3.adb: Fix bad error messages starting with upper case letter
36941         Minor reformatting
36942
36943         * restrict.adb: Major rewrite throughout for new restrictions handling
36944         Major point is to handle restrictions with parameters
36945
36946         * restrict.ads: Major changes in interface to handle restrictions with
36947         parameters. Also generally simplifies setting of restrictions.
36948
36949         * snames.ads/adb: New entry for proper handling of No_Requeue
36950
36951         * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
36952         restriction counting.
36953         Other minor changes for new restrictions handling
36954
36955         * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
36956         Restriction_Warnings now allows full parameter notation
36957         Major rewrite of Restrictions for new restrictions handling
36958
36959 2004-02-02  Javier Miranda  <miranda@gnat.com>
36960
36961         * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
36962         syntax rule for object renaming declarations.
36963         (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
36964         component definitions.
36965
36966         * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
36967         components.
36968         (Array_Type_Declaration): Give support to access components. In addition
36969         it was also modified to reflect the name of the object in anonymous
36970         array types. The old code did not take into account that it is possible
36971         to have an unconstrained anonymous array with an initial value.
36972         (Check_Or_Process_Discriminants): Allow access discriminant in
36973         non-limited types.
36974         (Process_Discriminants): Allow access discriminant in non-limited types
36975         Initialize the new Access_Definition field in N_Object_Renaming_Decl
36976         node.  Change Ada0Y to Ada 0Y in comments
36977
36978         * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
36979         equality operators.
36980         Change Ada0Y to Ada 0Y in comments
36981
36982         * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
36983         renamings Change Ada0Y to Ada 0Y in comments
36984
36985         * sem_type.adb (Find_Unique_Type): Give support to the equality
36986         operators for universal access types
36987         Change Ada0Y to Ada 0Y in comments
36988
36989         * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
36990
36991         * sinfo.ads (N_Component_Definition): Addition of Access_Definition
36992         field.
36993         (N_Object_Renaming_Declaration): Addition of Access_Definition field
36994         Change Ada0Y to Ada 0Y in comments
36995
36996         * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
36997         component definition and object renaming nodes
36998         Change Ada0Y to Ada 0Y in comments
36999
37000 2004-02-02  Jose Ruiz  <ruiz@act-europe.fr>
37001
37002         * restrict.adb: Use the new restriction identifier
37003         No_Requeue_Statements instead of the old No_Requeue for defining the
37004         restricted profile.
37005
37006         * sem_ch9.adb (Analyze_Requeue): Check the new restriction
37007         No_Requeue_Statements.
37008
37009         * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
37010         that supersedes the GNAT specific restriction No_Requeue. The later is
37011         kept for backward compatibility.
37012
37013 2004-02-02  Ed Schonberg  <schonberg@gnat.com>
37014
37015         * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
37016         5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
37017         pragma and fix incorrect ones.
37018
37019         * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
37020         warning if the pragma is redundant.
37021
37022 2004-02-02  Thomas Quinot  <quinot@act-europe.fr>
37023
37024         * 5staprop.adb: Add missing 'constant' keywords.
37025
37026         * Makefile.in: use consistent value for SYMLIB on
37027         platforms where libaddr2line is supported.
37028
37029 2004-02-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
37030
37031         * utils.c (end_subprog_body): Do not call rest_of_compilation if just
37032         annotating types.
37033
37034 2004-02-02  Olivier Hainque  <hainque@act-europe.fr>
37035
37036         * init.c (__gnat_install_handler): Setup an alternate stack for signal
37037         handlers in the environment thread. This allows proper propagation of
37038         an exception on stack overflows in this thread even when the builtin
37039         ABI stack-checking scheme is used without support for a stack reserve
37040         region.
37041
37042         * utils.c (create_field_decl): Augment the head comment about bitfield
37043         creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
37044         here, because the former is not accurate enough at this point.
37045         Let finish_record_type decide instead.
37046         Don't make a bitfield if the field is to be addressable.
37047         Always set a size for the field if the record is packed, to ensure the
37048         checks for bitfield creation are triggered.
37049         (finish_record_type): During last pass over the fields, clear
37050         DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
37051         not covered by the calls to layout_decl.  Adjust DECL_NONADDRESSABLE_P
37052         from DECL_BIT_FIELD.
37053
37054 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
37055
37056         * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir).
37057         (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
37058         (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
37059
37060 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
37061
37062         * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
37063
37064         * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
37065         (ZCX_By_Default): Likewise.
37066         (Front_End_ZCX_Support): Likewise.
37067
37068         * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
37069         (Initialize_Lock): Mark Level unreferenced.
37070         (Sleep): Mark Reason unreferenced.
37071         (Timed_Sleep): Likewise.
37072         (Wakeup): Likewise.
37073         (Exit_Task): Use Result.
37074         (Check_No_Locks): Mark Self_ID unreferenced.
37075
37076         * 5gtasinf.adb (New_Sproc): Make Attr constant.
37077         (Bound_Thread_Attributes): Make Sproc constant.
37078         (New_Bound_Thread_Attributes): Likewise.
37079
37080 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
37081
37082         * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
37083         one-dimensional array an slice assignments, when component type is
37084         controlled.
37085
37086         * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
37087         component type is controlled, and control_actions are in effect, use
37088         TSS procedure rather than generating inline code.
37089
37090         * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
37091         arrays with controlled components.
37092
37093 2004-01-26  Vincent Celier  <celier@gnat.com>
37094
37095         * gnatcmd.adb (GNATCmd): Add specification of argument file on the
37096         command line for the non VMS case.
37097
37098         * gnatlink.adb (Process_Binder_File): When building object file, if
37099         GNU linker is used, put all object paths between quotes, to prevent ld
37100         error when there are unusual characters (such as '!') in the paths.
37101
37102         * Makefile.generic: When there are sources in Ada and the main is in
37103         C/C++, invoke gnatmake with -B, instead of -z.
37104
37105         * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
37106         from VMS_Conversion.
37107         (Process_Argument): New procedure, extracted from VMS_Conversion. Add
37108         specification of argument file on the command line.
37109
37110 2004-01-26  Bernard Banner  <banner@gnat.com>
37111
37112         * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
37113
37114 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
37115
37116         * snames.adb: Update copyright notice.
37117         Add info on slice assignment for controlled arrays.
37118
37119 2004-01-23  Robert Dewar  <dewar@gnat.com>
37120
37121         * exp_aggr.adb: Minor reformatting
37122
37123         * exp_ch9.adb: Minor code clean up
37124         Minor reformatting
37125         Fix bad character in comment
37126
37127         PR ada/13471
37128         * targparm.adb (Get_Target_Parameters): Give clean abort error on
37129         unexpected end of file, along with more detailed message.
37130
37131 2004-01-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
37132
37133         * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
37134         PAT.
37135
37136         * decl.c (copy_alias_set): New function.
37137         (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
37138
37139 2004-01-23  Doug Rupp  <rupp@gnat.com>
37140
37141         * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
37142         lib$${file} in case subsequent character is not a separator.
37143
37144 2004-01-23  Vincent Celier  <celier@gnat.com>
37145
37146         * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
37147         when the GCC version is at least 3.
37148
37149         * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
37150         Remove all "Opt.", to prepare for opt split
37151
37152         * prj-part.adb (Parse_Single_Project): New Boolean out parameter
37153         Extends_All. Set to True when the project parsed is an extending all
37154         project. Fails for importing an extending all project only when the
37155         imported project is an extending all project.
37156         (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
37157         depending on the value of Extends_All returned.
37158
37159         * prj-proc.adb (Process): Check that no project shares its object
37160         directory with a project that extends it, directly or indirectly,
37161         including a virtual project.
37162         Check that no project extended by another project shares its object
37163         directory with another also extended project.
37164
37165         * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
37166         Kind = N_With_Clause
37167
37168         * prj-tree.ads: Minor reformatting
37169         Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
37170
37171 2004-01-23  Ed Schonberg  <schonberg@gnat.com>
37172
37173         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
37174         applies to a type with an incomplete view, use full view in Name of
37175         clause, for consistency with uses of Get_Attribute_Definition_Clause.
37176
37177 2004-01-23  Arnaud Charlet  <charlet@act-europe.fr>
37178
37179         * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
37180         SCHED_RR, since other values are not supported by this policy.
37181         (Initialize): Move initialization of mutex attribute to package
37182         elaboration, to prevent early access to this variable.
37183
37184         * Makefile.in: Remove mention of Makefile.adalib, unused.
37185
37186         * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
37187         1ssecsta.ads: Removed, unused.
37188
37189 2004-01-21  Javier Miranda  <miranda@gnat.com>
37190
37191         * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
37192         entity if already built in the current scope.
37193
37194         * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
37195         reminder in internal scopes. Required for nested limited aggregates.
37196
37197 2004-01-21  Doug Rupp  <rupp@gnat.com>
37198
37199         * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
37200         VMS. Replace all occurences of libgnat- and libgnarl- with
37201         libgnat$(hyphen) and libgnarl$(hyphen).
37202         Fixed shared library build problem on VMS.
37203
37204 2004-01-21  Robert Dewar  <dewar@gnat.com>
37205
37206         * mlib-prj.adb: Minor reformatting
37207
37208 2004-01-21  Thomas Quinot  <quinot@act-europe.fr>
37209
37210         * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
37211         'constant' keywords for declaration of pointers that are not modified.
37212
37213         * exp_pakd.adb: Fix English in comment.
37214
37215 2004-01-21  Ed Schonberg  <schonberg@gnat.com>
37216
37217         PR ada/10889
37218         * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
37219         copy all attributes of the parent, including the foreign language
37220         convention.
37221
37222 2004-01-21  Sergey Rybin  <rybin@act-europe.fr>
37223
37224         PR ada/10565
37225         * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
37226         for 'delay until' statement.
37227
37228 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
37229
37230         * Make-lang.in: Replace $(docdir) with doc.
37231         (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
37232         doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
37233         to use consistent MAKEINFO rule.
37234         (ada.man, ada.srcman): Dummy entry.
37235         (ADA_INFOFILES): Define.
37236         (ada.info, ada.srcinfo): New rules.
37237
37238 2004-01-19  Arnaud Charlet  <charlet@act-europe.fr>
37239
37240         * utils.c: Update copyright notice, missed in previous change.
37241
37242 2004-01-19  Vincent Celier  <celier@gnat.com>
37243
37244         * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
37245         args if Bind is True. Set First_ALI, if not already done.
37246         (Build_Library): For Stand Alone Libraries, extract from one ALI file
37247         an eventual --RTS switch, for gnatbind, and all backend switches +
37248         --RTS, for linking.
37249
37250 2004-01-19  Robert Dewar  <dewar@gnat.com>
37251
37252         * sem_attr.adb, memtrack.adb: Minor reformatting
37253
37254 2004-01-19  Ed Schonberg  <schonberg@gnat.com>
37255
37256         * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
37257         that rename enumeration literals. This is properly done in sem_eval.
37258
37259         * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
37260         to functions that rename enumeration literals.
37261
37262         * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
37263         functions that rename enumeration literals.
37264
37265 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
37266
37267         * Make-lang.in (utils.o): Depend on target.h.
37268         * utils.c: Include target.h.
37269         (process_attributes): Use targetm.have_named_sections instead
37270         of ASM_OUTPUT_SECTION_NAME.
37271
37272 2004-01-16  Andreas Jaeger  <aj@suse.de>
37273
37274         * Makefile.in: Add $(DESTDIR).
37275
37276 2004-01-15  Olivier Hainque  <hainque@act-europe.fr>
37277
37278         * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
37279         also when not defining if a Size clause applies. That information is
37280         not to be ignored.
37281
37282 2004-01-15  Arnaud Charlet  <charlet@act-europe.fr>
37283
37284         * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
37285         symbolic links for the shared gnat run time when needed.
37286
37287 2004-01-15  Vasiliy Fofanov  <fofanov@act-europe.fr>
37288
37289         * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
37290         for writing, and terminate with an error message if not.
37291
37292 2004-01-15  Ed Schonberg  <schonberg@gnat.com>
37293
37294         * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
37295         warning on an access to subprogram in an instance, when the target
37296         type is declared in the same generic unit.
37297         (Eval_Attribute): If 'access is known to fail accessibility check,
37298         rewrite as a raise statement.
37299
37300 2004-01-15  GNAT Script  <nobody@gnat.com>
37301
37302         * Make-lang.in: Makefile automatically updated
37303
37304 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
37305
37306         * Make-lang.in (ada.srcextra): Dummy entry.
37307
37308 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
37309
37310         * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
37311
37312 2004-01-13  Ed Schonberg  <schonberg@gnat.com>
37313
37314         * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
37315         components that are initialized with aggregates.
37316
37317 2004-01-13  Vincent Celier  <celier@gnat.com>
37318
37319         * gnatlink.adb (Process_Binder_File): To find directory of shared
37320         libgcc, if "gcc-lib" is not a subdirectory, look for the last
37321         subdirectory "lib" in the path of the shared libgnat or libgnarl.
37322
37323         * make.adb (Gnatmake): If GCC version is at least 3, link with
37324         -shared-libgcc, when there is at least one shared library project.
37325
37326         * opt.ads (GCC_Version): New integer constant.
37327
37328         * adaint.c (get_gcc_version): New function.
37329
37330 2004-01-13  Robert Dewar  <dewar@gnat.com>
37331
37332         * sem_dist.adb, sem_res.adb, sem_util.adb,
37333         sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
37334         exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
37335
37336 2004-01-13  Thomas Quinot  <quinot@act-europe.fr>
37337
37338         * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
37339         g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
37340         declarations.
37341
37342 2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>
37343
37344         * misc.c: Remove trailing spaces.
37345         Update copyright notice missed in previous change.
37346
37347         PR ada/13572
37348         * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
37349         prefix/share/make
37350
37351         * Makefile.generic: Update copyright.
37352         Add license notice.
37353
37354         * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
37355         of prefix/share/make.
37356
37357         * Makefile.prolog: Update copyright.
37358         Add license notice.
37359
37360 2004-01-12  Laurent Pautet  <pautet@act-europe.fr>
37361
37362         * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
37363         3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
37364         g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
37365         instead of String.
37366
37367         * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
37368         signature.
37369
37370 2004-01-12  Javier Miranda  <miranda@gnat.com>
37371
37372         * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
37373         exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
37374         sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
37375         sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
37376         Component_Definition node.
37377
37378 2004-01-12  Ed Falis  <falis@gnat.com>
37379
37380         * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
37381
37382 2004-01-12  Thomas Quinot  <quinot@act-europe.fr>
37383
37384         * link.c: Change default libgnat kind to STATIC for FreeBSD.
37385
37386 2004-01-12  Bernard Banner  <banner@gnat.com>
37387
37388         * Makefile.in: map 86numaux to a-numaux for x86_64
37389
37390 2004-01-12  Ed Schonberg  <schonberg@gnat.com>
37391
37392         * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
37393         generated to rename a generic actual, go to the actual itself, the
37394         subtype is not a user-visible entity.
37395
37396         * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
37397         part is a private subtype, reset the visibility of its full view, if
37398         any, to be consistent.
37399
37400         PR ada/13417
37401         * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
37402         to use a generic package G as a formal package for another generic
37403         declared within G.
37404
37405 2004-01-12  Robert Dewar  <dewar@gnat.com>
37406
37407         * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
37408
37409         * usage.adb: Remove mention of obsolete -gnatwb switch
37410         Noticed during code reading
37411
37412 2004-01-12  Jerome Guitton  <guitton@act-europe.fr>
37413
37414         * 1ssecsta.adb: Minor changes for -gnatwa warnings
37415
37416 2004-01-12  GNAT Script  <nobody@gnat.com>
37417
37418         * Make-lang.in: Makefile automatically updated
37419
37420 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
37421
37422         * misc.c (gnat_expand_expr): Add alt_rtl parameter.
37423
37424 2004-01-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
37425
37426         * link.c [sgi] (shared_libgnat_default): Change to STATIC.
37427
37428 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
37429
37430         * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
37431         Update comment and copyright date.
37432         * stamp-xgnatug: Delete.
37433
37434 2004-01-05  Robert Dewar  <dewar@gnat.com>
37435
37436         * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
37437         be modified by the binder generated main program if the -D switch is
37438         used.
37439
37440         * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
37441         imported functions (since now we expect this to be done for imported
37442         functions)
37443
37444         * 5vtaprop.adb: Add several ??? for sections requiring more comments
37445         Minor reformatting throughout
37446
37447         * 5zinit.adb: Minor reformatting
37448         Add 2004 to copyright date
37449         Minor changes to avoid -gnatwa warnings
37450         Correct some instances of using OR instead of OR ELSE (noted while
37451         doing reformatting)
37452
37453         * sprint.adb: Minor updates to avoid -gnatwa warnings
37454
37455         * s-secsta.ads, s-secsta.adb:
37456         (SS_Get_Max): New function to obtain high water mark for ss stack
37457         Default_Secondary_Stack is not a constant since it may be modified by
37458         the binder generated main program if the -D switch is used.
37459
37460         * switch-b.adb: New -Dnnn switch for binder
37461
37462         * switch-c.adb:
37463         Make -gnatg imply all warnings currently in -gnatwa
37464
37465         * vms_conv.adb: Minor reformatting
37466         Add 2004 to copyright notice
37467         Add 2004 to printed copyright notice
37468
37469         * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
37470         3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
37471         5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
37472         5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
37473         5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
37474         5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
37475         5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
37476         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
37477         5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
37478         5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
37479         6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
37480         vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
37481         xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
37482         sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
37483         checks.adb, clean.adb, cstand.adb, einfo.ads,
37484         einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
37485         exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
37486         prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
37487         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
37488         g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
37489         lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
37490         Minor reformatting and code clean ups.
37491         Minor changes to prevent -gnatwa warnings
37492
37493         * ali.adb: Minor reformatting and cleanup of code
37494         Acquire new SS indication of secondary stack use from ali files
37495
37496         * a-numaux.ads: Add Pure_Function pragmas for all imported functions
37497         (since now we expect this to be done for imported functions)
37498
37499         * bindgen.adb: Generate call to modify default secondary stack size if
37500         -Dnnn switch given
37501
37502         * bindusg.adb: Add line for new -D switch
37503
37504         * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
37505         replacement name for Type_May_Have_Non_Bit_Aligned_Components!
37506         Add circuitry for both records and arrays to avoid gigi
37507         processing if the type involved has non-bit-aligned components
37508
37509         * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
37510         N_String_Literal node always references an E_String_Literal_Subtype
37511         entity. This may not be true in the future.
37512         (Possible_Bit_Aligned_Component): Move processing of
37513         Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
37514
37515         * exp_ch6.adb (Expand_Thread_Body): Pick up
37516         Default_Secondary_Stack_Size as variable so that we get value modified
37517         by possible -Dnnn binder parameter.
37518
37519         * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
37520         (Type_May_Have_Bit_Aligned_Components): New function.
37521
37522         * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
37523         (Type_May_Have_Bit_Aligned_Components): New function.
37524
37525         * fe.h: (Set_Identifier_Casing): Fix prototype.
37526         Add declaration for Sem_Elim.Eliminate_Error_Msg.
37527         Minor reformatting.
37528
37529         * freeze.adb (Freeze_Entity): Add RM reference to error message about
37530         importing constant atomic/volatile objects.
37531         (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
37532         unless explicit Pure_Function pragma given, to avoid insidious bug of
37533         call to non-pure imported function getting eliminated.
37534
37535         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
37536         gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
37537         gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
37538         Add 2004 to printed copyright notice
37539
37540         * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
37541         stack used.
37542
37543         * Makefile.rtl: Add entry for g-sestin.o
37544         g-sestin.ads: New file.
37545
37546         * mdll.adb: Minor changes to avoid -gnatwa warnings
37547
37548         * mlib-tgt.adb: Minor reformatting
37549
37550         * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
37551         New switch Sec_Stack_Used (GNAT, GNATBIND)
37552         Make Default_Secondary_Stack_Size a variable instead of a constant,
37553         so that it can be modified by the new -Dnnn bind switch.
37554
37555         * rtsfind.adb (Load_Fail): Give full error message in configurable
37556         run-time mode if all_errors mode is set. This was not done in the case
37557         of a file not found, which was an oversight.
37558         Note if secondary stack unit is used by compiler.
37559
37560         * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
37561         ineffective elaborate all pragmas on non-visible packages (this
37562         happened when a renamed subprogram was called). Now the elaborate all
37563         always goes on the package containing the renaming rather than the one
37564         containing the renamed subprogram.
37565
37566         * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
37567         (Process_Eliminate_Pragma): Add parameter to capture pragma location.
37568
37569         * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
37570         has an Etype that references an E_String_Literal.
37571         (Eval_String_Literal): Avoid assumption that N_String_Literal node
37572         always references an E_String_Literal_Subtype entity. This may not
37573         be true in the future.
37574
37575         * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
37576         pragma location.
37577
37578         * sem_res.adb (Resolve): Specialize msg for function name used in proc
37579         call.
37580
37581 2004-01-05  Ed Falis  <falis@gnat.com>
37582
37583         * g-debuti.adb: Replaced direct boolean operator with short-circuit
37584         form.
37585
37586 2004-01-05  Vincent Celier  <celier@gnat.com>
37587
37588         * bld.adb: Minor comment updates
37589         (Process_Declarative_Items): Correct incorrect name (Index_Name instead
37590         of Item_Name).
37591
37592         * make.adb (Gnatmake): Special process for files to compile/check when
37593         -B is specified. Fail when there are only foreign mains in attribute
37594         Main of the project file and -B is not specified. Do not skip bind/link
37595         steps when -B is specified.
37596
37597         * makeusg.adb: Document new switch -B
37598
37599         * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
37600
37601         * switch-m.adb: (Scan_Make_Switches): Process -B switch
37602
37603         * vms_data.ads: Add new GNAT PRETTY qualifier
37604         /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
37605
37606 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
37607
37608         * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
37609         case.
37610
37611         * misc.c (gnat_printable_name): If VERBOSITY is 2, call
37612         Set_Identifier_Casing.
37613
37614         * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
37615         has size that overflows.
37616
37617 2004-01-05  Gary Dismukes  <dismukes@gnat.com>
37618
37619         * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
37620         -gnatwa warning on static condition.
37621
37622 2004-01-05  Doug Rupp  <rupp@gnat.com>
37623
37624         * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
37625
37626 2004-01-05  Arnaud Charlet  <charlet@act-europe.fr>
37627
37628         * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
37629         all attributes, including read-only attribute.
37630
37631 2004-01-05  Pascal Obry  <obry@gnat.com>
37632
37633         * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
37634         library naming scheme.
37635
37636         * mlib-prj.adb (Build_Library): Generate different names for the static
37637         or dynamic version of the GNAT runtime. This is needed to support the
37638         new shared library naming scheme.
37639         (Process_Binder_File): Add detection of shared library in binder file
37640         based on the new naming scheme.
37641
37642         * gnatlink.adb (Process_Binder_File): Properly detect the new naming
37643         scheme for the shared runtime libraries.
37644
37645         * Makefile.in:
37646         (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
37647         scheme.
37648         (install-gnatlib): Do not create symlinks for shared libraries.
37649         (gnatlib-shared-default): Idem.
37650         (gnatlib-shared-dual-win32): New target. Not used for now as the
37651         auto-import feature does not support arrays/records.
37652         (gnatlib-shared-win32): Do not create copy for the shared libraries.
37653         (gnatlib-shared-vms): Fix shared runtime libraries names.
37654
37655         * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
37656         dependent runtime shared library name.
37657
37658 2004-01-05  Vasiliy Fofanov  <fofanov@act-europe.fr>
37659
37660         * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
37661         than the object.
37662
37663 2004-01-05  Ed Schonberg  <schonberg@gnat.com>
37664
37665         * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
37666         protected objects when allocator has a subtype indication, not a
37667         qualified expression. Note that qualified expressions may have to be
37668         checked when limited aggregates are implemented.
37669
37670         * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
37671         pure, emit warning.
37672         (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
37673         subprogram is imported, remove warning.
37674
37675 2004-01-05  Geert Bosch  <bosch@gnat.com>
37676
37677         * s-poosiz.adb: Update copyright notice.
37678         (Allocate): Use Task_Lock to protect against concurrent access.
37679         (Deallocate): Likewise.
37680
37681 2004-01-05  Joel Brobecker  <brobecker@gnat.com>
37682
37683         * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
37684         comment.
37685
37686 2003-12-23  Kelley Cook  <kcook@gcc.gnu.org>
37687
37688         * gnat_ug.texi: Force a CVS commit by updating copyright.
37689         * gnat_ug_vxw.texi: Regenerate.
37690         * gnat_ug_wnt.texi: Regenerate.
37691         * gnat_ug_vms.texi: Regenerate.
37692         * gnat_ug_unx.texi: Regenerate.
37693
37694 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
37695
37696         * trans.c: Remove uses of "register" specifier in
37697         declarations of local variables.
37698
37699 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
37700
37701         * stamp-xgnatug: New stamp file.
37702         * Make-lang.in (stamp-xgnatug):  New stamp file and comment.
37703         (ada/doctools/xgnatug): Add $(build_exeext).
37704         (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
37705         ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
37706
37707 2003-12-17  Ed Falis  <falis@gnat.com>
37708
37709         * a-elchha.adb (Tailored_Exception_Information): made Info constant to
37710         eliminate warning.
37711
37712         * a-exextr.adb: Add context clause for
37713         Ada.Exceptions.Last_Chance_Handler.
37714
37715 2003-12-17  Sergey Rybin  <rybin@act-europe.fr>
37716
37717         * cstand.adb (Create_Standard): Change the way how the declaration of
37718         the Duration type is created (making it the same way as it is for all
37719         the other standard types).
37720
37721 2003-12-17  Robert Dewar  <dewar@gnat.com>
37722
37723         * s-crtl.ads: Fix header format
37724         Change Pure to Preelaborate
37725
37726 2003-12-17  Ed Schonberg  <schonberg@gnat.com>
37727
37728         * checks.adb (Selected_Length_Checks): Generate an Itype reference for
37729         the expression type only if it is declared in the current unit.
37730
37731         * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
37732         are universal and already analyzed, as can occur in constrained
37733         subcomponents that depend on discriminants, when one constraint is a
37734         subtype mark.
37735
37736         * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
37737         type Any_Fixed is legal as the argument of a conversion, if only one
37738         fixed-point type is in context.
37739
37740 2003-12-17  GNAT Script  <nobody@gnat.com>
37741
37742         * Make-lang.in: Makefile automatically updated
37743
37744 2003-12-15  Robert Dewar  <dewar@gnat.com>
37745
37746         * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
37747         sec stack size.
37748
37749 2003-12-15  Vincent Celier  <celier@gnat.com>
37750
37751         * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
37752         (Gnatchop): Do not set failure status when reporting the number of
37753         warnings.
37754
37755 2003-12-15  Doug Rupp  <rupp@gnat.com>
37756
37757         * s-ctrl.ads: New file.
37758
37759         * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
37760
37761         * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
37762         (GNATBIND_OBJS): Add ada/s-crtl.o.
37763
37764         * Makefile.in [VMS]: Clean up ifeq rules.
37765
37766         * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
37767         a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
37768         g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
37769         s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
37770         s-tasdeb.adb: Update copyright.
37771         Import System.CRTL.
37772         Make minor modifications to use System.CRTL declared functions instead
37773         of importing locally.
37774
37775 2003-12-15  GNAT Script  <nobody@gnat.com>
37776
37777         * Make-lang.in: Makefile automatically updated
37778
37779 2003-12-11  Ed Falis  <falis@gnat.com>
37780
37781         * 5zinit.adb: Clean up.
37782
37783         * 5zintman.adb (Notify_Exception): replaced case statement with a call
37784         to __gnat_map_signal, imported from init.c to support
37785         signal -> exception mappings that depend on the vxWorks version.
37786
37787         * init.c:
37788         Created and exported __gnat_map_signal to support signal -> exception
37789         mapping that is dependent on the VxWorks version.
37790         Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
37791
37792 2003-12-11  Vasiliy Fofanv  <fofanov@act-europe.fr>
37793
37794         * 5wosinte.ads: Link with -mthreads switch.
37795
37796 2003-12-11  Arnaud Charlet  <charlet@act-europe.fr>
37797
37798         * init.c (__gnat_install_handler [NetBSD]): Set
37799         __gnat_handler_installed, as done on all other platforms.
37800         Remove duplicated code.
37801
37802 2003-12-11  Jerome Guitton  <guitton@act-europe.fr>
37803
37804         * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
37805
37806 2003-12-11  Thomas Quinot  <quinot@act-europe.fr>
37807
37808         * sinfo.ads: Fix inconsistent example code in comment.
37809
37810 2003-12-11  Robert Dewar  <dewar@gnat.com>
37811
37812         * a-tiinau.adb: Add a couple of comments
37813
37814         * sem_ch3.adb: Minor reformatting
37815
37816         * sem_prag.adb:
37817         Fix bad prototype of Same_Base_Type in body (code reading cleanup)
37818         Minor reformatting throughout
37819
37820 2003-12-11  Ed Schonberg  <schonberg@gnat.com>
37821
37822         * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
37823         bounds of a loop, create a separate block in order to generate proper
37824         cleanup actions to prevent memory leaks.
37825
37826         * sem_res.adb (Resolve_Call): After a call to
37827         Establish_Transient_Scope, the call may be rewritten and relocated, in
37828         which case no further processing is needed.
37829
37830         * sem_util.adb: (Wrong_Type): Refine previous fix.
37831          Fixes ACATS regressions.
37832
37833         PR ada/13353
37834         * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
37835         be inlined.
37836
37837 2003-12-08  Jerome Guitton  <guitton@act-europe.fr>
37838
37839         * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
37840         i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
37841         obsolete files.
37842
37843         * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
37844         (rts-zfp): Ditto.
37845
37846 2003-12-08  Robert Dewar  <dewar@gnat.com>
37847
37848         * 7sintman.adb: Minor reformatting
37849
37850         * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
37851         standard linker options to get standard libraries linked. We now plan
37852         to provide dummy versions of these libraries to match the appropriate
37853         configurable run-time (e.g. if a library is not needed at all, provide
37854         a dummy empty library).
37855
37856         * targparm.ads: Configurable_Run_Time mode no longer affects linker
37857         options (-L parameters and standard libraries). What we plan to do is
37858         to provide dummy libraries where the libraries are not required.
37859
37860         * gnatbind.adb: Minor comment improvement
37861
37862 2003-12-08  Javier Miranda  <miranda@gnat.com>
37863
37864         * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
37865         aggregate in the parent. Otherwise constants with limited aggregates
37866         are not supported. Add new formal to pass the component type (Ctype).
37867         It is required to call the corresponding IP subprogram in case of
37868         default initialized components.
37869         (Gen_Assign): In case of default-initialized component, generate a
37870         call to the IP subprogram associated with the component.
37871         (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
37872         of aggregate with default initialized components.
37873         (Has_Default_Init_Comps): Improve implementation to recursively check
37874         all the present expressions.
37875
37876         * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
37877         to indicate that the initialization call corresponds to a
37878         default-initialized component of an aggregate.
37879         In case of default initialized aggregate with tasks this parameter is
37880         used to generate a null string (this is just a workaround that must be
37881         improved later). In case of discriminants, this parameter is used to
37882         generate a selected component node that gives access to the discriminant
37883         value.
37884
37885         * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
37886         subprogram, based on Build_Task_Allocate_Block, but adapted to expand
37887         allocated aggregates with default-initialized components.
37888
37889         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
37890         the box notation is used in positional aggregates.
37891
37892 2003-12-08  Samuel Tardieu  <tardieu@act-europe.fr>
37893
37894         * lib.ads: Fix typo in comment
37895
37896 2003-12-08  Vincent Celier  <celier@gnat.com>
37897
37898         * prj.adb (Project_Empty): New component Unkept_Comments
37899         (Scan): Remove procedure; moved to Prj.Err.
37900
37901         * prj.ads (Project_Data): New Boolean component Unkept_Comments
37902         (Scan): Remove procedure; moved to Prj.Err.
37903
37904         * prj-dect.adb: Manage comments for the different declarations.
37905
37906         * prj-part.adb (With_Record): New component Node
37907         (Parse): New Boolean parameter Store_Comments, defaulted to False.
37908         Set the scanner to return ends of line and comments as tokens, if
37909         Store_Comments is True.
37910         (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
37911         comments are associated with these nodes. Store the node IDs in the
37912         With_Records.
37913         (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
37914         With_Records.
37915         (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
37916         the N_Project node. Call Tree.Save and Tree.Reset before scanning the
37917         current project. Call Tree.Restore afterwards. Set the various nodes
37918         for comment storage (Next_End, End_Of_Line, Previous_Line,
37919         Previous_End).
37920
37921         * prj-part.ads (Parse): New Boolean parameter Store_Comments,
37922         defaulted to False.
37923
37924         * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
37925         to False. When Truncated is True, truncate the string, never go to the
37926         next line.
37927         (Write_End_Of_Line_Comment): New procedure
37928         (Print): Process comments for nodes N_With_Clause,
37929         N_Package_Declaration, N_String_Type_Declaration,
37930         N_Attribute_Declaration, N_Typed_Variable_Declaration,
37931         N_Variable_Declaration, N_Case_Construction, N_Case_Item.
37932         Process nodes N_Comment.
37933
37934         * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
37935         without comments and there are some comments, set the flag
37936         Unkept_Comments to True.
37937         (Scan): If there are comments, set the flag Unkept_Comments to True and
37938         clear the comments.
37939         (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
37940         (Next_End_Nodes: New table
37941         (Comment_Zones_Of): New function
37942         (Scan): New procedure; moved from Prj. Accumulate comments in the
37943         Comments table and set end of line comments, comments after, after end
37944         and before end.
37945         (Add_Comments): New procedure
37946         (Save, Restore, Seset_State): New procedures
37947         (There_Are_Unkept_Comments): New function
37948         (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
37949         (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
37950         procedures.
37951         (First_Comment_After, First_Comment_After_End): New functions
37952         (First_Comment_Before, First_Comment_Before_End): New functions
37953         (Next_Comment): New function
37954         (End_Of_Line_Comment, Follows_Empty_Line,
37955         Is_Followed_By_Empty_Line): New functions
37956         (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
37957         (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
37958         (Set_Next_Comment): New procedure
37959         (Default_Project_Node): Associate comment before if the node can store
37960         comments.
37961
37962         * scans.ads (Token_Type): New enumeration value Tok_Comment
37963         (Comment_Id): New global variable
37964
37965         * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
37966         defaulted to False.
37967         (Scan): Store position of start of comment. If comments are tokens, set
37968         Comment_Id and set Token to Tok_Comment when scanning a comment.
37969         (Set_Comment_As_Token): New procedure
37970
37971         * sinput-p.adb: Update Copyright notice
37972         (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
37973         that no longer exists.
37974
37975 2003-12-08  Javier Miranda  <miranda@gnat.com>
37976
37977         * sem_aggr.adb: Add dependence on Exp_Tss package
37978         Correct typo in comment
37979         (Resolve_Aggregate): In case of array aggregates set the estimated
37980         type of the aggregate before calling resolve. This is needed to know
37981         the name of the corresponding IP in case of limited array aggregates.
37982         (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
37983         in case of default initialized array components.
37984
37985         * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
37986         types. Required to give support to limited aggregates in generic
37987         formals.
37988
37989 2003-12-08  Ed Schonberg  <schonberg@gnat.com>
37990
37991         * sem_ch3.adb (Check_Initialization): For legality purposes, an
37992         inlined body functions like an instantiation.
37993         (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
37994         until bounds are analyzed, to diagnose premature use of type.
37995
37996         * sem_util.adb (Wrong_Type): Improve error message when the type of
37997         the expression is used prematurely.
37998
37999 2003-12-08  GNAT Script  <nobody@gnat.com>
38000
38001         * Make-lang.in: Makefile automatically updated
38002
38003 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr>
38004
38005         * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
38006         they are automatically generated by Make-lang.in and cause nothing but
38007         maintenance troubles.
38008
38009 2003-12-05  Thomas Quinot  <quinot@act-europe.fr>
38010
38011         * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
38012         version of this unit).
38013
38014 2003-12-05  Olivier Hainque  <hainque@act-europe.fr>
38015
38016         * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
38017         5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
38018         5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
38019         the body of System.Interrupt_Management common to several targets.
38020         Update copyright notice when appropriate.
38021
38022         * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
38023         constant.
38024
38025         * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
38026         to ensure that the kernel fills in the interrupted context structure
38027         before calling a signal handler, which is necessary to be able to
38028         unwind past it. Update the copyright notice.
38029
38030 2003-12-05  Jerome Guitton  <guitton@act-europe.fr>
38031
38032         * a-elchha.ads: New file.
38033
38034         * a-elchha.adb: New default last chance handler. Contents taken from
38035         Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
38036
38037         * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
38038         is moved to a-elchha.adb to provide a target-independent default last
38039         chance handler.
38040
38041         * Makefile.rtl: Add a-elchha.o
38042
38043         * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
38044
38045 2003-12-05  Ed Schonberg  <schonberg@gnat.com>
38046
38047         * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
38048         declared in an instance, do not inline the call if the instance is not
38049         frozen yet, to prevent order of elaboration problems.
38050
38051         * sem_prag.adb: Add comments for previous fix.
38052
38053 2003-12-05  Samuel Tardieu  <tardieu@act-europe.fr>
38054
38055         * g-table.adb: Use the right variable in Set_Item.
38056         Update copyright notice.
38057
38058 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
38059
38060         * Makefile.in: Remove unused rules.
38061
38062 2003-12-05  Vincent Celier  <celier@gnat.com>
38063
38064         * switch-c.adb (Scan_Front_End_Switches): Remove processing of
38065         -nostdlib. Not needed here after all.
38066
38067 2003-12-03  Thomas Quinot  <quinot@act-europe.fr>
38068
38069         PR ada/11724
38070         * adaint.h, adaint.c, g-os_lib.ads:
38071         Do not assume that the offset argument to lseek(2) is a 32 bit integer,
38072         on some platforms (including FreeBSD), it is a 64 bit value.
38073         Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
38074
38075 2003-12-03  Arnaud Charlet  <charlet@act-europe.fr>
38076
38077         * gnatvsn.ads (Library_Version): Now contain only the relevant
38078         version info.
38079         (Verbose_Library_Version): New constant.
38080
38081         * g-spipat.adb, g-awk.adb, g-debpoo.adb,
38082         g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
38083         s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
38084
38085         * gnatlbr.adb: Clean up: replace Library_Version by
38086         Verbose_Library_Version.
38087
38088         * make.adb, lib-writ.adb, exp_attr.adb:
38089         Clean up: replace Library_Version by Verbose_Library_Version.
38090
38091         * 5lintman.adb: Removed.
38092
38093         * Makefile.in:
38094         Update and simplify computation of LIBRARY_VERSION.
38095         Fix computation of GSMATCH_VERSION.
38096         5lintman.adb is no longer used: replaced by 7sintman.adb.
38097
38098 2003-12-03  Robert Dewar  <dewar@gnat.com>
38099
38100         * exp_ch5.adb:
38101         (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
38102         name. Modified to consider small non-bit-packed arrays as troublesome
38103         and in need of component-by-component assigment expansion.
38104
38105 2003-12-03  Vincent Celier  <celier@gnat.com>
38106
38107         * lang-specs.h: Process nostdlib as nostdinc
38108
38109         * back_end.adb: Update Copyright notice
38110         (Scan_Compiler_Arguments): Process -nostdlib directly.
38111
38112 2003-12-03  Jose Ruiz  <ruiz@act-europe.fr>
38113
38114         * Makefile.in:
38115         When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
38116         redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
38117         included in HIE_NONE_TARGET_PAIRS.
38118
38119 2003-12-03  Ed Schonberg  <schonberg@gnat.com>
38120
38121         * sem_attr.adb:
38122         (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
38123         is legal in an instance, because legality is cheched in the template.
38124
38125         * sem_prag.adb:
38126         (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
38127         appplied to an unchecked conversion of a formal parameter.
38128
38129         * sem_warn.adb:
38130         (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
38131         variables.
38132
38133 2003-12-03  Olivier Hainque  <hainque@act-europe.fr>
38134
38135         * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
38136         routines. The second one is new functionality to deal with backtracing
38137         through signal handlers.
38138         (unwind): Split into the two separate subroutines above.
38139         Update the documentation, and deal properly with sizeof (REG) different
38140         from sizeof (void*).
38141
38142 2003-12-01  Nicolas Setton  <setton@act-europe.fr>
38143
38144         * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
38145         so that the debugger can reliably access the value of the parameter,
38146         and therefore is able to display the exception name when an exception
38147         breakpoint is reached.
38148
38149 2003-12-01  Thomas Quinot  <quinot@act-europe.fr>
38150
38151         * fmap.adb: Fix typo in warning message.
38152
38153         * g-socket.ads, g-socket.adb: Make Free a visible instance of
38154         Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
38155
38156 2003-12-01  Vincent Celier  <celier@gnat.com>
38157
38158         * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
38159         ther is no Afile.
38160         (Build_Library): Get the switches only if Default_Switches is declared
38161         in package Binder.
38162
38163 2003-12-01  Ed Schonberg  <schonberg@gnat.com>
38164
38165         * exp_ch6.adb (Expand_Actuals): When applying validity checks to
38166         actuals that are indexed components, reanalyze actual to ensure that
38167         packed array references are properly expanded.
38168
38169         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
38170         attempted assignment to a discriminant.
38171
38172 2003-12-01  Robert Dewar  <dewar@gnat.com>
38173
38174         * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
38175         reformatting.
38176
38177         * switch-c.adb: Minor reformatting of comments
38178
38179 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
38180
38181         * Makefile.in: Clean ups.
38182
38183 2003-12-01  GNAT Script  <nobody@gnat.com>
38184
38185         * Make-lang.in: Makefile automatically updated
38186
38187 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
38188
38189         * 5wsystem.ads: Disable zero cost exception, not ready yet.
38190
38191 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
38192
38193         * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
38194         to force serialization.
38195
38196 2003-11-26  Thomas Quinot  <quinot@act-europe.fr>
38197
38198         * g-socket.ads, g-socket.adb:
38199         Clarify documentation of function Stream. Introduce a Free procedure
38200         to release the returned Stream once it becomes unused.
38201
38202         * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
38203
38204 2003-11-26  Arnaud Charlet  <charlet@act-europe.fr>
38205
38206         (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
38207         since NT 4 cannot handle timeout values that are too large,
38208         e.g. DWORD'Last - 1.
38209
38210 2003-11-26  Ed Schonberg  <schonberg@gnat.com>
38211
38212         * exp_ch4.adb:
38213         (Expand_N_Slice): Recognize all cases of slices that appear as actuals
38214         in procedure calls and whose expansion must be deferred.
38215
38216         * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
38217         is in exp_ch4.
38218
38219         * sem_ch3.adb:
38220         (Build_Derived_Array_Type): Create operator for unconstrained type
38221         if ancestor is unconstrained.
38222
38223 2003-11-26  Vincent Celier  <celier@gnat.com>
38224
38225         * make.adb (Project_Object_Directory): New global variable
38226         (Change_To_Object_Directory): New procedure
38227         (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
38228         of Change_Dir directly. Do not change working directory to object
38229         directory of main project after each compilation.
38230         (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
38231         directly.
38232         Change to object directory of main project before binding step.
38233         (Initialize): Initialize Project_Object_Directory to No_Project
38234
38235         * mlib-prj.adb:
38236         (Build_Library): Take into account Builder'Default_Switches ("Ada") when
38237         binding a Stand-Alone Library.
38238
38239         * output.adb: Update Copyright notice
38240         (Write_Char): Output buffer when full
38241
38242 2003-11-26  Robert Dewar  <dewar@gnat.com>
38243
38244         * sem_ch13.adb: (Check_Size): Reset size if size is too small
38245
38246         * sem_ch13.ads:
38247         (Check_Size): Fix documentation to include bit-packed array case
38248
38249         * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
38250
38251         * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
38252
38253         * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
38254
38255 2003-11-24  Arnaud Charlet  <charlet@act-europe.fr>
38256
38257         PR ada/13142
38258         * utils.c (init_gigi_decls): Change name of built-in setjmp to
38259         __builtin_setjmp, since this is apparently needed by recent
38260         non Ada changes.
38261
38262 2003-11-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
38263
38264         * adadecode.c: Only include ctype.h if not IN_GCC.
38265         (__gnat_decode): Use ISDIGIT from safe-ctype.h.
38266
38267 2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>
38268
38269         * Makefile.in:
38270         Use 5zintman.ads for VxWorks targets. This file avoid confusion between
38271         signals and interrupts.
38272
38273         * 5zintman.ads: New File.
38274
38275         * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
38276         add exception signals to the set of unmasked signals.
38277
38278         * 5ztaprop.adb:
38279         Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
38280         between signals and interrupts.
38281         Add to Unblocked_Signal_Mask the set of signals that are in
38282         Keep_Unmasked.
38283
38284         * 7sinmaop.adb:
38285         Adding a check to see whether the Interrupt_ID we want to unmask is in
38286         the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
38287         reason is that the index type of the Keep_Unmasked array is not always
38288         Interrupt_ID; it may be a subtype of Interrupt_ID.
38289
38290 2003-11-24  Gary Dismukes  <dismukes@gnat.com>
38291
38292         * exp_util.adb:
38293         (Remove_Side_Effects): Condition constantness of object created for a
38294          an unchecked type conversion on the constantness of the expression
38295          to ensure the correct value for 'Constrained when passing components
38296          of view-converted class-wide objects.
38297
38298 2003-11-24  Robert Dewar  <dewar@gnat.com>
38299
38300         * par-load.adb (Load): Improve handling of misspelled and missing units
38301         Removes several cases of compilation abandoned messages
38302
38303         * lib.adb: (Remove_Unit): New procedure
38304
38305         * lib.ads: (Remove_Unit): New procedure
38306
38307         * lib-load.adb: Minor reformatting
38308
38309 2003-11-24  Vincent Celier  <celier@gnat.com>
38310
38311         * make.adb:
38312         (Gnatmake, Initialize): Call Usage instead of Makeusg directly
38313         (Marking_Label): Label to mark processed source files. Incremented for
38314         each executable.
38315         (Gnatmake): Increase Marking_Labet for each executable
38316         (Is_Marked): Compare against marking label
38317         (Mark): Mark with marking label
38318
38319 2003-11-24  Jerome Guitton  <guitton@act-europe.fr>
38320
38321         * s-thread.ads:
38322         Move the declaration of the TSD for System.Threads to System.Soft_Links.
38323         Add some comments.
38324
38325         * Makefile.in: Added target pair for s-thread.adb for cert runtime.
38326         (rts-cert): build a single relocatable object for the run-time lib.
38327         Fix perms.
38328
38329 2003-11-24  Vasiliy Fofanov  <fofanov@act-europe.fr>
38330
38331         * Make-lang.in:
38332         Use gnatls rather than gcc to obtain the location of GNAT RTL for
38333         crosstools build.
38334
38335 2003-11-24  Sergey Rybin  <rybin@act-europe.fr>
38336
38337         * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
38338         can not use it as before (that is, as a variable) when dumping it into
38339         the tree file. Add a local variable to store the result of this
38340         function and to be used as the string to be written into the tree.
38341
38342         * scn.adb (Initialize_Scanner): Add comments explaining the recent
38343         changes.
38344
38345         * sinput.adb (Source_First, Source_Last): In case of
38346         Internal_Source_File, replace returning attributes of
38347         Internal_Source_Ptr (which is wrong) with returning attributes of
38348         Internal_Source.
38349
38350 2003-11-24  Ed Schonberg  <schonberg@gnat.com>
38351
38352         * sem_ch3.adb:
38353         (New_Concatenation_Op): Proper name for New_Binary_Operator, only
38354         used for implicit concatenation operators.
38355         Code cleanup.
38356
38357         * sem_elab.adb:
38358         (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
38359         task bodies that are in the scope of a Suppress pragma.
38360         (Check_A Call): Use the flag to prevent spurious elaboration checks.
38361
38362         * sinfo.ads, sinfo.adb:
38363         New flag No_Elaboration_Check on function/procedure calls, to properly
38364         suppress checks on calls in task bodies that are within a local suppress
38365         pragma.
38366
38367         * exp_ch4.adb:
38368         (Expand_Concatenate_Other): Use the proper integer type for the
38369         expression for the upper bound, to avoid universal_integer computations
38370         when possible.
38371
38372 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
38373
38374         * .cvsignore: Delete.
38375
38376 2003-11-21  Andreas Schwab  <schwab@suse.de>
38377
38378         * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
38379
38380 2003-11-21  Vasiliy Fofanov  <fofanov@act-europe.fr>
38381
38382         * 5wsystem.ads: Enable zero cost exception.
38383
38384 2003-11-21  Jerome Guitton  <guitton@act-europe.fr>
38385
38386         * 5ztiitho.adb: Remove an unreferenced variable.
38387
38388 2003-11-21  Thomas Quinot  <quinot@act-europe.fr>
38389
38390         * adaint.c: For FreeBSD, use mkstemp.
38391
38392 2003-11-21  Arnaud Charlet  <charlet@act-europe.fr>
38393
38394         * gnatlbr.adb: Now reference Gnat_Static_Version_String.
38395
38396 2003-11-21  Robert Dewar  <dewar@gnat.com>
38397
38398         * bld.adb: Remove useless USE of gnatvsn
38399
38400         * gnatchop.adb: Minor reformatting
38401         Clean up version handling to be more consistent
38402
38403         * gnatxref.adb: Minor reformatting
38404
38405         * gprcmd.adb: Minor reformatting
38406         Fix output of copyright to be more consistent with other tools
38407
38408 2003-11-21  Vincent Celier  <celier@gnat.com>
38409
38410         * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
38411
38412 2003-11-21  Sergey Rybin  <rybin@act-europe.fr>
38413
38414         * atree.adb (Initialize): Add initializations for global variables
38415         used in New_Copy_Tree.
38416
38417         * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
38418         Internal_Source_File as the actual).
38419         Put the set of statements creating Any_Character before the set of
38420         statements creating Any_Array to have Any_Character fully initialized
38421         when it is used in creating Any_Array.
38422
38423         * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
38424         not call Scan in case if the actual is Internal_Source_File
38425         Add 2003 to copyright note.
38426
38427         * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
38428         processing Internal_Source_File.
38429
38430         * types.ads: Add the constant Internal_Source_File representing the
38431         source buffer for artificial source-code-like strings created within
38432         the compiler (the definition of Source_File_Index is changed).
38433
38434 2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>
38435
38436         * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
38437         56system.ads: New file, FreeBSD version.
38438
38439 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
38440
38441         * Make-lang.in (ada.extraclean): Delete.
38442
38443 2003-11-19  Arnaud Charlet  <charlet@act-europe.fr>
38444
38445         * gnatmem.adb: Clean up verbose output.
38446
38447         * gprcmd.adb: Change copyright to FSF.
38448
38449 2003-11-19  Vincent Celier  <celier@gnat.com>
38450
38451         * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
38452         and Version (ignored).
38453
38454         * symbols.ads: (Policy): New type
38455         (Initialize): New parameter Reference, Symbol_Policy and
38456         Library_Version.
38457         Remove parameter Force.
38458         Minor reformatting.
38459
38460         * snames.ads, snames.adbadb: New standard names
38461         Library_Reference_Symbol_File and Library_Symbol_Policy
38462
38463         * mlib-prj.adb:
38464         (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
38465         project.
38466
38467         * mlib-tgt.adb:
38468         (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
38469
38470         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
38471
38472         * prj.adb: (Project_Empty): New component Symbol_Data
38473
38474         * prj.ads: (Policy, Symbol_Record): New types
38475         (Project_Data): New component Symbol_Data
38476
38477         * prj-attr.adb:
38478         New attributes Library_Symbol_File, Library_Symbol_Policy and
38479         Library_Reference_Symbol_File.
38480
38481         * prj-nmsc.adb:
38482         (Ada_Check): When project is a Stand-Alone library project, process
38483         attribute Library_Symbol_File, Library_Symbol_Policy and
38484         Library_Reference_Symbol_File.
38485
38486         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
38487         5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
38488         5sml-tgt.adb (Build_Dynamic_Library): New parameter
38489         Symbol_Data (ignored).
38490
38491         * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
38492         (Build_Dynamic_Library): New parameter Symbol_Data. New internal
38493         functions Option_File_Name and Version_String. Set new options of
38494         gnatsym related to symbol file, symbol policy and reference symbol
38495         file.
38496
38497         * 5vsymbol.adb:
38498         Extensive modifications to take into account the reference symbol file,
38499         the symbol policy, the library version and to put in the symbol file the
38500         minor and major IDs.
38501
38502         * bld.adb (Process_Declarative_Items): Put second argument of
38503         gprcmd to_absolute between single quotes, to avoid problems with
38504         Windows.
38505
38506         * bld-io.adb: Update Copyright notice.
38507         (Flush): Remove last character of a line, if it is a back slash, to
38508         avoid make problems.
38509
38510         * gnatsym.adb:
38511         Implement new scheme with reference symbol file and symbol policy.
38512
38513         * g-os_lib.ads: (Is_Directory): Clarify comment
38514
38515 2003-11-19  Robert Dewar  <dewar@gnat.com>
38516
38517         * atree.adb: Move New_Copy_Tree global variables to head of package
38518
38519         * errout.adb: Minor reformatting
38520
38521 2003-11-19  Javier Miranda  <miranda@gnat.com>
38522
38523         * sem_ch4.adb: (Diagnose_Call): Improve error message.
38524         Add reference to Ada0Y (AI-50217)
38525
38526         * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
38527         sem_util.adb: Add reference to AI-50217
38528
38529         * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
38530
38531         * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
38532
38533         * sem_aggr.adb: Complete documentation of AI-287 changes
38534
38535         * par-ch4.adb: Document previous changes.
38536
38537         * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
38538         sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
38539         Ada0Y (AI-50217)
38540
38541         * exp_aggr.adb: Add references to AI-287 in previous changes
38542
38543 2003-11-19  Ed Schonberg  <schonberg@gnat.com>
38544
38545         * exp_ch6.adb:
38546         (Add_Call_By_Copy_Node): Do not original node of rewritten expression
38547         in the rewriting is the result of an inlined call.
38548
38549         * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
38550         parameter is a type conversion, use original node to construct the
38551         post-call assignment, because expression may have been rewritten, e.g.
38552         if it is a packed array.
38553
38554         * sem_attr.adb:
38555         (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
38556         body, just as it is in an instance.
38557         Categorization routines
38558
38559         * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
38560         Instantiate_Object): Set proper sloc reference for message on missing
38561         actual.
38562
38563 2003-11-19  Thomas Quinot  <quinot@act-europe.fr>
38564
38565         * Makefile.in: Add FreeBSD libgnat pairs.
38566
38567         * usage.adb: Fix typo in usage message.
38568
38569 2003-11-19  Jerome Guitton  <guitton@act-europe.fr>
38570
38571         * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
38572         s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
38573         pragma Thread_Body.
38574         Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
38575
38576         * s-thread.adb: This file is now a dummy implementation of
38577         System.Thread.
38578
38579 2003-11-19  Sergey Rybin  <rybin@act-europe.fr>
38580
38581         * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
38582
38583 2003-11-19  Emmanuel Briot  <briot@act-europe.fr>
38584
38585         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
38586         instanciation references in the parent type description.
38587
38588 2003-11-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
38589
38590         * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
38591
38592         * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
38593         TYPE_PRECISION directly from esize.
38594
38595 2003-11-18  Thomas Quinot  <quinot@act-europe.fr>
38596
38597         * cstreams.c:
38598         Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
38599
38600         * init.c: Initialization routines for FreeBSD
38601
38602         * link.c: Link info for FreeBSD
38603
38604         * sysdep.c: Add the case of FreeBSD
38605
38606 2003-11-17  Jerome Guitton  <guitton@act-europe.fr>
38607
38608         * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
38609         already called in System.Threads.
38610
38611         * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
38612         environment task, as it has been moved to System.Threads.Initialization.
38613
38614 2003-11-17  Arnaud Charlet  <charlet@act-europe.fr>
38615
38616         * adaint.c (__gnatlib_install_locks): Only reference
38617         __gnat_install_locks on VMS, since other platforms can avoid using
38618         --enable-threads=gnat
38619
38620 2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
38621
38622         * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
38623
38624         * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
38625         TYPE_PACKED_ARRAY_TYPE_P.
38626         (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
38627
38628         Part of PR ada/12806
38629         * utils.c (float_type_for_precision): Renamed from float_type_for_size.
38630         Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
38631
38632 2003-11-17  Vincent Celier  <celier@gnat.com>
38633
38634         * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
38635         to False.
38636         Do not set exit status to Failure when Warning is True.
38637         (Gnatchop): Make errors "no compilation units found" and
38638         "no source files written" warnings only.
38639
38640         * make.adb (Gnatmake): When using a project file, set
38641         Look_In_Primary_Dir to False.
38642         (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
38643         and Local_Configuration_Pragmas in the project where they are declared
38644         not an extending project which might have inherited them.
38645
38646         * osint.adb (Locate_File): If Name is already an absolute path, do not
38647         look for a directory.
38648
38649         * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
38650         -gnats (Check_Syntax) is used, issue only a warning, not an error.
38651
38652         * prj.adb (Register_Default_Naming_Scheme): Add new component Project
38653         in objects of type Variable_Value.
38654
38655         * prj.ads: (Variable_Value): New component Project
38656
38657         * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
38658         is in a project extended by Project.
38659
38660         * prj-proc.adb (Add_Attributes): New parameter Project. Set component
38661         Project of Variable_Values to this new parameter value.
38662         (Expression): Set component Project of Variable_Values.
38663         (Process_Declarative_Items): Call Add_Attributes with parameter Project.
38664         Set the component Project in array elements.
38665
38666 2003-11-17  Sergey Rybin  <rybin@act-europe.fr>
38667
38668         * errout.adb: (Initialize): Add initialization for error nodes.
38669
38670         * sem_ch12.adb (Initialize): Add missing initializations for
38671         Exchanged_Views and Hidden_Entities.
38672
38673 2003-11-17  Ed Schonberg  <schonberg@gnat.com>
38674
38675         * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
38676         already instantiated tree for use in subsequent inlining.
38677         (Analyze_Associations, Instantiate_Formal_Subprogram,
38678         Instantiate_Object): improve error message for mismatch in
38679         instantiations.
38680
38681         * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
38682         instantiations of subprograms declared in instances.
38683
38684 2003-11-17  Javier Miranda  <miranda@gnat.com>
38685
38686         * sem_ch4.adb (Analyze_Allocator): Previous modification must be
38687         executed only under the Extensions_Allowed flag.
38688
38689 2003-11-17  Robert Dewar  <dewar@gnat.com>
38690
38691         * a-exexda.adb (Address_Image): Fix documentation to indicate leading
38692         zeroes suppressed.
38693         (Address_Image): Fix bug of returning 0x instead of 0x0
38694         Minor reformatting (function specs).
38695
38696         * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
38697         (missed case of 33-63)
38698
38699         * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
38700
38701         * s-thread.adb: Add comments for pragma Restriction
38702
38703         * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
38704         sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
38705
38706 2003-11-17  Ed Falis  <falis@gnat.com>
38707
38708         * s-thread.adb: Added No_Tasking restriction for this implementation.
38709
38710 2003-11-17  Emmanuel Briot  <briot@act-europe.fr>
38711
38712         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
38713         instanciation references in the parent type description.
38714
38715 2003-11-17  GNAT Script  <nobody@gnat.com>
38716
38717         * Make-lang.in: Makefile automatically updated
38718
38719 2003-11-16  Jason Merrill  <jason@redhat.com>
38720
38721         * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
38722         and TAGS files that include them for each front end.
38723
38724 2003-11-14  Andreas Jaeger  <aj@suse.de>
38725
38726         * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
38727         is the canonical version.
38728         * misc.c (gnat_handle_option): Likewise.
38729
38730         * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
38731
38732         * 5nsystem.ads: New file for x86_64-linux-gnu.
38733
38734 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
38735
38736         * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
38737
38738         * comperr.adb: Fix logic in previous change.
38739
38740 2003-11-13  Vincent Celier  <celier@gnat.com>
38741
38742         * 5bml-tgt.adb (Build_Dynamic_Library): Use
38743         Osint.Include_Dir_Default_Prefix instead of
38744         Sdefault.Include_Dir_Default_Name.
38745
38746         * gnatlbr.adb: Update Copyright notice
38747         (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
38748         Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
38749         instead of Sdefault.Object_Dir_Default_Name
38750
38751         * gnatlink.adb:
38752         (Process_Binder_File): Never suppress the option following -Xlinker
38753
38754         * mdll-utl.adb:
38755         (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
38756         Sdefault.Object_Dir_Default_Name.
38757
38758         * osint.ads, osint.adb:
38759         (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
38760         Minor reformatting.
38761
38762         * vms_conv.ads: Minor reformating
38763         Remove GNAT STANDARD and GNAT PSTA
38764
38765         * vms_conv.adb:
38766         Allow GNAT MAKE to have several files on the command line.
38767         (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
38768         Sdefault.Object_Dir_Default_Name.
38769         Minor Reformating
38770         Remove data for GNAT STANDARD
38771
38772         * vms_data.ads:
38773         Add new compiler qualifier /PRINT_STANDARD (-gnatS)
38774         Remove data for GNAT STANDARD
38775         Remove options and documentation for -gnatwb/-gnatwB: these warning
38776         options no longer exist.
38777
38778 2003-11-13  Ed Falis  <falis@gnat.com>
38779
38780         * 5zthrini.adb: (Init_RTS): Made visible
38781
38782         * 5zthrini.adb:
38783         (Register): Removed unnecessary call to taskVarGet that checked whether
38784          an ATSD was already set as a task var for the argument thread.
38785
38786         * s-thread.adb:
38787         Updated comment to reflect that this is a VxWorks version
38788         Added context clause for System.Threads.Initialization
38789         Added call to System.Threads.Initialization.Init_RTS
38790
38791 2003-11-13  Jerome Guitton  <guitton@act-europe.fr>
38792
38793         * 5zthrini.adb:
38794         (Init_RTS): New procedure, for the initialization of the run-time lib.
38795
38796         * s-thread.adb:
38797         Remove dependancy on System.Init, so that this file can be used in the
38798         AE653 sequential run-time lib.
38799
38800 2003-11-13  Robert Dewar  <dewar@gnat.com>
38801
38802         * bindgen.adb: Minor reformatting
38803
38804 2003-11-13  Ed Schonberg  <schonberg@gnat.com>
38805
38806         * checks.adb:
38807         (Apply_Discriminant_Check): Do no apply check if target type is derived
38808         from source type with no applicable constraint.
38809
38810         * lib-writ.adb:
38811         (Ensure_System_Dependency): Do not apply the style checks that may have
38812         been specified for the main unit.
38813
38814         * sem_ch8.adb:
38815         (Find_Selected_Component): Further improvement in error message, with
38816         RM reference.
38817
38818         * sem_res.adb:
38819         (Resolve): Handle properly the case of an illegal overloaded protected
38820         procedure.
38821
38822 2003-11-13  Javier Miranda  <miranda@gnat.com>
38823
38824         * exp_aggr.adb:
38825         (Has_Default_Init_Comps): New function to check the presence of
38826         default initialization in an aggregate.
38827         (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
38828         extension aggregate of a limited record. In addition, a new formal
38829         was added to do not initialize the record controller (if any) during
38830         this recursive expansion of ancestors.
38831         (Init_Controller): Add support for limited record components.
38832         (Expand_Record_Aggregate): In case of default initialized components
38833         convert the aggregate into a set of assignments.
38834
38835         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
38836         describing the new syntax.
38837         Nothing else needed to be done because this subprogram delegates part of
38838         its work to P_Precord_Or_Array_Component_Association.
38839         (P_Record_Or_Array_Component_Association): Give support to the new
38840         syntax for default initialization of components.
38841
38842         * sem_aggr.adb:
38843         (Resolve_Aggregate): Relax the strictness of the frontend in case of
38844         limited aggregates.
38845         (Resolve_Record_Aggregate): Give support to default initialized
38846         components.
38847         (Get_Value): In case of default initialized components, duplicate
38848         the corresponding default expression (from the record type
38849         declaration). In case of default initialization in the *others*
38850         choice, do not check that all components have the same type.
38851         (Resolve_Extension_Aggregate): Give support to limited extension
38852         aggregates.
38853
38854         * sem_ch3.adb:
38855         (Check_Initialization): Relax the strictness of the front-end in case
38856         of aggregate and extension aggregates. This test is now done in
38857         Get_Value in a per-component manner.
38858
38859         * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
38860         expression corresponds to a limited aggregate. This test is now done
38861         in Get_Value.
38862
38863         * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
38864         Box_Present flag.
38865
38866         * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
38867         present in an N_Component_Association node
38868
38869 2003-11-13  Thomas Quinot  <quinot@act-europe.fr>
38870
38871         * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
38872         type-conformant entry only if they are homographs.
38873
38874 2003-11-13  GNAT Script  <nobody@gnat.com>
38875
38876         * Make-lang.in: Makefile automatically updated
38877
38878 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
38879
38880         * adadecode.c: Use <> form of include for ctype.h.
38881         * sysdep.c [IN_RTS]: Use <> form of include for time.h.
38882
38883 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
38884
38885         * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
38886         Works around PR middle-end/6552.
38887
38888 2003-11-10  Ed Falis  <falis@gnat.com>
38889
38890         * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
38891
38892         * 5zinit.adb: (Install_Handler): Moved back to spec
38893         (Install_Signal_Handlers): Deleted
38894
38895         * 5zthrini.adb: Added context clause for System.Storage_Elements
38896         (Register): Only handles creation of taskVar; initialization moved to
38897         Thread_Body_Enter.
38898         (Reset_TSD): Deleted; replaced by Thread_Body_Enter
38899         Added declaration of environment task secondary stack and
38900         initialization.
38901
38902         * s-thread.adb: Implement bodies for thread body processing
38903
38904         * s-thread.ads:
38905         Added comment identifying supported targets for pragma Thread_Body.
38906
38907 2003-11-10  Pascal Obry  <obry@gnat.com>
38908
38909         * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
38910         GNAT_MAX_PATH_LEN.
38911
38912         * s-fileio.adb:
38913         (Open): Properly check for string length before copying into the buffer.
38914         Raises Name_Error if buffer is too small. Note that this was a potential
38915         buffer overflow.
38916
38917 2003-11-10  Romain Berrendonner  <berrendo@act-europe.fr>
38918
38919         * bindgen.adb, comperr.adb: Code clean ups.
38920         * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
38921
38922 2003-11-10  Sergey Rybin  <rybin@act-europe.fr>
38923
38924         * gnat1drv.adb: Add call to Sem_Elim.Initialize.
38925
38926 2003-11-10  Vincent Celier  <celier@gnat.com>
38927
38928         * gprcmd.adb:
38929         (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
38930         installation.
38931
38932         * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
38933
38934         * prj.adb: (Project_Empty): Add new boolean component Virtual
38935
38936         * prj.ads: (Virtual_Prefix): New constant string
38937         (Project_Data): New boolean component Virtual
38938
38939         * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
38940         a library project is extended by a virtual extending project.
38941
38942         * prj-part.adb:
38943         Modifications throughout to implement extending-all project, including:
38944         (Virtual_Hash, Processed_Hash): New hash tables
38945         (Create_Virtual_Extending_Project): New procedure
38946         (Look_For_Virtual_Projects_For): New procedure
38947
38948         * prj-proc.adb:
38949         (Process): After checking the projects, if main project is an
38950         extending-all project, set the object directory of all virtual extending
38951         project to the object directory of the main project.
38952         Adjust error message when a virtual extending project has the same
38953         object directory as an project being extended.
38954         (Recursive_Process): If name starts with the virtual prefix, set Virtual
38955         to True in the project data.
38956
38957         * prj-tree.adb:
38958         (Default_Project_Node): Add new boolean component Extending_All
38959         (Is_Extending_All): New function
38960         (Set_Is_Extending_All): New procedure
38961
38962         * prj-tree.ads: (Is_Extending_All): New function
38963         (Set_Is_Extending_All): New procedure
38964         (Project_Node_Record): New boolean component Extending_All
38965
38966         * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
38967
38968         * vms_data.ads:
38969         Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
38970
38971         * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
38972         "gprcmd prefix" to define it.
38973
38974 2003-11-10  Thomas Quinot  <quinot@act-europe.fr>
38975
38976         * einfo.ads: Fix a typo and remove an extraneous word in comments.
38977
38978         * lib-load.adb:
38979         (Create_Dummy_Package_Unit): Set the scope of the entity for the
38980         created dummy package to Standard_Standard, not to itself, to
38981         defend other parts of the front-end against encoutering a cycle in
38982         the scope chain.
38983
38984         * sem_ch10.adb:
38985         (Analyze_With_Clause): When setting the entities for the successive
38986         N_Expanded_Names that constitute the name of a child unit, do not
38987         attempt to go further than Standard_Standard in the chain of scopes.
38988         This case arises from the placeholder units created by
38989         Create_Dummy_Package_Unit in the case of a with_clause for a
38990         nonexistent child unit.
38991
38992 2003-11-10  Ed Schonberg  <schonberg@gnat.com>
38993
38994         * exp_ch6.adb:
38995         (Expand_Thread_Body): Place subprogram on scope stack, so that new
38996         declarations are given the proper scope.
38997
38998         * sem_ch13.adb:
38999         (Check_Expr_Constants): Reject an expression that contains a constant
39000         created during expansion, and that appears after the object to which
39001         the address clause applies.
39002
39003         * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
39004         Analyze_Iteration_Scheme, to rewrite a loop parameter specification
39005         that uses 'Range of a function call with controlled components, so
39006         that the function result can be finalized before starting the loop.
39007
39008         * sem_ch8.adb:
39009         (Find_Selected_Component): Improve error message when prefix is
39010         an implicit dereference of an incomplete type.
39011
39012 2003-11-10  Robert Dewar  <dewar@gnat.com>
39013
39014         * opt.ads: New Print_Standard flag for -gnatS switch
39015
39016         * sem_ch13.adb: Remove some additional checks for unaligned arrays
39017
39018         * cstand.adb (Create_Standard): Print out package standard if -gnatS
39019         switch set
39020
39021         * debug.adb: Update doc for -gnatds to discuss relationship with new
39022         -gnatS flag
39023
39024         * sinfo.adb: Add new field Entity_Or_Associated_Node
39025
39026         * sinfo.ads: Add new field Entity_Or_Associated_Node
39027         Update documentation for Associated_Node and Entity fields to clarify
39028         relationship and usage.
39029
39030         * sprint.adb:
39031         (Write_Id): Properly process Associated_Node field in generic template
39032
39033         * switch-c.adb:
39034         Recognize new -gnatS switch for printing package Standard
39035         This replaces gnatpsta
39036
39037         * usage.adb:
39038         Add line for  new -gnatS switch for printing package Standard
39039         This replaces gnatpsta
39040
39041 2003-11-10  Andreas Jaeger  <aj@suse.de>
39042
39043         * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
39044         integer.
39045
39046 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
39047
39048         * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
39049         by gnat1.
39050
39051 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
39052
39053         * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
39054         no longer needed.
39055
39056         * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
39057
39058         * sysdep.c: Add handling of cygwin.
39059
39060 2003-11-10  GNAT Script  <nobody@gnat.com>
39061
39062         * Make-lang.in: Makefile automatically updated
39063
39064 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
39065
39066         PR 12950
39067         * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
39068         functions. Used to handle dynamic prefix relocation, via set_std_prefix.
39069         Replace GNAT_ROOT by GCC_ROOT.
39070
39071         * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
39072
39073 2003-11-06  Zack Weinberg  <zack@codesourcery.com>
39074
39075         * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
39076         and update for changed meaning of GET_MODE_BITSIZE.
39077
39078 2003-11-04  Doug Rupp  <rupp@gnat.com>
39079
39080         * sysdep.c: Problem discovered during IA64 VMS port.
39081         [VMS] #include <unixio.h> to get proper prototypes.
39082
39083         * adaint.c:
39084         Issues discovered/problems fixed during IA64 VMS port.
39085         [VMS] #define _POSIX_EXIT for proper semantics.
39086         [VMS] #include <unixio.h> for proper prototypes.
39087         [VMS] (fork): #define IA64 version.
39088         (__gnat_os_exit): Remove unnecessary VMS specific code.
39089
39090 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39091
39092         Part of PR ada/12806
39093         * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
39094         tree, not integer.
39095
39096         * decl.c:
39097         (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
39098         not integer.
39099
39100         * targtyps.c, decl.c, misc.c,
39101         gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
39102         routines to work around change in FP sizing semantics in GCC.
39103
39104         * utils.c:
39105         (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
39106
39107         * gigi.h: (enumerate_modes): New function.
39108
39109         * Make-lang.in: (ada/misc.o): Add real.h.
39110
39111         * misc.c: (enumerate_modes): New function.
39112
39113 2003-11-04  Robert Dewar  <dewar@gnat.com>
39114
39115         * 3vtrasym.adb: Minor reformatting
39116         Use terminology encoded/decoded name, rather than C++ specific notion
39117         of mangling (this is the terminology used throughout GNAT).
39118
39119         * einfo.h: Regenerated
39120
39121         * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
39122
39123         * exp_ch6.adb:
39124         (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
39125
39126         * par-prag.adb: Add dummy entry for Thread_Body pragma
39127
39128         * rtsfind.ads:
39129         Add entries for System.Threads entities for thread body processing
39130
39131         * sem_attr.adb:
39132         (Analyze_Pragma, Access attributes): Check these are not applied to a
39133         thread body, since this is not permitted
39134
39135         * sem_prag.adb: Add processing for Thread_Body pragma.
39136         Minor comment fix.
39137
39138         * sem_res.adb:
39139         (Resolve_Call): Check for incorrect attempt to call a thread body
39140          procedure with a direct call.
39141
39142         * snames.ads, snames.adb: Add entry for Thread_Body pragma
39143         Add names associated with thread body expansion
39144
39145         * snames.h: Add entry for Thread_Body pragma
39146
39147         * s-thread.adb: Add entries for thread body processing
39148         These are dummy bodies so far
39149
39150         * s-thread.ads: Add documentation on thread body handling.
39151         Add entries for thread body processing.
39152
39153 2003-11-04  Javier Miranda  <miranda@gnat.com>
39154
39155         * sem_ch10.adb:
39156         (Build_Limited_Views): Return after posting an error in case of limited
39157         with_clause on subprograms, generics, instances or generic renamings
39158         (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
39159         on subprograms, generics, instances or generic renamings
39160
39161 2003-11-04  Arnaud Charlet  <charlet@act-europe.fr>
39162
39163         * raise.c (setup_to_install): Correct mistake in last revision; two
39164         arguments out of order.
39165
39166         * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
39167         gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
39168         notice, missed in previous change.
39169         Remove trailing blanks and other style errors introduced in previous
39170         change.
39171
39172 2003-11-04  Olivier Hainque  <hainque@act-europe.fr>
39173
39174         * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
39175         rid of the wrapper for a LJM type, ensuring we don't do that if the
39176         field is addressable.  This avoids potential low level type view
39177         mismatches later on, for instance in a by-reference argument passing
39178         process.
39179
39180 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39181
39182         * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
39183         aligned at byte boundary.
39184
39185 2003-11-04  Joel Brobecker  <brobecker@gnat.com>
39186
39187         * decl.c (components_to_record): Do not delete the empty variants from
39188         the end of the union type.
39189
39190 2003-11-04  Ed Schonberg  <schonberg@gnat.com>
39191
39192         * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
39193         operation for a derived type, an explicit declaration may use a local
39194         subtype of Boolean.
39195
39196 2003-11-04  Vincent Celier  <celier@gnat.com>
39197
39198         * make.adb (Gnatmake): Allow main sources on the command line with a
39199         library project when it is only for compilation (no binding or
39200         linking).
39201
39202 2003-11-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
39203
39204         * Makefile.in: Remove many duplicate variables.
39205
39206 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
39207
39208         * Make-lang.in (dvi): Move targets to $(docobjdir).
39209         (gnat_ug_vms.dvi): Simplify rule and adjust target.
39210         (gnat_ug_wnt.dvi): Likewise.
39211         (gnat_ug_unx.dvi): Likewise.
39212         (gnat_ug_vxw.dvi): Likewise.
39213         (gnat_rm.dvi): Likewise.
39214         (gnat-style.dvi): Likewise.
39215
39216 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
39217
39218         * gigi.h: Missed commit from update for C90.
39219
39220 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
39221
39222         * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
39223
39224 2003-10-31  Andreas Schwab  <schwab@suse.de>
39225
39226         * raise.c (get_action_description_for): Fix typo in last change.
39227
39228 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
39229
39230         PR ada/12761
39231         * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
39232         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
39233
39234 2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>
39235
39236         * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
39237         ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
39238         gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
39239         sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
39240         trans.c, utils.c, utils2.c: Convert function prototypes to C90.
39241
39242 2003-10-30  Vasiliy Fofanov  <fofanov@act-europe.fr>
39243
39244         * 3vtrasym.adb:
39245         Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
39246         numbers when symbol name is too long.
39247
39248 2003-10-30  Ed Falis  <falis@gnat.com>
39249
39250         * g-signal.ads, g-signal.adb: New files
39251
39252         * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
39253
39254         * Makefile.rtl: Introduce GNAT.Signals
39255
39256 2003-10-30  Robert Dewar  <dewar@gnat.com>
39257
39258         * freeze.adb: Minor reformatting
39259
39260         * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
39261
39262         * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
39263         par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
39264         New handling of Id_Check parameter to improve recognition of keywords
39265         used as identifiers.
39266         Update copyright notice to include 2003
39267
39268 2003-10-29  Robert Dewar  <dewar@gnat.com>
39269
39270         * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
39271         sem_ch10.adb: Minor reformatting
39272
39273         * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
39274         (Expand_Assign_Record): Test right hand side for bit unaligned as well
39275
39276 2003-10-29  Vasiliy Fofanov  <fofanov@act-europe.fr>
39277
39278         * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
39279         Support for TBK$SYMBOLIZE-based symbolic traceback.
39280
39281 2003-10-29  Jose Ruiz  <ruiz@act-europe.fr>
39282
39283         * exp_disp.adb:
39284         Revert previous change, that did not work well when pragma No_Run_Time
39285         was used in conjunction with a run-time other than ZFP.
39286
39287 2003-10-29  Vincent Celier  <celier@gnat.com>
39288
39289         * make.adb:
39290         (Gnatmake): When there are no Ada mains in attribute Main, disable the
39291          bind and link steps only is switch -z is not used.
39292
39293 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
39294
39295         * Makefile.generic: Remove duplicated setting of CC.
39296
39297         * Makefile.prolog: Set CC to gcc by default, to override make's
39298         default (cc).
39299
39300         * einfo.h: Regenerated.
39301
39302 2003-10-29  Ed Schonberg  <schonberg@gnat.com>
39303
39304         * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
39305         current body, after compiling subunit.
39306
39307         * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
39308         when in deleted code, because gigi needs properly ordered freeze
39309         actions to annotate types.
39310
39311         * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
39312         prevent the premature freezing of record type that contains
39313         subcomponents with a private type that does not yet have a completion.
39314
39315 2003-10-29  Javier Miranda  <miranda@gnat.com>
39316
39317         * sem_ch12.adb:
39318         (Analyze_Package_Instantiation): Check that instances can not be used in
39319         limited with_clauses.
39320
39321         * sem_ch8.adb:
39322         (Analyze_Package_Renaming): Check that limited withed packages cannot
39323         be renamed. Improve text on error messages related to limited
39324         with_clauses.
39325
39326         * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
39327
39328         * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
39329         Update copyright notice.
39330
39331         * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
39332         (Install_Limited_Context_Clauses): New subprogram that isolates all the
39333         checks required for limited context_clauses and installs the limited
39334         view.
39335         (Install_Limited_Withed_Unit): Complete its documentation.
39336         (Analyze_Context): Check that limited with_clauses are only allowed in
39337         package specs.
39338         (Install_Context): Call Install_Limited_Context_Clauses after the
39339         parents have been installed.
39340         (Install_Limited_Withed_Unit): Add documentation. Mark the installed
39341         package as 'From_With_Type'; this mark indicates that the limited view
39342         is installed. Used to check bad usages of limited with_clauses.
39343         (Build_Limited_Views): Do not add shadow entities to the scope's list
39344         of entities. Do not add real entities to the Non_Limited_Views chain.
39345         Improve error notification.
39346         (Remove_Context_Clauses): Remove context clauses in two phases:
39347         limited views first and regular views later (to maintain the
39348         stack model).
39349         (Remove_Limited_With_Clause): If the package is analyzed then reinstall
39350         its visible entities.
39351
39352 2003-10-29  Thomas Quinot  <quinot@act-europe.fr>
39353
39354         * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
39355         with any type that Is_Fixed_Point_Type.
39356
39357         * sinfo.ads: Fix documentation for Associated_Node attribute.
39358
39359 2003-10-29  Sergey Rybin  <rybin@act-europe.fr>
39360
39361         * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
39362         both '-gnatc' and '-gnatt' are specified.
39363
39364         * atree.adb (Initialize): Add initialization for Node_Count (set to
39365         zero).
39366
39367 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39368
39369         * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
39370         do not consider as Pure.
39371
39372         Part of implementation of function-at-a-time:
39373
39374         * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
39375         (tree_transform): Add new argument to build_component_ref.
39376         (tree_transform, case N_Assignment_Statement): Make and return an
39377         EXPR_STMT.
39378         (tree_transform): If result IS_STMT, set flags and return it.
39379         (gnat_expand_stmt, set_lineno_from_sloc): New functions.
39380
39381         * utils2.c (build_simple_component_ref, build_component_ref): Add new
39382         arg, NO_FOLD_P.
39383         (build_binary_op, case EQ_EXPR): Pass additional arg to it.
39384         (build_allocator): Likewise.
39385
39386         * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
39387         Add new arg to build_component_ref.
39388         (maybe_unconstrained_array, unchecked_convert): Likewise.
39389
39390         * ada-tree.def (EXPR_STMT): New code.
39391
39392         * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
39393
39394         * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
39395         build_component_ref calls.
39396
39397         * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
39398
39399         * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
39400         (build_component_ref): Add new argument, NO_FOLD_P.
39401
39402 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
39403
39404         * Makefile.generic: Add missing substitution on object_deps handling.
39405
39406         PR ada/5909
39407         * Make-lang.in (check-ada): Enable ACATS test suite.
39408
39409 2003-10-27  Robert Dewar  <dewar@gnat.com>
39410
39411         * exp_ch3.adb:
39412         (Freeze_Array_Type): We do not need an initialization routine for types
39413         derived from String or Wide_String. They should be treated the same
39414         as String and Wide_String themselves. This caused problems with the
39415         use of Initialize_Scalars.
39416
39417         * exp_ch5.adb:
39418         (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
39419         composites. This allows use of component clauses that are not byte
39420         aligned.
39421
39422         * sem_prag.adb:
39423         (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
39424         is an attempt to pack an array of atomic objects.
39425
39426         * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
39427
39428 2003-10-27  Pascal Obry  <obry@gnat.com>
39429
39430         * g-dirope.adb:
39431         (Basename): Check for drive letters in a pathname only on DOS based OS.
39432
39433 2003-10-27  Vincent Celier  <celier@gnat.com>
39434
39435         * make.adb:
39436         (Gnatmake): When unable to change dir to the object dir, display the
39437         content of the parent dir of the obj dir, to try to understand why this
39438         happens.
39439
39440 2003-10-27  GNAT Script  <nobody@gnat.com>
39441
39442         * Make-lang.in: Makefile automatically updated
39443
39444 2003-10-27  Ed Schonberg  <schonberg@gnat.com>
39445
39446         * sem_ch12.adb:
39447         (Inline_Instance_Body): Indicate that the save/restore of use_clauses
39448         should not be done in Save/Restore_Scope_Stack, because it is performed
39449         locally.
39450
39451         * sem_ch8.adb:
39452         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
39453         whether use clauses should be removed/restored.
39454
39455         * sem_ch8.ads:
39456         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
39457         whether use clauses should be removed/restored.
39458
39459 2003-10-26  Andreas Jaeger  <aj@suse.de>
39460
39461         * Makefile.in: Remove duplicated lines.
39462
39463 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
39464
39465         * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
39466         minimize the differences with ACT tree.
39467
39468         * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
39469         gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
39470         Gnatvsn.Gnat_Static_Version_String to reduce differences between
39471         ACT and FSF trees.
39472
39473 2003-10-24  Pascal Obry  <obry@gnat.com>
39474
39475         PR ada/12014
39476         * adadecode.c (ostrcpy): New function.
39477         (__gnat_decode): Use ostrcpy of strcpy.
39478         (has_prefix): Set first parameter a const.
39479         (has_suffix): Set first parameter a const.
39480         Update copyright notice. Fix source name in header.
39481         Removes a trailing space.
39482
39483 2003-10-24  Jose Ruiz  <ruiz@act-europe.fr>
39484
39485         * exp_disp.adb:
39486         Remove the test against being in No_Run_Time_Mode before generating a
39487         call to Register_Tag. It is redundant with the test against the
39488         availability of the function Register_Tag.
39489
39490 2003-10-24  Vincent Celier  <celier@gnat.com>
39491
39492         * g-catiio.adb: (Month_Name): Correct spelling of February
39493
39494         * make.adb: (Mains): New package
39495         (Initialize): Call Mains.Delete
39496         (Gnatmake): Check that each main on the command line is a source of a
39497         project file and, if there are several mains, each of them is a source
39498         of the same project file.
39499         (Gnatmake): When a foreign language is specified in attribute Languages,
39500         no main is specified on the command line and attribute Mains is not
39501         empty, only build the Ada main. If there is no Ada main, just compile
39502         the Ada sources and their closure.
39503         (Gnatmake): If a main is specified on the command line with directory
39504         information, check that the source exists and, if it does, that the path
39505         is the actual path of a source of a project.
39506
39507         * prj-env.adb:
39508         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
39509         Full_Path is True, return the full path instead of the simple file name.
39510         (Project_Of): New function
39511
39512         * prj-env.ads:
39513         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
39514         defaulted to False.
39515         (Project_Of): New function
39516
39517 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
39518
39519         * Makefile.generic:
39520         Ensure objects of main project are always checked and rebuilt if needed.
39521         Set CC to gcc by default.
39522         Prepare new handling of link by creating a global archive (not activated
39523         yet).
39524
39525         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
39526         stringt.h: Update copyright notice. Remove trailing blanks.
39527         Fix source name in header.
39528
39529 2003-10-24  Robert Dewar  <dewar@gnat.com>
39530
39531         * sem_ch12.adb: Minor reformatting
39532
39533         * sem_ch3.adb:
39534         Minor reformatting (including new function return style throughout)
39535
39536         * sem_ch3.ads:
39537         Minor reformatting (including new function return style throughout)
39538
39539 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
39540
39541         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
39542         stringt.h: Update copyright notice. Remove trailing blanks.
39543         Fix source name in header.
39544
39545 2003-10-24  GNAT Script  <nobody@gnat.com>
39546
39547         * Make-lang.in: Makefile automatically updated
39548
39549 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
39550
39551         * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
39552         stringt.h: Convert to ISO C90 declarations and definitions.
39553
39554 2003-10-23  Thomas Quinot  <quinot@act-europe.fr>
39555
39556         PR ada/11978
39557         * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
39558         External_Tag attribute definition clauses.
39559
39560 2003-10-23  Ed Schonberg  <schonberg@gnat.com>
39561
39562         PR ada/7613
39563         * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
39564         child unit, generate a fully qualified name to avoid spurious errors
39565         when the context contains renamings of different child units with
39566         the same simple name.
39567
39568         * exp_dbug.ads: Add documentation on name qualification for renamings
39569         of child units.
39570
39571 2003-10-23  Robert Dewar  <dewar@gnat.com>
39572
39573         * g-regpat.ads, g-regpat.adb: Minor reformatting
39574
39575 2003-10-23  Jose Ruiz  <ruiz@act-europe.fr>
39576
39577         * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
39578
39579 2003-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39580
39581         * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
39582         Machine call.
39583
39584         * urealp.h: (Machine): Update to proper definition.
39585
39586 2003-10-23  Arnaud Charlet  <charlet@act-europe.fr>
39587
39588         * init.c, adaint.c: Minor reformatting.
39589
39590 2003-10-23  Danny Smith  <dannysmith@users.sourceforge.net>
39591
39592         * adaint.c (w32_epoch_offset): Define static const at file level.
39593         (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
39594         rather than t_create, t_access in call to GetFileTime. Use union
39595         to convert between FILETIME and  unsigned long long.
39596         (__gnat_file_time_name): Test for invalid file handle.
39597         (__gnat_set_filetime_name): Support win32 targets using
39598         w32api SetFileTime.
39599
39600 2003-10-22  Danny Smith  <dannysmith@users.sourceforge.net>
39601
39602         * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
39603
39604         * ctrl_c.c (__gnat_int_handler): Remove declaration.
39605
39606         * decl.c (creat_concat_name):  Const-ify prefix.
39607
39608         * adaint.c: Include ctype.h if __MINGW32__.
39609         (__gnat_readlink): Mark arguments as possibly unused.
39610         (__gnat_symlink): Likewise.
39611         (__gnat_is_symbolic_link): Likewise.
39612         (__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
39613         declaration
39614         (__gnat_file_time_name): Don't declare struct stat statbuf when
39615         not needed.
39616         (__gnat_is_absolute_path): Add parenthesis around condition of
39617         'if' statement to avoid warning.
39618         (__gnat_plist_init): Specify void as parameter.
39619         (plist_enter): Likewise.
39620         (plist_leave): Likewise.
39621         (remove_handle): Make static. Initialize prev.
39622
39623 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
39624
39625         PR ada/10110
39626         * Makefile.in: Disable build of gnatpsta.
39627         * cstreams.c (__gnat_full_name): Minor improvements and clean up
39628         of previous change.
39629
39630 2003-10-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
39631
39632         * tracebak.c (MAX): Avoid redefinition warning.
39633
39634         * init.c [sgi] (__gnat_error_handler): Remove i, unused.
39635         Change msg to const char *.
39636         (__gnat_install_handler): Remove ss, unused.
39637         [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
39638         to const char *.
39639         * cstreams.c (__gnat_full_name): Declare p only when used.
39640         (__gnat_full_name) [sgi] Return buffer.
39641
39642 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
39643
39644         * mingw32.h: New file.
39645         * gnat_wrapper.adb: New file.
39646
39647 2003-10-22  Jerome Roussel  <roussel@act-europe.fr>
39648
39649         * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
39650         string match a pre compiled regular expression (the corresponding
39651         version of the function working on a raw regular expression)
39652         Fix typos in various comments
39653         Update copyright notice in spec
39654
39655 2003-10-21  Gary Dismukes  <dismukes@gnat.com>
39656
39657         * exp_ch3.adb:
39658         (Component_Needs_Simple_Initialization): Return False when the type is a
39659         packed bit array. Revise spec comments to document this case.
39660
39661         * exp_prag.adb:
39662         (Expand_Pragma_Import): Set any expression on the imported object to
39663         empty to avoid initializing imported objects (in particular this
39664         covers the case of zero-initialization of bit arrays).
39665         Update copyright notice.
39666
39667 2003-10-21  Ed Schonberg  <schonberg@gnat.com>
39668
39669         * sem_ch12.adb:
39670         (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
39671         a subunit is missing.
39672         (Instantiate_Subprogram_Body): If body of function is missing, set type
39673         of return expression explicitly in dummy body, to prevent cascaded
39674         errors when a subunit is missing.
39675         Fixes PR 5677.
39676
39677         * sem_ch3.adb:
39678         (Access_Subprogram_Declaration): Verify that return type is valid.
39679         Fixes PR 8693.
39680
39681         * sem_elab.adb:
39682         (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
39683         generic.
39684         Fixes PR 12318.
39685
39686         * sem_util.adb:
39687         (Corresponding_Discriminant): If the scope of the discriminant is a
39688         private type without discriminant, use its full view.
39689         Fixes PR 8247.
39690
39691 2003-10-21  Arnaud Charlet  <charlet@act-europe.fr>
39692
39693         * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
39694         3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
39695         3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
39696         55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
39697         56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
39698         59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
39699         5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
39700         5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
39701         5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
39702         5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
39703         5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
39704         5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
39705         5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
39706         5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
39707         7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
39708         a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
39709         a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
39710         a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
39711         bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
39712         erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
39713         err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
39714         g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
39715         g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
39716         g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
39717         g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
39718         g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
39719         g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
39720         gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
39721         g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
39722         g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
39723         i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
39724         prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
39725         prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
39726         s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
39727         s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
39728         s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
39729         s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
39730         s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
39731         s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
39732         s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
39733         s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
39734         socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
39735         s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
39736         s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
39737         s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
39738         styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
39739         s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
39740         tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
39741         vms_conv.ads, vms_conv.adb, vms_data.ads,
39742         vxaddr2line.adb: Files added. Merge with ACT tree.
39743
39744         * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
39745         5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
39746         5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
39747         5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
39748         g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
39749         s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
39750         s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
39751         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
39752         s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
39753         s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
39754
39755         * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
39756         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
39757         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
39758         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
39759         4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
39760         4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
39761         4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
39762         4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
39763         51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
39764         53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
39765         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
39766         5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
39767         5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
39768         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
39769         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
39770         5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
39771         5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
39772         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
39773         5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
39774         5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
39775         5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
39776         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
39777         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
39778         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
39779         5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
39780         5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
39781         5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
39782         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
39783         5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
39784         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
39785         5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
39786         5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
39787         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
39788         5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
39789         6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
39790         7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
39791         7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
39792         a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
39793         a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
39794         a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
39795         a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
39796         a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
39797         ali.adb, ali.ads, ali-util.adb, ali-util.ads,
39798         a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
39799         a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
39800         a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
39801         a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
39802         a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
39803         a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
39804         a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
39805         a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
39806         a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
39807         a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
39808         a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
39809         a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
39810         atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
39811         a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
39812         a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
39813         bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
39814         checks.adb, checks.ads, cio.c, comperr.adb,
39815         comperr.ads, csets.adb, cstand.adb, cstreams.c,
39816         debug_a.adb, debug_a.ads, debug.adb, decl.c,
39817         einfo.adb, einfo.ads, errout.adb, errout.ads,
39818         eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
39819         expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
39820         exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
39821         exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
39822         exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
39823         exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
39824         exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
39825         exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
39826         exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
39827         fe.h, fmap.adb, fmap.ads, fname.adb,
39828         fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
39829         freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
39830         g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
39831         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
39832         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
39833         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
39834         g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
39835         g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
39836         g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
39837         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
39838         g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
39839         g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
39840         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
39841         g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
39842         gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
39843         gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
39844         gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
39845         gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
39846         gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
39847         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
39848         g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
39849         g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
39850         g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
39851         g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
39852         g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
39853         g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
39854         g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
39855         i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
39856         i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
39857         inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
39858         itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
39859         layout.adb, lib.adb, lib.ads, lib-list.adb,
39860         lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
39861         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
39862         link.c, live.adb, make.adb, make.ads,
39863         Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
39864         mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
39865         mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
39866         misc.c, mkdir.c, mlib.adb, mlib.ads,
39867         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
39868         mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
39869         namet.adb, namet.ads, namet.h, nlists.ads,
39870         nlists.h, nmake.adt, opt.adb, opt.ads,
39871         osint.adb, osint.ads, osint-b.adb, osint-c.adb,
39872         par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
39873         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
39874         par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
39875         par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
39876         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
39877         prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
39878         prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
39879         prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
39880         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
39881         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
39882         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
39883         prj-util.adb, prj-util.ads, raise.c, raise.h,
39884         repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
39885         rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
39886         s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
39887         s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
39888         scans.ads, scn.adb, scn.ads, s-crc32.adb,
39889         s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
39890         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
39891         sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
39892         sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
39893         sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
39894         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
39895         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
39896         sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
39897         sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
39898         sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
39899         sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
39900         sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
39901         s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
39902         s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
39903         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
39904         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
39905         s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
39906         s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
39907         s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
39908         sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
39909         sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
39910         sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
39911         s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
39912         s-memory.adb, s-memory.ads, snames.adb, snames.ads,
39913         snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
39914         s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
39915         s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
39916         s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
39917         s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
39918         s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
39919         s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
39920         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
39921         s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
39922         s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
39923         s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
39924         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
39925         s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
39926         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
39927         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
39928         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
39929         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
39930         stringt.adb, stringt.ads, stringt.h, style.ads,
39931         stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
39932         s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
39933         s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
39934         switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
39935         s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
39936         table.adb, table.ads, targparm.adb, targparm.ads,
39937         targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
39938         trans.c, tree_io.adb, treepr.adb, treeprs.adt,
39939         ttypes.ads, types.ads, types.h, uintp.adb,
39940         uintp.ads, uintp.h, uname.adb, urealp.adb,
39941         urealp.ads, urealp.h, usage.adb, utils2.c,
39942         utils.c, validsw.adb, validsw.ads, widechar.adb,
39943         xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
39944         xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
39945         einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
39946         gnatvsn.ads: Merge with ACT tree.
39947
39948         * gnatvsn.adb: Rewritten in a simpler and more efficient way.
39949
39950 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
39951
39952         * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
39953         (gnat_ug_vmx.info): Likewise.
39954         (gnat_ug_vxw.info): Likewise.
39955         (gnat_ug_wnt.info): Likewise.
39956         (gnat_rm.info): Likewise.
39957         (gnat-style.info): Likewise.
39958
39959         * Make-lang.in (ada.install-info): Remove target.
39960         (info): New target.
39961         (install-info): Likewise.
39962         (gnat_ug_unx.info): Simplify rule.
39963         (gnat_ug_vmx.info): Likewise.
39964         (gnat_ug_vxw.info): Likewise.
39965         (gnat_ug_wnt.info): Likewise.
39966         (gnat_rm.info): Likewise.
39967         (gnat-style.info): Likewise.
39968
39969 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
39970
39971         * Make-lang.in: Replace uses of $(target_alias) with
39972         $(target_noncanonical).
39973         * ada/Makefile.in: Remove unused mention of $(target_alias).
39974
39975 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
39976
39977         * Make-lang.in (ada.info): Replace with ...
39978         (info): ... this.
39979         (ada.dvi): Replace with ...
39980         (dvi): ... this.
39981
39982 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
39983
39984         * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
39985         initialize dconstp5 and dconstmp5.
39986
39987 2003-09-28  Richard Henderson  <rth@redhat.com>
39988
39989         * trans.c (tree_transform): Update call to expand_asm_operands.
39990
39991 2003-09-21  Richard Henderson  <rth@redhat.com>
39992
39993         * trans.c, utils.c: Revert.
39994
39995 2003-09-21  Richard Henderson  <rth@redhat.com>
39996
39997         * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
39998         change to const.
39999
40000 2003-09-04  Michael Matz  <matz@suse.de>
40001
40002         * misc.c: Include "target.h".
40003         * Make-lang.in (misc.o): Add dependency on target.h.
40004
40005 2003-09-03  DJ Delorie  <dj@redhat.com>
40006
40007         * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
40008         hook.
40009
40010 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
40011
40012         * Makefile.in: Update substitutions to match changes to
40013         configure.  Use include directives instead of @-insertions
40014         to read in host and target fragments.  Add a rule to
40015         regenerate ada/Makefile.
40016
40017 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
40018
40019         * lang-options.h: Remove.
40020         * lang.opt: Add help text.
40021
40022 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
40023
40024         * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
40025         calls.
40026
40027 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
40028
40029         * misc.c (gnat_handle_option): Don't handle filenames.
40030
40031 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
40032
40033         * Make-lang.in: Replace PWD with PWD_COMMAND.
40034         * Makefile.adalib: Likewise.
40035         * Makefile.in: Likewise.
40036
40037 2003-07-04  Matt Kraai  <kraai@alumni.cmu.edu>
40038
40039         * misc.c (gnat_argv): Revert last change.
40040         (gnat_handle_option, gnat_init_options): Copy arguments.
40041
40042 2003-07-03  Neil Booth  <neil@daikokuya.co.uk>
40043
40044         * misc.c (gnat_argv): Make const.
40045
40046 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
40047
40048         * misc.c (save_argc, save_argv): Keep non-static!
40049
40050 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
40051
40052         * misc.c (save_argc, save_argv): Make static.
40053         (gnat_init_options): New prototype.
40054         (gnat_init_options): Update.
40055
40056 2003-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
40057
40058         * gnat_ug.texi: Remove unlikely characters from @vars.
40059         * gnat_ug_vms.texi: Regenerate.
40060
40061 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
40062
40063         * misc.c (record_code_position): Adjust emit_note call.
40064
40065 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
40066
40067         * misc.c (gnat_handle_option): Don't check for missing arguments.
40068
40069 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
40070
40071         * utils.c (end_subprog_body): Adjust expand_function_end call.
40072
40073 2003-06-16  Matt Kraai  <kraai@alumni.cmu.edu>
40074
40075         * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
40076         Bind_Main_Program.
40077
40078 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
40079
40080         * lang.opt: Declare Ada.
40081         * misc.c (gnat_init_options): Update.
40082
40083 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
40084
40085         * utils.c (begin_subprog_body): Adjust init_function_start call.
40086
40087 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
40088
40089         * Make-lang.in: Update to use options.c and options.h.
40090         * misc.c: Include options.h not aoptions.h.
40091         (gnat_handle_option): Abort on unrecognized switch.
40092         (gnat_init_options): Request Ada switches.
40093
40094 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
40095
40096         * lang.opt: Add -Wall.
40097         * misc.c (gnat_handle_option): Handle it.
40098
40099 2003-06-12  Neil Booth  <neil@daikokuya.co.uk>
40100
40101         * misc.c (gnat_handle_option): Fix warnings.
40102
40103 2003-06-11  Matt Kraai  <kraai@alumni.cmu.edu>
40104
40105         * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
40106
40107 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
40108
40109         * Make-lang.in: Update to handle command-line options.
40110         * lang.opt: New file.
40111         * misc.c: Include aoptions.h.
40112         (cl_options_count, cl_options): Remove.
40113         (gnat_handle_option): New.
40114         (gnat_decode_option): Remove.
40115         (LANG_HOOKS_DECODE_OPTION): Remove.
40116         (LANG_HOOKS_HANDLE_OPTION): Override.
40117
40118 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
40119
40120         * init.c, misc.c, trans.c, utils.c: Remove dead code.
40121
40122 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
40123
40124         * Makefile.in: Replace "host_canonical" with "host" for autoconf
40125         substitution.
40126
40127 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
40128
40129         * Make-lang.in: Update.
40130         * misc.c: Include opts.h. Define cl_options_count and cl_options.
40131
40132 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
40133
40134         * misc.c (gnat_init_options): Update.
40135
40136 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
40137
40138         * Make-lang.in (ada/b_gnatb.o-warn): Remove.
40139         * bindgen.adb (Gen_Main_C): Mark ensure_reference with
40140         __attribute__ ((__unused__)).
40141
40142 2003-06-05  Jan Hubicka  <jh@suse.cz>
40143
40144         * Make-lang.in:  Add support for stageprofile and stagefeedback
40145
40146 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
40147
40148         * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
40149         (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
40150
40151 2003-06-04  Matt Kraai  <kraai@alumni.cmu.edu>
40152
40153         * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
40154         Remove non-VMS directive.
40155         (Switches for gnatlbr, Optimization Levels): Remove non-VMS
40156         alternatives.
40157         (Examples of gnatls Usage): Remove VMS alternative.
40158
40159 2003-06-04  Olivier Hainque  <hainque@act-europe.fr>
40160
40161         PR ada/9953
40162         * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
40163         and turn ZCX_By_Default back to False since the underlying support
40164         is not quite there yet.
40165
40166 2003-06-01  Andreas Jaeger  <aj@suse.de>
40167
40168         * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
40169         and ROUND_TYPE_SIZE_UNIT.
40170
40171 2003-05-22   Geert Bosch  <bosch@gnat.com>
40172
40173         * gnat_rm.texi : Remove reference to Ada Core Technologies.
40174
40175 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
40176
40177         * trans.c (tree_transform): Use location_t and input_location
40178         directly.
40179         (build_unit_elab): Likewise.
40180         * utils.c (create_label_decl): Likewise.
40181
40182 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
40183
40184         * trans.c (tree_transform, build_unit_elab,
40185         set_lineno): Rename lineno to input_line.
40186         * utils.c (pushdecl, create_label_decl, begin_subprog_body,
40187         end_subprog_body): Likewise.
40188         * utils2.c (build_call_raise): Likewise.
40189
40190 2003-05-01  Laurent Guerby  <guerby@acm.org>
40191
40192         PR ada/10546
40193         * 5iosinte.ads: Increase pthread_cond_t size to match recent
40194         LinuxThread and NPTL version, merge from ACT.
40195
40196 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
40197
40198         * utils.c (convert): No need to clear TREE_CST_RTL.
40199
40200 2003-04-23   Geert Bosch  <bosch@gnat.com>
40201
40202         * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
40203         1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
40204         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
40205         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
40206         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
40207         4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
40208         4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
40209         4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
40210         4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
40211         4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
40212         4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
40213         4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
40214         52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
40215         5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
40216         5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
40217         5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
40218         5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
40219         5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
40220         5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
40221         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
40222         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
40223         5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
40224         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
40225         5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
40226         5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
40227         5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
40228         5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
40229         5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
40230         5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
40231         5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
40232         5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
40233         5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
40234         5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
40235         5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
40236         5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
40237         5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
40238         5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
40239         5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
40240         5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
40241         5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
40242         5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
40243         5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
40244         5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
40245         5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
40246         6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
40247         7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
40248         7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
40249         9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
40250         a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
40251         a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
40252         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
40253         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
40254         a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
40255         a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
40256         a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
40257         a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
40258         a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
40259         a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
40260         a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
40261         a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
40262         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
40263         a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
40264         a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
40265         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
40266         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
40267         a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
40268         a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
40269         a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
40270         a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
40271         a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
40272         a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
40273         a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
40274         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
40275         a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
40276         a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
40277         a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
40278         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
40279         a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
40280         a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
40281         a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
40282         a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
40283         a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
40284         a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
40285         a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
40286         a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
40287         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
40288         a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
40289         a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
40290         a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
40291         a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
40292         a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
40293         a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
40294         a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
40295         a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
40296         a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
40297         a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
40298         a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
40299         a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
40300         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
40301         a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
40302         a-wttest.ads, ada-tree.h, ada.ads, ada.h,
40303         adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
40304         ali.adb, ali.ads, alloc.ads, argv.c,
40305         atree.adb, atree.ads, atree.h, aux-io.c,
40306         back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
40307         binde.adb, binde.ads, binderr.adb, binderr.ads,
40308         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
40309         butil.adb, butil.ads, cal.c, calendar.ads,
40310         casing.adb, casing.ads, ceinfo.adb, checks.adb,
40311         checks.ads, cio.c, comperr.adb, comperr.ads,
40312         config-lang.in, csets.adb, csets.ads, csinfo.adb,
40313         cstand.adb, cstand.ads, cuintp.c, debug.adb,
40314         debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
40315         dec-io.ads, dec.ads, deftarg.c, directio.ads,
40316         einfo.adb, einfo.ads, elists.adb, elists.ads,
40317         elists.h, errno.c, errout.adb, errout.ads,
40318         eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
40319         exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
40320         exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
40321         exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
40322         exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
40323         exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
40324         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
40325         exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
40326         exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
40327         exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
40328         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
40329         exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
40330         exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
40331         exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
40332         exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
40333         fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
40334         fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
40335         freeze.adb, freeze.ads, frontend.adb, frontend.ads,
40336         g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
40337         g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
40338         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
40339         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
40340         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
40341         g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
40342         g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
40343         g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
40344         g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
40345         g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
40346         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
40347         g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
40348         g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
40349         g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
40350         g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
40351         g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
40352         g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
40353         g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
40354         g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
40355         g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
40356         g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
40357         g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
40358         get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
40359         gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
40360         gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
40361         gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
40362         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
40363         gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
40364         gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
40365         gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
40366         hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
40367         i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
40368         i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
40369         i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
40370         i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
40371         i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
40372         i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
40373         inline.adb, inline.ads, interfac.ads, ioexcept.ads,
40374         itypes.adb, itypes.ads, krunch.adb, krunch.ads,
40375         layout.adb, layout.ads, lib-list.adb, lib-load.adb,
40376         lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
40377         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
40378         lib.adb, lib.ads, live.adb, live.ads,
40379         machcode.ads, make.adb, make.ads, makeusg.adb,
40380         makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
40381         mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
40382         memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
40383         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
40384         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
40385         mlib.ads, namet.adb, namet.ads, nlists.adb,
40386         nlists.ads, opt.adb, opt.ads, osint-b.adb,
40387         osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
40388         osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
40389         osint.ads, output.adb, output.ads, par-ch10.adb,
40390         par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
40391         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
40392         par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
40393         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
40394         par-tchk.adb, par-util.adb, par.adb, par.ads,
40395         prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
40396         prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
40397         prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
40398         prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
40399         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
40400         prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
40401         prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
40402         prj.adb, prj.ads, repinfo.adb, repinfo.ads,
40403         restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
40404         rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
40405         s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
40406         s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
40407         s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
40408         s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
40409         s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
40410         s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
40411         s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
40412         s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
40413         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
40414         s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
40415         s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
40416         s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
40417         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
40418         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
40419         s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
40420         s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
40421         s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
40422         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
40423         s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
40424         s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
40425         s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
40426         s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
40427         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
40428         s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
40429         s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
40430         s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
40431         s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
40432         s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
40433         s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
40434         s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
40435         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
40436         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
40437         s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
40438         s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
40439         s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
40440         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
40441         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
40442         s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
40443         s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
40444         s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
40445         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
40446         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
40447         s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
40448         s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
40449         s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
40450         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
40451         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
40452         s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
40453         s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
40454         s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
40455         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
40456         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
40457         s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
40458         s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
40459         s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
40460         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
40461         s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
40462         s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
40463         s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
40464         s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
40465         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
40466         s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
40467         s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
40468         s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
40469         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
40470         s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
40471         s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
40472         s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
40473         s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
40474         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
40475         s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
40476         s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
40477         s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
40478         s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
40479         s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
40480         s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
40481         s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
40482         s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
40483         s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
40484         s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
40485         s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
40486         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
40487         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
40488         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
40489         s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
40490         s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
40491         s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
40492         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
40493         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
40494         s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
40495         s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
40496         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
40497         s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
40498         scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
40499         sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
40500         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
40501         sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
40502         sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
40503         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
40504         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
40505         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
40506         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
40507         sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
40508         sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
40509         sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
40510         sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
40511         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
40512         sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
40513         sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
40514         sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
40515         sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
40516         sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
40517         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
40518         sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
40519         snames.ads, sprint.adb, sprint.ads, stand.adb,
40520         stand.ads, stringt.adb, stringt.ads, style.adb,
40521         style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
40522         switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
40523         switch-m.ads, switch.adb, switch.ads, system.ads,
40524         table.adb, table.ads, targparm.adb, targparm.ads,
40525         tbuild.adb, tbuild.ads, text_io.ads, trans.c,
40526         tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
40527         tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
40528         ttypef.ads, ttypes.ads, types.adb, types.ads,
40529         uintp.adb, uintp.ads, uname.adb, uname.ads,
40530         unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
40531         usage.adb, usage.ads, validsw.adb, validsw.ads,
40532         widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
40533         xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
40534         xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
40535         formatting and other trivial changes from ACT.
40536
40537 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
40538
40539         * gigi.h, utils2.c (build_constructor):
40540         Rename gnat_build_constructor. Use build_constructor.
40541         * decl.c (gnat_to_gnu_entity)
40542         * trans.c (tree_transform, pos_to_constructor, extract_values)
40543         * ada/utils.c (build_template, convert_to_fat_pointer, convert)
40544         (unchecked_convert)
40545         * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
40546         (fill_vms_descriptor):
40547         Update to match.
40548
40549 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
40550
40551         * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
40552         * misc.c (gnat_tree_size): New function.
40553         (LANG_HOOKS_TREE_SIZE): Override.
40554
40555 2003-04-03  Jason Merrill  <jason@redhat.com>
40556
40557         * misc.c (gnat_adjust_rli): #if 0.
40558
40559 2003-03-31   Geert Bosch  <bosch@gnat.com>
40560
40561         PR ada/10020
40562         * link.c : Fix misspelled "const" keyword
40563
40564 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
40565
40566         PR c++/7086
40567         * utils2.c: Adjust calls to put_var_into_stack.
40568
40569 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
40570
40571         * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
40572
40573 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
40574
40575         * misc.c (gnat_init): Update for new prototype.
40576
40577 2003-03-05  Olivier Hainque  <hainque@gnat.com>
40578
40579         ada/9961
40580         * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
40581         warning, and fix return type for the IN_RTS && !SJLJ case.
40582
40583 2003-03-04  Tom Tromey  <tromey@redhat.com>
40584
40585         * Make-lang.in (ada.tags): New target.
40586
40587 2003-03-04  Olivier Hainque  <hainque@act-europe.fr>
40588
40589         ada/9911
40590         * a-except.adb (Unwind_RaiseException): Import a GNAT specific
40591         wrapper, which name remains constant whatever underlying GCC
40592         scheme.
40593
40594         * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
40595         the stable interface needed for a-except.
40596
40597 2003-03-02  Andreas Jaeger  <aj@suse.de>
40598
40599         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40600         gnat_ug_wnt.texi: Regenerate.
40601
40602 2003-03-02  Laurent Guerby  <guerby@acm.org>
40603
40604         * Makefile.in (install-gnatlib): Match previous change there
40605         so it works.
40606
40607 2003-02-28  Andreas Schwab  <schwab@suse.de>
40608
40609         * Make-lang.in (install-gnatlib): Change to ada directory before
40610         running make instead of using ada/Makefile directly.
40611
40612 2003-02-18  Ben Elliston  <bje@redhat.com>
40613
40614         Part of PR ada/9406
40615         * gnat_ug.texi (Binder output file): Grammar fix.
40616
40617 2003-02-18  Ben Elliston  <bje@redhat.com>
40618
40619         PR other/7350
40620         * 5qtaprop.adb (Sleep): Fix typo in comment.
40621
40622 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
40623
40624         * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
40625         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40626         gnat_ug_wnt.texi: Regenerate.
40627
40628 2003-02-03  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
40629
40630         * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
40631         be created if necessary.
40632         (ada.install-common): Let $(DESTDIR)$(bindir) be created
40633         if necessary.  Remove erroneous and redundant gnatchop
40634         installation commands.  Test for gnatdll before attempting
40635         to install it.
40636         (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
40637         and gnatdll from all plausible locations.
40638
40639 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
40640
40641         * utils2.c (build_unary_op): Don't check flag_volatile.
40642         * gnat_ug.texi: Remove -fvolatile from example.
40643         * gnat_ug_vxw.texi: Likewise.
40644
40645 2003-01-29  Laurent Guerby  <guerby@acm.org>
40646
40647         PR ada/8344
40648         * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
40649         * Makefile.in: match previous change.
40650         * Make-lang.in: match previous change.
40651
40652 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
40653
40654         * 5rosinte.ads: Add SIGXCPU.
40655         * 5rtpopsp.adb: New file.
40656         * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
40657         * Makefile.in: Recognize more RTEMS targets and add the RTEMS
40658         specific file 5rtpopsp.adb.
40659         * adaint.h: Add include of <stdio.h> when target is RTEMS.  This
40660         is likely needed for all newlib targets.
40661         * init.c: Add RTEMS specific version of __gnat_initialize().
40662
40663 2003-01-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40664
40665         * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
40666
40667 2003-01-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40668
40669         * init.c (__gnat_error_handler): Make msg const.
40670
40671         * gmem.c (convert_addresses): Move declaration ...
40672         * adaint.h: ... here.
40673         * adaint.c (convert_addresses): Adapt addrs type to match
40674         prototype.
40675
40676         * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
40677
40678 2003-01-24  Andreas Schwab  <schwab@suse.de>
40679
40680         * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
40681         size_t to avoid warning.
40682
40683 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
40684
40685         * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
40686
40687 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
40688
40689         * gnat_rm.texi: Remove RCS version number.
40690
40691         * ada-tree.h (union lang_tree_node): Add chain_next option.
40692
40693 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
40694
40695         * Make-lang.in (ada.install-info, ada.install-common,
40696         ada.uninstall): Prepend $(DESTDIR) to the destination
40697         directory in all (un)installation commands.
40698         * Makefile.in (install-gnatlib, install-rts): Ditto.
40699
40700 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
40701
40702         * gnat_rm.texi, gnat_ug.texi: Use @copying.
40703         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40704         gnat_ug_wnt.texi: Regenerate.
40705
40706 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
40707
40708         * gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
40709         only.
40710         * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
40711         $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
40712         $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
40713         ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
40714         ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
40715         $(srcdir)/doc/include/gcc-common.texi.
40716
40717 2002-12-15   Geert Bosch  <bosch@gnat.com>
40718
40719         * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
40720
40721 2002-12-14   Geert Bosch  <bosch@gnat.com>
40722
40723         PR ada/5690
40724         * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
40725         case of a body created for a Renaming_As_Body, on which
40726         conformance checks are not performed.
40727
40728 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
40729
40730         * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
40731         utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
40732         not already included.
40733         * Make-lang.in: Update dependencies.
40734
40735 2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
40736         * adaint.c (__gnat_tmp_name): Better, but good enough for now,
40737         solution to buffer overflow bug on GNU/Linux.
40738
40739 2002-11-14  Nathanael Nerode  <neroden@gcc.gnu.org>
40740
40741         PR ada/5856
40742         PR ada/6919
40743         * bindgen.adb: Remove all references to Public_Version.
40744         * comperr.adb: Remove all references to Public_Version and
40745         GNATPRO_Version; correct bug reporting instructions.
40746         * comperr.ads: Change to match bug box.
40747         * gnatvsn.ads: Remove all references to Public version and
40748         GNATPRO version.
40749
40750 2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
40751
40752         PR ada/6919
40753         * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
40754         GNU/Linux.
40755
40756         PR ada/6558
40757         * config-lang.in: Remove diff_excludes.
40758
40759 2002-11-05  Graham Stott  <graham.stott@btinternet.com>
40760
40761         PR ada/8358
40762         * trans.c (gnu_pending_elaboration_lists): New GC root.
40763         (build_unit_elab): Use..
40764
40765 2002-10-30   Geert Bosch  <bosch@gnat.com>
40766
40767         PR ada/6558
40768         * misc.c : Include optabs.h
40769
40770         * Make-lang.in (misc.o): Add dependency on optabs.h
40771
40772 2002-10-29   Geert Bosch  <bosch@gnat.com>
40773
40774         PR ada/6558
40775         * Make-lang.in (gnatbind): Depend on CONFIG_H
40776
40777 2002-10-29  Geert bosch  <bosch@gnat.com>
40778
40779         PR ada/6558
40780         * misc.c: Unrevert misc.c (1.13)
40781
40782 2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>
40783
40784         * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
40785         maintainership comments.
40786
40787 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
40788
40789         PR ada/5904
40790         * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
40791         5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
40792         5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
40793         7staprop.adb: Correct statements in comments about
40794         maintainership of GNAT.
40795
40796         PR ada/5904
40797         * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
40798         gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
40799         osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
40800         osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
40801         s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
40802         s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
40803         sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
40804         switch-c.ads switch-m.adb switch-m.ads: Correct statements in
40805         comments about maintainership of GNAT.
40806
40807         PR ada/6919 (forward port of patch for PR ada/5904)
40808         * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
40809         4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
40810         4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
40811         4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
40812         4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
40813         4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
40814         4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
40815         52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
40816         5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
40817         5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
40818         5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
40819         5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
40820         5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
40821         5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
40822         5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
40823         5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
40824         5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
40825         5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
40826         5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
40827         5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
40828         5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
40829         5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
40830         5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
40831         5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
40832         5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
40833         5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
40834         5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
40835         5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
40836         7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
40837         a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
40838         a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
40839         a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
40840         a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
40841         a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
40842         a-except.adb a-except.ads a-excpol.adb a-exctra.adb
40843         a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
40844         a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
40845         a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
40846         a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
40847         a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
40848         a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
40849         a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
40850         a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
40851         a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
40852         a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
40853         a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
40854         a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
40855         a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
40856         a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
40857         a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
40858         a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
40859         a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
40860         a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
40861         a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
40862         a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
40863         a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
40864         a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
40865         a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
40866         a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
40867         a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
40868         a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
40869         a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
40870         a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
40871         a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
40872         a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
40873         a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
40874         a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
40875         a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
40876         adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
40877         alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
40878         back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
40879         binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
40880         bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
40881         ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
40882         csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
40883         cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
40884         debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
40885         einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
40886         errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
40887         exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
40888         exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
40889         exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
40890         exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
40891         exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
40892         exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
40893         exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
40894         exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
40895         exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
40896         exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
40897         exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
40898         exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
40899         exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
40900         final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
40901         fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
40902         freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
40903         g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
40904         g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
40905         gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
40906         gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
40907         gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
40908         gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
40909         gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
40910         gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
40911         i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
40912         i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
40913         i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
40914         i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
40915         impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
40916         itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
40917         lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
40918         lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
40919         lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
40920         lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
40921         makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
40922         namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
40923         nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
40924         osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
40925         par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
40926         par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
40927         par-endh.adb par-labl.adb par-load.adb par-prag.adb
40928         par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
40929         prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
40930         prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
40931         prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
40932         prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
40933         prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
40934         prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
40935         repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
40936         rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
40937         s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
40938         s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
40939         s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
40940         s-direio.adb s-direio.ads s-except.ads s-exctab.adb
40941         s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
40942         s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
40943         s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
40944         s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
40945         s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
40946         s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
40947         s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
40948         s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
40949         s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
40950         s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
40951         s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
40952         s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
40953         s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
40954         s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
40955         s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
40956         s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
40957         s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
40958         s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
40959         s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
40960         s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
40961         s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
40962         s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
40963         s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
40964         s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
40965         s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
40966         s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
40967         s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
40968         s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
40969         s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
40970         s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
40971         s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
40972         s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
40973         s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
40974         s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
40975         s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
40976         s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
40977         s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
40978         s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
40979         s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
40980         s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
40981         s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
40982         s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
40983         s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
40984         s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
40985         s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
40986         s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
40987         s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
40988         s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
40989         s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
40990         s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
40991         s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
40992         s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
40993         s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
40994         s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
40995         s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
40996         s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
40997         s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
40998         s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
40999         s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
41000         s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
41001         s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
41002         s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
41003         s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
41004         s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
41005         s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
41006         s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
41007         s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
41008         s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
41009         s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
41010         s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
41011         s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
41012         s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
41013         s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
41014         s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
41015         s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
41016         s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
41017         s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
41018         s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
41019         scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
41020         sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
41021         sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
41022         sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
41023         sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
41024         sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
41025         sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
41026         sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
41027         sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
41028         sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
41029         sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
41030         sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
41031         sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
41032         sem_type.adb sem_type.ads sem_util.adb sem_util.ads
41033         sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
41034         sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
41035         sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
41036         sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
41037         snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
41038         stringt.ads stringt.h style.adb style.ads stylesw.adb
41039         stylesw.ads switch.adb switch.ads sysdep.c system.ads
41040         table.adb table.ads targparm.adb targparm.ads targtyps.c
41041         tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
41042         tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
41043         treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
41044         types.adb types.ads types.h uintp.adb uintp.ads uintp.h
41045         uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
41046         usage.ads utils.c utils2.c validsw.adb validsw.ads
41047         widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
41048         xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
41049         xtreeprs.adb: Correct statements in comments about maintainership
41050         of GNAT.
41051
41052 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
41053
41054         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
41055         * Makefile.in (TOOLS_LIBS): Add ../../version.o.
41056         * gnatvsn.ads: Gnat_Version_String is now a function.
41057         * gnatvsn.adb: New file.  When asked for Gnat_Version_String,
41058         copy the C version_string into a String and return it.
41059         * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
41060         gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
41061         Remove pragma Ident (Gnat_Version_String).  If this was the
41062         sole use of package Gnatvsn, remove the with statement too.
41063         * gnat1drv.adb: Tweak -gnatv output.
41064
41065 2002-09-17  Richard Henderson  <rth@redhat.com>
41066
41067         * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
41068         * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
41069         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
41070         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
41071         * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
41072         and real_2expN instead of a loop.
41073         * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
41074         (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
41075
41076 2002-08-25  Andre Leis  <a.leis@gmx.net>
41077             David Billinghurst  <David.Billinghurst@riotinto.com>
41078
41079         * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
41080
41081 2002-08-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41082
41083         * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
41084         Remove $(CONFIG_H) dependency.
41085
41086 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
41087
41088         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
41089
41090 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41091
41092         * adadecode.c (ada_demangle): Use xstrdup in lieu of
41093         xmalloc/strcpy.
41094         * misc.c (gnat_decode_option): Likewise.
41095
41096 2002-07-15  Florian Weimer  <fw@deneb.enyo.de>
41097
41098         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
41099         function approach did not work well because of a side effect (the
41100         function call could reallocate the table which was being indexed
41101         using its result). Fixes ada/4851. [RESURRECTED]
41102
41103 2002-07-01  Roger Sayle  <roger@eyesopen.com>
41104
41105         * ada/utils.c (builtin_function): Accept an additional parameter.
41106
41107 2002-06-28  Andreas Jaeger  <aj@suse.de>
41108
41109         PR ada/7144
41110         * Makefile.in: Fix typo in comment, patch by Adrian Knoth
41111         <adi@thur.de>.
41112
41113 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41114
41115         * Makefile.in (SHELL): Set to @SHELL@.
41116
41117 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41118
41119         * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
41120         array size calculation.
41121
41122 2002-06-04  Andreas Jaeger  <aj@suse.de>
41123
41124         * Make-lang.in (gnatbind): Readd rule that has been lost in last
41125         patch.
41126
41127 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
41128
41129         Merge from pch-branch:
41130
41131         * config-lang.in (gtfiles): Add ada-tree.h.
41132         * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
41133         (SET_TYPE_MODULUS): New.
41134         (SET_TYPE_INDEX): New.
41135         (SET_TYPE_DIGITS_VALUE): New.
41136         (SET_TYPE_RM_SIZE): New.
41137         (SET_TYPE_UNCONSTRAINED_ARRAY): New.
41138         (SET_TYPE_ADA_SIZE): New.
41139         (SET_TYPE_ACTUAL_BOUNDS): New.
41140         (SET_DECL_CONST_CORRESPONDING_VAR): New.
41141         (SET_DECL_ORIGINAL_FIELD): New.
41142         (TREE_LOOP_ID): Correct typo.
41143         * decl.c: Use new macros.
41144         * utils.c: Include debug.h, use new macros.
41145         * utils2.c: Use new macros.
41146
41147         * ada-tree.h: Update all macros for new tree description.
41148         (struct tree_loop_id): New.
41149         (union lang_tree_node): New.
41150         (struct lang_decl): New.
41151         (struct lang_type): New.
41152         * misc.c (gnat_mark_tree): Delete.
41153         (LANG_HOOKS_MARK_TREE): Delete.
41154         * trans.c (tree_transform): No longer any need to cast
41155         for TREE_LOOP_ID.
41156
41157         * utils.c (struct language_function): New dummy structure.
41158
41159         * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
41160         (misc.o): Likewise.
41161         (utils.o): Likewise; also gtype-ada.h.
41162         * Make-lang.in (gnat1): Add dependency on s-gtype.
41163         (gnatbind): Add dependency on $(CONFIG_H).
41164         * utils.c: Correct last #include.
41165         (stuct e_stack): Remove unnecessary 'static'.
41166         (mark_e_stack): Remove unused prototype.
41167
41168         * scn-nlit.adb: Remove whitespace after version number to
41169         keep lines under 80 chars.
41170         * snames.adb: Likewise.
41171         * treepr.ads: Likewise.
41172
41173         * Makefile.in (decl.o): Include gt-ada-<filename>.h.
41174         (misc.o): Likewise.
41175         (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
41176         * config-lang.in (gtfiles): New.
41177         * decl.c: Use gengtype for roots.
41178         * gigi.h: Use gengtype for roots.
41179         * trans.c: Use gengtype for roots.
41180         * utils.c: Use gengtype for roots, marking.  Include gtype-ada.h.
41181
41182 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
41183
41184         * misc.c (gnat_init): Adjust setting of internal_error_function.
41185
41186 2002-06-01  Joseph S. Myers  <jsm28@cam.ac.uk>
41187
41188         * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
41189         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
41190         gnat_ug_wnt.texi: Regenerate.
41191
41192 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
41193
41194         * 5ntaprop.adb (with System.OS_Primitives): Remove.
41195
41196         * cstreams.c (max_path_len): Move from here ...
41197         * adaint.c (__gnat_max_path_len): ... to here.
41198         * adaint.c (__gnat_max_path_len): Declare.
41199         * g-dirope.adb (Max_Path): Adjust.
41200         * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
41201         * i-cstrea.ads (max_path_len): Adjust.
41202         * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
41203         * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
41204
41205         * Makefile.in, Make-lang.in: Documentation is now built in
41206         Make-lang.in.  Store Info and generated Texinfo files in the
41207         source directory.
41208         * gnat_ug.texi: Remove CVS keywords, correct version number.
41209         Set file name correctly.
41210
41211         * gnat_ug_*.texi: Add.
41212         * .cvsignore: Ignore generated Texinfo files.
41213
41214 2002-05-30  Zack Weinberg  <zack@codesourcery.com>
41215
41216         * ada.h: Add MI guard macro.
41217         (SUBTYPE): Define constants with an anonymous enum, not static
41218         const variables.
41219         (IN): Cast constants to appropriate type before use.
41220
41221 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
41222
41223         * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
41224         (experimental)".
41225
41226 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41227
41228         * Make-lang.in (CP, ECHO): Copy from Makefile.in.
41229         (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
41230         (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
41231         (ALL_ADA_CFLAGS): Likewise.
41232         (ADA_INCLUDES): Likewise.
41233         Adapt for new working dir.
41234         (GNATBIND): Use Makefile.in version.
41235         (.SUFFIXES): Copy from Makefile.in.
41236         (ada-warn): Define.
41237         (.adb.o, .ads.o): Copy from Makefile.in.
41238         Added $(OUTPUT_OPTION).
41239         (GNAT1_C_OBJS): Moved from Makefile.in.
41240         Prefix with ada subdir.
41241         (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
41242         (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
41243         Adapt for new working dir.
41244         (EXTRA_GNATBIND_OBJS): Likewise.
41245         (ADA_BACKEND): Moved from Makefile.in.
41246         Renamed to avoid conflict with global BACKEND.
41247         Use that one.
41248         (TARGET_ADA_SRCS): Moved from Makefile.in.
41249         (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
41250         Use ADA_BACKEND.
41251         (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
41252         (ada_extra_files): Moved from Makefile.in.
41253         Prefix with ada subdir.
41254         (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
41255         (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
41256         (ada/nmake.ads): Likewise.
41257         (update-sources): Moved from Makefile.in.
41258         Prefix with ada subdir.
41259         (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
41260         (ADA_TREE_H): Likewise.
41261         (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
41262         (ada/memtrack.o): Likewise.
41263         (ada/adadecode.o): Likewise.
41264         Update dependencies.
41265         (ada/adaint.o): New.
41266         (ada/argv.o): Moved from Makefile.in.
41267         Prefix with ada subdir.
41268         Update dependencies.
41269         (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
41270         (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
41271         (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
41272         Prefix with ada subdir.
41273         (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
41274         (GNAT DEPENDENCIES): Regenerate.
41275         * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
41276         toplevel Makefile.in.
41277         (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
41278         (TARGET_ADA_SRCS): Removed.
41279         (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
41280         (GNATBIND_OBJS): Likewise.
41281         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
41282         (BACKEND): Removed.
41283         (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
41284         (TREE_H): Likewise.
41285         (ada_extra_files): Likewise.
41286         (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
41287         (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
41288         (update-sources): Likewise.
41289         (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
41290         (ADA_TREE_H): Likewise.
41291         (adadecoce.o): Likewise.
41292         (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
41293         (GNAT DEPENDENCIES): Likewise.
41294
41295 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41296
41297         * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
41298         * Makefile.in: Likewise.
41299
41300 2002-05-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41301
41302         * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
41303         Restore $(CONFIG_H) and prefix.o dependencies.
41304         (ada.stage[1-4]): Depend on stage?-start.
41305
41306         * Makefile.in (b_gnatb.c): Depend on interfac.o.
41307
41308 2002-05-02  Jim Wilson  <wilson@redhat.com>
41309
41310         * utils.c (finish_record_type): Change record_size to record_type.
41311
41312 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
41313
41314         * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
41315         (ALL_ADA_CFLAGS): Define.  Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
41316         ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
41317
41318 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
41319
41320         * misc.c (gnat_parse_file): Update.
41321
41322 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
41323
41324         * misc.c (gnat_init): Don't set lang_attribute_common.
41325
41326 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
41327
41328         * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
41329
41330 2002-04-21  Florian Weimer  <fw@deneb.enyo.de>
41331
41332         * gnat_ug.texi: New file.
41333
41334         * gnat_rm.texi: Do not include texiplus.texi.  Include fdl.texi
41335         instead of gfdl.texi
41336
41337         * xgnatug.adb, ug_words: New files.
41338
41339         * Makefile.in (doc, dvi): New targets.  Build gnat_ug_*,
41340         gnat_rm and gnat-style manuals.
41341
41342 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
41343
41344         * gigi.h (incomplete_type_error): Remove.
41345         * utils.c (incomplete_type_error): Remove.
41346
41347 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
41348
41349         * trans.c (tree_transform): Add has_scope argument to
41350         expand_start_stmt_expr.
41351
41352 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
41353
41354         * gigi.h (truthvalue_conversion): Rename.
41355         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
41356         * trans.c (tree_transform): Update.
41357         * utils2.c (truthvalue_conversion): Rename, update.
41358         (build_binary_op, build_unary_op): Update.
41359
41360 2002-04-04  Laurent Guerby  <guerby@acm.org>
41361
41362         * make.adb: Implement -margs, remove restriction about file name placement.
41363         * makeusg.adb: Documentation update.
41364         * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
41365         * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
41366
41367 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
41368
41369         * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
41370         (builtin_function): Similarly.
41371
41372 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
41373
41374         * decl.c (gnat_to_gnu_entity): Update.
41375         * gigi.h (mark_addressable): Rename.
41376         * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
41377         * trans.c (tree_transform): Update.
41378         * utils.c (create_var_decl): Update.
41379         * util2.c (build_binary_op, build_unary_op,
41380         fill_vms_descriptor): Update.
41381         (mark_addressable): Rename, update.
41382
41383 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
41384
41385         * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
41386         Rename.
41387         * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
41388         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
41389         * trans.c (tree_transform, convert_with_check): Update.
41390         * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
41391         Rename.
41392
41393 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
41394
41395         * gigi.h (finish_incomplete_decl): Rename.
41396         * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
41397         * utils.c (gnat_init_decl_processing): Don't set hook.
41398         (finish_incomplete_decl): Rename.
41399
41400 2002-03-29  Andreas Schwab  <schwab@suse.de>
41401
41402         * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
41403         directory.
41404
41405 2001-03-28  Robert Dewar  <dewar@gnat.com>
41406
41407         * checks.ads:
41408         (Remove_Checks): New procedure
41409
41410         * checks.adb:
41411         (Remove_Checks): New procedure
41412
41413         * exp_util.adb:
41414         Use new Duplicate_Subexpr functions
41415         (Duplicate_Subexpr_No_Checks): New procedure
41416         (Duplicate_Subexpr_No_Checks_Orig): New procedure
41417         (Duplicate_Subexpr): Restore original form (checks duplicated)
41418         (Duplicate_Subexpr): Call Remove_Checks
41419
41420         * exp_util.ads:
41421         (Duplicate_Subexpr_No_Checks): New procedure
41422         (Duplicate_Subexpr_No_Checks_Orig): New procedure
41423         Add 2002 to copyright notice
41424
41425         * sem_util.adb: Use new Duplicate_Subexpr functions
41426
41427         * sem_eval.adb:
41428         (Eval_Indexed_Component): This is the place to call
41429         Constant_Array_Ref and to replace the value. We simply merge
41430         the code of this function in here, since it is now no longer
41431         used elsewhere. This fixes the problem of the back end not
41432         realizing we were clever enough to see that this was
41433         constant.
41434         (Expr_Val): Remove call to Constant_Array_Ref
41435         (Expr_Rep_Val): Remove call to Constant_Array_Ref
41436         Minor reformatting
41437         (Constant_Array_Ref): Deal with string literals (patch
41438         suggested by Zack Weinberg on the gcc list)
41439
41440 2001-03-28  Ed Schonberg  <schonber@gnat.com>
41441
41442         * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
41443         Duplicate_Subexpr_Move_Checks.
41444
41445         * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
41446         Duplicate_Subexpr_Move_Checks.
41447
41448         * sem_eval.adb: (Constant_Array_Ref): Verify that constant
41449         value of array exists before retrieving it (it may a private
41450         protected component in a function).
41451
41452 2002-03-28   Geert Bosch  <bosch@gnat.com>
41453
41454         * prj-pp.adb : New file.
41455
41456         * prj-pp.ads : New file.
41457
41458 2002-03-28  Andreas Jaeger  <aj@suse.de>
41459
41460         * Makefile.in (stamp-sdefault): Fix path for Makefile.
41461
41462 2002-03-28  Neil Booth  <neil@daikokuya.demon.co.uk>
41463
41464         * misc.c (gnat_expand_expr): Move prototype.
41465
41466 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
41467
41468         * misc.c (insert_default_attributes): Remove.
41469
41470 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
41471
41472         * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
41473         (gnat_init): Don't set hook.
41474         (gnat_expand_expr): Fix prototype.
41475
41476 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
41477
41478         * misc.c (ggc_p): Remove.
41479
41480 2002-03-27  Geert Bosch  <bosch@gnat.com>
41481
41482         * prj-makr.ads, prj-makr.adb : New files.
41483
41484 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
41485
41486         * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
41487         (lang_mark_tree): Make static, rename.
41488
41489 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
41490
41491         * misc.c (maybe_build_cleanup): Remove.
41492
41493 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
41494
41495         * gigi.h (yyparse): Remove.
41496
41497 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
41498
41499         From Ben Brosgol  <brosgol@gnat.com>
41500         * gnat_rm.texi: Sync with ACT version.
41501
41502 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
41503
41504         * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
41505         (gnat_init): Remove old hook.
41506
41507 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
41508
41509         * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
41510         (yyparse): Rename gnat_parse_file.
41511
41512 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
41513
41514         Delete all lines containing "$Revision:".
41515         * xeinfo.adb: Don't look for revision numbers.
41516         * xnmake.adb: Likewise.
41517         * xsinfo.adb: Likewise.
41518         * xsnames.adb: Likewise.
41519         * xtreeprs.adb: Likewise.
41520
41521 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41522
41523         * misc.c (gnat_tree_code_type, gnat_tree_code_length,
41524         gnat_tree_code_name): Delete.
41525         (tree_code_type, tree_code_length, tree_code_name): Define.
41526         (gnat_init): Don't try to copy into the various tree_code
41527         arrays.
41528
41529 2002-03-11  Richard Henderson  <rth@redhat.com>
41530
41531         * Makefile.in (.NOTPARALLEL): Add fake tag.
41532
41533 2002-03-07  Geert Bosch  <bosch@gnat.com>
41534
41535         * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
41536         s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
41537         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
41538         switch-m.adb, switch-m.ads : New files.
41539
41540 2002-03-07  Geert Bosch  <bosch@gnat.com>
41541
41542         * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
41543         4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
41544         4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
41545         4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
41546         5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
41547         5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
41548         5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
41549         5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
41550         5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
41551         5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
41552         5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
41553         5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
41554         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
41555         5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
41556         5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
41557         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
41558         5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
41559         5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
41560         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
41561         5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
41562         7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
41563         Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
41564         a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
41565         a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
41566         a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
41567         a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
41568         a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
41569         a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
41570         a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
41571         adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
41572         atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
41573         bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
41574         csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
41575         einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
41576         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
41577         exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
41578         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
41579         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
41580         exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
41581         exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
41582         expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
41583         freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
41584         g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
41585         g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
41586         g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
41587         g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
41588         g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
41589         g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
41590         gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
41591         gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
41592         gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
41593         i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
41594         impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
41595         lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
41596         lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
41597         memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
41598         mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
41599         nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
41600         output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
41601         par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
41602         prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
41603         prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
41604         prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
41605         rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
41606         s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
41607         s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
41608         s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
41609         s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
41610         s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
41611         s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
41612         s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
41613         s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
41614         s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
41615         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
41616         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
41617         s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
41618         s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
41619         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
41620         s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
41621         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
41622         sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
41623         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
41624         sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
41625         sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
41626         sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
41627         sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
41628         sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
41629         sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
41630         sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
41631         snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
41632         stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
41633         table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
41634         tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
41635         treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
41636         types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
41637         utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
41638         xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
41639
41640         * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
41641         g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
41642         mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
41643         osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
41644
41645         * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
41646         5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
41647
41648         * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
41649         to mdll-fil.ad[bs] and mdll-util.ad[bs]
41650
41651         * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
41652         from mdllfile.ad[bs] and mdlltool.ad[bs]
41653
41654 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41655
41656         * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
41657         lieu of explicit sizeof/sizeof.
41658
41659 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
41660
41661         * misc.c (copy_lang_decl): Remove.
41662
41663 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
41664
41665         * misc.c: Delete traditional-mode-related code copied from the
41666         C front end but not used, or used only to permit the compiler
41667         to link.
41668
41669 2002-02-07  Richard Henderson  <rth@redhat.com>
41670
41671         * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
41672         * adaint.h (__gnat_to_gm_time): Update prototype.
41673
41674 2002-01-30  Richard Henderson  <rth@redhat.com>
41675
41676         * trans.c (tree_transform) [N_Loop_Statement]: Use
41677         expand_exit_loop_top_cond.
41678
41679 2001-12-23  Richard Henderson  <rth@redhat.com>
41680
41681         * utils.c (end_subprog_body): Push GC context around
41682         rest_of_compilation for nested functions.
41683
41684 2001-12-23  Richard Henderson  <rth@redhat.com>
41685
41686         * 5nosinte.ads: Get definition of "int" from Interfaces.C.
41687
41688 2001-12-23  Florian Weimer  <fw@deneb.enyo.de>
41689
41690         * gnat-style.texi (Declarations and Types): Remove ancient style
41691         rule which was mandated by code generation issues.
41692
41693         * gnat-style.texi (header): Add @dircategory, @direntry.
41694         (title page): Remove date.
41695         (general) Add @./@: where approriate, and two spaces after the
41696         full stop at the end of a sentence.  Use @samp markup when
41697         referring concrete lexical entities (keywords, attribute names
41698         etc.), and @syntax for ARM grammar elements. Use @r for English
41699         text in comments.  Use @emph for emphasis.  Change "if-statements"
41700         etc. to "if statements" (without @samp). Break long lines.  Make
41701         casing of section names consistent.
41702         (Identifiers): Use @samp markup for variable names.
41703         (Comments): Use @samp markup for comment characters. Line-end
41704         comments may follow any Ada code, not just statements.  Fix
41705         misspelling of "Integer" as "integer".
41706         (Loop statements): Do not use variable name "I", use "J".
41707         (Subprogram Declarations): Document alignment.
41708         (Subprogram Bodies, Block statements): Document empty line before
41709         "begin".
41710
41711 2001-12-22  Florian Weimer  <fw@deneb.enyo.de>
41712
41713         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
41714         function approach did not work well because of a side effect (the
41715         function call could reallocate the table which was being indexed
41716         using its result). Fixes ada/4851.
41717
41718 2001-12-19  Robert Dewar  <dewar@gnat.com>
41719
41720         * bindgen.adb: Minor reformatting
41721
41722         * cstand.adb: Minor reformatting
41723
41724         * fmap.adb: Minor reformatting
41725         Change name from Add for Add_To_File_Map (Add is much too generic)
41726         Change Path_Name_Of to Mapped_Path_Name
41727         Change File_Name_Of to Mapped_File_Name
41728         Fix copyright dates in header
41729
41730         * fmap.ads:
41731         Change name from Add for Add_To_File_Map (Add is much too generic)
41732         Change Path_Name_Of to Mapped_Path_Name
41733         Change File_Name_Of to Mapped_File_Name
41734         Fix copyright dates in header
41735
41736         * fname-uf.adb: Minor reformatting.  New names of stuff in Fmap.
41737         Add use clause for Fmap.
41738
41739         * make.adb: Minor reformatting
41740
41741         * osint.adb: Minor reformatting.  Change of names in Fmap.
41742         Add use clause for Fmap.
41743
41744         * prj-env.adb: Minor reformatting
41745
41746         * prj-env.ads: Minor reformatting
41747
41748         * switch.adb: Minor reformatting.  Do proper raise of Bad_Switch if
41749         error found (there were odd exceptions to this general rule in
41750         -gnatec/-gnatem processing)
41751
41752 2001-12-19  Olivier Hainque  <hainque@gnat.com>
41753
41754         * raise.c (__gnat_eh_personality): Exception handling personality
41755         routine for Ada.  Still in rough state, inspired from the C++ version
41756         and still containing a bunch of debugging artifacts.
41757         (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
41758         inspired from the C++ library.
41759
41760         * raise.c (eh_personality): Add comments. Part of work for the GCC 3
41761         exception handling integration.
41762
41763 2001-12-19  Arnaud Charlet  <charlet@gnat.com>
41764
41765         * Makefile.in: Remove use of 5smastop.adb which is obsolete.
41766         (HIE_SOURCES): Add s-secsta.ad{s,b}.
41767         (HIE_OBJS): Add s-fat*.o
41768         (RAVEN_SOURCES): Remove files that are no longer required. Add
41769         interrupt handling files.
41770         (RAVEN_MOD): Removed, no longer needed.
41771
41772 2001-12-19  Robert Dewar  <dewar@gnat.com>
41773
41774         * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
41775         Add 2001 to copyright date
41776
41777         * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
41778         need to force universal inlining for these cases.
41779
41780 2001-12-19  Arnaud Charlet  <charlet@gnat.com>
41781
41782         * s-taprob.adb: Minor clean ups so that this unit can be used in
41783         Ravenscar HI.
41784
41785         * exp_ch7.adb: Allow use of secondary stack in HI mode.
41786         Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
41787
41788 2001-12-19  Vincent Celier  <celier@gnat.com>
41789
41790         * prj-tree.ads (Project_Node_Record): Add comments for components
41791         Pkg_Id and Case_Insensitive.
41792
41793 2001-12-19  Pascal Obry  <obry@gnat.com>
41794
41795         * g-socket.adb: Minor reformatting. Found while reading code.
41796
41797 2001-12-19  Robert Dewar  <dewar@gnat.com>
41798
41799         * prj-tree.ads: Minor reformatting
41800
41801 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
41802
41803         * config-lang.in (diff_excludes): Remove.
41804
41805 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41806
41807         * sem_res.adb (Resolve_Selected_Component): do not generate a
41808         discriminant check if the selected component is a component of
41809         the argument of an initialization procedure.
41810
41811         * trans.c (tree_transform, case of arithmetic operators): If result
41812         type is private, the gnu_type is the base type of the full view,
41813         given that the full view itself may be a subtype.
41814
41815 2001-12-17  Robert Dewar  <dewar@gnat.com>
41816
41817         * sem_res.adb: Minor reformatting
41818
41819         * trans.c (tree_transform, case N_Real_Literal): Add missing third
41820         parameter in call to Machine (unknown horrible effects from this
41821         omission).
41822
41823         * urealp.h: Add definition of Round_Even for call to Machine
41824         Add third parameter for Machine
41825
41826 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41827
41828         * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
41829         predefined units in No_Run_Time mode.
41830
41831 2001-12-17  Richard Kenner  <kenner@gnat.com>
41832
41833         * misc.c (insn-codes.h): Now include.
41834
41835 2001-12-17  Olivier Hainque  <hainque@gnat.com>
41836
41837         * a-except.adb: Preparation work for future integration of the GCC 3
41838         exception handling mechanism
41839         (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
41840         to factorize previous code sequences and make them externally callable,
41841         e.g. for the Ada personality routine when the GCC 3 mechanism is used.
41842         (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
41843         Use the new notification routines.
41844
41845 2001-12-17  Emmanuel Briot  <briot@gnat.com>
41846
41847         * prj-tree.ads (First_Choice_Of): Document the when others case
41848
41849 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
41850
41851         * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
41852         HI-E mode, in order to support Ravenscar profile properly.
41853
41854         * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
41855         mode on 32 bits targets.
41856
41857 2001-12-17  Vincent Celier  <celier@gnat.com>
41858
41859         * fmap.adb: Initial version.
41860
41861         * fmap.ads: Initial version.
41862
41863         * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
41864         If search is successfully done, add to mapping.
41865
41866         * frontend.adb: Initialize the mapping if a -gnatem switch was used.
41867
41868         * make.adb:
41869         (Gnatmake): Add new local variable Mapping_File_Name.
41870          Create mapping file when using project file(s).
41871          Delete mapping file before exiting.
41872
41873         * opt.ads (Mapping_File_Name): New variable
41874
41875         * osint.adb (Find_File): Use path name found in mapping, if any.
41876
41877         * prj-env.adb (Create_Mapping_File): New procedure
41878
41879         * prj-env.ads (Create_Mapping_File): New procedure.
41880
41881         * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
41882         (Mapping_File)
41883
41884         * usage.adb: Add entry for new switch -gnatem.
41885
41886         * Makefile.in: Add dependencies for fmap.o.
41887
41888 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41889
41890         * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
41891         is a package instantiation rewritten as a package body.
41892         (Install_Withed_Unit): Undo previous change, now redundant.
41893
41894 2001-12-17  Gary Dismuke  <dismukes@gnat.com>
41895
41896         * layout.adb:
41897         (Compute_Length): Move conversion to Unsigned to callers.
41898         (Get_Max_Size): Convert Len expression to Unsigned after calls to
41899         Compute_Length and Determine_Range.
41900         (Layout_Array_Type): Convert Len expression to Unsigned after calls to
41901         Compute_Length and Determine_Range.
41902         Above changes fix problem with length computation for supernull arrays
41903         where Max (Len, 0) wasn't getting applied due to the Unsigned
41904         conversion used by Compute_Length.
41905
41906 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
41907
41908         * rtsfind.ads:
41909         (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
41910          System.Secondary_Stack.
41911         (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
41912          in HI-E mode.
41913         Remove unused entity RE_Exception_Data.
41914
41915         * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
41916
41917         * rident.ads (No_Secondary_Stack): New restriction.
41918
41919 2001-12-17  Joel Brobecker  <brobecke@gnat.com>
41920
41921         * gnat_rm.texi: Fix minor typos. Found while reading the section
41922         regarding "Bit_Order Clauses" that was sent to a customer.
41923         Very interesting documentation!
41924
41925 2001-12-17  Robert Dewar  <dewar@gnat.com>
41926
41927         * sem_case.adb (Choice_Image): Avoid creating improper character
41928         literal names by using the routine Set_Character_Literal_Name. This
41929         fixes bombs in certain error message cases.
41930
41931 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
41932
41933         * a-reatim.adb: Minor reformatting.
41934
41935 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41936
41937         * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
41938         case where the formal is an extension of another formal in the current
41939         unit or in a parent generic unit.
41940
41941 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
41942
41943         * s-tposen.adb: Update comments.  Minor reformatting.
41944         Minor code clean up.
41945
41946         * s-tarest.adb: Update comments.  Minor code reorganization.
41947
41948 2001-12-17  Gary Dismukes  <dismukes@gnat.com>
41949
41950         * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
41951         when Java_VM.
41952
41953 2001-12-17  Robert Dewa  <dewar@gnat.com>
41954
41955         * exp_attr.adb: Minor reformatting
41956
41957 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41958
41959         * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
41960         derivations nested within a child unit: verify that the parent
41961         type is declared in an outer scope.
41962
41963 2001-12-17  Robert Dewar  <dewar@gnat.com>
41964
41965         * sem_ch12.adb: Minor reformatting
41966
41967 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41968
41969         * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
41970         warning if current unit is a predefined one, from which bodies may
41971         have been deleted.
41972
41973 2001-12-17  Robert Dewar  <dewar@gnat.com>
41974
41975         * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
41976         Fix header format. Add 2001 to copyright date.
41977
41978         * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
41979         which caused CE during compilation if checks were enabled.
41980
41981 2001-12-17  Vincent Celier  <celier@gnat.com>
41982
41983         * make.adb:
41984         (Switches_Of): New function
41985         (Test_If_Relative_Path): New procedure
41986         (Add_Switches): Use new function Switches_Of
41987         (Collect_Arguments_And_Compile): Use new function Switches_Of.
41988         When using a project file, test if there are any relative
41989         search path. Fail if there are any.
41990         (Gnatmake): Only add switches for the primary directory when not using
41991         a project file. When using a project file, change directory to the
41992         object directory of the main project file. When using a project file,
41993         test if there are any relative search path. Fail if there are any.
41994         When using a project file, fail if specified executable is relative
41995         path with directory information, and prepend executable, if not
41996         specified as an absolute path, with the exec directory.  Make sure
41997         that only one -o switch is transmitted to the linker.
41998
41999         * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
42000
42001         * prj-nmsc.adb:
42002         (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
42003         when using a non standard naming scheme.
42004         (Check_Ada_Naming_Scheme): Make sure that error messages
42005         do not raise exceptions.
42006         (Is_Illegal_Append): Return True if there is no dot in the suffix.
42007         (Language_Independent_Check): Check the exec directory.
42008
42009         * prj.adb (Project_Empty): Add new component Exec_Directory
42010
42011         * prj.ads:
42012         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
42013         (Project_Data): Add component Exec_Directory
42014
42015         * snames.adb: Updated to match snames.ads revision 1.215
42016
42017         * snames.ads: Added Exec_Dir
42018
42019 2001-12-17  Robert Dewar  <dewar@gnat.com>
42020
42021         * make.adb: Minor reformatting
42022
42023         * prj-nmsc.adb: Minor reformatting
42024
42025         * snames.adb: Updated to match snames.ads
42026
42027         * snames.ads: Alphebetize entries for project file
42028
42029 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42030
42031         * trans.c (process_freeze_entity): Do nothing if the entity is a
42032         subprogram that was already elaborated.
42033
42034 2001-12-17  Richard Kenner  <kenner@gnat.com>
42035
42036         * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
42037         and Esize if object is referenced via pointer.
42038
42039 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42040
42041         * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
42042         is discrete before analyzing choices.
42043
42044 2001-12-17  Joel Brobecker  <brobecke@gnat.com>
42045
42046         * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
42047         containing the name of the Ada Main Program. This string is mainly
42048         intended for the debugger.
42049         (Gen_Output_File_C): Do the equivalent change when generating a C file.
42050
42051 2001-12-17  Robert Dewar  <dewar@gnat.com>
42052
42053         * ali.adb: Set new Dummy_Entry field in dependency entry
42054
42055         * ali.ads: Add Dummy_Entry field to source dependency table
42056
42057         * bcheck.adb (Check_Consistency): Ignore dummy D lines
42058
42059         * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
42060
42061         * lib-writ.ads: Document dummy D lines for missing files.
42062
42063         * types.ads: (Dummy_Time_Stamp): New value for non-existant files
42064
42065 2001-12-17  Robert Dewar  <dewar@gnat.com>
42066
42067         * ali.adb: Type reference does not reset current file.
42068
42069         * ali.adb: Recognize and scan renaming reference
42070
42071         * ali.ads: Add spec for storing renaming references.
42072
42073         * lib-xref.ads: Add documentation for handling of renaming references
42074
42075         * lib-xref.adb: Implement output of renaming reference.
42076
42077         * checks.adb:
42078         (Determine_Range): Document local variables
42079         (Determine_Range): Make sure Hbound is initialized. It looks as though
42080          there could be a real problem here with an uninitialized reference
42081          to Hbound, but no actual example of failure has been found.
42082
42083 2001-12-17  Laurent Pautet  <pautet@gnat.com>
42084
42085         * g-socket.ads:
42086         Fix comment of Shutdown_Socket and Close_Socket. These functions
42087         should not fail silently because if they are called twice, this
42088         probably means that there is a race condition in the user program.
42089         Anyway, this behaviour is consistent with the rest of this unit.
42090         When an error occurs, an exception is raised with the error message
42091         as exception message.
42092
42093 2001-12-17  Robert Dewar  <dewar@gnat.com>
42094
42095         * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
42096         that it happens before modification of Sloc values for -gnatD.
42097
42098         * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
42099         so that it happens before modification of Sloc values for -gnatD.
42100
42101         * switch.adb: Minor reformatting
42102
42103 2001-12-15  Richard Henderson  <rth@redhat.com>
42104
42105         * sem_ch7.adb: Wrap comment.
42106
42107 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
42108
42109         * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
42110         5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
42111         5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
42112         5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
42113         5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
42114         7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
42115         a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
42116         a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
42117         cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
42118         exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
42119         exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
42120         g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
42121         gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
42122         make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
42123         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
42124         repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
42125         s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
42126         s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
42127         s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
42128         s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
42129         sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
42130         sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
42131         sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
42132         sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
42133         spelling errors.
42134
42135 2001-12-14  Vincent Celier  <celier@gnat.com>
42136
42137         * osint.adb(Create_Debug_File): When an object file is specified,
42138         put the .dg file in the same directory as the object file.
42139
42140 2001-12-14  Robert Dewar  <dewar@gnat.com>
42141
42142         * osint.adb: Minor reformatting
42143
42144         * lib-xref.adb (Output_Instantiation): New procedure to generate
42145         instantiation references.
42146
42147         * lib-xref.ads: Add documentation of handling of generic references.
42148
42149         * ali.adb (Read_Instantiation_Ref): New procedure to read
42150         instantiation references
42151
42152         * ali.ads: Add spec for storing instantiation references
42153
42154         * bindusg.adb: Minor reformatting
42155
42156         * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
42157
42158         * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
42159
42160         * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
42161
42162         * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
42163
42164         * csets.ads:
42165         Fix header format
42166         Add 2001 to copyright date
42167         Add entry for Latin-5 (Cyrillic ISO-8859-5)
42168
42169 2001-12-14  Matt Gingell  <gingell@gnat.com>
42170
42171         * adaint.c: mktemp is a macro on Lynx and can not be used as an
42172         expression.
42173
42174 2001-12-14  Richard Kenner  <kenner@gnat.com>
42175
42176         * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
42177         if operand is CONSTRUCTOR.
42178
42179 2001-12-14  Ed Schonberg  <schonber@gnat.com>
42180
42181         * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
42182         before emiting check on right-hand side, so that exception information
42183         is correct.
42184
42185 2001-12-14  Richard Kenner  <kenner@gnat.com>
42186
42187         * utils.c (create_var_decl): Throw away initializing expression
42188         if just annotating types and non-constant.
42189
42190 2001-12-14  Vincent Celier  <celier@gnat.com>
42191
42192         * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
42193         Default_Ada_...
42194
42195         * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
42196         Remove functions.
42197         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
42198
42199         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
42200         Remove functions.
42201         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
42202
42203 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
42204
42205         * ChangeLog: Remove piece of diff output.
42206
42207 2001-12-14  Geert Bosch  <bosch@gnat.com>
42208
42209         * config-lang.in: Update copyright notice
42210
42211         * layout.adb: Remove commented out code.
42212
42213         * mdllfile.ads: Update copyright notice. Fix header format.
42214
42215         * sem_case.ads: Likewise.
42216
42217         * sem_ch3.adb: Minor reformatting.
42218
42219 2001-12-12  Geert Bosch  <bosch@gnat.com>
42220
42221         * freeze.ads: Update copyright date.
42222
42223         * g-comlin.ads: Minor reformatting.
42224
42225         * gnat-style.texi: Fix typo.
42226
42227 2001-12-12  Geert Bosch  <bosch@gnat.com>
42228
42229         *  einfo.h: Regenerate.
42230
42231 2001-12-12  Ed Schonberg  <schonber@gnat.com>
42232
42233         * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
42234         on known node types, rather than untyped fields. Further cleanups.
42235
42236 2001-12-12  Robert Dewar  <dewar@gnat.com>
42237
42238         * sem_ch12.adb:
42239         (Save_Entity_Descendant): Minor comment update.
42240         (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
42241          of an N_Attribute_Reference node. As per note below, this does not
42242         eliminate need for Associated_Node in attribute ref nodes.
42243         (Associated_Node): Documentation explicitly mentions attribute
42244         reference nodes, since this field is used in such nodes.
42245
42246         * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
42247
42248 2001-12-12  Robert Dewar  <dewar@gnat.com>
42249
42250         * s-stalib.adb: Add more comments on with statements being needed
42251
42252         * par-ch12.adb: Minor reformatting
42253
42254         * prj-dect.ads: Fix copyright header
42255
42256         * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
42257         inputs fit in 32 bits, but the result still overflows.
42258
42259         * s-fatgen.ads: Minor comment improvement
42260
42261 2001-12-12  Ed Schonberg  <schonber@gnat.com>
42262
42263         * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
42264         formal derived type, look for an inherited component from the full
42265         view of the parent, if any.
42266
42267 2001-12-12  Robert Dewar  <dewar@gnat.com>
42268
42269         * checks.ads (Apply_Alignment_Check): New procedure.
42270
42271         * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
42272         ensure that the alignment of objects with address clauses is
42273         appropriate, and raise PE if not.
42274
42275         * exp_util.ads (Must_Be_Aligned): Removed, replaced by
42276         Exp_Pakd.Known_Aligned_Enough
42277
42278         * mdllfile.ads: Minor reformatting
42279
42280         * mlib-fil.ads: Minor reformatting
42281
42282 2001-12-12  Ed Schonberg  <schonber@gnat.com>
42283
42284         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
42285         fix to any component reference if enclosing record has non-standard
42286         representation.
42287
42288 2001-12-12  Vincent Celier  <celier@gnat.com>
42289
42290         * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
42291         Iteration
42292
42293 2001-12-12  Ed Schonberg  <schonber@gnat.com>
42294
42295         * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
42296         sem_attr.
42297
42298 2001-12-12  Robert Dewar  <dewar@gnat.com>
42299
42300         * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
42301
42302 2001-12-12  Emmanuel Briot  <briot@gnat.com>
42303
42304         * g-regexp.adb: Remove all debug code, since it isn't required anymore,
42305         and it adds dependencies to system.io.
42306
42307 2001-12-12  Pascal Obry  <obry@gnat.com>
42308
42309         * g-dirope.adb (Expand_Path.Var): Correctly detect end of
42310         variable name.
42311
42312 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42313
42314         * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
42315         that is the parent of other generics, the instance body replaces the
42316         instance node.  Retrieve the instance of the spec, which is the one
42317         that is visible in clients and within the body.
42318
42319 2001-12-11  Vincent Celier  <celier@gnat.com>
42320
42321         * gnatmain.adb: Initial version.
42322
42323         * gnatmain.ads: Initial version.
42324
42325         * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
42326
42327         * snames.adb: Updated to match snames.ads.
42328
42329         * snames.ads: Added Gnatstub.
42330
42331 2001-12-11  Vincent Celier  <celier@gnat.com>
42332
42333         * prj-attr.adb (Initialization_Data): Change name from
42334         Initialisation_Data.
42335
42336 2001-12-11  Emmanuel Briot  <briot@gnat.com>
42337
42338         * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
42339         + and * applied to backslashed expressions like \r.
42340
42341 2001-12-11  Vasiliy Fofanov  <fofanov@gnat.com>
42342
42343         * g-os_lib.ads: String_List type added, Argument_List type is now
42344         subtype of String_List.
42345
42346 2001-12-11  Robert Dewar  <dewar@gnat.com>
42347
42348         * g-os_lib.ads: Change copyright to FSF
42349         Add comments for String_List type
42350
42351 2001-12-11  Vincent Celier  <celier@gnat.com>
42352
42353         * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
42354         string to the buffer).
42355
42356 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42357
42358         * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
42359         sem_attr.
42360
42361         * sem_attr.adb: Simplify previous fix for Address.
42362         (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
42363         to avoid anomalies where the bound of the type appears to raise
42364         constraint error.
42365
42366 2001-12-11  Robert Dewar  <dewar@gnat.com>
42367
42368         * lib-xref.adb (Output_Refs): Make sure pointers are always properly
42369         handled.
42370
42371 2001-12-11  Ed Schonber   <schonber@gnat.com>
42372
42373         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
42374         renamed unit before checking for recursive instantiations.
42375
42376 2001-12-11  Emmanuel Briot  <briot@gnat.com>
42377
42378         * prj.ads: Add comments for some of the fields.
42379
42380 2001-12-11  Robert Dewar  <dewar@gnat.com>
42381
42382         * lib-xref.adb (Output_Refs): Don't output type references outside
42383         the main unit if they are not otherwise referenced.
42384
42385 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42386
42387         * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
42388         code and diagnose additional illegal uses
42389
42390         * sem_util.adb (Is_Object_Reference): An indexed component is an
42391         object only if the prefix is.
42392
42393 2001-12-11  Vincent Celier  <celier@gnat.com>
42394
42395         * g-diopit.adb: Initial version.
42396
42397         * g-diopit.ads: Initial version.
42398
42399         * g-dirope.adb:
42400         (Expand_Path): Avoid use of Unbounded_String
42401         (Find, Wildcard_Iterator): Moved to child package Iteration
42402
42403         * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
42404
42405 2001-12-11  Robert Dewar  <dewar@gnat.com>
42406
42407         * sem_attr.adb: Minor reformatting
42408
42409 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42410
42411         * sem_ch3.adb: Clarify some ???.
42412
42413 2001-12-11  Robert Dewar  <dewar@gnat.com>
42414
42415         * exp_util.adb (Must_Be_Aligned): Removed, replaced by
42416         Exp_Pakd.Known_Aligned_Enough
42417
42418         * sem_ch13.adb (Check_Address_Alignment): Removed, extended
42419         version is moved to Exp_Ch13.
42420
42421 2001-12-11  Robert Dewar  <dewar@gnat.com>
42422
42423         * einfo.ads: Minor reformatting
42424
42425         * exp_ch5.adb: Add comment for previous.change
42426
42427         * ali.adb: New interface for extended typeref stuff.
42428
42429         * ali.ads: New interface for typeref stuff.
42430
42431         * checks.adb (Apply_Alignment_Check): New procedure.
42432
42433         * debug.adb: Add -gnatdM for modified ALI output
42434
42435         * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
42436
42437         * lib-xref.adb: Extend generation of <..> notation to cover
42438         subtype/object types. Note that this is a complete rewrite,
42439         getting rid of the very nasty quadratic algorithm previously
42440         used for derived type output.
42441
42442         * lib-xref.ads: Extend description of <..> notation to cover
42443         subtype/object types. Uses {..} for these other cases.
42444         Also use (..) for pointer types.
42445
42446         * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
42447
42448         * exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
42449         (Known_Aligned_Enough): Replaces Must_Be_Aligned.
42450
42451 2001-12-11  Vincent Celier  <celier@gnat.com>
42452
42453         * gnatcmd.adb:
42454         Changed /COMPILE_ONLY to /ACTIONS=COMPILE
42455         Changed /BIND_ONLY to /ACTIONS=BIND
42456         Changed /LINK_ONLY to /ACTIONS=LINK
42457
42458 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42459
42460         * sem_ch8.adb (Find_Selected_Component): improved search for a
42461         candidate package in case of error.
42462
42463         * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
42464         chain back on scope stack before reinstalling use clauses.
42465
42466         * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
42467         is enabled, do not kill the code for the condition, to preserve
42468         warning.
42469
42470 2001-12-11  Robert Dewar  <dewar@gnat.com>
42471
42472         * checks.adb (Insert_Valid_Check): Apply validity check to expression
42473         of conversion, not to result of conversion.
42474
42475 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42476
42477         * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
42478         before freezing parent. If the declarations are mutually recursive,
42479         an access to the current record type may be frozen before the
42480         derivation is complete.
42481
42482 2001-12-05  Vincent Celier  <celier@gnat.com>
42483
42484         * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
42485         -c /COMPILE_ONLY, -l /LINK_ONLY
42486
42487         * opt.ads:
42488         (Bind_Only): New Flag
42489         (Link_Only): New flag
42490
42491         * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
42492         and -l (Link_Only)
42493
42494         * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
42495
42496         * make.adb:
42497         (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
42498         (Gnatmake): Set the step flags. Only perform a step if the
42499         corresponding step flag is True.
42500         (Scan_Make_Arg): Reset the bind and link step flags when -u
42501         or -gnatc has been specified.
42502
42503 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42504
42505         * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
42506         get bounds from right operand.
42507
42508         * sem_eval.adb: Minor reformatting
42509
42510         * exp_util.adb (Make_Literal_Range): use bound of literal rather
42511         than Index'First, its lower bound may be different from 1.
42512
42513         * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
42514         and C48009J
42515
42516 2001-12-05  Vincent Celier  <celier@gnat.com>
42517
42518         * prj-nmsc.adb Minor reformatting
42519
42520         * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
42521         set and libraries are not supported.
42522
42523 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42524
42525         * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
42526         private view explicitly, so the back-end can treat as a global
42527         when appropriate.
42528
42529 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42530
42531         * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
42532          unit, always replace instance node with new body, for ASIS use.
42533
42534 2001-12-05  Vincent Celier  <celier@gnat.com>
42535
42536         * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
42537         libraries are not supported and both attributes Library_Name and
42538         Library_Dir are specified.
42539
42540         * prj-proc.adb (Expression): Set location of Result to location of
42541         first term.
42542
42543         * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
42544         (prj-nmsc is now importing MLib.Tgt)
42545
42546         * prj-proc.adb: Put the change indicated above that was forgotten.
42547
42548 2001-12-05  Robert Dewar  <dewar@gnat.com>
42549
42550         * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
42551
42552 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42553
42554         * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
42555         constraint, introduce explicit subtype declaration and derive from it.
42556
42557         * sem_ch3.adb: Minor reformatting
42558
42559 2001-12-05  Robert Dewar  <dewar@gnat.com>
42560
42561         * checks.adb (Determine_Range): Increase cache size for checks.
42562         Minor reformatting
42563
42564         * exp_ch6.adb: Minor reformatting
42565         (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
42566         a parameter whose root type is System.Address, since treating such
42567         subprograms as pure in the code generator is almost surely a mistake
42568         that will lead to unexpected results.
42569
42570         * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
42571         change handling of conversions.
42572
42573         * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
42574
42575 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42576
42577         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
42578         aggregate with static wrong size, attach generated Raise node to
42579         declaration.
42580
42581 2001-12-05  Robert Dewar  <dewar@gnat.com>
42582
42583         * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
42584         Fixes compilation abandoned bomb in B24009B.
42585
42586 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42587
42588         * sem_ch12.adb:
42589         Document use of Associated_Node on Selected_Components.
42590         (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
42591         to clarify use of untyped descendant fields.
42592
42593 2001-12-05  Robert Dewar  <dewar@gnat.com>
42594
42595         * prj-dect.ads: Add ??? comment
42596         Add 2001 to copyright notice (was not done in after all)
42597
42598         * prj-part.adb: Minor reformatting. Reword one awkward error message.
42599
42600         * prj.ads: Minor reformatting throughout, and add some ??? comments
42601
42602         * snames.ads: Minor reformatting
42603
42604 2001-12-05  Geert Bosch  <bosch@gnat.com>
42605
42606         * snames.adb: Autoupdate
42607
42608 2001-12-05  Vincent Celier  <celier@gnat.com>
42609
42610         * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
42611
42612         * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
42613
42614         * prj-env.adb: Minor comment changes (modifying -> extends).
42615
42616         * prj-nmsc.adb: Minor comment changes (modifying -> extends).
42617
42618         * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
42619         Tok_Extends.
42620
42621         * prj.adb (Initialize): Change Modifying to Extends.
42622
42623         * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
42624
42625         * prj.ads: Minor comment change (Modifying -> extending).
42626
42627         * snames.ads: Change modifying to extends.
42628
42629 2001-12-05  Robert Dewar  <dewar@gnat.com>
42630
42631         * sem_warn.adb: Remove stuff for conditionals, we are not going to
42632         do this after all.
42633
42634         * sem_warn.ads: Remove stuff for conditionals, we are not going to
42635         do this after all.  Add 2001 to copyright notice
42636
42637 2001-12-04  Geert Bosch  <bosch@gnat.com>
42638
42639         *  einfo.h, sinfo.h, treeprs.ads: Regenerate.
42640
42641 2001-12-04  Robert Dewar  <dewar@gnat.com>
42642
42643         * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
42644         location if we already have errors. Stops some cases of cascaded
42645         errors.
42646
42647         * errout.adb: Improve comment.
42648
42649 2001-12-04  Robert Dewar  <dewar@gnat.com>
42650
42651         * sem_ch12.adb:
42652         (Analyze_Formal_Type_Definition): Defend against Error.
42653         (Analyze_Formal_Subprogram): Defend against Error.
42654
42655         * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
42656         remove following semicolon if present. Removes cascaded error.
42657
42658 2001-12-04  Douglas B. Rupp  <rupp@gnat.com>
42659
42660         * bindgen.adb:
42661         (Gen_Exception_Table_Ada): Write "begin" and then return if Num
42662          exceptions equals 0.
42663         (Gen_Exception_Table_C): Return if Num exceptions equals 0.
42664         Fixes PIWG E tests (which have to be run with -gnatL).
42665
42666 2001-12-04  Robert Dewar  <dewar@gnat.com>
42667
42668         * einfo.ads: Minor reformatting
42669
42670 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42671
42672         * einfo.ads: Block_Node points to the identifier of the block, not to
42673         the block node itself, to preserve the link when the block is
42674         rewritten, e.g. within an if-statement with a static condition.
42675
42676         * inline.adb (Cleanup_Scopes): recover block statement from block
42677         entity using new meaning of Block_Node.
42678
42679         * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
42680         identifier of block node, rather than to node itself.
42681
42682 2001-12-04  Gary Dismukes  <dismukes@gnat.com>
42683
42684         * layout.adb:
42685         (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
42686         (Discrimify): Go back to setting the Etypes of the selected component
42687         because the Vname component does not exist at this point and will
42688         fail name resolution. Also set Analyzed.
42689         Remove with and use of Sem_Res.
42690
42691 2001-12-04  Arnaud Charlet  <charlet@gnat.com>
42692
42693         * Makefile.in: (HIE_SOURCES): add s-fat*.
42694
42695 2001-12-04  Robert Dewar  <dewar@gnat.com>
42696
42697         * sem_attr.adb:
42698         (Compile_Time_Known_Attribute): New procedure.
42699         (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
42700          proper range check.
42701
42702 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42703
42704         * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
42705         processing discriminants to diagnose illegal default values.
42706
42707 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42708
42709         * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
42710         access discriminant within a type extension that constrains its
42711         parent discriminants.
42712
42713 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42714
42715         * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
42716         is malformed, use instance of Any_Id to allow analysis to proceed.
42717
42718         * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
42719         type definition is illegal.
42720         (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
42721         misplaced.
42722
42723 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42724
42725         * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
42726         constants.
42727
42728 2001-12-04  Robert Dewar  <dewar@gnat.com>
42729
42730         * errout.adb: Minor reformatting
42731
42732 2001-12-04  Robert Dewar  <dewar@gnat.com>
42733
42734         * exp_util.adb: Minor reformatting from last change
42735
42736         * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
42737         which is a rewriting of an expression, traverse the original
42738         expression to remove warnings that may have been posted on it.
42739
42740 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42741
42742         * exp_util.adb (Must_Be_Aligned): Return false for a component of a
42743         record that has other packed components.
42744
42745 2001-12-04  Douglass B. Rupp  <rupp@gnat.com>
42746
42747         * adaint.c: Minor cleanups.
42748
42749 2001-12-04  Douglass B. Rupp  <rupp@gnat.com>
42750
42751         * adaint.c: Do not use utime.h on vxworks.
42752
42753 2001-12-04  Arnaud Charlet  <charlet@gnat.com>
42754
42755         * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
42756         more confusion than it solves.
42757
42758 2001-12-04  Geert bosch  <bosch@gnat.com>
42759
42760         * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
42761
42762 2001-12-04  Geert Bosch  <bosch@gnat.com>
42763
42764         * Makefile.in (update-sources): New target.
42765         For use by gcc_release script.
42766
42767 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42768
42769         * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
42770         a configuration pragma, it is now legal wherever a pragma can appear.
42771
42772 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
42773
42774         * Makefile.in: Don't set ALL.  Delete @cross_defines@,
42775         @cross_overrides@, @build_overrides@ stanzas.  INTERNAL_CFLAGS
42776         is now @CROSS@ -DIN_GCC; update comment.
42777
42778 2001-12-04  Robert Dewar  <dewar@gnat.com>
42779
42780         * einfo.adb (Has_Pragma_Pure_Function): New flag.
42781         Fix problem that stopped ceinfo from working
42782
42783         * einfo.ads (Has_Pragma_Pure_Function): New flag.
42784
42785         * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
42786
42787 2001-12-04  Douglas B. Rupp  <rupp@gnat.com>
42788
42789         * gnatchop.adb:
42790         (File_Time_Stamp): New procedure.
42791         (Preserve_Mode): New boolean.
42792         (Write_Unit): Pass time stamp.
42793         Implement -p switch (preserve time stamps).
42794
42795         * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
42796
42797         * gnatchop.adb: Do usage info for -p switch
42798
42799         * adaint.h (__gnat_set_file_time_name): New function
42800
42801         * adaint.c (__gnat_set_file_time_name): Implement
42802
42803         * adaint.h: Fix typo
42804
42805 2001-12-03  Robert Dewar  <dewar@gnat.com>
42806
42807         * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
42808         have Associated_Node.
42809
42810 2001-12-03  Robert Dewar  <dewar@gnat.com>
42811
42812         * prj-proc.adb: Minor reformatting
42813
42814         * make.adb: Minor reformatting
42815
42816 2001-12-03  Geert Bosch  <bosch@gnat.com>
42817
42818         * make.adb: Minor reformatting.
42819
42820 2001-12-03 Robert Dewar  <dewar@gnat.com>
42821
42822         * sem_ch12.adb: Minor reformatting
42823
42824 2001-12-03  Ed Schonberg  <schonber@gnat.com>
42825
42826         * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
42827         push Standard on the stack before analyzing the instance body,
42828         in order to have a clean visibility environment.
42829
42830         * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
42831
42832 2001-12-03  Ed Schonberg  <schonber@gnat.com>
42833
42834         * sem_ch12.adb (Instantiate_Package_Body): Protect against double
42835         instantiation of a body that contains an inlined body.
42836
42837 2001-12-03  Ed Schonberg  <schonber@gnat.com>
42838
42839         * sem_ch12.adb:
42840         (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
42841         to prevent freezing within formal packages.
42842         (Freeze_Subprogram_Body): If body comes from another instance that
42843         appeared before its own body, place freeze node at end of current
42844         declarative part, to prevent a back-end crash.
42845         (Inline_Instance_Body): Handle properly a package instance within
42846         a subprogram instance that is a child unit.
42847
42848 2001-12-01  Graham Stott  <grahams@redhat.com>
42849
42850         * Makefile.in (misc.o): Add missing $(srcdir) prefix
42851         and add optabs.h dependency.
42852
42853         * misc.c: Include optabs.h
42854         (gnat_tree_code_type): Make static and const.
42855         (gnat_tree_code_length): Likewise.
42856         (gnat_tree_code_name): Likewise.
42857         (update_setjmp_buf): Obtain operands mode from insn_data.
42858
42859 2001-11-29  Richard Henderson  <rth@redhat.com>
42860
42861         * init.c: Remove obsolete dwarf2 frame.h section.
42862
42863 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
42864
42865         * Make-lang.in (ada.generated-manpages): New dummy target.
42866
42867 2001-11-29  Ed Schonberg  <schonber@gnat.com>
42868
42869         * g-os_lib.adb (Add_To_Command): use explicit loop to move string
42870         into Command, an array conversion is illegal here. Uncovered by
42871         ACATS B460005.
42872
42873 2001-11-28  Geert Bosch  <bosch@gnat.com>
42874
42875         * init.c: Minor whitespace changes.
42876
42877 2001-11-28  Doug Rupp  <rupp@gnat.com>
42878
42879         * init.c: (__gnat_install_handler,VMS): Increase size of alternate
42880         signal stack.
42881
42882 2001-11-28  Zack Weinberg  <zack@codesourcery.com>
42883
42884         * misc.c (gnat_expand_constant): Move declaration above
42885         definition of lang_hooks.
42886         (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
42887         (gnat_init): lang_expand_constant no longer exists.
42888
42889         (internal_error_function): Remove #ifdef HAVE_VPRINTF.  We
42890         always have vprintf.
42891         (gnat_init): Always call set_internal_error_function.
42892
42893 2001-11-27  Andreas Jaeger  <aj@suse.de>
42894
42895         * Makefile.in (stamp-tool_src_dir): Use symbolic link.
42896
42897 2001-11-27  Laurent Guerby  <guerby@acm.org>
42898
42899         * Makefile.in: Regenerate Ada dependencies.
42900
42901 2001-11-26  Richard Henderson  <rth@redhat.com>
42902
42903         * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
42904         gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
42905         gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
42906
42907 2001-11-25  Laurent Guerby  <guerby@acm.org>
42908
42909         * sysdep.c (rts_get_*): Fix style.
42910
42911 2001-11-19  Laurent Guerby  <guerby@acm.org>
42912
42913         * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
42914         since it is of no apparent use and cause warnings.
42915
42916 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
42917
42918         * misc.c (gnat_decode_option, gnat_init_options): Make definitions
42919         static too.
42920         (gnat_init): Don't return NULL.
42921         (finish_parse): Remove.
42922
42923 2001-11-17  Laurent Guerby  <guerby@acm.org>
42924
42925         * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
42926         * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
42927         * io-aux.c: Provide K&R prototypes to all functions, reformat code.
42928         * lang-spec.h: Add missing struct field to silence warnings.
42929         * sysdep.c (rts_get_*): Provide K&R prototype.
42930         * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
42931         * traceback.c (Unlock_Task, Lock_Task): Likewise.
42932         * tracebak.c (__gnat_backtrace): Remove unused variable.
42933         * utils.c (end_subprog_body): Move to K&R style.
42934
42935 Thu Nov 15 18:16:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
42936
42937         * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
42938
42939 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
42940
42941         * misc.c (gnat_init): Change prototype.  Include the
42942         functionality of the old init_parse and init_decl_processing.
42943         (gnat_init_decl_processing): New prototype.
42944         (init_parse): Remove.
42945         * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
42946
42947 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
42948
42949         * misc.c (gnat_print_decl, gnat_print_type): Renamed.
42950         (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
42951         (print_lang_statistics, lang_print_xnode, print_lang_identifier,
42952         set_yydebug): Remove.
42953
42954 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
42955
42956         * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
42957         (struct lang_hooks): Constify.
42958         (language_string, lang_identify): Remove.
42959         * utils.c (init_decl_processing): Update.
42960
42961 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
42962
42963         * misc.c: Include langhooks-def.h.
42964         * Makefile.in: Update.
42965
42966 2001-10-30  Robert Dewar  <dewar@gnat.com>
42967
42968         * style.adb:
42969         (Check_Identifier): Rewrite circuit to be compatible with use of letters
42970         in the upper half of ASCII.
42971         (Check_Identifier): Minor reformatting
42972
42973 2001-10-30  Geert Bosch  <bosch@gnat.com>
42974
42975         * (Associated_Node, Set_Associated_Node): Do not check for
42976         Freeze_Entity.
42977
42978 2001-10-30  Robert Dewar  <dewar@gnat.com>
42979
42980         * a-reatim.ads: Minor reformatting
42981
42982 2001-10-30  Robert Dewar  <dewar@gnat.com>
42983
42984         * gnatdll.adb: Minor reformatting throughout. Many ??? added for
42985         undocumented declarations.
42986
42987 2001-10-30  Pascal Obry  <obry@gnat.com>
42988
42989         * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
42990         to the binder and linker.
42991         Minor style fix.
42992
42993         * mdll.ads: Fix layout.  Update copyright notice.
42994
42995         * mdll.adb: Fix layout.  Update copyright notice.
42996
42997 2001-10-30  Robert Dewar  <dewar@gnat.com>
42998
42999         * usage.adb: Minor fix to output for -gnaty.
43000
43001 2001-10-30  Ed Schonberg  <schonber@gnat.com>
43002
43003         * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
43004         to accommodate all its possible values.
43005
43006         * a-reatim.adb (Split): Special-case handling of Time_Span_First
43007         and of small absolute values of T.
43008
43009 2001-10-30  Richard Kenner  <kenner@gnat.com>
43010
43011         * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
43012         set_mem_attributes since not needed and wrong if RESULT if a REG;
43013         fixes ACATS failures.
43014
43015 2001-10-30  Geert Bosch  <bosch@gnat.com>
43016
43017         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
43018         s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
43019
43020 2001-10-30  Robert Dewar  <dewar@gnat.com>
43021
43022         * bindusg.adb: Undocument -f switch.
43023
43024         * gnatcmd.adb: Remove /FULL_ELABORATION.
43025
43026         * opt.ads (Force_RM_Elaboration_Order): Document that this is
43027         obsolescent.
43028
43029         * gnatbind.adb: Output new warning for use of obsolescent -f switch.
43030
43031         * gnatbind.adb: Minor update of warning msg.
43032
43033 2001-10-30  Vincent Celier  <celier@gnat.com>
43034
43035         * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
43036         for project file switches (-P (/PROJECT_FILE=),
43037          -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
43038         or MEDIUM or HIGH)
43039
43040 2001-10-30  Geert Bosch  <bosch@gnat.com>
43041
43042         * decl.c: Minor whitespace fixes.
43043
43044 2001-10-30  Richard Kenner  <kenner@gnat.com>
43045
43046         * utils2.c (build_allocator): Test for SIZE overflow in array case too
43047
43048 2001-10-30  Geert Bosch  <bosch@gnat.com>
43049
43050         * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
43051         Found due to GCC 3.0 warning of using uninitialized value.
43052
43053         * layout.adb:
43054         (Get_Max_Size): Use variant record for tracking value/expression.
43055          Makes logic clearer and prevents warnings for uninitialized variables.
43056         (Layout_Array_Type): Use variant record for tracking value/expression.
43057          Makes logic clearer and prevents warnings for uninitialized variables.
43058
43059 2001-10-30  Robert Dewar  <dewar@gnat.com>
43060
43061         * lib.adb: Minor reformatting
43062
43063         * s-taprop.ads: Minor reformatting
43064
43065 2001-10-29  Laurent Guerby  <guerby@acm.org>
43066
43067         * init.c:
43068         (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
43069         const.
43070         (_gnat_error_handler): Make MSG const.
43071
43072 2001-10-29  Richard Kenner  <kenner@gnat.com>
43073
43074         * sysdep.c: Fix localtime_r problem on LynxOS.
43075         Also remove #elif to avoid warnings.
43076
43077         * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
43078         used by this.
43079
43080         * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
43081
43082 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
43083
43084         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
43085         exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
43086         g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
43087         g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
43088         layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
43089         s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
43090         sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
43091         sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
43092         sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
43093         types.ads, urealp.adb: Fix spelling errors.
43094
43095 2001-10-27  Laurent Guerby  <guerby@acm.org>
43096
43097         * trans.c (gigi): Fix non determinism leading to bootstrap
43098         comparison failures for debugging information.
43099
43100 2001-10-26  Florian Weimer  <fw@deneb.enyo.de>
43101
43102         * gnat_rm.texi: Use @./@: where appropriate.
43103
43104 2001-10-26  Robert Dewar  <dewar@gnat.com>
43105
43106         * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
43107
43108 2001-10-26  Richard Kenner  <kenner@gnat.com>
43109
43110         * gmem.c (__gnat_gmem_read_next): Properly check for EOF
43111
43112 2001-10-26  Richard Kenner  <kenner@gnat.com>
43113
43114         * decl.c (validate_size): Modify message for bad size to avoid
43115         implication that compiler is modifying the size.
43116
43117 2001-10-26  Robert Dewar  <dewar@gnat.com>
43118
43119         * prj-util.adb: Minor reformatting. Fix bad header format.
43120
43121 2001-10-26  Robert Dewar  <dewar@gnat.com>
43122
43123         * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
43124
43125         * sinfo.ads: Clarify use of Associated_Node (documentation only).
43126
43127         * sem_ch12.adb: Change Node4 to Associated_Node. Change
43128         Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
43129         much more narrowly in places where needed. These are cleanups.
43130
43131 2001-10-26  Joel Brobecker  <brobecke@gnat.com>
43132
43133         * 5zosinte.ads (null_pthread): new constant.
43134
43135         * 5ztaprop.adb:
43136         (Initialize_TCB): Initialize thread ID to null, to be able to verify
43137          later that this field has been set.
43138         (Finalize_TCB): ditto.
43139         (Suspend_Task): Verify that the thread ID is not null before using it.
43140         (Resume_Task): ditto.
43141
43142         * s-tasdeb.adb:
43143         (Resume_All_Tasks): Lock the tasks list before using it.
43144         (Suspend_All_Tasks): ditto.
43145
43146 2001-10-26  Richard Kenner  <kenner@gnat.com>
43147
43148         * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
43149         Make constant variant of designated type for Is_Access_Constant.
43150         Call update_pointer_to with main variant.
43151
43152         * trans.c (process_freeze_entity, process_type):
43153         Call update_pointer_to on main variant.
43154
43155         * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
43156         If main variant, update all other variants.
43157
43158         * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
43159         TREE_STATIC.
43160
43161 2001-10-26  Robert Dewar  <dewar@gnat.com>
43162
43163         * prj-util.adb: Minor reformatting
43164
43165 2001-10-26  Robert Dewar  <dewar@gnat.com>
43166
43167         * prj-util.adb: Minor reformatting
43168
43169 2001-10-26  Robert Dewar  <dewar@gnat.com>
43170
43171         * prj-attr.adb: Minor reformatting throughout
43172
43173 2001-10-26  Robert Dewar  <dewar@gnat.com>
43174
43175         * prj-attr.ads: Minor reformatting
43176         Add ??? comment (this whole spec has almost no comments)
43177
43178 2001-10-26  Vincent Celier  <celier@gnat.com>
43179
43180         * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
43181         ("//") that precede the drive letter on Interix.
43182
43183 2001-10-26  Geert Bosch  <bosch@gnat.com>
43184
43185         * gnat_rm.texi: Add GNAT Reference Manual.
43186
43187 2001-10-25  Robert Dewar  <dewar@gnat.com>
43188
43189         * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
43190         is Error. Similar change for other renaming cases.
43191
43192 2001-10-25  Robert Dewar  <dewar@gnat.com>
43193
43194         * s-atacco.ads: Add pragma Inline_Always for functions.
43195         Fix header format. Add copyright 2001
43196
43197 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43198
43199         * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
43200         return Error rather than Empty so that analysis can proceed.
43201
43202 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43203
43204         * sem_util.adb (Enter_Name): better handling of cascaded error
43205         messages when a unit appears in its own context.
43206
43207 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43208
43209         * sem_util.adb (Defining_Entity): in case of error, attach created
43210         entity to specification, so that semantic analysis can proceed.
43211
43212 2001-10-25  Robert Dewar  <dewar@gnat.com>
43213
43214         * sem_util.adb
43215         (Defining_Entity): Deal with Error.
43216         (Process_End_Label): Deal with bad end label for.
43217
43218 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43219
43220         * sem_elab.adb (Check_A_Call): refine message when call is in an
43221         instance but callee is not declared in the generic unit.
43222
43223 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43224
43225         * sem_elab.adb (Check_A_Call): check for renaming before finding the
43226         enclosing unit, which may already be different from the calling unit.
43227
43228 2001-10-25  Geert Bosch  <bosch@gnat.com>
43229
43230         * 4gintnam.ads: fix header format.
43231
43232 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43233
43234         * sem_res.adb (Resolve_Call): if the call is actually an indexing
43235         operation on the result of a parameterless call, perform elaboration
43236         check after the node has been properly rewritten.
43237
43238         * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
43239         inlined within the generic tree, the defining identifier is not a
43240         compilation_unit.
43241
43242 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43243
43244         * sem_res.adb (Resolve): special-case resolution of Null in an
43245          instance or an inlined body to avoid view conflicts.
43246
43247         * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
43248          compatibility by retrieving the access type of the generic copy.
43249
43250 2001-10-25  Robert Dewar  <dewar@gnat.com>
43251
43252         * sem_ch3.adb:
43253         (Analyze_Number_Declaration): Handle error expression.
43254         (Signed_Integer_Type_Declaration): Handle error bound.
43255         (Analyze_Subtype_Indication): Handle error range.
43256
43257         * sem_util.adb (Get_Index_Bounds): Check for Error.
43258
43259 2001-10-25  Robert Dewar  <dewar@gnat.com>
43260
43261         * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
43262         in no run time mode.
43263
43264 2001-10-25  Pascal Obry  <obry@gnat.com>
43265
43266         * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
43267         mode case for ALLOC case.
43268
43269         * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
43270         all platforms. Improvement of last change.
43271
43272 2001-10-25  Robert Dewar  <dewar@gnat.com>
43273
43274         * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
43275
43276 2001-10-25  Geert Bosch  <bosch@gnat.com>
43277
43278         * osint.adb (Is_Relative): Remove duplicate.
43279
43280 2001-10-25  Pascal Obry  <obry@gnat.com>
43281
43282         * osint.adb (Read_Default_Search_Dirs): correctly detect relative
43283         pathnames in UNIX and DOS style with drive letter.
43284         (Is_Relative): new routine.
43285
43286         * osint.adb: Minor reformatting
43287
43288         * osint.adb (Is_Relative): implementation using
43289         GNAT.OS_Lib.Is_Absolute_Path. Better fix.
43290
43291 2001-10-25  Pascal Obry  <obry@gnat.com>
43292
43293         * g-dirope.adb (Basename): correctly compute offset between the
43294         original Path and the translated one.
43295
43296         * g-dirope.adb: (Base_Name): add some comments.
43297
43298 2001-10-25  Robert Dewar  <dewar@gnat.com>
43299
43300         * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
43301         in HIE mode, avoids compilation abandoned message
43302
43303         * exp_imgv.adb: Correct typo in previous change
43304
43305         * exp_imgv.adb: Correct typo in previous change (not my day!)
43306
43307 2001-10-25  Robert Dewar  <dewar@gnat.com>
43308
43309         * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
43310
43311 2001-10-25  Pascal Obry  <obry@gnat.com>
43312
43313         * g-awk.ads: Move all pragma inlines next to the routine
43314          declarations. This is more uniform with other GNAT spec.
43315
43316 2001-10-22  Geert Bosch  <bosch@gnat.com>
43317
43318         * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
43319
43320 2001-10-19  Geert Bosch  <bosch@gnat.com>
43321
43322         * Makefile.in (tools, gnattools): Remove gnatmem.
43323
43324 2001-10-17  Richard Henderson  <rth@redhat.com>
43325
43326         * Makefile.in (misc.o): Depend on langhooks.h.
43327         * misc.c: Include it.
43328         (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
43329         (LANG_HOOKS_DECODE_OPTION): New.
43330         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
43331
43332 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
43333
43334         * trans.c (tree_transform): Adjust to recent change in
43335         expand_asm_operands to implement named asm operands.
43336
43337 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43338
43339         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
43340         renaming of discriminant for mutable record type.
43341
43342 2001-10-11  Robert Dewar  <dewar@gnat.com>
43343
43344         * validsw.adb: Properly save -gnatVn status.
43345
43346 2001-10-11  Robert Dewar  <dewar@gnat.com>
43347
43348         * usage.adb: Add lines for V switch.
43349
43350         * gnatcmd.adb (COMPILE): Revise translations for -gnatV
43351         (/VALIDITY_CHECKING).
43352
43353 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43354
43355         * sem_type.adb (Add_One_Interp): an operator for a type declared in
43356         an extension of System is known to be visible.
43357
43358 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43359
43360         * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
43361         properly. Fixes regression on ACATS C34005G.
43362
43363 2001-10-11  Robert Dewar  <dewar@gnat.com>
43364
43365         * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
43366         loop in generic instance, since this is likely not very useful.
43367
43368 2001-10-11  Robert Dewar  <dewar@gnat.com>
43369
43370         * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
43371         the error message for high integrity mode.
43372
43373         * rtsfind.adb (RTE): Give message if we try to find an entity that
43374         is not available in high integrity mode.
43375
43376         * rtsfind.ads:
43377         (OK_To_Use_In_HIE_Mode): New array.
43378         (RTE): May return Empty in high integrity mode.
43379
43380         * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
43381         OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
43382
43383         * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
43384         unit if not inlined always and in no runtime mode. Fixes problem
43385         caused by new Rtsfind changes.
43386
43387         * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
43388         body is deleted.
43389
43390         * rtsfind.adb (RTE): Make sure we do not try to load unit after
43391         giving message for entity not available in high integrity mode.
43392
43393 2001-10-11  Pascal Obry  <obry@gnat.com>
43394
43395         * impunit.adb: Add GNAT.CRC32.
43396
43397 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43398
43399         * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
43400         properly the case where one universal operand in a non-static
43401         exponentiation of a real literal.
43402
43403 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43404
43405         * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
43406         clause, return the gobal finalization list, for lack of anthing else.
43407
43408 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43409
43410         * exp_ch7.adb (Make_Transient_Block): if statement is within
43411         exception handler, always use new transient scope to place Clean
43412         procedure.
43413
43414 2001-10-11  Pascal Obry  <obry@gnat.com>
43415
43416         * Makefile.in:
43417         (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
43418         (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
43419         (GNATLS_RTL_OBJS): add g-crc32.o
43420         (GNATMAKE_RTL_OBJS): add g-crc32.o
43421
43422         * ali-util.adb:
43423         (CRC_Match): new function.
43424         (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
43425         instead of the previous simple checksum algorithm.
43426         (Time_Stamp_Mismatch): use CRC_Match for comparison.
43427         (Set_Source_Table): idem.
43428
43429         * ali-util.ads:
43430         (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
43431         instead of simple checksum.
43432         (CRC_Match): new function.
43433         (CRC_Error): new constant.
43434
43435         * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
43436         a CRC now and not a simple checksum. A CRC uses lower-case hex
43437         letters, fixes ambiguity in parsing.
43438
43439         * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
43440         is what this variable will store.
43441
43442         * bcheck.adb: Change reference to chechsum in comments by CRC.
43443         (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
43444         rename All_Checksum_Match to All_CRC_Match. Change due to API
43445         renaming since now GNAT does not use a simple checksum but a
43446         CRC using GNAT.CRC32.
43447
43448         * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
43449         now and not anymore a simple checksum.
43450
43451         * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
43452         places.
43453
43454         * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
43455
43456         * scans.adb:
43457         (Restore_Scan_State): rename Checksum to CRC.
43458         (Save_Scan_State): idem.
43459
43460         * scans.ads:
43461         With GNAT.CRC32.
43462         (Checksum): rename to CRC.
43463         (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
43464
43465         * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
43466         GNAT.CRC32).  Update copyright notice.
43467
43468         * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
43469         GNAT.CRC32).  Update copyright notice.
43470
43471         * scn.adb:
43472         (Accumulate_Checksum): removed.
43473         (Update): new procedure. Add a wide-character into the CRC.
43474
43475         * sinput-l.adb:
43476         (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
43477         (Load_File): fix initialization of S (change Source_Checksum to
43478         Source_CRC)
43479
43480         * sinput-p.adb (Load_Project_File): rename Source_Checksum to
43481         Source_CRC in S initialization.
43482
43483         * sinput.adb (Source_Checksum): renamed to Source_CRC.
43484
43485         * sinput.ads (Source_Checksum): renamed to Source_CRC.
43486         Update comments for the CRC.
43487
43488         * types.adb (Hex): Use lowercase for the letter part.
43489
43490         * types.ads (Get_Hex_String): Returns the hexadecimal representation
43491         for a word. This is currently used only for CRC. In previous version,
43492         the checksum was using a representation with all letter being
43493         upper-case. With the new implementation (using CRC) we do not remove
43494         the 32th bit of the CRC, so we can have an upper-case starting letter
43495         in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
43496         It is ambigous since the CRC was optional and could be followed by
43497         options like EB, EE. So now this routines uses lower-case letter for
43498         the hexadecimal representation. Strange enough only lower case letters
43499         where checked in Scan_ALI (even if this was not a possible case).
43500
43501         * gnatvsn.ads (Library_Version): changed to 3.15a.
43502
43503         * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
43504         for the compiler.
43505
43506         * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
43507         for the compiler.
43508
43509         * ali-util.adb: Redo previous change to avoid using word CRC everywhere
43510         Add 2001 to copyright notice
43511         (Accumulate_Checksum): Modify to use System.CRC32.
43512
43513         * ali-util.ads: Redo changes of previous revision to continue to use
43514         the word Checksum. Add 2001 to copyright notice.
43515
43516         * ali.adb: Undo some of previous changes, not needed.
43517         Keep the change for lower case letters in the checksum.
43518
43519         * ali.ads: Undo previous change not needed.
43520
43521         * bcheck.adb: Undo most of previous change, not needed.
43522         But do use Checksums_Match for checksum comparison.
43523
43524         * gnatls.adb: Undo most of previous change, not needed.
43525         But do use Checksums_Match for comparing checksums.
43526
43527         * lib-load.adb: Undo previous change, not needed.
43528
43529         * lib-writ.adb: Undo previous change, not needed.
43530
43531         * lib-writ.ads: Document that checksums use lower case,
43532         not upper case letters.
43533
43534         * scans.adb: Undo previous change, not needed
43535
43536         * scans.ads: Undo previous change, not needed.
43537
43538         * scn-nlit.adb: Undo previous changes, not needed.
43539
43540         * scn-slit.adb: Undo previous change, not needed.  Fix header format.
43541
43542         * scn.adb:
43543         (Accumulate_Checksum): Use System.CRC32.
43544         (Initialize_Checksum): New procedure.
43545         Remove other changes of previous revision.
43546
43547         * sinput-p.adb: Undo previous change, not needed.
43548
43549         * sinput.adb: Undo previous change, not needed.
43550
43551         * sinput-l.adb: Undo previous change, not needed.
43552
43553         * sinput.ads: Undo previous change, not needed.  Keep only comment
43554         on new checksum algorithm
43555
43556         * Makefile.in: Add s-crc32 as needed, remove g-crc32.
43557         Also remove a-tags and a-stream from GNAT sources.
43558
43559         * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
43560
43561         * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
43562
43563 2001-10-11  Geert Bosch  <bosch@gnat.com>
43564
43565         * einfo.h: Regenerate.
43566
43567         * nmake.ads: Regenerate.
43568
43569         * nmake.adb: Regenerate.
43570
43571         * sinfo.h: Regenerate.
43572
43573         * treeprs.adb: Regenerate.
43574
43575 2001-10-10  Geert Bosch  <bosch@gnat.com>
43576
43577         * gnat-style.texi: New file describing coding guidelines for Ada.
43578
43579 2001-10-10  Ed Schonberg  <schonber@gnat.com>
43580
43581         * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
43582         is Flag174.
43583
43584 2001-10-10  Geert Bosch  <bosch@gnat.com>
43585
43586         * snames.ads: Add new names for project facility.
43587
43588         * snames.adb: Update to reflect snames.ads changes.
43589
43590         * snames.h: Update to reflect snames.ads changes.
43591
43592 2001-10-10  Vincent Celier  <celier@gnat.com>
43593
43594         * make.adb:
43595         (Add_Switches): reflect the changes for the switches attributes
43596         Default_Switches indexed by the programming language,
43597         Switches indexed by the file name.
43598         (Collect_Arguments_And_Compile): Idem.
43599         Reflect the attribute name changes.
43600
43601         * prj-attr.adb:
43602         (Initialisation_Data): Change the names of some packages and
43603         attributes.
43604         (Initialize): process case insensitive associative arrays.
43605
43606         * prj-attr.ads:
43607         (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
43608
43609         * prj-dect.adb:
43610         (Parse_Attribute_Declaration): For case insensitive associative
43611          arrays, set the index string to lower case.
43612
43613         * prj-env.adb:
43614         Reflect the changes of the project attributes.
43615
43616         * prj-nmsc.adb:
43617         Replace Check_Naming_Scheme by Ada_Check and
43618         Language_Independent_Check.
43619
43620         * prj-nmsc.ads:
43621         Replaced Check_Naming_Scheme by 2 procedures:
43622         Ada_Check and Language_Independent_Check.
43623
43624         * prj-proc.adb:
43625         (Process_Declarative_Items): For case-insensitive associative
43626         arrays, set the index string to lower case.
43627         (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
43628         Prj.Nmsc.Check_Naming_Scheme.
43629
43630         * prj-tree.adb:
43631         (Case_Insensitive): New function
43632         (Set_Case_Insensitive): New procedure
43633
43634         * prj-tree.ads:
43635         (Case_Insensitive): New function
43636         (Set_Case_Insensitive): New procedure
43637         (Project_Node_Record): New flag Case_Insensitive.
43638
43639         * prj-util.adb:
43640         (Value_Of): new function to get the string value of a single
43641         string variable or attribute.
43642
43643         * prj-util.ads:
43644         (Value_Of): new function to get the string value of a single
43645         string variable or attribute.
43646
43647         * prj.adb:
43648         (Ada_Default_Spec_Suffix): New function
43649         (Ada_Default_Impl_Suffix): New function
43650         Change definitions of several constants to reflect
43651         new components of record types.
43652
43653         * prj.ads:
43654         (Naming_Data): Change several components to reflect new
43655         elements of naming schemes.
43656         (Project_Data): New flags Sources_Present and
43657         Language_Independent_Checked.
43658         (Ada_Default_Spec_Suffix): New function.
43659         (Ada_Default_Impl_Suffix): New function.
43660
43661         * snames.ads:
43662         Modification of predefined names for project manager: added
43663         Implementation, Specification_Exceptions, Implementation_Exceptions,
43664         Specification_Suffix, Implementation_Suffix, Separate_Suffix,
43665         Default_Switches, _Languages, Builder, Cross_Reference,
43666         Finder. Removed Body_Part, Specification_Append, Body_Append,
43667         Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
43668         Gnatlink.
43669
43670         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
43671         Add comments.
43672
43673         * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
43674         not that it is Nil_Variable_Value.
43675
43676         * prj.ads: Add ??? for uncommented declarations
43677
43678 2001-10-10  Ed Schonberg  <schonber@gnat.com>
43679
43680         * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
43681         constant, do not indicate possible modification, so that gigi can
43682         treat it as a bona fide constant.
43683
43684 2001-10-10  Robert Dewar  <dewar@gnat.com>
43685
43686         * sem_prag.adb: Add processing for pragma External.
43687
43688         * snames.ads: Add entry for pragma External.
43689
43690         * par-prag.adb: Add pragma External.
43691
43692         * snames.adb: Updated to match snames.ads.
43693
43694 2001-10-10  Ed Schonberg  <schonber@gnat.com>
43695
43696         * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
43697         a dynamic task if the allocator appears in an indexed assignment
43698         or selected component assignment.
43699
43700         * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
43701         For a dynamic task in an assignment statement, use target of
43702         assignment to generate meaningful name.
43703
43704 2001-10-10  Ed Schonberg  <schonber@gnat.com>
43705
43706         * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
43707         a generic package.
43708
43709         * einfo.ads: Body_Entity is also defined for generic package.
43710         Documentation change only
43711
43712         * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
43713         others_choice for a discriminated component initialization,
43714         convert discriminant references into the corresponding discriminals.
43715
43716         * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
43717         only if original type is private and expression has to be wrapped
43718         in a conversion.
43719
43720         * checks.adb:
43721         (Apply_Constraint_Check): Do not perform length check
43722         if expression is an aggregate with only an others_choice.
43723         (Length_N_Cond): two references to the same in_parameter
43724         (typically the discriminal in an init_proc) denote the same value.
43725         Two useful optimization uncovered by bugfixes above.
43726
43727 2001-10-10  Robert Dewar  <dewar@gnat.com>
43728
43729         * xeinfo.adb: Change int to char in translation of enumeration types.
43730         This fixes a problem in the C representation of component alignment.
43731         Add 2001 to copyright notice
43732
43733 2001-10-10  Richard Kenner  <kenner@gnat.com>
43734
43735         * decl.c: (validate_size): Do check size of object of integral type
43736         if it is a packed array type.
43737
43738 2001-10-10  Richard Kenner  <kenner@gnat.com>
43739
43740         * decl.c: (gnat_to_gnu_entity, case object): Also materialize
43741         VAR_DECL for constant if not Is_Public but -O0.
43742
43743 2001-10-10  Richard Kenner  <kenner@gnat.com>
43744
43745         * misc.c (struct lang_hooks): Add new initializer to match GCC change.
43746
43747 2001-10-10  Geert Bosch  <bosch@gnat.com>
43748
43749         * xnmake.adb (XNmake): Fix handling of -s/-b options.  No longer
43750         use '/' as switch character, allowing for absolute file names.
43751
43752 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
43753
43754         * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
43755         FSF address.
43756
43757 2001-10-08  Geert Bosch  <bosch@gnat.com>
43758
43759         * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
43760         Automatically build utilities when files need to be regenerated.
43761
43762 2001-10-08  Geert Bosch  <bosch@gnat.com>
43763
43764         * xsnames.adb: New utility for updating snames.ads and snames.adb
43765
43766 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
43767
43768         * Make-lang.in (ADAFLAGS): Add -W -Wall.
43769         (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
43770         (gnat1): Also depend on attribs.o.
43771         (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
43772         * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
43773         (ADAC): Set to @ADAC@ in stage1, $(CC) later.
43774         (ADAFLAGS): Add -W -Wall.
43775         (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
43776         take out CFLAGS.
43777
43778         (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
43779         s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
43780         s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
43781         Use $(ADAC), not $(CC), as compilation command.
43782
43783         (gnattools): Depend directly on tools to build, don't use
43784         recursive make.
43785         (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
43786
43787         * einfo.h, sinfo.h: New files (autogenerated).
43788
43789 2001-10-08  Richard Henderson  <rth@redhat.com>
43790
43791         * comperr.adb (Abort_In_Progress): New.
43792         (Compiler_Abort): Use it to prevent recursion.
43793
43794 2001-10-08  Robert Dewar  <dewar@gnat.com>
43795
43796         * atree.adb: Set Error_Posted in Error node, helps error recovery.
43797
43798         * par-endh.adb (Output_End_Expected): We should also not test
43799         Error_Posted on the Error node, since now it is always set.
43800
43801         * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
43802         to help error recovery. Part of general work on 9407-004.
43803
43804         * par.adb: Add ??? for misuse of error
43805
43806         * sem_res.adb:
43807         (Resolve): Defend against Error, fixes 9407-003.
43808         (Resolve_Discrete_Subtype_Indication): Defend against Error.
43809
43810         * sinfo.ads (N_Error): Now has Etype field (which will be set
43811         to Any_Type to help error recovery).
43812
43813 2001-10-08  Richard Kenner  <kenner@gnat.com>
43814
43815         * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
43816         Consistently set MEM attributes from expression; fixes
43817         bootstrap failure on x86.
43818
43819 2001-10-08  Geert Bosch  <bosch@gnat.com>
43820
43821         * 5oosinte.adb: Add 2001 to copyright notice.
43822
43823 2001-10-08  Geert Bosch  <bosch@gnat.com>
43824
43825         * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
43826
43827         * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
43828
43829 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
43830
43831         * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
43832
43833 2001-10-05  Geert Bosch  <bosch@gnat.com>
43834
43835         * adaint.h: Small formatting fix.
43836
43837 2001-10-04  Geert Bosch  <bosch@gnat.com>
43838
43839         * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
43840         Arg is int, not FILE *, in dummy version of functions.
43841
43842         * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
43843         Arg is int, not FILE *.
43844
43845 2001-10-04  Geert Bosch  <bosch@gnat.com>
43846
43847         * 3lsoccon.ads: Added file, missed with initial check ins.
43848
43849         * 4lintnam.ads: Fix header format.
43850         Change Linux to GNU/Linux.
43851
43852         * 5iosinte.adb: Change Linux to GNU/Linux.
43853
43854         * 5iosinte.ads: Change Linux to GNU/Linux.
43855
43856         * 5itaprop.adb: Change Linux to GNU/Linux.
43857
43858         * 5itaspri.ads: Change Linux to GNU/Linux.
43859         Update copyright notice.
43860
43861         * 5lintman.adb: Change Linux to GNU/Linux.
43862
43863         * 5lml-tgt.adb: Change Linux to GNU/Linux.
43864
43865         * 5losinte.ads: Change Linux to GNU/Linux.
43866
43867         * 5lsystem.ads: Change Linux to GNU/Linux.
43868
43869         * 5qosinte.adb: Change Linux to GNU/Linux.
43870
43871         * 5qosinte.ads: Change Linux to GNU/Linux.
43872
43873         * 5qparame.ads: Change Linux to GNU/Linux.
43874
43875         * 5qtaprop.adb: Change Linux to GNU/Linux.
43876
43877         * 5qtaspri.ads: Change Linux to GNU/Linux.
43878         Add 2001 to copyright notice.
43879
43880         * 5vintman.ads: Change Linux to GNU/Linux.
43881         Fix header format.  Add 2001 to copyright notice.
43882
43883         * g-soccon.ads: Change Linux to GNU/Linux.
43884
43885         * g-trasym.ads: Change Linux to GNU/Linux.
43886         Add 2001 to copyright notice.
43887
43888         * memtrack.adb: Change Linux to GNU/Linux.
43889
43890         * s-intman.ads: Change Linux to GNU/Linux.
43891         Add 2001 to copyright notice.  Fix header format.
43892
43893         * s-stache.adb: Change Linux to GNU/Linux.
43894
43895         * adaint.c: Change Linux to GNU/Linux.
43896
43897         * cio.c: Change Linux to GNU/Linux.
43898
43899         * cstreams.c: Change Linux to GNU/Linux.
43900
43901         * init.c: Change Linux to GNU/Linux.
43902
43903         * gmem.c: Change Linux to GNU/Linux.
43904
43905         * tracebak.c: Change Linux to GNU/Linux.
43906
43907
43908 2001-10-02  Geert Bosch  <bosch@gnat.com>
43909
43910         * misc.c (insert_default_attributes): Add dummy version.