OSDN Git Service

2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
1 2008-09-05  Joel Sherrill <joel.sherrill@oarcorp.com>
2
3         * s-stchop-rtems.adb: Add file missed in early commit.  Already
4         referenced in gcc-interface/Makefile.in.
5
6 2008-08-30  Thomas Quinot  <quinot@adacore.com>
7
8         * gcc-interface/Make-lang.in: Allow s-oscons.{o,ali} to
9         be built even without a separate libada directory.
10
11 2008-08-22  Arnaud Charlet  <charlet@adacore.com>
12
13         * lib-xref.ads: Fix typo in subprogram reference definition.
14
15 2008-08-22  Robert Dewar  <dewar@adacore.com>
16
17         * s-sopco3.adb, s-sopco4.adb, s-sopco5.adb, s-strops.adb: Minor code fix
18         to avoid warning.
19
20         * g-trasym.adb: Ditto
21
22         * s-utf_32.adb (Get_Category): Fix obvious typo
23
24         * s-wwdcha.adb: Minor code reorganization
25         Remove dead code
26
27 2008-08-22  Robert Dewar  <dewar@adacore.com>
28
29         * checks.adb (Determine_Range): Deal with values that might be invalid
30
31         * opt.adb, opt.ads (Assume_No_Invalid_Values[_Config]): New configuration
32         switches.
33
34         * par-prag.adb: Dummy entry for pragma Assume_No_Invalid_Values
35
36         * sem_prag.adb: Implement pragma Assume_No_Default_Values
37
38         * snames.adb, snames.ads, snames.h:
39         Add entries for pragma Assume_No_Invalid_Values
40
41         * switch-c.adb: Add processing for -gnatB switch
42
43         * usage.adb: Add entry for flag -gnatB (no bad invalid values)
44
45 2008-08-22  Javier Miranda  <miranda@adacore.com>
46
47         * exp_ch3.adb (Build_Init_Statements): Transfer to the body of the
48         init procedure all the expanded code associated with the spec of
49         task types and protected types.
50
51 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
52
53         * exp_aggr.adb (Static_Array_Aggregate): Call Analyze_And_Resolve on the
54         component expression copies rather than directly setting Etype and
55         Is_Static_Expression.
56
57 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
58
59         * sem_util.adb (Has_Preelaborable_Initialization): Revise checking of
60         private types to allow for types derived from a private type with
61         preelaborable initialization, but return False for a private extension
62         (unless it has the pragma).
63
64 2008-08-22  Robert Dewar  <dewar@adacore.com>
65
66         * opt.ads: Minor code reorganization (put entries in alpha order)
67
68 2008-08-22  Pascal Obry  <obry@adacore.com>
69
70         * initialize.c, adaint.c: Use Lock_Task and Unlock_Task for non-blocking
71         spawn.
72
73 2008-08-22  Geert Bosch  <bosch@adacore.com>
74
75         * gcc-interface/trans.c: Define FP_ARITH_MAY_WIDEN
76         (convert_with_check): Only use longest_float_type if FP_ARITH_MAY_WIDEN is 0
77
78 2008-08-22  Doug Rupp  <rupp@adacore.com>
79
80         * bindgen.adb [VMS] (Gen_Adainit_Ada, Gen_Adainit_C): Import and call
81         __gnat_set_features.
82
83         * init.c
84         (__gnat_set_features): New function.
85         (__gnat_features_set): New tracking variable.
86         (__gl_no_malloc_64): New feature global variable
87
88 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
89
90         * sem_ch8.adb (Use_One_Type): Do not emit warning message about redundant
91         use_type_clause in an instance.
92
93 2008-08-22  Bob Duff  <duff@adacore.com>
94
95         * exp_ch6.ads: Remove pragma Precondition, since it breaks some builds.
96
97 2008-08-22  Robert Dewar  <dewar@adacore.com>
98
99         * exp_ch6.adb: Minor reformatting
100
101         * exp_ch7.adb: Minor reformatting
102
103         * exp_ch7.ads: Put routines in proper alpha order
104
105         * exp_dist.adb: Minor reformatting
106
107 2008-08-22  Vincent Celier  <celier@adacore.com>
108
109         * prj.ads: Minor comment update
110
111 2008-08-22  Robert Dewar  <dewar@adacore.com>
112
113         * sem_ch5.adb (One_Bound): Fix latent bug involving secondary stack
114
115 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
116
117         * exp_tss.adb:
118         (Base_Init_Proc): For a protected subtype, use the base type of the
119         corresponding record to locate the propoer initialization procedure.
120
121 2008-08-22  Robert Dewar  <dewar@adacore.com>
122
123         * checks.adb:
124         (In_Subrange_Of): New calling sequence
125         (Determine_Range): Prepare for new processing using base type
126
127         * exp_ch4.adb:
128         (Compile_Time_Compare): Use new calling sequence
129
130         * exp_ch5.adb:
131         (Compile_Time_Compare): Use new calling sequence
132
133         * sem_eval.adb:
134         (Compile_Time_Compare): New calling sequence allows dealing with
135         invalid values.
136         (In_Subrange_Of): Ditto
137
138         * sem_eval.ads:
139         (Compile_Time_Compare): New calling sequence allows dealing with
140         invalid values.
141         (In_Subrange_Of): Ditto
142
143 2008-08-22  Pascal Obry  <obry@adacore.com>
144
145         * adaint.c: Fix possible race condition on win32_wait().
146
147 2008-08-22  Bob Duff  <duff@adacore.com>
148
149         * exp_ch5.adb, exp_ch7.adb, exp_ch7.ads, exp_util.adb, freeze.adb,
150         exp_ch4.adb, exp_ch6.ads, exp_ch6.adb, sem_ch6.adb, exp_aggr.adb,
151         exp_intr.adb, exp_ch3.adb: Rename:
152         Exp_Ch7.Controlled_Type => Needs_Finalization
153         Exp_Ch7.CW_Or_Controlled_Type => CW_Or_Has_Controlled_Part
154         Exp_Ch5.Expand_N_Extended_Return_Statement.Controlled_Type =>
155          Has_Controlled_Parts
156         (Has_Some_Controlled_Component): Fix bug in array case.
157
158 2008-08-22  Robert Dewar  <dewar@adacore.com>
159
160         * sem_ch8.adb: Minor reformatting
161
162 2008-08-22  Kevin Pouget  <pouget@adacore.com>
163
164         * s-shasto.ads, s-shasto.adb: Move Shared_Var_ROpen, Shared_Var_WOpen and
165         Shared_Var_Close procedure specifications from package spec to package body.
166
167         * rtsfind.ads: Remove RE_Shared_Var_Close, RE_Shared_Var_ROpen,
168         RE_Shared_Var_WOpen entries.
169
170         * exp_dist.adb: Update RE_Any_Content_Ptr to RE_Any_Container_Ptr in
171         Build_To_Any_Call, Build_TypeCode_Call and Build_From_Any_Call procedures.
172
173 2008-08-22  Eric Botcazou  <ebotcazou@adacore.com>
174
175         * init.c: adjust EH support code on Alpha/Tru64 as well.
176
177         * raise-gcc.c: Add back a couple of comments.
178
179 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
180
181         * exp_ch5.adb (Expand_Simple_Function_Return): If secondary stack is
182         involved and the return type is class-wide, use the type of the expression
183         for the generated access type. Suppress useless discriminant checks on the
184         allocator.
185
186 2008-08-22  Bob Duff  <duff@adacore.com>
187
188         * exp_ch7.adb: Minor comment fix
189
190         * exp_ch6.ads: Minor comment fix
191
192 2008-08-22  Thomas Quinot  <quinot@adacore.com>
193
194         * sem_ch8.adb: Minor reformatting
195         Minor code reorganization (introduce subprogram to factor duplicated
196         code).
197
198 2008-08-22  Sergey Rybin  <rybin@adacore.com>
199
200         * gnat_ugn.texi: Change the description of gnatcheck default rule
201         settings.
202
203 2008-08-22  Eric Botcazou  <ebotcazou@adacore.com>
204
205         * init.c (__gnat_adjust_context_for_raise): Delete for AIX, HP-UX,
206         Solaris, FreeBSD, VxWorks and PowerPC/Linux.  For x86{-64}/Linux,
207         do not adjust the PC anymore.
208         (__gnat_error_handler): Do not call __gnat_adjust_context_for_raise
209         on AIX, HP-UX, Solaris, FreeBSD and VxWorks.
210
211         * raise-gcc.c (get_call_site_action_for): Use _Unwind_GetIPInfo
212         instead of _Unwind_GetIP.
213
214 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
215
216         * exp_aggr.adb (Static_Array_Aggregate): When a static array aggregate
217         with a range is transformed into a positional aggregate, any copied
218         component literals should be marked Is_Static_Expression.
219
220         * sem_eval.adb (Compile_Time_Known_Value): Don't treat null literals as
221         not being known at at compile time when Configurable_Run_Time_Mode is
222         true.
223
224 2008-08-22  Robert Dewar  <dewar@adacore.com>
225
226         * exp_attr.adb:
227         (Expand_N_Attribute_Reference): No validity checking on OUT parameter of
228         Read or Input attribute.
229
230 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
231
232         * sem_ch8.adb (Use_One_Type): when checking which of two use_type
233         clauses in related units is redundant, if one of the units is a package
234         instantiation, use its instance_spec to determine which unit is the
235         ancestor of the other.
236
237 2008-08-22  Javier Miranda  <miranda@adacore.com>
238
239         * exp_attr.adb (Expand_N_Attribute_Reference): In case of access
240         attributes add missing support to handle designated types that come
241         from the limited view.
242
243         * exp_disp.adb (Expand_Interface_Conversion): Remove wrong assertion.
244
245 2008-08-22  Sergey Rybin  <rybin@adacore.com>
246
247         * vms_data.ads: Add entry for new gnatcheck -mNNN option
248
249         * gnat_ugn.texi: Add description for gnatcheck option '-m'
250
251 2008-08-22  Sergey Rybin  <rybin@adacore.com>
252
253         * gnat_ugn.texi: Update the gnatcheck subsection for metric rules
254         acoording to the latest changes in the metric rule interface
255
256 2008-08-22  Vincent Celier  <celier@adacore.com>
257
258         * make.adb (Check.File_Not_A_Source_Of): New Boolean function
259         (Check): Check if the file names registered in the ALI file for the
260         spec, the body and each of the subunits are the ones expected.
261
262 2008-08-22  Robert Dewar  <dewar@adacore.com>
263
264         * g-catiio.adb: Code cleanup.
265
266 2008-08-20  Vincent Celier  <celier@adacore.com>
267
268         * make.adb (Gnatmake): Remove extra space in version line
269
270         * ali.adb:
271         (Scan_ALI): Use Name_Find, not Name_Enter to get the name of a subunit,
272         as the name may already have been entered in the table by the Project
273         Manager.
274
275 2008-08-20  Jose Ruiz  <ruiz@adacore.com>
276
277         * errno.c (__get_errno, __set_errno for MaRTE): Transform then into
278         weak symbols so we use the version provided by MaRTE when available.
279
280 2008-08-20  Emmanuel Briot  <briot@adacore.com>
281
282         * g-catiio.ads, g-catiio.adb:
283         (Value): Avoid an unnecessary system call to Clock in most cases.
284         This call is only needed when only the time is provided in the string,
285         and ignored in all other cases. This is more efficient.
286
287 2008-08-20  Eric Botcazou  <ebotcazou@adacore.com>
288
289         * raise-gcc.c: Fix formatting nits.
290
291 2008-08-20  Robert Dewar  <dewar@adacore.com>
292
293         * sem_ch13.adb:
294         (Adjust_Record_For_Reverse_Bit_Order): Do not access First_Bit for
295         non-existing component clause.
296
297         * exp_ch5.adb: Minor reformatting
298
299         * g-comlin.adb: Minor reformatting
300
301         * make.adb: Minor reformatting
302
303         * prj-proc.adb: Minor reformatting
304
305         * stylesw.ads: Minor reformatting
306
307 2008-08-20  Vincent Celier  <celier@adacore.com>
308
309         * make.adb (Gnatmake_Switch_Found): New Boolean global variable
310         (Switch_May_Be_Passed_To_The_Compiler): New Boolean global variable
311         (Add_Switches): New Boolean parameter Unknown_Switches_To_The_Compiler
312          defaulted to True. Fail when Unknown_Switches_To_The_Compiler is False
313         and a switch is not recognized by gnatmake.
314         (Gnatmake): Implement new scheme for gnatmake switches and global
315         compilation switches.
316         (Switches_Of): Try successively Switches (<file name>),
317         Switches ("Ada"), Switches (others) and Default_Switches ("Ada").
318
319 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
320
321         * styleg-c.ads, styleg-c.adb (Missing_Overriding): new procedure to
322         implement style check that overriding operations are explicitly marked
323         at such.
324
325         * style.ads (Missing_Overriding): new procedure that provides interface
326         to previous one.
327
328         * stylesw.ads, stylesw.adb: New style switch -gnatyO, to enable check
329         that the declaration or body of overriding operations carries an
330         explicit overriding indicator.
331
332         * sem_ch8.adb
333         (Analyze_Subprogram_Renaming): if operation is overriding, check whether
334         explicit indicator should be present.
335
336         * sem_ch6.adb (Verify_Overriding_Indicator,
337         Check_Overriding_Indicator): If operation is overriding, check whether
338         declaration and/or body of subprogram should be present
339
340 2008-08-20  Vincent Celier  <celier@adacore.com>
341
342         * prj-nmsc.adb (Check_Naming_Schemes): Accept source file names for
343         gprbuild when casing is MixedCase, whatever the casing of the letters
344         in the file name.
345
346 2008-08-20  Gary Dismukes  <dismukes@adacore.com>
347
348         * exp_ch3.adb (Build_Array_Init_Proc): Clarify comment related to
349         creating dummy init proc.
350         (Requires_Init_Proc): Return False in the case No_Default_Initialization
351         is in force and the type does not have associated default
352         initialization. Move test of Is_Public (with tests of restrictions
353         No_Initialize_Scalars and No_Default_Initialization) to end, past tests
354         for default initialization.
355
356 2008-08-20  Jerome Lambourg  <lambourg@adacore.com>
357
358         * g-comlin.adb (For_Each_Simple_Switch): Take care of switches not part
359         of any alias or prefix but having attached parameters (as \"-O2\").
360
361 2008-08-20  Robert Dewar  <dewar@adacore.com>
362
363         * s-fileio.adb: Minor reformatting
364
365 2008-08-20  Thomas Quinot  <quinot@adacore.com>
366
367         * exp_strm.adb (Build_Elementary_Input_Call,
368         Build_Elementary_Write_Call): Fix incorrect condition in circuitry that
369         selects the stream attribute routines for long float types.
370
371 2008-08-20  Vincent Celier  <celier@adacore.com>
372
373         * prj-proc.adb (Process_Declarative_Items): Add Location for Array_Data
374
375         * prj.ads (Array_Data): Add a component Location
376
377 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
378
379         * sem_prag.adb:
380         (Analyze_Pragma, case Obsolescent): Add entity information on the pragma
381         argument for ASIS and navigation use.
382
383 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
384
385         * einfo.ads: Add comment.
386
387 2008-08-20  Bob Duff  <duff@adacore.com>
388
389         * sem_eval.ads: Minor comment fix.
390
391 2008-08-20  Bob Duff  <duff@adacore.com>
392
393         * exp_ch4.adb (Expand_N_And_Then, Expand_N_Or_Else): Improve constant
394         folding. We were folding things like "False and then ...", but not
395         "X and then ..." where X is a constant whose value is known at compile
396         time.
397
398 2008-08-20  Hristian Kirtchev  <kirtchev@adacore.com>
399
400         * exp_ch5.adb (Controlled_Type): New routine.
401         (Expand_N_Extended_Return_Statement): When generating a move of the
402         final list in extended return statements, check the type of the
403         function and in the case of double expanded return statements, the type
404         of the returned object.
405         (Expand_Simple_Function_Return): Perform an interface conversion when
406         the type of the returned object is an interface and the context is an
407         extended return statement.
408
409 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
410
411         * sem_util.adb (Set_Debug_Info_Needed): If the entity is a private type
412         and the full view is visible, set flag on full view as well.
413
414 2008-08-20  Thomas Quinot  <quinot@adacore.com>
415
416         * g-comlin.adb: Minor reformatting
417         Minor code reorganization.
418
419         * freeze.adb: Minor reformatting
420
421 2008-08-20  Vincent Celier  <celier@adacore.com>
422
423         * prj-nmsc.adb (Check_File): An excluded Ada source file may be a
424         source of another project.
425
426 2008-08-20  Pascal Obry  <obry@adacore.com>
427
428         * s-os_lib.ads: Minor reformatting.
429
430 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
431
432         * gnatvsn.ads: Minor reformatting.
433
434 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
435
436         * a-crbtgk.adb, repinfo.adb, g-traceb.ads, repinfo.ads,
437         system-linux-s390x.ads, s-fatflt.ads, s-parame-ae653.ads, g-spipat.adb,
438         g-spipat.ads, g-tasloc.adb, g-debpoo.adb, g-except.ads, g-debpoo.ads,
439         mdll-utl.adb, g-string.adb, g-soliop-solaris.ads, par-sync.adb,
440         exp_ch6.ads, a-cihama.ads, g-curexc.ads, system-linux-sh4.ads,
441         g-utf_32.adb, g-hesorg.adb, s-proinf-irix-athread.ads, s-parint.adb,
442         s-parint.ads, exp_ch7.ads, system-linux-alpha.ads, g-dirope.adb,
443         sinfo-cn.adb, par-labl.adb, a-ciorse.adb, g-calend.adb,
444         s-parame-vms-alpha.ads, nlists.h, exp_imgv.adb, exp_fixd.ads,
445         g-calend.ads, gnatcmd.ads, g-table.adb, s-memory-mingw.adb,
446         g-alveop.ads, g-memdum.ads, g-altive.ads, initialize.c, g-regpat.adb,
447         g-busorg.ads, g-regpat.ads, g-encstr.ads, g-regexp.adb, g-regexp.ads,
448         live.ads, g-dyntab.adb, prj-nmsc.ads, par-ch12.adb, 9drpc.adb,
449         g-alvevi.ads, s-memory.adb, math_lib.adb, s-parame.ads, s-memory.ads,
450         s-regexp.adb, a-exexda.adb, i-cstrea-vms.adb, a-exexpr.adb,
451         g-soliop-mingw.ads, s-imgrea.adb, namet.adb, system-vms.ads,
452         s-inmaop-dummy.adb, s-finroo.ads, a-ngcefu.adb, s-hibaen.ads,
453         g-soliop.ads, s-auxdec.adb, g-locfil.ads, gnatxref.adb, memroot.adb,
454         osint-b.ads, memroot.ads, s-parame-hpux.ads, errutil.adb,
455         system-linux-s390.ads, par-util.adb, osint-c.ads, exp_pakd.ads,
456         i-pacdec.ads, par-endh.adb, mlib-tgt.ads, prj-strt.ads,
457         s-osprim-vms.adb, s-proinf.ads, output.ads, g-moreex.ads,
458         a-finali.ads, s-fatlfl.ads, namet.h, mdll.ads, g-dynhta.ads,
459         s-imgenu.ads, par-tchk.adb, g-excact.ads, memtrack.adb, s-fatgen.adb,
460         a-exexpr-gcc.adb, g-arrspl.adb, par-ch4.adb, g-cgideb.adb, freeze.ads,
461         g-altcon.adb, s-fatllf.ads, gnatfind.adb, s-osinte-lynxos-3.adb,
462         a-exextr.adb, g-htable.ads, a-calfor.adb, s-imgcha.adb, argv.c,
463         a-chahan.ads, g-hesora.adb, system-vms_64.ads, par-ch5.adb, g-md5.adb,
464         lib-xref.ads, g-md5.ads, g-casuti.ads, s-fatsfl.ads, exp_dbug.ads,
465         s-htable.ads, a-ngcoar.adb, s-arit64.ads, a-ngelfu.adb, a-filico.ads,
466         par-ch6.adb, s-inmaop.ads, s-parame-vxworks.ads, s-casuti.ads,
467         a-numaux-darwin.adb, a-cohama.ads, system-linux-sparc.ads, g-os_lib.adb,
468         system-vms-ia64.ads, s-parame-vms-restrict.ads, a-clrefi.ads,
469         s-parame-vms-ia64.ads, a-strfix.adb, a-coorse.adb, a-comlin.ads,
470         a-chtgke.adb, s-imgint.adb, g-expect.ads, exp_ch4.ads, s-finimp.adb,
471         mingw32.h, g-heasor.adb, g-alleve.adb, a-ngrear.adb, s-mastop-irix.adb,
472         s-poosiz.adb, link.c: Fix copyright notice.
473
474 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
475
476         * g-comlin.ads: Update comments.
477
478 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
479
480         * sem_ch8.adb (Analyze_Subprogram_Renaming): Inherit Is_Imported flag.
481
482 2008-08-20  Gary Dismukes  <dismukes@adacore.com>
483
484         * exp_ch11.adb:
485         (Expand_Exception_Handlers): Call Make_Exception_Handler instead of
486         Make_Implicit_Exception_Handler when rewriting an exception handler with
487         a choice parameter, and pass the handler's Sloc instead of that of the
488         handled sequence of statements. Make_Implicit_Exception_Handler sets the
489         Sloc to No_Location (unless debugging generated code), which we don't
490         want for the case of a user handler.
491
492 2008-08-20  Robert Dewar  <dewar@adacore.com>
493
494         * freeze.adb (Freeze_Record_Type): Improve msg for non-contiguous field
495         
496         * sem_ch13.adb:
497         (Adjust_Record_For_Reverse_Bit_Order): Messages about layout are
498         now labeled as info msgs, not warnings.
499
500         * tbuild.ads: Clarify documentation of Make_Implicit_Exception_Handler
501
502         * usage.adb: Minor change to avoid overlong line for -gnatwz/Z
503
504         * a-textio.adb: Remove redundant test.
505
506         * a-witeio.adb: Minor code reorganization
507         Remove redundant test found working on another issue
508
509         * a-ztexio.adb: Minor code reorganization
510         Remove redundant test found working on another issue
511
512 2008-08-20  Thomas Quinot  <quinot@adacore.com>
513
514         * s-fileio.adb (Open) Use C helper function to determine whether a
515         given errno value corresponds to a "file not found" error.
516
517         * sysdep.c (__gnat_is_file_not_found_error): New C helper function.
518
519 2008-08-20  Jose Ruiz  <ruiz@adacore.com>
520
521         * errno.c (__get_errno for MaRTE): Use the MaRTE function pthread_errno
522         to get access to the per-task errno variable.
523         (__set_errno for MaRTE): Do not redefine this function here since it is
524         already defined in MaRTE.
525
526 2008-08-20  Tristan Gingold  <gingold@adacore.com>
527
528         * gnat_ugn.texi: Gcov is not supported on static library on AIX.
529
530 2008-08-20  Robert Dewar  <dewar@adacore.com>
531
532         * freeze.adb: Minor reformatting
533
534         * g-comlin.adb: Minor reformatting
535
536         * g-socket.adb: Minor reformatting
537
538         * g-socthi-mingw.adb: Minor reformatting
539
540         * g-stheme.adb: Minor reformatting
541
542 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
543
544         * sem_aggr.adb, sem_type.adb, exp_ch9.ads, einfo.ads,
545         exp_ch6.adb, exp_aggr.adb (Valid_Ancestor): Resolve
546         confusion between partial and full views of an ancestor of the context
547         type when the parent is a private extension declared in a parent unit,
548         and full views are available for the context type.
549
550 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
551             Robert Dewar  <dewar@adacore.com>
552
553         PR ada/30827
554         * bindgen.adb (Gen_Output_File_Ada): Zero-terminate the
555         version string.
556         Move comment in the right place.
557         * g-comver.adb (Version): Look for a zero-termination in
558         addition to a closing parenthesis.
559
560 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
561
562         * exp_ch13.adb, exp_disp.adb, sem_cat.adb, sem_ch10.adb,
563         * sem_ch12.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb,
564         * sem_prag.adb, sem_util.adb, sem_warn.adb: Use
565         Is_Package_Or_Generic_Package instead of hand-crafted tests.
566
567 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
568
569         PR ada/15808
570         * sem_ch6.adb (Check_Private_Overriding): Check for generic packages
571         as well.
572
573 2008-08-17  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
574
575         * adaint.c (_gnat_set_close_on_exec) [_WIN32]: Implement.
576
577 2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
578
579         * gcc-interface/trans.c (call_to_gnu): Use the Sloc of the call
580         for back-copy statements in lieu of that of the actual.
581
582 2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
583
584         PR ada/20548
585         * gcc-interface/decl.c (gnat_to_gnu_entity): Use DECL_SIZE_UNIT in the
586         setjmp test consistently.  Adjust for new behavior of flag_stack_check.
587         * gcc-interface/utils2.c (build_call_alloc_dealloc): Remove redundant
588         test of flag_stack_check.  Adjust for new behavior of flag_stack_check.
589
590 2008-08-13  Samuel Tardieu  <sam@rfc1149.net>
591
592         PR ada/36777
593         * sem_util.ads, sem_util.adb (Is_Protected_Self_Reference): New.
594         * sem_attr.adb (Check_Type): The current instance of a protected
595         object is not a type name.
596         (Analyze_Access_Attribute): Accept instances of protected objects.
597         (Analyze_Attribute, Attribute_Address clause): Ditto.
598         * exp_attr.adb (Expand_N_Attribute_Reference): Rewrite
599         the prefix as being the current instance if needed.
600
601 2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>
602
603         * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]:
604         Remove duplicate s-win32.o. Add s-winext.o.
605
606 2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>
607
608         * g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM
609         with SOSC.SOCK__STREAM.
610         * g-socthi-mingw.adb (C_Select) Replace Constants.MSG_OOB with
611         SOSC.MSG_OOB.
612
613 2008-08-11  Joel Sherrill  <joel.sherrill@oarcorp.com>
614
615         * s-oscons-tmplt.c: RTEMS defines AF_INET6 but does support it.
616         * gsocket.h, socket.c: Update to support RTEMS.
617         * gcc-interface/Make-lang.in: Include CFLAGS_FOR_TARGET when cross.
618
619 2008-08-10  Samuel Tardieu  <sam@rfc1149.net>
620             Robert Dewar <dewar@adacore.com>
621
622         * exp_ch4.adb (Expand_N_Op_Expon): Force evaluation of
623         left argument even when right argument is 0.
624         (Expand_N_Op_Mod): Ditto when right argument is 1.
625         (Expand_N_Op_Multiply): Ditto when any argument is 0.
626         (Expand_N_Op_Rem): Ditto when right argument is 1.
627
628 2008-08-09  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
629
630         * gcc-interface/misc.c (gnat_handle_option): Replace set_Wunused
631         by warn_unused.
632         
633 2008-08-08  Ed Schonberg  <schonberg@adacore.com>
634
635         * freeze.adb (Generate_Prim_Op_References): New procedure, abstracted
636         from Freeze_Entity. Used to generate cross-reference information for
637         types declared in generic packages.
638
639 2008-08-08  Thomas Quinot  <quinot@adacore.com>
640
641         * gcc-interface/Makefile.in: Reintroduce g-soccon.ads as a
642         compatibility shim.
643
644 2008-08-08  Thomas Quinot  <quinot@adacore.com>
645
646         * gsocket.h:
647         On Windows, include <errno.h> and redefine only selected errno values
648         from their <winsock2.h> definitions.
649
650         * s-osinte-freebsd.ads: Minor reformatting
651
652         * s-osinte-hpux.ads, s-osinte-irix.ads: Minor reformatting
653
654         * g-soccon.ads: New file.
655
656         * g-stheme.adb, g-socthi-vms.adb, g-socthi-vxworks.adb,
657         g-socthi-mingw.adb, g-sttsne-vxworks.adb, g-socthi.adb,
658         g-stsifd-sockets.adb, g-socket.adb, g-socket.ads,
659         g-sothco.adb, g-sothco.ads: Add back GNAT.Sockets.Constants as a child
660         unit, to allow building software that depends on this internal unit
661         with both older and newer compilers.
662
663 2008-08-08  Robert Dewar  <dewar@adacore.com>
664
665         * s-strxdr.adb: Minor reformatting
666
667 2008-08-08  Bob Duff  <duff@adacore.com>
668
669         * gnat_ugn.texi: The "Run-Time Checks" section said "arithmetic overflow
670         checking for integer operations (including division by zero)", which
671         is wrong -- divide by zero is not part of overflow checking.
672         Also added misc clarification about what check-suppression means.
673
674         * gnat_rm.texi: Clarify the meaning of pragma Suppress.
675
676 2008-08-08  Jerome Lambourg  <lambourg@adacore.com>
677
678         * g-comlin.adb (Add_Switch): Handle addition of switches at the
679         begining of the command line.
680         (Append, Add): Renaming of Append to Add as this now allows addition
681         at the begining of the list.
682         
683         * g-comlin.ads (Add_Switch): Handle addition of switches at the
684         begining of the command line.
685
686 2008-08-08  Thomas Quinot  <quinot@adacore.com>
687
688         * g-sercom.ads:
689         (Name): Document application scope (only legacy PC serial ports on
690         Linux and Windows).
691
692 2008-08-08  Thomas Quinot  <quinot@adacore.com>
693
694         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Revert
695         previous change, not needed after all.
696
697 2008-08-08  Ed Schonberg  <schonberg@adacore.com>
698
699         * exp_ch4.adb (Expand_Allocator_Expression): add check if null
700         exclusion indicator is present
701
702 2008-08-08  Robert Dewar  <dewar@adacore.com>
703
704         * g-comlin.adb: Minor code reorganization
705         Minor reformatting
706
707         * g-comlin.ads: Minor reformatting
708
709         * s-fileio.adb: Minor reformatting
710
711         * sem_attr.adb: Minor code reorganization (use Nkind_In)
712         Minor reformatting
713
714 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
715
716         * gcc-interface/Make-lang.in: Use GCC_FOR_TARGET when dealing
717         with s-oscons-tmplt.i.
718
719 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
720
721         * gcc-interface/Make-lang.in (OSCONS_CPPFLAGS): Remove.
722
723 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
724
725         * sem_ch3.adb (Analyze_Component_Declaration): Protect against misuse
726         of incomplete type.
727
728         * sem_ch8.adb (Analyze_Object_Renaming): Diagnose properly a renaming
729         of a formal parameter of an incomplete type. Improve error message for
730         other improper uses of incomplete types.
731
732 2008-08-06  Robert Dewar  <dewar@adacore.com>
733
734         * gnat_ugn.texi: Clarify -gnato documentation
735
736 2008-08-06  Thomas Quinot  <quinot@adacore.com>
737
738         * gcc-interface/Makefile.in,
739         g-socthi-vxworks.adb, g-socthi-mingw.adb, g-sttsne-vxworks.adb,
740         g-socthi.adb, g-socket.adb, g-socket.ads, g-sothco.ads,
741         g-soccon-linux-x86.ads, g-soccon-vxworks.ads, g-soccon-mingw.ads,
742         g-soccon-hpux-ia64.ads, g-soccon-irix.ads, g-soccon-linux-64.ads,
743         g-soccon-aix.ads, g-soccon-solaris.ads, g-soccon-lynxos.ads,
744         g-soccon-vms.ads, g-soccon.ads, g-soccon-freebsd.ads,
745         g-soccon-linux-ppc.ads, g-soccon-tru64.ads, g-soccon-hpux.ads,
746         g-soccon-solaris-64.ads, gen-oscons.c, g-soccon-darwin.ads,
747         g-soccon-mingw-64.ads, g-soccon-linux-mips.ads, g-soccon-rtems.ads:
748         Remove GNAT.Sockets.Constants. This internal package is replaced by
749         System.OS_Constants.
750
751 2008-08-06  Thomas Quinot  <quinot@adacore.com>
752
753         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
754         Remove obsolete targets referencing gen-soccon
755         When generating s-oscons.ads, use a file name that includes the
756         THREAD_KIND, to ensure that the (potentially different) version from a
757         previous build with a different threads flavour does not get reused.
758
759 2008-08-06  Thomas Quinot  <quinot@adacore.com>
760
761         * sem_res.adb: Minor reformatting
762
763         * s-fileio.adb (Open): When file open operation fails, raise Name_Error
764         only when the operating system reports a non-existing file or directory
765         (ENOENT), otherwise raise Name_Error.
766
767         * exp_ch11.adb: Minor reformatting
768
769 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
770
771         * sem_ch3.adb (Access_Subprogram_Declaration): If the return type is
772         incomplete, add the access_to_subprogram type to the list of private
773         dependents only if the incomplete type will be completed in the current
774         scope.
775         (Build_Discriminant_Constraints): If the type of the discriminant is
776         access_to_variable, reject a constraint that is access_to_constant.
777
778 2008-08-06  Thomas Quinot  <quinot@adacore.com>
779
780         * g-socket-dummy.adb, g-socket-dummy.ads, g-sothco-dummy.adb,
781         g-sothco-dummy.ads, g-socthi-dummy.adb, g-socthi-dummy.ads,
782         g-sttsne-dummy.ads: New files.
783
784         * gcc-interface/Makefile.in, Makefile.rtl: Use placeholder sources
785         with pragma Unimplemented_Unit for sockets packages on Nucleus.
786
787 2008-08-06  Pascal Obry  <obry@adacore.com>
788
789         * adaint.c: Another fix for ACL support on Windows.
790
791 2008-08-06  Javier Miranda  <miranda@adacore.com>
792
793         * exp_disp (Expand_Interface_Actuals): Adds missing support for
794         expansion of calls to subprograms using selected components.
795
796 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
797
798         * sem_res.adb (Resolve_Call): Use base type to determine whether a
799         dereference is needed because a subtype of an access_to_subprogram is
800         simply an access-subtype
801
802 2008-08-06  Jerome Lambourg  <lambourg@adacore.com>
803
804         * g-comlin.adb (Set_Command_Line): Now that aliases can contain
805         parameters, always specify the expected separator.
806
807 2008-08-06  Thomas Quinot  <quinot@adacore.com>
808
809         * xnmake.adb: Use new XUtil package for platform independent text
810         output.
811
812 2008-08-06  Vincent Celier  <celier@adacore.com>
813
814         * gnat_ugn.texi: Document compiler switch -gnateG
815
816 2008-08-06  Quentin Ochem  <ochem@adacore.com>
817
818         * s-stausa.adb (Fill_Stack): Fixed pragma assert and top pattern mark
819         in the case of an empty pattern size.
820         (Compute_Result): Do not do any computation in the case of an empty
821         pattern size.
822         (Report_Result): Fixed computation of the overflow guard.
823
824 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
825
826         * g-awk.adb (Finalize): Do not use directly objects of the type in the
827         finalization routine to prevent elaboration order anomalies in new
828         finalization scheme.
829
830 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
831
832         * sem_ch3.adb (Find_Type_Name): protect against duplicate incomplete
833         declaration for the same type.
834
835 2008-08-06  Thomas Quinot  <quinot@adacore.com>
836
837         * sem.adb: Minor rewording (comment)
838
839 2008-08-06  Jerome Lambourg  <lambourg@adacore.com>
840
841         * g-comlin.adb (Define_Switch, Get_Switches): New.
842         (Can_Have_Parameter, Require_Parameter, Actual_Switch): New, used when
843         ungrouping switches.
844         (For_Each_Simple_Switch): Allow more control over parameters handling.
845         This generic method now allows ungrouping of switches with parameters
846         and switches with more than one letter after the prefix.
847         (Set_Command_Line): Take care of switches that are prefixed with a
848         switch handling parameters without delimiter (-gnatya and -gnaty3 for
849         example).
850         (Add_Switch, Remove_Switch): Handle parameters possibly present inside
851         a group, as in gnaty3aM80 (3 and 80 are parameters). Report status of
852         the operation.
853         (Start, Alias_Switches, Group_Switches): Take care of parameters
854         possibly present inside a group.
855
856         * g-comlin.ads (Define_Switch): New method used to define a list of
857         expected switches, that are necessary for correctly ungrouping switches
858         with more that one character after the prefix.
859         (Get_Switches): Method that builds a getopt string from the list of
860         switches as set previously by Define_Switch.
861         (Add_Switch, Remove_Switch): New versions of the methods, reporting the
862         status of the operation. Also allow the removal of switches with
863         parameters only.
864         (Command_Line_Configuration_Record): Maintain a list of expected
865         switches.
866
867 2008-08-06  Doug Rupp  <rupp@adacore.com>
868
869         * gcc-interface/decl.c (gnat_to_gnu_param): Force 32bit descriptor if
870         TARGET_MALLOC64 clear.
871
872         * gcc-interface/utils2.c (build_call_alloc_dealloc): Force 32bit malloc
873         if TARGET_MALLOC64 clear.
874
875         * gcc-interface/gigi.h (TARGET_ABI_OPEN_VMS): Move here from utils2.c
876         (TARGET_MALLC64): New macro. Default to clear.
877
878 2008-08-06  Doug Rupp  <rupp@adacore.com>
879
880         * gcc-interface/utils2.c (snames.h) Include
881         (TARGET_ABI_OPEN_VMS): Initialize.
882         (build_call_alloc_dealloc); [TARGET_ABI_OPEN_VMS] Allocate on 32bit heap
883         for Convention C.
884
885 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
886
887         * sem_ch3.adb (Process_Discriminants): diagnose redundant or improper
888         null exclusion in a discriminant declaration
889
890         * sem_ch8.adb (Analyze_Object_Renaming): diagnose null exclusion
891         indicators when type is not an access type.
892
893         * sem_ch12.adb (Formal_Object_Declaration): diagnose null exclusion
894         indicators when type is not an access type.
895
896 2008-08-06  Javier Miranda  <miranda@adacore.com>
897
898         * exp_disp (Expand_Interface_Conversion): Freeze the entity associated
899         with the target interface before expanding the code of the interface
900         conversion.
901
902 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
903
904         * freeze.adb:
905         (Freeze_Entity): A deferred constant does not violate the restriction
906         No_Default_Initialization, 
907
908         * sem_ch3.adb (Process_Subtype): An allocator is a valid construct that
909         can carry a null exclusion indicator, and on which an error may be
910         posted if the indicator is redundant.
911
912         * sem_ch8.adb (Analyze_Object_Renaming): Verify that a null exclusion
913         does not apply to a subtype mark that already excludes null.
914
915         * sem_ch12.adb (Formal_Object_Declaration): Verify that a null
916         exclusion does not apply to a subtype mark that already excludes null.
917
918 2008-08-05  Thomas Quinot  <quinot@adacore.com>
919
920         * Makefile.rtl: Compile s-oscons.ads as part of the runtime library.
921
922 2008-08-05  Doug Rupp  <rupp@adacore.com>
923
924         * vms_data.ads: Translation for /POINTER_SIZE qualifier.
925
926 2008-08-05  Thomas Quinot  <quinot@adacore.com>
927
928         * gsocket.h: Make this file includable in a Nucleus environment, which
929         does not support sockets.
930
931         * socket.c: Remove Nucleus-specific hack.
932
933 2008-08-05  Pascal Obry  <obry@adacore.com>
934
935         * adaint.c: Remove support for readable attribute on vxworks and nucleus
936
937 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
938
939         * sem_attr.adb:
940         (Analyze_Attribute, case 'Result): handle properly the case where some
941         operand of the expression in a post-condition generates a transient
942         block.
943
944         * sem_ch5.adb (Analyze_Assignment_Statement): Apply conversion to
945         right-hand side when it is an anonymous access_to_subprogram, to force
946         static accessibility check when needed.
947
948 2008-08-05  Sergey Rybin  <rybin@adacore.com>
949
950         * gnat_ugn.texi: Changing the description of the gnatcheck metrics
951         rule according to the change in the rule option.
952         Add documentation for -gnatw.b/-gnatw.B
953
954 2008-08-05  Robert Dewar  <dewar@adacore.com>
955
956         * ug_words: Add entries for -gnatw.b/-gnatw.B
957
958         * vms_data.ads: Add entries for -gnatw.b/-gnatw.B
959
960 2008-08-05  Vincent Celier  <celier@adacore.com>
961
962         * a-wtdeio.adb (Put (Current_Output)): Use Fore in the call to Put
963         (File).
964         
965         * a-ztdeio.adb: Ditto.
966
967 2008-08-05  Pascal Obry  <obry@adacore.com>
968
969         * adaint.c, adaint.h, s-os_lib.adb, s-os_lib.ads: Add support for the
970         readable attribute.
971
972 2008-08-05  Vincent Celier  <celier@adacore.com>
973
974         * s-wchwts.adb:
975         (Wide_String_To_String): Returns a String with the same 'First as its
976         parameter S.
977         (Wide_Wide_String_To_String): Ditto
978         
979         * s-wchwts.ads:
980         (Wide_String_To_String): Document that the lowest index of the returned
981         String is equal to S'First.
982
983 2008-08-05  Thomas Quinot  <quinot@adacore.com>
984
985         * xoscons.adb, xutil.ads, xutil.adb, s-oscons-tmplt.c: New files.
986
987         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Generate
988         s-oscons.ads
989
990 2008-08-05  Robert Dewar  <dewar@adacore.com>
991
992         * opt.ads (Warn_On_Biased_Representation): New flag
993         
994         * sem_ch13.adb:
995         (Analyze_Attribute_Definition_Clause): Issue warning when biased
996         representation is required.
997         (Minimum_Size): Don't allow biasing if enum rep clause case
998         
999         * sem_warn.adb:
1000         (Set_Dot_Warning_Switch): Add handling of -gnatw.b/B switches
1001         (Set_Warning_Switch): Include -gnatw.b in -gnatwa, -gnatw.B in gnatws
1002         
1003         * usage.adb: Add lines for -gnatw.b/B switches
1004
1005 2008-08-05  Pascal Obry  <obry@adacore.com>
1006
1007         * a-coinve.adb: Reorder the code to avoid uninitialized warning.
1008
1009         * adaint.c: In UNIX cases do not call __gnat_stat but stat directly.
1010
1011 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1012
1013         * socket.c: Minor reformatting.
1014
1015 2008-08-05  Robert Dewar  <dewar@adacore.com>
1016
1017         * sem_ch3.adb: Minor reformatting
1018
1019         * prj-nmsc.adb: Minor reformatting
1020
1021 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1022
1023         * sem_ch12.adb (Validate_Array_Type_Instance): Only apply complex
1024         visibility check on the component type if the simple test fails.
1025
1026 2008-08-05  Jose Ruiz  <ruiz@adacore.com>
1027
1028         * init.c (__gnat_install_handler for linux): If we are building the
1029         Xenomai run time then we need to do two additional things: avoid
1030         memory swapping and transform the Linux environment task into a native
1031         Xenomai task.
1032
1033         * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS for xenomai run
1034         time): Use interface to Xenomai native skin and avoid linux-specific
1035         way of setting CPU affinity.
1036         (EH_MECHANISM for the xenomai run time): Use sjlj exception mechanism.
1037
1038 2008-08-05  Bob Duff  <duff@adacore.com>
1039
1040         * checks.ads: Minor comment fix
1041
1042 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1043
1044         * g-sercom.adb, g-sercom.ads, g-sercom-mingw.adb,
1045         g-sercom-linux.adb (Data_Bits): Change literals B7 and B8 to CS7 and
1046         CS8.
1047
1048 2008-08-05  Robert Dewar  <dewar@adacore.com>
1049
1050         * mlib.adb: Minor code reorganization
1051         Minor reformatting
1052
1053         * make.adb: Minor reformatting
1054
1055         * prj-attr.ads: Minor reformatting
1056
1057         * s-os_lib.adb: Minor reformatting
1058
1059         * s-fileio.adb: Minor code reorganization
1060         Minor reformatting
1061
1062         * prj.ads: Minor reformatting
1063
1064 2008-08-05  Bob Duff  <duff@adacore.com>
1065
1066         * sem_ch3.adb (Analyze_Object_Declaration): Avoid type Any_Access in
1067         unresolved initial value of "null", because it causes implicitly
1068         generated "=" operators to be ambiguous, and because this type should
1069         not be passed to gigi.
1070
1071 2008-08-05  Vincent Celier  <celier@adacore.com>
1072
1073         * mlib.adb: Update comments.
1074
1075         * make.adb (Switches_Of): Check for Switches (others), before checking
1076         for Default_Switches ("Ada").
1077         (Gnatmake): Use Builder'Switches (others) in preference to
1078         Builder'Default_Switches ("Ada") if there are several mains.
1079
1080         * prj-attr-pm.adb:
1081         (Add_Attribute): Add component Others_Allowed in Attribute_Record
1082         aggregate.
1083
1084         * prj-attr.adb:
1085         Add markers to indicates that attributes Switches allow others as index
1086         (Others_Allowed_For): New Boolean function, returning True for
1087         attributes with the mark.
1088         (Initialize): Recognize optional letter 'O' as the marker for
1089         associative array attributes where others is allowed as the index.
1090
1091         * prj-attr.ads:
1092         (Others_Allowed_For): New Boolean function
1093         (Attribute_Record): New Boolean component Others_Allowed
1094         
1095         * prj-dect.adb:
1096         (Parse_Attribute_Declaration): For associative array attribute where
1097         others is allowed as the index, allow others as an index.
1098
1099         * prj-nmsc.adb:
1100         (Process_Binder): Skip associative array attributes with index others
1101         (Process_Compiler): Ditto
1102
1103         * prj-util.adb:
1104         (Value_Of (Index, In_Array)): Make no attempt to put in lower case when
1105         index is All_Other_Names.
1106
1107         * prj.ads:
1108         (All_Other_Names): New constant
1109
1110         * prj-proc.adb:
1111         (Process_Declarative_Items): Skip associative array attribute when index
1112         is reserved word "others".
1113
1114 2008-08-05  Vasiliy Fofanov  <fofanov@adacore.com>
1115
1116         * gen-oscons.c: Adapt for VMS where termios.h is not available.
1117
1118 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1119
1120         * a-rttiev.adb: Minor reformatting (comments)
1121
1122         * gen-soccon.c: Rename to gen-oscons.c
1123
1124         * gen-oscons.c: New file. Now generate System.OS_Constants instead of
1125         GNAT.Sockets.Constants.
1126         Add new constants for GNAT.Serial_Communications and System.File_IO.
1127
1128 2008-08-05  Javier Miranda  <miranda@adacore.com>
1129
1130         * sem_util.adb (Collect_Interfaces_Info): Minor reformating.
1131         * exp_ch3.adb (Build_Offset_To_Top_Functions): Code cleanup: the
1132         implementation of this routine has been simplified.
1133
1134 2008-08-05  Pascal Obry  <obry@adacore.com>
1135
1136         * adaint.c, adaint.h, s-os_lib.adb, s-os_lib.ads: Fix the
1137         Set_Read_Only Win32 implementation.
1138
1139 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1140
1141         * exp_strm.adb: Minor reformatting (comments)
1142
1143         * sem_ch12.adb: Minor reformatting.
1144
1145 2008-08-05  Robert Dewar  <dewar@adacore.com>
1146
1147         * sem_ch3.adb: Minor reformatting
1148
1149         * checks.adb: Minor reformatting
1150
1151 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1152
1153         * tbuild.ads (New_External_Name): Update spec to reflect relaxed
1154         restriction on Prefix.
1155
1156 2008-08-05  Jerome Lambourg  <lambourg@adacore.com>
1157
1158         * g-comlin.adb (Sort_Sections, Group_Switches): New/Modified internal
1159         methods needed to handle switch sections when building a command line.
1160         (Define_Section, Add_Switch, Remove_Switch, Is_New_Section,
1161         Current_Section): New public methods or methods modified to handle
1162         building command lines with sections.
1163         (Set_Command_Line): Take into account sections when analysing a switch
1164         string.
1165         (Start): Sort the switches by sections before iterating the command line
1166         elements.
1167         
1168         * g-comlin.ads (Define_Section, Add_Switch, Remove_Switch,
1169         Is_New_Section, Current_Section): New methods or methods modified to
1170         handle building command lines with sections.
1171
1172 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1173
1174         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): For access
1175         discriminants, indicate that the corresponding object declaration has
1176         no initialization, to prevent spurious warnings when the access type is
1177         null-excluding.
1178
1179 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1180
1181         * sem_res.adb (Resolve_Call): If this is a call to the predefined
1182         Abort_Task, warn if the call appears within a protected operation.
1183
1184 2008-08-04  Robert Dewar  <dewar@adacore.com>
1185
1186         * exp_ch4.adb (Expand_N_In): Suppress range warnings in instances
1187
1188 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1189
1190         * sem_ch3.adb:
1191         (Replace_Anonymous_Access_To_Protected_Subprogram): Handle properly an
1192         anonymous access to protected subprogram that is the return type of the
1193         specification of a subprogram body.
1194
1195         * sem_ch6.adb:
1196         (Analyze_Subprogram_Body): if the return type is an anonymous access to
1197         subprogram, freeze it now to prevent access anomalies in the back-end.
1198
1199         * exp_ch9.adb: Minor code cleanup.
1200         Make sure that new declarations are inserted into the tree before
1201         analysis (from code reading).
1202
1203 2008-08-04  Robert Dewar  <dewar@adacore.com>
1204
1205         * exp_ch5.adb:
1206         (Expand_Simple_Function_Return): Check No_Secondary_Stack restriction
1207         at point of return.
1208
1209 2008-08-04  Thomas Quinot  <quinot@adacore.com>
1210
1211         * sem_type.adb, sem_ch4.adb, sprint.adb, exp_ch3.adb: Minor reformatting
1212
1213 2008-08-04  Vasiliy Fofanov  <fofanov@adacore.com>
1214
1215         * g-soccon-mingw.ads: Fix value for MSG_WAITALL
1216
1217 2008-08-04  Javier Miranda  <miranda@adacore.com>
1218
1219         * sem_prag.adb (Process_Convention): Add missing support for
1220          N_Private_Extension_Declaration nodes.
1221
1222 2008-08-04  Robert Dewar  <dewar@adacore.com>
1223
1224         * exp_ch4.adb: Minor reformatting
1225
1226 2008-08-04  Pascal Obry  <obry@adacore.com>
1227
1228         * adaint.h: Add missing prototype.
1229
1230         * adaint.c: Refine support for Windows file attributes.
1231
1232 2008-08-04  Robert Dewar  <dewar@adacore.com>
1233
1234         * sem_res.adb:
1235         (Valid_Conversion): Catch case of designated types having different
1236         sizes, even though they statically match.
1237
1238 2008-08-04  Javier Miranda  <miranda@adacore.com>
1239
1240         * sem_eval.adb (Subtypes_Statically_Match): Remove superfluous patch
1241         added in previous patch to handle access to subprograms.
1242
1243 2008-08-04  Robert Dewar  <dewar@adacore.com>
1244
1245         * freeze.adb:
1246         (Freeze_Entity): Only check No_Default_Initialization restriction for
1247         constructs that come from source
1248
1249 2008-08-04  Thomas Quinot  <quinot@adacore.com>
1250
1251         * exp_ch6.adb: Minor comment fix.
1252
1253         * sem_ch4.adb: Minor reformatting.
1254
1255 2008-08-04  Robert Dewar  <dewar@adacore.com>
1256
1257         * sem_res.adb: (Large_Storage_Type): Improve previous change.
1258
1259 2008-08-04  Pascal Obry  <obry@adacore.com>
1260
1261         * adaint.c, s-os_lib.adb, s-os_lib.ads: Use Windows ACL to deal with
1262         file attributes.
1263
1264 2008-08-04  Javier Miranda  <miranda@adacore.com>
1265
1266         * sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support
1267         for N_Formal_Object_Declaration nodes. Adding kludge required by
1268         First_Formal to provide its functionality with access to functions.
1269         (Replace_Anonymous_Access_To_Protected_Subprogram): Add missing support
1270         for anonymous access types returned by functions.
1271
1272         * sem_ch5.adb (Analyze_Assignment): Code cleanup to avoid duplicate
1273         conversion of null-excluding access types (required only once to force
1274         the generation of the required runtime check).
1275
1276         * sem_type.adb (Covers): minor reformating
1277
1278         * checks.adb (Null_Exclusion_Static_Checks): Avoid reporting errors
1279         with internally generated nodes. Avoid generating the error inside init
1280         procs.
1281
1282         * sem_res.adb (Resolve_Membership_Test): Minor reformating.
1283         (Resolve_Null): Generate the null-excluding check in case of assignment
1284         to a null-excluding object.
1285         (Valid_Conversion): Add missing support for anonymous access to
1286         subprograms.
1287
1288         * sem_ch6.adb (Check_Return_Subtype_Indication): Add missing support for
1289         anonymous access types whose designated type is an itype. This case
1290         occurs with anonymous access to protected subprograms types.
1291         (Analyze_Return_Type):  Add missing support for anonymous access to
1292         protected subprogram.
1293
1294         * sem_eval.adb (Subtypes_Statically_Match): In case of access to
1295         subprograms addition of missing check on matching convention. Required
1296         to properly handle access to protected subprogram types.
1297
1298         * exp_ch3 (Build_Assignment): Code cleanup removing duplicated check on
1299         null excluding access types.
1300
1301 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1302
1303         * sem_ch12.adb: Add comments
1304
1305         * sem_ch4.adb (Analyze_Allocator): If the designated type is a non-null
1306         access type and the allocator is not initialized, warn rather than
1307         reporting an error.
1308
1309 2008-08-04  Robert Dewar  <dewar@adacore.com>
1310
1311         * exp_ch4.adb: Minor reformatting
1312
1313         * exp_dist.adb: Minor reformatting
1314
1315         * g-comlin.adb: Minor reformatting
1316
1317 2008-08-04  Gary Dismukes  <dismukes@adacore.com>
1318
1319         * exp_aggr.adb (Build_Record_Aggr_Code): Perform a conversion of the
1320         target to the type of the aggregate in the case where the target object
1321         is class-wide.
1322
1323         * exp_ch5.adb (Expand_Simple_Function_Return): When the function's
1324         result type is class-wide and inherently limited, and the expression
1325         has a specific type, create a return object of the specific type, for
1326         more efficient handling of returns of build-in-place aggregates (avoids
1327         conversions of the class-wide return object to the specific type on
1328         component assignments).
1329
1330         * sem_ch6.adb (Check_Return_Subtype_Indication): Suppress the error
1331         about a type mismatch for a class-wide function with a return object
1332         having a specific type when the object declaration doesn't come from
1333         source. Such an object can result from the expansion of a simple return.
1334
1335 2008-08-04  Vasiliy Fofanov  <fofanov@adacore.com>
1336
1337         * g-soccon-mingw-64.ads, system-mingw-x86_64.ads: New files.
1338
1339         * gcc-interface/Makefile.in: Use 64bit-specific system files when
1340         compiling for 64bit windows.
1341
1342 2008-08-04  Jerome Lambourg  <lambourg@adacore.com>
1343
1344         * g-comlin.adb (Group_Switches): Preserve the switch order when
1345         grouping and allow switch grouping of switches with more than one
1346         character extension (e.g. gnatw.x).
1347         (Args_From_Expanded): Remove this now obsolete method.
1348
1349 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1350
1351         * exp_ch4.adb (Get_Allocator_Final_List): Freeze anonymous type for
1352         chain at once, to ensure that type is properly decorated for back-end,
1353         when allocator appears within a loop.
1354
1355 2008-08-04  Kevin Pouget  <pouget@adacore.com>
1356
1357         * snames.h, snames.adb, snames.ads:
1358         Add Attr_To_Any, Attr_From_Any and Attr_TypeCode defines.
1359
1360         * exp_dist.ads, exp_dist.adb: Add Build_From_Any_Call,
1361         Build_To_Any_Call and Build_TypeCode_Call procedures.
1362
1363         * exp_attr.adb, sem_attr.adb: Add corresponding cases.
1364
1365         * rtsfind.ads: Add corresponding names.
1366
1367         * tbuild.adb: Update prefix restrictions to allow '_' character.
1368
1369 2008-08-04  Doug Rupp  <rupp@adacore.com>
1370
1371         * gigi.h (fill_vms_descriptor): Add third parameter gnat_actual
1372         * trans.c (call_to_gnu): Call fill_vms_descriptor with new parameter.
1373         * utils2.c (fill_vms_descriptor): Add third parameter for error sloc and
1374         use it.  Calculate pointer range overflow using 64bit types.
1375
1376 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1377
1378         * sem_ch3.adb (Access_Definition): A formal object declaration is a
1379         legal context for an anonymous access to subprogram.
1380
1381         * sem_ch4.adb (Analyze_One_Call): If the call can be interpreted as an
1382         indirect call, report success to the caller to include possible
1383         interpretation.
1384
1385         * sem_ch6.adb (Check_Return_Type_Indication): Apply proper conformance
1386         check when the type
1387         of the extended return is an anonymous access_to_subprogram type.
1388
1389         * sem_res.adb:
1390         (Resolve_Call): Insert a dereference if the type of the subprogram is an
1391         access_to_subprogram and the context requires its return type, and a
1392         dereference has not been introduced previously.
1393
1394 2008-08-04  Arnaud Charlet  <charlet@adacore.com>
1395
1396         * usage.adb (Usage): Minor rewording of -gnatwz switch, to improve
1397         gnatcheck support in GPS.
1398
1399 2008-08-04  Vincent Celier  <celier@adacore.com>
1400
1401         * mlib.adb (Create_Sym_Links): Create relative symbolic links when
1402         requested
1403
1404 2008-08-04  Vincent Celier  <celier@adacore.com>
1405
1406         * gprep.adb (Process_One_File): Call Prep.Preprocess with a Boolean
1407         variable, but don't check the resulting value as it has no impact on
1408         the processing.
1409         
1410         * opt.ads:
1411         (Generate_Processed_File): New Boolean flag, set to True in the compiler
1412         when switch -gnateG is used.
1413         
1414         * prep.adb:
1415         (Preprocess): new Boolean out parameter Source_Modified. Set it to True
1416         when the source is modified by the preprocessor and there is no
1417         preprocessing errors.
1418         
1419         * prep.ads (Preprocess): new Boolean out parameter Source_Modified
1420         
1421         * sinput-l.adb:
1422         (Load_File): Output the result of preprocessing if the source text was
1423         modified.
1424         
1425         * switch-c.adb (Scan_Front_End_Switches): Recognize switch -gnateG
1426         
1427         * switch-m.adb (Normalize_Compiler_Switches): Normalize switch -gnateG
1428         
1429         * ug_words: Add VMS equivalent for -gnateG
1430         
1431         * vms_data.ads:
1432         Add VMS option /GENERATE_PROCESSED_SOURCE, equivalent to switch -gnateG
1433
1434 2008-08-04  Doug Rupp  <rupp@adacore.com>
1435
1436         * gcc-interface/utils2.c:
1437         (fill_vms_descriptor): Raise CE if attempt made to pass 64bit pointer
1438         in 32bit descriptor.
1439
1440 2008-08-04  Robert Dewar  <dewar@adacore.com>
1441
1442         * par-ch10.adb: Minor reformatting
1443
1444         * i-cobol.adb: Minor reformatting.
1445
1446 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1447
1448         * sem_ch3.adb (Access_Definition): Create an itype reference for an
1449         anonymous access return type of a regular function that is not a
1450         compilation unit.
1451
1452 2008-08-04  Vincent Celier  <celier@adacore.com>
1453
1454         * prj-attr.adb: New Builder attribute Global_Compilation_Switches
1455         
1456         * snames.adb: New standard name Global_Compilation_Switches
1457         
1458         * snames.ads: New standard name Global_Compilation_Switches
1459
1460         * make.adb: Correct spelling error in comment
1461
1462 2008-08-04  Arnaud Charlet  <charlet@adacore.com>
1463
1464         * sem_prag.adb (Check_Form_Of_Interface_Name): Fix handling for CLI
1465         target.
1466
1467 2008-08-04  Thomas Quinot  <quinot@adacore.com>
1468
1469         * sem_ch10.adb: Minor comment fix.
1470
1471 2008-08-04  Robert Dewar  <dewar@adacore.com>
1472
1473         * restrict.adb: Improved messages for restriction warnings
1474
1475         * restrict.ads: Improved messages for restriction messages
1476
1477         * s-rident.ads (Profile_Name): Add No_Profile
1478
1479 2008-08-04  Robert Dewar  <dewar@adacore.com>
1480
1481         * system-darwin-x86.ads: Correct bad definition of Max_Nonbinary_Modulus
1482
1483 2008-08-04  Robert Dewar  <dewar@adacore.com>
1484
1485         * freeze.adb (Freeze_Entity): Check for size clause for boolean warning
1486
1487 2008-08-04  Vincent Celier  <celier@adacore.com>
1488
1489         * prj-proc.adb:
1490         (Copy_Package_Declarations): When inheriting package Naming from a
1491         project being extended, do not inherit source exception names.
1492
1493 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
1494
1495         * sem_prag.adb (Check_Precondition_Postcondition): When scanning the
1496         list of declaration to find previous subprogram, do not go to the
1497         original node of a generic unit.
1498
1499 2008-08-02  Eric Botcazou  <ebotcazou@adacore.com>
1500
1501         * gcc-interface/utils2.c (build_binary_op) <PLUS_EXPR, MINUS_EXPR>:
1502         New case.  Convert BOOLEAN_TYPE operation to the default integer type.
1503
1504 2008-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1505
1506         * gcc-interface/ada-tree.h (DECL_PARM_ALT): Now DECL_PARM_ALT_TYPE.
1507         * gcc-interface/decl.c (gnat_to_gnu_param): Fix formatting, simplify
1508         and adjust for above renaming.
1509         * gcc-interface/utils.c (convert_vms_descriptor): Likewise. Add new
1510         gnu_expr_alt_type parameter.  Convert the expression to it instead
1511         of changing its type in place.
1512         (build_function_stub): Adjust call to above function.
1513
1514 2008-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1515
1516         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: Remove dead
1517         code.  Do not get full definition of deferred constants with address
1518         clause for a use.  Do not ignore deferred constant definitions with
1519         address clause.  Ignore constant definitions already marked with the
1520         error node.
1521         <object>: Remove obsolete comment.  For a deferred constant with
1522         address clause, get the initializer from the full view.
1523         * gcc-interface/trans.c (gnat_to_gnu) <N_Attribute_Definition_Clause>:
1524         Rework and remove obsolete comment.
1525         <N_Object_Declaration>: For a deferred constant with address clause,
1526         mark the full view with the error node.
1527         * gcc-interface/utils.c (convert_to_fat_pointer): Rework and fix
1528         formatting nits.
1529
1530 2008-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1531
1532         * rtsfind.ads: Add block IO versions of stream routines for Strings.
1533         
1534         * bindgen.adb, gnat_rm.texi, gnat_ugn.texi, opt.ads,
1535         sem_prag.adb, snames.adb, snames.ads, snames.h,
1536         par-prag.adb: Undo previous stream related changes.
1537         
1538         * s-rident.ads: Add new restriction No_Stream_Optimizations.
1539         
1540         * s-ststop.ads, s-ststop.adb: Comment reformatting.
1541         Define enumeration type to designate different IO mechanisms.
1542         Enchance generic package Stream_Ops_Internal to include an
1543         implementation of Input and Output.
1544
1545         * exp_attr.adb (Find_Stream_Subprogram): If restriction
1546         No_Stream_Optimization is active, choose the default byte IO
1547         implementations of stream attributes for Strings.
1548         Otherwise use the corresponding block IO version.
1549
1550 2008-08-01  Olivier Hainque  <hainque@adacore.com>
1551         
1552         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Function>: Do not
1553         turn Ada Pure into GCC const, now implicitely implying nothrow as well.
1554
1555 2008-08-01  Robert Dewar  <dewar@adacore.com>
1556
1557         * par-ch3.adb (P_Defining_Identifier): Avoid repeated attempt to
1558         convert plain identifier into defining identifier.
1559
1560 2008-08-01  Robert Dewar  <dewar@adacore.com>
1561
1562         * sem_prag.adb (Check_Form_Of_Interface_Name): Refine and improve
1563         warnings
1564
1565         * lib-xref.adb: Add error defense.
1566
1567 2008-08-01  Bob Duff  <duff@adacore.com>
1568
1569         * ioexcept.ads, sequenio.ads, directio.ads: Correct comment.
1570
1571 2008-08-01  Gary Dismukes  <dismukes@adacore.com>
1572
1573         * exp_ch6.adb (Expand_Call): Adjustment to previous fix for passing
1574         correct accessibility levels. In the "when others" case, retrieve the
1575         access level of the Etype of Prev rather than Prev_Orig, because the
1576         original exression has not always been analyzed.
1577
1578 2008-08-01  Robert Dewar  <dewar@adacore.com>
1579
1580         * prj-nmsc.adb: Minor reformatting
1581
1582         * sem_ch4.adb: Minor reformatting
1583         Minor code reorganization
1584
1585         * prj.ads: Minor reformatting
1586
1587         * s-os_lib.adb: Minor reformatting
1588
1589         * par-prag.adb (Prag, case Wide_Character_Encoding): Deal with upper
1590         half encodings
1591
1592         * scans.ads: Minor reformatting.
1593
1594         * sem_prag.adb (Analyze_Pragma): Put entries in alpha order
1595         (Analyze_Pragma): Make sure all GNAT pragmas call GNAT_Pragma
1596
1597         * sem_res.adb:
1598         (Resolve_Call): Check violation of No_Specific_Termination_Handlers
1599
1600         * sem_ch12.adb: Minor comment reformatting
1601
1602         * par-ch3.adb (P_Type_Declaration): Properly handle missing type
1603         keyword
1604
1605 2008-08-01  Robert Dewar  <dewar@adacore.com>
1606
1607         * sem_ch6.adb (Process_PPCs): Don't copy spec PPC to body if not
1608         generating code
1609
1610 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
1611
1612         * checks.adb (Apply_Float_Conversion_Check): If the expression to be
1613         converted is a real literal and the target type has static bounds,
1614         perform the conversion exactly to prevent floating-point anomalies on
1615         some targets.
1616
1617 2008-08-01  Vincent Celier  <celier@adacore.com>
1618
1619         * prj-attr.adb: New attribute Compiler'Name_Syntax (<lang>)
1620         
1621         * prj-nmsc.adb (Process_Compiler): Recognize attribute Name_Syntax
1622         
1623         * prj.adb (Object_Exist_For): Use Object_Generated, not
1624         Objects_Generated that is removed and was never modified anyway.
1625
1626         * prj.ads:
1627         (Path_Syntax_Kind): New enumeration type
1628         (Language_Config): New component Path_Syntax, defaulted to Host.
1629         Components PIC_Option and Objects_Generated removed, as they are not
1630         used.
1631
1632         * snames.adb: New standard name Path_Syntax
1633         
1634         * snames.ads: New standard name Path_Syntax
1635
1636 2008-08-01  Vincent Celier  <celier@adacore.com>
1637
1638         * mlib-utl.adb:
1639         (Adalib_Path): New variable to store the path of the adalib directory
1640         when procedure Specify_Adalib_Dir is called.
1641         (Lib_Directory): If Adalib_Path is not null, return its value
1642         (Specify_Adalib_Dir): New procedure
1643         
1644         * mlib-utl.ads (Specify_Adalib_Dir): New procedure
1645
1646 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
1647
1648         * sem_prag.adb:
1649         (Check_Precondition_Postcondition): If not generating code, analyze the
1650         expression in a postcondition that appears in a subprogram body, so that
1651         it is properly decorated for ASIS use.
1652
1653 2008-08-01  Gary Dismukes  <dismukes@adacore.com>
1654
1655         * exp_ch6.adb (Expand_Call): Remove ugly special-case code that resets
1656         Orig_Prev to Prev in the case where the actual is N_Function_Call or
1657         N_Identifier. This was interfering with other cases that are rewritten
1658         as N_Identifier, such as allocators, resulting in passing of the wrong
1659         accessibility level, and based on testing this code is apparently no
1660         longer needed at all.
1661
1662 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
1663
1664         * sem_ch4.adb (Analyze_One_Call): Handle complex overloading of a
1665         procedure call whose prefix
1666         is a parameterless function call that returns an access_to_procedure.
1667
1668 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
1669
1670         * adaint.c (__gnat_tmp_name): Refine the generation of temporary names
1671         for RTX. Adding a suffix that is incremented at each iteration.
1672
1673 2008-08-01  Robert Dewar  <dewar@adacore.com>
1674
1675         * sem_ch6.adb (Analyze_Subprogram_Body): Remove special casing of
1676         Raise_Exception
1677
1678 2008-08-01  Jerome Lambourg  <lambourg@adacore.com>
1679
1680         * s-os_lib.adb (Normalize_Pathname): Take care of double-quotes in
1681         paths, which are authorized by Windows but can lead to errors when used
1682         elsewhere.
1683
1684 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
1685
1686         * sem_ch12.ads (Need_Subprogram_Instance_Body): new function, to create
1687         a pending instantiation for the body of a subprogram that is to be
1688         inlined.
1689
1690         * sem_ch12.adb:
1691         (Analyze_Subprogram_Instantiation): use Need_Subprogram_Instance_Body.
1692
1693         * sem_prag.adb (Make_Inline): If the pragma applies to an instance,
1694         create a pending instance for its body, so that calls to the subprogram
1695         can be inlined by the back-end.
1696
1697 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
1698
1699         * gnat_ugn.texi: Document the RTX run times (rts-rtx-rtss and
1700         rts-rtx-w32).
1701
1702 2008-08-01  Robert Dewar  <dewar@adacore.com>
1703
1704         * scng.adb (Error_Illegal_Wide_Character): Bump scan pointer
1705
1706 2008-08-01  Doug Rupp  <rupp@adacore.com>
1707
1708         * gnat_rm.texi: Document new mechanism Short_Descriptor.
1709         
1710         * types.ads (Mechanism_Type): Modify range for new Short_Descriptor
1711         mechanism values.
1712
1713         * sem_prag.adb (Set_Mechanism_Value): Enhance for Short_Descriptor
1714         mechanism and Short_Descriptor mechanism values.
1715
1716         * snames.adb (preset_names): Add short_descriptor entry.
1717
1718         * snames.ads: Add Name_Short_Descriptor.
1719
1720         * types.h: Add new By_Short_Descriptor mechanism values.
1721
1722         * sem_mech.adb (Set_Mechanism_Value): Enhance for Short_Descriptor
1723         mechanism and Short_Descriptor mechanism values.
1724
1725         * sem_mech.ads (Mechanism_Type): Add new By_Short_Descriptor mechanism
1726         values.
1727         (Descriptor_Codes): Modify range for new mechanism values.
1728
1729         * treepr.adb (Print_Entity_Enfo): Handle new By_Short_Descriptor
1730         mechanism values.
1731
1732         * gcc-interface/decl.c (gnat_to_gnu_entity): Handle By_Short_Descriptor.
1733         (gnat_to_gnu_param): Handle By_Short_Descriptor.
1734
1735         * gcc-interface/gigi.h (build_vms_descriptor64): Remove prototype.
1736         (build_vms_descriptor32): New prototype.
1737         (fill_vms_descriptor): Remove unneeded gnat_actual parameter.
1738
1739         * gcc-interface/trans.c (call_to_gnu): Removed unneeded gnat_actual
1740         argument in call fill_vms_descriptor.
1741
1742         * gcc-interface/utils.c (build_vms_descriptor32): Renamed from
1743         build_vms_descriptor and enhanced to hande Short_Descriptor mechanism.
1744         (build_vms_descriptor): Renamed from build_vms_descriptor64. 
1745         (convert_vms_descriptor32): New function.
1746         (convert_vms_descriptor64): New function.
1747         (convert_vms_descriptor): Rewrite to handle both 32bit and 64bit
1748         descriptors.
1749
1750         * gcc-interface/utils2.c (fill_vms_descriptor): Revert previous changes,
1751         no longer needed.
1752
1753 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
1754
1755         * adaint.c (__gnat_tmp_name): RTSS applications do not support tempnam
1756         nor tmpnam, so we always use c:\WINDOWS\Temp\gnat-XXXXXX as temporary
1757         name.
1758
1759 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
1760
1761         * cstreams.c (__gnat_full_name): RTSS applications cannot ask for the
1762         current directory so only fully qualified names are allowed.
1763
1764 2008-08-01  Robert Dewar  <dewar@adacore.com>
1765
1766         * gnat_ugn.texi:
1767         Minor editing, remove uncomfortable use of semicolon
1768
1769         * s-ststop.adb: Add some ??? comments
1770
1771         * sem_ch10.adb: Minor reformatting
1772
1773         * snames.ads:
1774         Minor comment fixes, some pragmas were not properly
1775         categorized in the comments, documentation change only
1776
1777         * xref_lib.adb: Minor reformatting
1778
1779         * sinput.adb: Minor reformatting
1780
1781         * gnatchop.adb: Minor reformatting
1782
1783         * sem_util.ads: Minor reformatting.
1784
1785         * opt.ads: Minor documentation fix
1786
1787         * scng.adb: Minor reformatting
1788
1789         * prj-part.adb: Update comments
1790
1791 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
1792
1793         * exp_disp.adb (Expand_Interface_Conversion): If the target type is a
1794         tagged synchronized type, use corresponding record type.
1795
1796 2008-08-01  Doug Rupp  <rupp@adacore.com>
1797
1798         * mlib-tgt-specific-vms-alpha.adb (Build_Dynamic_Library): Output a
1799         dummy transfer address for debugging.
1800         
1801         * mlib-tgt-specific-vms-ia64.adb (Build_Dynamic_Library): Likewise.
1802
1803         * vms_data.ads: vms_data.ads: New qualfier /MACHINE_CODE_LISTING
1804
1805 2008-07-31  Eric Botcazou  <ebotcazou@adacore.com>
1806
1807         * gcc-interface/decl.c (gnat_to_gnu_entity): Fix formatting.
1808         * gcc-interface/utils.c (create_field_decl): Avoid superfluous work.
1809
1810 2008-07-31  Pascal Obry  <obry@adacore.com>
1811
1812         * prj-nmsc.adb: Keep Object and Exec directory casing.
1813
1814 2008-07-31  Jose Ruiz  <ruiz@adacore.com>
1815
1816         * system-rtx-rtss.ads
1817         Change the default stack size. It is important to set the commit part.
1818         
1819         * s-taprop-rtx.adb
1820         (Initialize): Get the clock resolution.
1821         (RT_Resolution): Return the clock resolution that is indicated by the
1822         system.
1823
1824         * s-parame-vxworks.adb
1825         Document that this body is used for RTX in RTSS (kernel) mode.
1826
1827         * gcc-interface/Makefile.in
1828         (LIBGNAT_TARGET_PAIRS for the rtx_rtss run time): Use the
1829         s-parame-vxworks.adb body in order to have reasonable stack sizes in
1830         RTX RTSS kernel mode. Virtual memory is not used in that case, so we
1831         cannot ask for too big values.
1832
1833 2008-07-31  Robert Dewar  <dewar@adacore.com>
1834
1835         * exp_aggr.adb: Minor reformatting
1836
1837         * makeutl.adb: Minor reformatting
1838
1839         * prj-env.adb: Minor reformatting
1840
1841 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
1842
1843         * exp_disp.adb (Prim_Op_Kind): Retrieve the full view when a private
1844         tagged type is completed by a concurrent type.
1845
1846 2008-07-31  Gary Dismukes  <dismukes@adacore.com>
1847
1848         * sem_aggr.adb:
1849         (Resolve_Record_Aggregate): Bypass error that a type without
1850         components must have a "null record" aggregate when compiling for Ada
1851         2005, since it's legal to give an aggregate of form (others => <>)
1852         for such a type.
1853
1854 2008-07-31  Javier Miranda  <miranda@adacore.com>
1855
1856         * sem_ch4.adb (Valid_First_Argument_Of): Complete its functionality to
1857         handle synchronized types. Required to handle well the object.operation
1858         notation applied to synchronized types.
1859
1860 2008-07-31  Quentin Ochem  <ochem@adacore.com>
1861
1862         * s-stausa.adb (Fill_Stack): Stack_Used_When_Filling is now stored
1863         anymore - just used internally.
1864         Added handling of very small tasks - when the theoretical size is
1865         already full at the point of the call.
1866         (Report_Result): Fixed result computation, Stack_Used_When_Filling does
1867         not need to be added to the result.
1868
1869 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
1870
1871         * sem_ch6.adb (Disambiguate_Spec): Continue the disambiguation if the
1872         corresponding spec is a primitive wrapper. Update comment.
1873
1874 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
1875
1876         * bindgen.adb Comment reformatting. Update the list of run-time globals.
1877         (Gen_Adainit_Ada): Add the declaration, import and value set for
1878         configuration flag Canonical_Streams.
1879         (Gen_Adainit_C): Add the declaration and initial value of external
1880         symbol __gl_canonical_streams.
1881         
1882         * init.c: Update the list of global values computed by the binder.
1883         
1884         * opt.ads: Add flag Canonical_Streams.
1885         
1886         * par-prag.adb (Prag): Include Pragma_Canonical_Streams to the list of
1887         semantically handled pragmas.
1888         
1889         * sem_prag.adb: Add an entry into enumeration type Sig_Flags.
1890         (Analyze_Pragma): Add case for pragma Canonical_Streams.
1891         
1892         * snames.adb: Add character value for name Canonical_Streams.
1893         
1894         * snames.ads:
1895         Add Name_Canonical_Streams to the list of configuration pragmas.
1896         Add Pragma_Canonical_Streams to enumeration type Pragma_Id.
1897         
1898         * snames.h: Add a definition for Pragma_Canonical_Streams.
1899         
1900         * s-ststop.adb:
1901         Add a flag and import to seize the value of external symbol
1902         __gl_canonical_streams. Update comment and initial value of constant
1903         Use_Block_IO.
1904         
1905         * gnat_rm.texi: Add section of pragma Canonical_Streams.
1906         
1907         * gnat_ugn.texi:
1908         Add pragma Canonical_Streams to the list of configuration pragmas.
1909
1910 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
1911
1912         * sem_ch10.adb (Build_Unit_Name): If the unit name in a with_clause
1913         has the form A.B.C and B is a unit renaming, analyze its compilation
1914         unit and add a with_clause on A.b to the context.
1915
1916 2008-07-31  Vincent Celier  <celier@adacore.com>
1917
1918         * makeutl.adb (Executable_Prefix_Path): If Locate_Exec_On_Path fails,
1919         return the empty string, instead of raising Constraint_Error.
1920
1921 2008-07-31  Gary Dismukes  <dismukes@adacore.com>
1922
1923         * checks.ads (Apply_Accessibility_Check): Add parameter Insert_Node.
1924         
1925         * checks.adb (Apply_Accessibility_Check): Insert the check on
1926         Insert_Node.
1927         
1928         * exp_attr.adb:
1929         (Expand_N_Attribute_Refernce, Attribute_Access): Pass attribute node
1930         to new parameter Insert_Node on call to Apply_Accessibility_Check.
1931         Necessary to distinguish the insertion node because the dereferenced
1932         formal may come from a rename, but the check must be inserted in
1933         front of the attribute.
1934         
1935         * exp_ch4.adb:
1936         (Expand_N_Allocator): Pass actual for new Insert_Node parameter on
1937         call to Apply_Accessibility_Check.
1938         (Expand_N_Type_Conversion): Pass actual for new Insert_Node parameter
1939         on call to Apply_Accessibility_Check.
1940         Minor reformatting
1941
1942 2008-07-31  Javier Miranda  <miranda@adacore.com>
1943
1944         * sem_type.adb (Has_Compatible_Type): Complete support for synchronized
1945         types when the candidate type is a synchronized type.
1946         
1947         * sem_res.adb (Resolve_Actuals): Reorganize code handling synchronized
1948         types, and complete management of synchronized types adding missing
1949         code to handle formal that is a synchronized type.
1950         
1951         * sem_ch4.adb (Try_Primitive_Operation): Avoid testing attributes that
1952         are not available and cause the compiler to blowup. Found compiling
1953         test with switch -gnatc
1954         
1955         * sem_ch6.adb (Check_Synchronized_Overriding): Remove local subprogram
1956         Has_Correct_Formal_Mode plus code cleanup.
1957
1958 2008-07-31  Bob Duff  <duff@adacore.com>
1959
1960         * sinput.adb (Skip_Line_Terminators): Fix handling of LF/CR -- it was
1961         recognized as two end-of-lines, but it should be just one.
1962
1963 2008-07-31  Thomas Quinot  <quinot@adacore.com>
1964
1965         * exp_ch9.adb: Minor reformatting
1966
1967         * tbuild.ads: Fix several occurrences of incorrectly referring to
1968         Name_Find as Find_Name.
1969
1970 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
1971
1972         * exp_aggr.adb (Aggr_Size_OK): If the aggregate has a single component
1973         and the context is an object declaration with non-static bounds, treat
1974         the aggregate as non-static.
1975
1976 2008-07-31  Vincent Celier  <celier@adacore.com>
1977
1978         * prj-part.adb, prj-part.ads, prj.adb, prj.ads, prj-env.adb:
1979         Move back spec of Parse_Single_Project to body, as it is not called
1980         outside of package Prj.Part.
1981         (Project_Data): Remove components Linker_Name, Linker_Path and
1982         Minimum_Linker_Options as they are no longer set.
1983         Remove function There_Are_Ada_Sources from package Prj and move code
1984         in the only place it was used, in Prj.Env.Set_Ada_Paths.
1985
1986 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
1987
1988         * mlib-utl.ads: Fix typo.
1989
1990 2008-07-31  Robert Dewar  <dewar@adacore.com>
1991
1992         * sem_ch12.adb: Minor reformatting
1993
1994 2008-07-31  Sergey Rybin  <rybin@adacore.com>
1995
1996         * gnat_ugn.texi: Change the description of the
1997         Overly_Nested_Control_Structures: now the rule always requires a
1998         positive parameter for '+R' option
1999
2000 2008-07-31  Thomas Quinot  <quinot@adacore.com>
2001
2002         * g-pehage.adb: Minor reformatting
2003
2004 2008-07-31  Pascal Obry  <obry@adacore.com>
2005
2006         * s-finimp.ads: Minor reformatting.
2007
2008 2008-07-31  Vincent Celier  <celier@adacore.com>
2009
2010         * s-regexp.ads: Minor comment fix
2011
2012 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
2013
2014         * s-direio.adb (Reset): Replace pragma Unmodified by Warnings (Off),
2015         so that we can compile this file successfully with -gnatc.
2016
2017 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2018
2019         * exp_attr.adb (Find_Stream_Subprogram): Check the base type instead
2020         of the type when looking for stream subprograms for type String,
2021         Wide_String and Wide_Wide_String.
2022         
2023         * s-ststop.adb: Change the initialization expression of constant
2024         Use_Block_IO.
2025
2026 2008-07-31  Geert Bosch  <bosch@adacore.com>
2027
2028         * arit64.c:
2029         New file implementing __gnat_mulv64 signed integer multiplication with
2030         overflow checking
2031
2032         * fe.h (Backend_Overflow_Checks_On_Target): Define for use by Gigi
2033
2034         * gcc-interface/gigi.h:
2035         (standard_types): Add ADT_mulv64_decl
2036         (mulv64_decl): Define subprogram declaration for __gnat_mulv64
2037
2038         * gcc-interface/utils.c:
2039         (init_gigi_decls): Add initialization of mulv64_decl
2040
2041         * gcc-interface/trans.c:
2042         (build_unary_op_trapv): New function
2043         (build_binary_op_trapv): New function
2044         (gnat_to_gnu): Use the above functions instead of
2045         build_{unary,binary}_op
2046
2047         * gcc-interface/Makefile.in
2048         (LIBGNAT_SRCS): Add arit64.c
2049         (LIBGNAT_OBJS): Add arit64.o
2050
2051 2008-07-31  Vincent Celier  <celier@adacore.com>
2052
2053         * prj-nmsc.adb (Check_Library_Attributes): Check if Linker'Switches or
2054         Linker'Default_Switches are declared. Warn if they are declared.
2055
2056 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2057
2058         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Use
2059         Insert_Actions to place the pointer declaration in the code, rather
2060         than Insert_Before_And_Analyze, so that insertions of temporaries are
2061         kept in the proper order when transient scopes are present.
2062
2063
2064 2008-07-31  Robert Dewar  <dewar@adacore.com>
2065
2066         * einfo.adb (Spec_PPC): Now defined for generic subprograms
2067         
2068         * einfo.ads (Spec_PPC): Now defined for generic subprograms
2069         
2070         * sem_prag.adb (Check_Precondition_Postcondition): Handle generic
2071         subprogram case
2072
2073 2008-07-31  Vincent Celier  <celier@adacore.com>
2074
2075         * s-os_lib.adb: Minor comment fix
2076
2077 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2078
2079         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): After analysis,
2080         transfer pre/postconditions from generic copy to original tree, so that
2081         they will appear in each instance.
2082         (Process_PPCs): Do not transform postconditions into a procedure in a
2083         generic context, to prevent double expansion of check pragmas.
2084         
2085         * sem_attr.adb: In an instance, the prefix of the 'result attribute
2086         can be the renaming of the
2087         current instance, so check validity of the name accordingly.
2088
2089 2008-07-31  Robert Dewar  <dewar@adacore.com>
2090
2091         * mlib-utl.ads: Minor reformatting
2092
2093 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2094
2095         sem_attr.adb: 'Result can have an ambiguous prefix, and is resolved
2096         from context. This attribute must be usable in Ada95 mode.
2097         The attribute can appear in the body of a function marked
2098         Inline_Always, but in this case the postocondition is not enforced.
2099         
2100         sem_prag.adb (Check_Precondition_Postcondition): within the expansion
2101         of an inlined call pre- and postconditions are legal
2102
2103 2008-07-31  Vincent Celier  <celier@adacore.com>
2104
2105         * prj.adb, prj.ads, clean.adb, prj-nmsc.adb: Remove declarations that
2106         were for gprmake only
2107
2108 2008-07-31  Robert Dewar  <dewar@adacore.com>
2109
2110         * gnat_ugn.texi: Update -gnatN documentation.
2111
2112         * gnat_rm.texi: Add note about pre/postcondition
2113         pragmas not checked in conjunction with front-end inlining.
2114
2115 2008-07-31  Robert Dewar  <dewar@adacore.com>
2116
2117         * g-pehage.adb, g-pehage.ads: Minor reformatting
2118
2119 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
2120
2121         * mlib-utl.ads, prj-makr.ads: Add comments.
2122
2123 2008-07-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2124
2125         * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) 
2126         [WINDOWS]: Add s-winext.o.
2127
2128 2008-07-30  Eric Botcazou  <ebotcazou@adacore.com>
2129
2130         PR ada/36554
2131         * back_end.adb (Call_Back_End): Pass Standard_Boolean to gigi.
2132         * gcc-interface/gigi.h (gigi): Take new standard_boolean parameter.
2133         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Enumeration_Subtype>:
2134         Set precision to 1 for subtype of BOOLEAN_TYPE.
2135         (set_rm_size): Set TYPE_RM_SIZE_NUM for BOOLEAN_TYPE.
2136         (make_type_from_size): Deal with BOOLEAN_TYPE.
2137         * gcc-interface/misc.c (gnat_print_type): Likewise.
2138         * gcc-interface/trans.c (gigi): Take new standard_boolean parameter.
2139         Set boolean_type_node as its translation in the table, as well
2140         as boolean_false_node for False and boolean_true_node for True.
2141         * gcc-interface/utils.c (gnat_init_decl_processing): Create custom
2142         8-bit boolean_type_node and set its TYPE_RM_SIZE_NUM.
2143         (create_param_decl): Deal with BOOLEAN_TYPE.
2144         (build_vms_descriptor): Likewise.
2145         (build_vms_descriptor64): Likewise.
2146         (convert): Deal with BOOLEAN_TYPE like with ENUMERAL_TYPE.
2147
2148 2008-07-30  Robert Dewar  <dewar@adacore.com>
2149
2150         * exp_ch9.adb: Minor reformatting
2151
2152         * exp_util.ads (Find_Prim_Op): Document that Program_Error is raised
2153         if no primitive operation is found.
2154
2155         * exp_util.adb: (Find_Prim_Op): Add comments for previous change
2156
2157         * sem_ch8.adb: Minor reformatting
2158
2159 2008-07-30  Laurent Pautet  <pautet@adacore.com>
2160
2161         * g-pehage.adb:
2162         Remove a limitation on the length of the words handled by the minimal
2163         perfect hash function generator.
2164
2165         * g-pehage.ads:
2166         Detail the use of subprograms Insert, Initialize, Compute and Finalize.
2167         Fix some typos.
2168
2169 2008-07-30  Robert Dewar  <dewar@adacore.com>
2170
2171         * gnatlink.adb: Minor reformatting
2172
2173 2008-07-30  Thomas Quinot  <quinot@adacore.com>
2174
2175         * rtsfind.adb (Check_RPC): Check version consistency even when not
2176         generating RCI stubs. Provide more detailed error message in case of
2177         mismatch.
2178
2179 2008-07-30  Ed Schonberg  <schonberg@adacore.com>
2180
2181         * sem_ch8.adb (Analyze_Subprogram_Renaming): When renaming an attribute
2182         as a actual in an instance, check for a missing attribute to prevent
2183         program_error on an illegal program.
2184         
2185         * exp_util.adb (Find_Prim_Op): Rather than Assert (False), raise program
2186         error if primitive is not found, so that exception can be handled
2187         elsewhere on illegal programs.
2188
2189 2008-07-30  Robert Dewar  <dewar@adacore.com>
2190
2191         * uintp.adb (UI_GCD): Fix potential overflow
2192
2193 2008-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
2194
2195         * einfo.adb: Flag245 is now used.
2196         (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Relax the assertion
2197         check to include functions.
2198         (Is_Private_Primitive, Set_Is_Private_Primitive): New subprograms.
2199         (Wrapped_Entity, Set_Wrapped_Entity): Relax the assertion check to
2200         include functions.
2201         (Write_Entity_Flags): Move flag Is_Primitive, add Is_Private_Primitive
2202         to the list of displayed flags.
2203
2204         * einfo.ads: Update comment on the usage of Is_Primitive_Wrapper and
2205         Wrapped_Entity. These two flags are now present in functions.
2206         New flag Is_Private_Primitive.
2207         (Is_Private_Primitive, Set_Is_Private_Primitive): New subprograms.
2208
2209         * exp_ch9.adb:
2210         (Build_Wrapper_Bodies): New subprogram.
2211         (Build_Wrapper_Body): The spec and body have been moved to in
2212         Build_Wrapper_ Bodies. Code cleanup.
2213         (Build_Wrapper_Spec): Moved to the spec of Exp_Ch9. Code cleanup.
2214         Wrappers are now generated for primitives declared between the private
2215         and full view of a concurrent type that implements an interface.
2216         (Build_Wrapper_Specs): New subprogram.
2217         (Expand_N_Protected_Body): Code reformatting. Replace the wrapper body
2218         creation mechanism with a call to Build_Wrapper_Bodies.
2219         (Expand_N_Protected_Type_Declaration): Code reformatting. Replace the
2220         wrapper spec creation mechanism with a call to Build_Wrapper_Specs.
2221         (Expand_N_Task_Body): Replace the wrapper body creation
2222         mechanism with a call to Build_Wrapper_Bodies.
2223         (Expand_N_Task_Type_Declaration): Replace the wrapper spec
2224         creation mechanism with a call to Build_Wrapper_Specs.
2225         (Is_Private_Primitive_Subprogram): New subprogram.
2226         (Overriding_Possible): Code cleanup.
2227         (Replicate_Entry_Formals): Renamed to Replicate_Formals, code cleanup.
2228
2229         * exp_ch9.ads (Build_Wrapper_Spec): Moved from the body of Exp_Ch9.
2230
2231         * sem_ch3.adb: Add with and use clause for Exp_Ch9.
2232         (Process_Full_View): Build wrapper specs for all primitives
2233         that belong to a private view completed by a concurrent type
2234         implementing an interface.
2235         
2236         * sem_ch6.adb (Analyze_Subprogram_Body): When the current subprogram
2237         is a primitive of a
2238         concurrent type with a private view that implements an interface, try to
2239         find the proper spec.
2240         (Analyze_Subprogram_Declaration): Mark a subprogram as a private
2241         primitive if the type of its first parameter is a non-generic tagged
2242         private type.
2243         (Analyze_Subprogram_Specification): Code reformatting.
2244         (Disambiguate_Spec): New routine.
2245         (Find_Corresponding_Spec): Add a flag to controll the output of errors.
2246         (Is_Private_Concurrent_Primitive): New routine.
2247
2248         * sem_ch6.ads:
2249         (Find_Corresponding_Spec): Add a formal to control the output of errors.
2250
2251 2008-07-30  Doug Rupp  <rupp@adacore.com>
2252
2253         * gigi.h (build_vms_descriptor64): New function prototype.
2254         (fill_vms_descriptor): Modified function prototype.
2255
2256         * utils.c (build_vms_descriptor64): New function.
2257
2258         * utils2.c (fill_vms_descriptor): Fix handling on 32bit systems.
2259
2260         * trans.c (call_to_gnu): Call fill_vms_descriptor with new third
2261         argument.
2262
2263         * decl.c (gnat_to_gnu_tree): For By_Descriptor mech, build both a
2264         64bit and 32bit descriptor and save the 64bit version as an alternate
2265         TREE_TYPE in the parameter.
2266         (make_type_from_size) <RECORD_TYPE>: Use the appropriate mode for the
2267         thin pointer.
2268
2269         * ada-tree.h (DECL_PARM_ALT, SET_DECL_PARM_ALT): New macros.
2270
2271 2008-07-30  Robert Dewar  <dewar@adacore.com>
2272
2273         * make.adb: Minor reformatting
2274
2275         * mlib-utl.adb: Minor reformatting
2276
2277         * osint.ads: Minor reformatting
2278
2279 2008-07-30  Jose Ruiz  <ruiz@adacore.com>
2280
2281         * adaint.c
2282         (__gnat_file_exists): Do not use __gnat_stat for RTX.
2283         (__main for RTX in RTSS mode): Create this dummy procedure symbol to
2284         avoid the use of this symbol from libgcc.a in RTX kernel mode.
2285
2286         * cio.c
2287         (put_int, put_int_stderr, put_char, put_char_stderr): For RTX we call
2288         the function RtPrintf for console output.
2289         
2290         * argv.c Do not use the environ variable for RTX.
2291         
2292         * gnatlink.adb (gnatlink): The part that handles the --RTS option has
2293         been moved before the call to Osint.Add_Default_Search_Dirs in order
2294         to take into account the flags in system.ads (RTX_RTSS_Kernel_Module)
2295         from the appropriate run time.
2296         
2297         * targparm.ads
2298         (RTX_RTSS_Kernel_Module_On_Target): Add this flag that is set to True if
2299         target is a RTSS module for RTX.
2300         
2301         * targparm.adb (Targparm_Tags, RTX_Str, Targparm_Str): Add tag RTX for
2302         RTX_RTSS_Kernel_Module
2303         (Get_Target_Parameters): Add processing of RTX_RTSS_Kernel_Module flag.
2304
2305         * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS for RTX): Use gcc
2306         exception handling mechanism for Windows and RTX in Win32 mode, but
2307         not for RTX in kernel mode (RTSS).
2308         (LIBGNAT_SRCS): Remove ada.h
2309
2310 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
2311
2312         * gcc-interface/Make-lang.in (ALL_ADAFLAGS): Remove X_ADAFLAGS and
2313         T_ADAFLAGS, replace ALL_ADA_CFLAGS with ADA_CFLAGS.
2314         (ALL_ADA_CFLAGS): Remove, replace throughout with ADA_CFLAGS.
2315         * gcc-interface/Makefile.in (XCFLAGS, X_CFLAGS, X_CPPFLAGS, T_CPPFLAGS,
2316         X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS, ADA_CFLAGS,
2317         ALL_ADA_CFLAGS): Remove.
2318         (ALL_ADAFLAGS, MOST_ADAFLAGS): Remove X_ADAFLAGS and T_ADAFLAGS,
2319         replace ALL_ADA_CFLAGS with ADA_CFLAGS.
2320         (GCC_CFLAGS): Remove X_CFLAGS.
2321         (LOOSE_CFLAGS): Remove X_CFLAGS and XCFLAGS.
2322         (ALL_CPPFLAGS): Remove X_CPPFLAGS and T_CPPFLAGS.
2323         (ADA_CFLAGS): Substitute.
2324
2325 2008-07-30  Laurent Guerby  <laurent@guerby.net>
2326
2327         PR ada/5911
2328         * gcc-interface/Makefile.in (MULTISUBDIR, RTSDIR): New variables.
2329         Pass MULTISUBDIR to recursive make. Use $(RTSDIR) instead of rts.
2330         Replace stamp-gnatlib* by stamp-gnatlib*-rts.
2331         * gcc-interface/Make-lang.in: Replace stamp-gnatlib2
2332         by stamp-gnatlib2-rts.
2333         
2334 2008-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2335
2336         PR documentation/15479
2337         * gnat-style.texi: Remove AdaCore copyright statement and GPL
2338         statement for GNAT.  Add @copying stanza, use it.  Update to
2339         GFDL 1.2.  Do not list GFDL as Invariant Section, do not list
2340         title as Front-Cover Text.
2341         * gnat_rm.texi: Likewise.
2342         * gnat_ugn.texi: Likewise.
2343
2344 2008-07-29  Jan Hubicka  <jh@suse.cz>
2345
2346         * trans.c (process_inlined_subprograms): Remove tree_really_inline
2347         check.
2348
2349 2008-07-29  Arnaud Charlet  <charlet@adacore.com>
2350
2351         * gcc-interface: New directory.
2352
2353         * ada-tree.def, cuintp.c, gigi.h, Makefile.in, targtyps.c, ada.h,
2354         utils.c, ada-tree.h, decl.c, lang.opt, Make-lang.in, trans.c,
2355         config-lang.in, deftarg.c, lang-specs.h, misc.c, utils2.c: Moved
2356         to gcc-interface subdirectory.
2357
2358 2008-07-29  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2359
2360         * Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Remove extra s-win32.o.
2361
2362 2008-07-28  Jan Hubicka  <jh@suse.cz>
2363
2364         * misc.c (gnat_post_options): Do not set flag_no_inline.
2365
2366 2008-07-28  Richard Guenther  <rguenther@suse.de>
2367
2368         Merge from gimple-tuples-branch.
2369
2370         2008-07-22  Olivier Hainque  <hainque@adacore.com>
2371
2372         * gigi.h (end_subprog_body): New ELAB_P argument, saying if
2373         this is called for an elab proc to be discarded if empty.
2374         * utils.c (end_subprog_body): Honor ELAB_P.
2375         (build_function_stub): Adjust call to end_subprog_body.
2376         * trans.c (Subprogram_Body_to_gnu): Likewise.
2377         (gigi): Reorganize processing of elab procs to prevent
2378         gimplifying twice, using the new end_subprog_body argument.
2379
2380         2008-07-19  Richard Guenther  <rguenther@suse.de>
2381
2382         * Make-lang.in (trans.o): Add tree-iterator.h dependency.
2383         (utils.o): Likewise.
2384         * trans.c: Include tree-iterator.h.
2385         (gnat_gimplify_expr): Adjust prototype.  Fix typo.
2386         (gnat_gimplify_stmt): Use SET_EXPR_LOCATION.
2387         (set_expr_location_from_node): Likewise.
2388         (gigi): Tuplify.
2389         * ada-tree.h (union lang_tree_node): Use TREE_CHAIN instead
2390         of GENERIC_NEXT.
2391         * utils.c: Include tree-iterator.h.
2392         * gigi.h (gnat_gimplify_expr): Adjust prototype.
2393
2394         2008-07-18  Aldy Hernandez  <aldyh@redhat.com>
2395
2396         * trans.c: Include gimple.h instead of tree-gimple.h.
2397         * utils.c: Same.
2398
2399         2008-07-14  Aldy Hernandez  <aldyh@redhat.com>
2400
2401         * trans.c (gnat_gimplify_expr): Use gimplify_assign.
2402
2403 2008-07-25  Jan Hubicka  <jh@suse.cz>
2404
2405         * utils.c (end_subprog_body): Remove inline trees check.
2406         * misc.c (gnat_post_options): Do not set flag_inline_trees.
2407
2408 2008-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2409
2410         * raise-gcc.c: Move tsystem.h before tm.h.
2411
2412 2008-07-20  Arnaud Charlet  <charlet@adacore.com>
2413
2414         * gnathtml.pl: New file.
2415
2416 2008-07-19  Olivier Hainque  <hainque@adacore.com>
2417
2418         * targtyps.c (get_target_default_allocator_alignment): Use
2419         MALLOC_ABI_ALIGNMENT.
2420
2421 2008-07-17  Olivier Hainque  <hainque@adacore.com>
2422
2423         * adaint.c (__MINGW32__ section): Include ctype.h and define
2424         a fallback ISALPHA if IN_RTS.
2425         (__gnat_is_absolute_path): Use ISALPHA instead of isalpha. 
2426
2427 2008-07-17  Olivier Hainque  <hainque@adacore.com>
2428
2429         * utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG
2430         argument, to apply to references in addition to definitions.  Prevent
2431         setting TREE_STATIC on externals.
2432         (gnat_pushdecl): Always clear DECL_CONTEXT on public externals.
2433
2434 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2435
2436         PR documentation/15479
2437         * gnat_ugn.texi (@ovar): New macro, from autoconf.texi.
2438         Replace backets around optional parameters with @ovar
2439         where possible, use @r{[}, @r{]} otherwise.
2440         Replace some @r, @i, and @emph with @var where appropriate.
2441
2442 2008-07-02  Eric Botcazou  <ebotcazou@adacore.com>
2443
2444         * decl.c (make_type_from_size) <INTEGER_TYPE>: Fix typo and tidy up.
2445
2446 2008-06-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2447
2448         * ada-tree.h (SET_TYPE_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Fix
2449         -Wc++-compat warnings.
2450         * adaint.c (__gnat_locate_regular_file, __gnat_locate_exec,
2451         __gnat_locate_exec_on_path): Likewise.
2452         * decl.c (annotate_value): Likewise.
2453         * misc.c (gnat_handle_option): Likewise.
2454         * trans.c (gnat_to_gnu, extract_encoding, decode_name,
2455         post_error_ne_tree): Likewise.
2456
2457 2008-06-27  Eric Botcazou  <ebotcazou@adacore.com>
2458
2459         * utils.c (convert) <CONSTRUCTOR>: When converting it to a packable
2460         version of its type, attempt to first convert its elements.
2461
2462 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
2463
2464         * Makefile.in: Fix *86 kfreebsd target specific pairs.
2465
2466 2008-06-25  Samuel Tardieu  <sam@rfc1149.net>
2467
2468         * Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well.
2469
2470 2008-06-24  Eric Botcazou  <ebotcazou@adacore.com>
2471
2472         * utils2.c (known_alignment): Derive the alignment from pointed-to
2473         types only if it is otherwise unknown.
2474         <INTEGER_CST>: Tidy.
2475         <MULT_EXPR>: Likewise.
2476         <POINTER_PLUS_EXPR>: If the alignment of the offset is unknown, use
2477         that of the base.
2478
2479 2008-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2480
2481         PR ada/36573
2482         * s-osinte-hpux-dce.ads (SA_ONSTACK): Define.
2483
2484 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2485
2486         * gnat_rm.texi (Implementation Defined Characteristics)
2487         (Standard Library Routines): Use @smallexample for indented
2488         text.  Drop Indentation outside examples.
2489         * gnat_ugn.texi: Likewise.
2490
2491 2008-06-13  Olivier Hainque  <hainque@adacore.com>
2492
2493         * decl.c (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Define to 0
2494         if undefined.
2495         (gnat_to_gnu_entity) <case E_Function/Procedure>: Request stack
2496         realignment with force_align_arg_pointer attribute on foreign
2497         convention subprograms if FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN.
2498         
2499 2008-06-13  Olivier Hainque  <hainque@adacore.com>
2500
2501         * utils.c (rest_of_record_type_compilation): When computing
2502         encodings for the components of a variable size type, early
2503         strip conversions on the current position expression to make
2504         sure it's shape is visible.  Use remove_conversions for this
2505         purpose.
2506
2507 2008-06-12  Eric Botcazou  <ebotcazou@adacore.com>
2508
2509         * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: In the case of a
2510         constrained subtype of a discriminated type, discard the fields that
2511         are beyond its limits according to its size.
2512
2513 2008-06-10  Olivier Hainque  <hainque@adacore.com>
2514
2515         * utils.c (create_subprog_decl): If this is for the 'main' entry
2516         point according to the asm name, redirect main_identifier_node.
2517
2518 2008-06-09  Eric Botcazou  <ebotcazou@adacore.com>
2519
2520         * decl.c (components_to_record): Adjust the packedness for the
2521         qualified union as well.
2522
2523 2008-06-09  Arnaud Charlet  <charlet@adacore.com>
2524
2525         * Make-lang.in: Use -gnatwns instead of -gnatws to make sytyle
2526         checks non fatal.
2527
2528 2008-06-07  Samuel Tardieu  <sam@rfc1149.net>
2529
2530         * sem_res.adb (Large_Storage_Type): A type is large if it
2531         requires as many bits as Positive to store its values and its
2532         bounds are known at compile time.
2533         * sem_ch13.adb (Minimum_Size): Note that this function returns
2534         0 if the size is not known at compile time.
2535
2536 2008-06-06  Nicolas Setton  <setton@adacore.com>
2537             Olivier Hainque  <hainque@adacore.com>
2538
2539         * ada-tree.h (DECL_PARALLEL_TYPE): New language specific
2540         attribute, parallel descriptive type attached to another
2541         type for debug info generation purposes.
2542         * utils.c (add_parallel_type): New function, register
2543         parallel type to be attached to a type.
2544         (get_parallel_type): New function, fetch a registered
2545         parallel type, if any.
2546         (rest_of_record_type_compilation): Register the parallel
2547         type we make for variable size records.
2548         * gigi.h (add_parallel_type, get_parallel_type): Declare.
2549         * decl.c (gnat_to_gnu_entity, maybe_pad_type): Register the
2550         parallel debug types we make.
2551         * trans.c (extract_encoding, decode_name): New functions.
2552         (gigi): If the DWARF attribute extensions are available, setup
2553         to use them.
2554         * lang.opt: Register language specific processing request
2555         for -gdwarf+.
2556         * misc.c (gnat_dwarf_extensions): New global variable. How much
2557         do we want of our DWARF extensions. 0 by default.
2558         (gnat_handle_option) <OPT_gdwarf_>: Increment gnat_dwarf_extensions.
2559         (gnat_post_options): Map gnat_dwarf_extensions to the
2560         commonuse_gnu_debug_info_extensions for later processing.
2561         
2562 2008-06-04  Samuel Tardieu  <sam@rfc1149.net>
2563
2564         * einfo.ads, einfo.adb: Remove unused flag Function_Returns_With_DSP.
2565
2566 2008-06-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2567
2568         * Makefile.in (common_tools): Fix typos in $(exeext) extension.
2569         * gnat_ugn.texi (Style Checking)
2570         (Adding the Results of Compiler Checks to gnatcheck Output)
2571         (Example of Binder Output File): Fix typos.
2572         * ali.ads, einfo.ads, exp_ch4.adb, exp_ch6.adb,
2573         exp_dbug.ads, exp_dist.adb, exp_smem.adb, g-socket.ads,
2574         s-osinte-rtems.ads, s-shasto.ads, s-stausa.adb,
2575         s-stausa.ads, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
2576         sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_util.ads,
2577         sinfo.ads, utils.c: Fix typos in comments.
2578         * sem_ch6.adb, vms_data.ads: Fix typos in strings.
2579
2580 2008-05-29  Thomas Quinot  <quinot@adacore.com>
2581
2582         * sem_eval.adb: Minor reformatting
2583
2584 2008-05-29  Ed Schonberg  <schonberg@adacore.com>
2585
2586         * sem_ch6.adb (Analyze_Subprogram_Specification): if the return type
2587         is abstract, do not apply abstractness check on subprogram if this is
2588         a renaming declaration.
2589
2590 2008-05-29  Arnaud Charlet  <charlet@adacore.com>
2591
2592         PR ada/864
2593         * osint.ads, osint.adb (Program_Name): New parameter "Prog" to
2594         allow recognition of program suffix in addition to prefix.
2595         
2596         * gnatchop.adb (Locate_Executable): Add support for prefix.
2597         
2598         * make.adb, gnatcmd.adb, gnatlink.adb, prj-makr.adb,
2599         mlib-utl.adb: Adjust calls to Program_Name.
2600
2601 2008-05-29  Robert Dewar  <dewar@adacore.com>
2602
2603         * sem_ch3.adb: Minor reformatting
2604         * sem_prag.adb: Minor reformatting
2605         * sem_res.adb: Minor reformatting
2606         * sinput-p.ads: Minor reformatting
2607
2608 2008-05-29  Javier Miranda  <miranda@adacore.com>
2609
2610         * sem_util.adb:
2611         (Abstract_Interface_List): Add missing support for full type-declaration
2612         associated with synchronized types.
2613
2614 2008-05-29  Robert Dewar  <dewar@adacore.com>
2615
2616         * sem_eval.adb (Is_Same_Value): Take care of several more cases
2617
2618 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
2619
2620         * sem_ch5.adb (Analyze_Assignment): If the name is of a local anonymous
2621         access type, wrap the expression in a conversion to force an
2622         accessibility check.
2623
2624         * sem_aggr.adb (Aggegate_Constraint_Checks): Apply conversion to force
2625         accessibility checks even when expansion is disabled in order to
2626         generate messages in the presence of previous errors or in
2627         semantics-only mode.
2628
2629 2008-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2630
2631         * system-lynxos-ppc.ads (Always_Compatible_Rep): Set to False.
2632         * system-lynxos-x86.ads (Always_Compatible_Rep): Set to False.
2633
2634 2008-05-28  Vincent Celier  <celier@adacore.com>
2635
2636         PR ada/34446
2637         * gnat_ugn.texi: Document restriction introduced on 2007-04-20 in
2638         preprocessing expressions
2639
2640 2008-05-28  Vincent Celier  <celier@adacore.com>
2641
2642         * sinput-p.adb (Source_File_Is_Subunit): Allow special character used
2643         for preprocessing
2644         
2645         * sinput-p.ads: Minor comment update and reformatting
2646
2647 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
2648
2649         * sem_res.adb (Valid_Conversion): An anonymous access_to_subprogram
2650         type has a deeper level than any master only when it is the type of an
2651         access parameter.
2652
2653 2008-05-28  Javier Miranda  <miranda@adacore.com>
2654
2655         * sem_ch3.adb (Derive_Progenitor_Subprograms): Add documentation.
2656
2657 2008-05-28  Javier Miranda  <miranda@adacore.com>
2658
2659         * sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed.
2660         * sem_util.adb (Find_Overridden_Synchronized_Primitive): Removed.
2661         * sem_ch6.adb (Check_Synchronized_Overriding): Remove one formal.
2662         Add code that was previously located in
2663         Find_Overridden_Synchronized_Primitive because it is only used here.
2664
2665 2008-05-28  Sergey Rybin  <rybin@adacore.com>
2666
2667         * sem_prag.adb (Process_Extended_Import_Export_Subprogram_Pragma): Set
2668         Entity field for formal_parameter_NAME in MECHANISM_ASSOCIATION.
2669
2670 2008-05-28  Robert Dewar  <dewar@adacore.com>
2671
2672         * restrict.ads:
2673         Add missing restrictions, and properly label all GNAT defined ones
2674         
2675         * rtsfind.ads:
2676         Add entry for Ada_Real_Time.Timing_Events.Timing_Event
2677         Add entry for Ada.Task_Termination.Set_Specific_Handler
2678         Add entry for Ada.Task_Termination.Specific_Handler
2679         
2680         * s-rident.ads:
2681         Add missing restrictions and properly mark all gnat defined ones
2682         
2683         * sem_ch3.adb:
2684         (Analyze_Object_Declaration): Check No_Local_Timing_Events restriction
2685         
2686         * sem_res.adb:
2687         (Resolve_Call): Check violation of No_Specific_Termination_Handlers
2688
2689         * gnat_rm.texi: Add missing restrictions, and properly label all
2690         GNAT defined ones
2691
2692 2008-05-28  Robert Dewar  <dewar@adacore.com>
2693
2694         * restrict.adb:
2695         (Check_Restriction): violation of restriction No_Finalization is
2696         treated as a serious error to stop expansion
2697
2698 2008-05-28  Robert Dewar  <dewar@adacore.com>
2699
2700         * exp_util.adb: Minor reformatting
2701         * exp_util.ads: Minor reformatting.
2702
2703 2008-05-28  Arnaud Charlet  <charlet@adacore.com>
2704
2705         * Make-lang.in: Remove gprmake.
2706
2707         * gprmake.adb, makegpr.ads, makegpr.adb: Removed.
2708
2709 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
2710
2711         * sem_ch3.adb (Diagnose_Interface): Cleanup error messages involving
2712         improper progenitor names, and avoid cascaded errors.
2713
2714 2008-05-28  Robert Dewar  <dewar@adacore.com>
2715
2716         * gnat_rm.texi: Add note on Old giving warning when applied to constant
2717
2718         * sem_attr.adb (Analyze_Attribute, case Old): Give warning if prefix is
2719         a constant
2720
2721 2008-05-28  Robert Dewar  <dewar@adacore.com>
2722
2723         * exp_fixd.adb (Build_Multiply): Correct one-off error in computing
2724         size
2725
2726 2008-05-28  Robert Dewar  <dewar@adacore.com>
2727
2728         * exp_ch5.adb:
2729         (Expand_Simple_Function_Return): Copy unaligned result into temporary
2730
2731 2008-05-28  Javier Miranda  <miranda@adacore.com>
2732
2733         * sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support
2734         for user-defined predefined primitives.
2735         
2736         * sem_util.adb (Matches_Prefixed_View_Profile): Ditto.
2737         (Find_Overridden_Synchronized_Primitive): Ditto.
2738
2739         * sem_ch6.adb (Check_Synchronized_Overriding): Ditto.
2740
2741 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
2742
2743         * a-ststio.adb, s-direio.adb:
2744         Further code clean up of previous change.
2745         Update comments.
2746
2747 2008-05-27  Vincent Celier  <celier@adacore.com>
2748
2749         * prj-nmsc.adb: Minor reformatting
2750
2751 2008-05-27  Bob Duff  <duff@adacore.com>
2752
2753         * sem_ch3.adb (Build_Incomplete_Type_Declaration): In the case of an
2754         untagged private type with a tagged full type, where the full type has
2755         a self reference, create the corresponding class-wide type early, in
2756         case the self reference is "access T'Class".
2757
2758 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
2759
2760         * exp_aggr.adb (Build_Array_Aggr_Code): If component type includes
2761         tasks and context is an object declaration. create master entity before
2762         expansion.
2763
2764 2008-05-27  Robert Dewar  <dewar@adacore.com>
2765
2766         * mlib-prj.adb: Minor reformatting
2767
2768         * prj-part.adb: Minor reformatting
2769
2770         * prj.ads: Minor reformatting
2771
2772         * exp_ch3.adb: Minor reformatting.
2773
2774         * sem_ch3.ads: Minor reformatting
2775
2776         * sem_eval.adb: Minor reformatting
2777
2778 2008-05-27  Vincent Celier  <celier@adacore.com>
2779
2780         * gnatcmd.adb:
2781         <prefix>-gnat stack spawns gnatstack, not <prefix>-gnatstack
2782
2783 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
2784
2785         * exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains
2786         tasks, create an activation chain now, before the expansion into
2787         assignments and build-in-place calls that require the presence of an
2788         activation chain.
2789         (Backend_Processing_Possible): If the component type is inherently
2790         limited, the aggregate must be expanded into individual built-in-place
2791         assignments.
2792
2793         * sem_ch6.adb (Build_Extra_Formals): Use underlying type of result to
2794         determine whether an allocation extra parameter must be built, to
2795         handle case of a private type whose full type is a discriminated type
2796         with defaults.
2797
2798 2008-05-27  Bob Duff  <duff@adacore.com>
2799
2800         * gnat_rm.texi:
2801         Document the new behavior regarding trampolines.
2802
2803 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
2804
2805         * a-direio.adb, a-sequio.adb: Replace address clause by
2806         unrestricted_access, simpler and compatible with .NET.
2807
2808 2008-05-27  Vincent Celier  <celier@adacore.com>
2809
2810         * prj-part.adb:
2811         (Project_Path_Name_Of.Try_Path): Do not use Locate_Regular_File to find
2812         a project file, so that symbolic links are not resolved.
2813
2814 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
2815
2816         * a-ztexio.adb, a-textio.adb, a-witeio.adb, s-direio.adb:
2817         Replace heavy address clause by 'Unrestricted_Access, cleaner and more
2818         portable across GNAT targets, since this kind of address clause is not
2819         supported by VM back-ends (.NET/JGNAT).
2820
2821 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
2822
2823         * bindgen.adb: Update comments.
2824         
2825         * s-tasinf-mingw.adb: Add "with" of System.OS_Interface
2826
2827 2008-05-27  Vincent Celier  <celier@adacore.com>
2828
2829         * gnatcmd.adb, prj-proc.adb, make.adb, mlib-prj.adb, prj.adb,
2830         prj.ads, makegpr.adb, makeutl.adb, clean.adb, prj-nmsc.adb,
2831         mlib-tgt.adb, prj-env.adb, prj-env.ads:
2832         (Path_Information): New record type
2833         Use component of type Path_Information when there are two paths, one in
2834         canonical format and one in display format.
2835         Update the project manager to these new components.
2836
2837 2008-05-27  Robert Dewar  <dewar@adacore.com>
2838
2839         * makeutl.adb: Minor reformatting
2840         * prj-nmsc.adb: Minor reformatting
2841         * s-stausa.adb: Minor reformatting
2842         * s-stausa.ads: Minor reformatting
2843         * sem_ch6.adb: Minor reformatting
2844
2845 2008-05-27  Thomas Quinot  <quinot@adacore.com>
2846
2847         * sem_res.adb: Minor comment fixes
2848
2849 2008-05-27  Thomas Quinot  <quinot@adacore.com>
2850
2851         * makeutl.adb: Minor code reorganization
2852
2853         * exp_aggr.adb: Add ??? comment
2854         Fix typo
2855
2856         * exp_ch6.adb: Minor reformatting
2857
2858 2008-05-27  Quentin Ochem  <ochem@adacore.com>
2859
2860         * s-stausa.adb (Initialize): Updated result initialization, and
2861         initialization of environment stack.
2862         (Fill_Stack): Improved computation of the pattern zone, taking into
2863         account already filled at the calling point.
2864         (Get_Usage_Range): Now uses Min_Measure and Max_Measure instead of
2865         Measure and Overflow_Guard.
2866         (Report_Result): Fixed computation of the result using new fields of
2867         Stack_Analyzer.
2868         
2869         * s-stausa.ads (Initialize_Analyzer): Replaced Size / Overflow_Guard
2870         params by more explicit Stack_Size / Max_Pattern_Size params.
2871         (Stack_Analyzer): Added distinct Stack_Size & Pattern_Size fields.
2872         Added Stack_Used_When_Filling field.
2873         (Task_Result): Replaced Measure / Overflow_Guard by more explicit
2874         Min_Measure and Max_Measure fields.
2875         
2876         * s-tassta.adb (Task_Wrapper): Updated call to Initialize_Analyzer.
2877
2878 2008-05-27  Vincent Celier  <celier@adacore.com>
2879
2880         * prj-nmsc.adb:
2881         (Check_File): Make sure that a unit that replaces the same unit in a
2882          project being extended is properly processed.
2883
2884 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
2885
2886         * sem_ch3.adb:
2887         (Get_Discr_Value): Remove obsolete code that failed to find the value
2888         of a discriminant for an inherited task component appearing in a type
2889         extension.
2890
2891 2008-05-27  Thomas Quinot  <quinot@adacore.com>
2892
2893         (System.File_IO.{Close, Delete, Reset}):
2894         Change File parameter from "in out AFCB_Ptr" to "access AFCB_Ptr".
2895         
2896         (Ada.*_IO.{Close, Delete, Reset, Set_Mode}):
2897         Pass File parameter by reference.
2898
2899 2008-05-27  Vincent Celier  <celier@adacore.com>
2900
2901         * prj-nmsc.adb:
2902         (Process_Sources_In_Multi_Language_Mode): Check that there are not two
2903         sources of the same project that have the same object file name.
2904         (Find_Explicit_Sources): Always remove a source exception that was not
2905         found.
2906
2907 2008-05-27  Thomas Quinot  <quinot@adacore.com>
2908
2909         * sem_ch3.adb: Minor reformatting
2910
2911 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
2912
2913         * sem_ch6.adb:
2914         (Is_Interface_Conformant): Handle properly a primitive operation that
2915         overrides an interface function with a controlling access result.
2916         (Type_Conformance): If Skip_Controlling_Formals is true, when matching
2917         inherited and overriding operations, omit as well the conformance check
2918         on result types, to prevent spurious errors.
2919
2920 2008-05-27  Vincent Celier  <celier@adacore.com>
2921
2922         * makeutl.ads, makeutl.adb:
2923         (Set_Location): New procedure
2924         (Get_Location): New function
2925         (Update_Main): New procedure
2926
2927 2008-05-27  Vincent Celier  <celier@adacore.com>
2928
2929         * prj-nmsc.adb:
2930         (Check_Library): Allow standard project to be extended as a static
2931         library project.
2932         (Get_Mains): Do not inherit attribute Main in an extending library
2933         project.
2934
2935 2008-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2936
2937         * system-darwin-ppc.ads (Always_Compatible_Rep): Set to False.
2938         * system-darwin-x86.ads (Always_Compatible_Rep): Likewise.
2939         * system-freebsd-x86.ads (Always_Compatible_Rep): Likewise.
2940         * system-linux-ppc.ads (Always_Compatible_Rep): Likewise.
2941         * system-linux-x86_64.ads (Always_Compatible_Rep): Likewise.
2942         * system-linux-x86.ads (Always_Compatible_Rep): Likewise.
2943         * system-mingw.ads (Always_Compatible_Rep): Likewise.
2944         * system-solaris-sparc.ads (Always_Compatible_Rep): Likewise.
2945         * system-solaris-sparcv9.ads (Always_Compatible_Rep): Likewise.
2946         * system-solaris-x86.ads (Always_Compatible_Rep): Likewise.
2947         
2948 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
2949
2950         * sem_attr.adb: add guard to previous patch.
2951
2952 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
2953
2954         * exp_disp.adb (Build_Dispatch_Tables): For a private type completed by
2955         a synchronized tagged type, do not attempt to build dispatch table for
2956         full view. The table is built for the corresponding record type, which
2957         has its own declaration.
2958
2959 2008-05-27  Gary Dismukes  <dismukes@adacore.com>
2960
2961         * sem_ch3.adb (Fixup_Bad_Constraint): Set the Etype on the bad subtype
2962         to the known type entity E, rather than setting it to Any_Type. Fixes
2963         possible blowup in function Base_Init_Proc, as called from Freeze_Entity
2964         for objects whose type had an illegal constraint.
2965
2966 2008-05-27  Vincent Celier  <celier@adacore.com>
2967
2968         * gnat_ugn.texi:
2969         Add succinct documentation for attribute Excluded_Source_List_File
2970
2971 2008-05-27  Vincent Celier  <celier@adacore.com>
2972
2973         * prj-attr.adb: Add new project level attribute Map_File_Option
2974         
2975         * prj-nmsc.adb (Process_Linker): Process new attribute Map_File_Option
2976         
2977         * prj.ads: Minor reformatting and comment update
2978         (Project_Configuration): New component Map_File_Option
2979         
2980         * snames.adb: New standard name Map_File_Option
2981         
2982         * snames.ads: New standard name Map_File_Option
2983
2984 2008-05-27  Vincent Celier  <celier@adacore.com>
2985
2986         * xsnames.adb: Remove unused variable Oname
2987
2988 2008-05-27  Doug Rupp  <rupp@adacore.com>
2989
2990         * exp_ch6.adb:
2991         (Expand_N_Function_Call): Fix comments. Minor reformatting.
2992
2993         * exp_vfpt.ads:
2994         (Expand_Vax_Foreign_Return): Fix comments.
2995
2996 2008-05-27  Thomas Quinot  <quinot@adacore.com>
2997
2998         * exp_dist.adb: Minor reformating
2999
3000 2008-05-26  Gary Dismukes  <dismukes@adacore.com>
3001
3002         * exp_ch3.adb (Expand_N_Object_Declaration): Remove checks for
3003         No_Default_Initialization, which is now delayed until the freeze point
3004         of the object. Add a comment about deferral of the check.
3005         
3006         * freeze.adb (Freeze_Entity): The check for No_Default_Initialization
3007         on objects is moved here.
3008
3009 2008-05-26  Eric Botcazou  <ebotcazou@adacore.com>
3010
3011         * s-casi16.adb (Uhalf): Rewrite it as integer with small alignment.
3012         (Compare_Array_S16): Adjust for above change.
3013         * s-casi32.adb (Uword): Likewise.
3014         (Compare_Array_S32): Likewise.
3015         * s-casi64.adb (Uword): Likewise.
3016         (Compare_Array_S64): Likewise.
3017         * s-caun16.adb (Uhalf): Likewise.
3018         (Compare_Array_U16): Likewise.
3019         * s-caun32.adb (Uword): Likewise.
3020         (Compare_Array_U32): Likewise.
3021         * s-caun64.adb (Uword): Likewise.
3022         (Compare_Array_U64): Likewise.
3023         
3024 2008-05-26  Robert Dewar  <dewar@adacore.com>
3025
3026         * exp_ch6.adb: Add ??? comment for previous change
3027
3028         * exp_vfpt.adb: Minor reformatting
3029
3030         * exp_vfpt.ads: Add ??? comment for last change
3031
3032         * sem_attr.adb: Add some ??? comments for previous change
3033
3034         * s-vaflop.ads: Add comments for previous change
3035
3036 2008-05-26  Doug Rupp  <rupp@adacore.com>
3037
3038         * s-vaflop-vms-alpha.adb:
3039         Remove System.IO use clause, to prevent spurious ambiguities when
3040         package is access through rtsfind.
3041
3042 2008-05-26  Sergey Rybin  <rybin@adacore.com>
3043
3044         * tree_io.ads (ASIS_Version_Number): Update because of the changes
3045         made in front-end
3046
3047 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3048
3049         * sem_attr.adb:
3050         (Resolve_Attribute, case 'address):  S (A .. B)' address can be safely
3051         converted to S (A)'address only if A .. B is known to be a non-null
3052         range.
3053
3054 2008-05-26  Doug Rupp  <rupp@adacore.com>
3055
3056         * s-vaflop.adb:
3057         (Return_D, Return_F, Return_G): New functions.
3058
3059         * s-vaflop.ads:
3060         (Return_D, Return_F, Return_G): New functions.
3061
3062         * exp_vfpt.adb:
3063         (Expand_Vax_Foreign_Return): New procedure
3064
3065         * exp_vfpt.ads:
3066         (Expand_Vax_Foreign_Return): New procedure
3067
3068         * rtsfind.ads:
3069         (RE_Return_D, RE_Return_F, RE_Return_G): New RE_Ids
3070         (RE_Return_D, RE_Return_F, RE_Return_G): New RE_Unit_Table elements
3071
3072         * exp_ch6.adb:
3073         Import Exp_Vfpt
3074         (Expand_N_Function_Call): Call Expand_Vax_Foreign_Return.
3075
3076         * s-vaflop-vms-alpha.adb:
3077         (Return_D, Return_F, Return_G): New functions.
3078
3079 2008-05-26  Gary Dismukes  <dismukes@adacore.com>
3080
3081         * exp_ch3.adb (Build_Array_Init_Proc): Only set Init_Proc to a dummy
3082         init proc entity when there is actual default initialization associated
3083         with the component type, to avoid spurious errors on objects of scalar
3084         array types that are marked Is_Public when No_Default_Initialization
3085         applies.
3086
3087 2008-05-26  Thomas Quinot  <quinot@adacore.com>
3088
3089         * rtsfind.ads, rtsfind.adb:
3090         (RE_Get_RACW): New runtime library entity provided by PolyORB s-parint.
3091         (Check_RPC): Support per-PCS-kind API versioning.
3092         
3093         exp_dist.ads, exp_dist.adb:
3094         (Build_Stub_Tag, Get_Stub_Elements): New utility subprograms.
3095         (PolyORB_Support.Add_RACW_From_Any): Offload common code to new runtime
3096          library function Get_RACW.
3097         (PolyORB_Support.Add_RACW_To_Any): Offload common code to new runtime
3098         library function Get_Reference.
3099         (PolyORB_Support.Add_RACW_Read_Attribute): Use Get_RACW instead of going
3100         through an intermediate Any.
3101         (PolyORB_Support.Add_RACW_Write_Attribute): Use Get_Reference instead of
3102         going through an intermediate Any.
3103         
3104         * sem_dist.adb: Minor reformatting.
3105
3106 2008-05-26  Javier Miranda  <miranda@adacore.com>
3107
3108         * einfo.ads (Abstract_Interface_Alias): Renamed as Interface_Alias.
3109         (Set_Abstract_Interface_Alias): Renamed as Set_Interface_Alias.
3110         (Is_Internal): Adding documentation on internal entities that have
3111         attribute Interface_Alias (old attribute Abstract_Interface_Alias)
3112
3113         * einfo.adb (Abstract_Interface_Alias): Renamed as Interface_Alias.
3114         (Set_Abstract_Interface_Alias): Renamed as Set_Interface_Alias.
3115         Added assertion to force entities with this attribute to have
3116         attribute Is_Internal set to True.
3117         (Next_Tag_Component): Simplify assertion using attribute Is_Tag.
3118
3119         * sem_ch3.adb (Derive_Interface_Subprograms): This subprogram has been
3120         renamed as Derive_Progenitor_Subprograms. In addition, its code is
3121         a new implementation.
3122         (Add_Interface_Tag_Components): Remove special management of
3123         synchronized interfaces.
3124         (Analyze_Interface_Declaration): Minor reformating
3125         (Build_Derived_Record_Type): Minor reformating
3126         (Check_Abstract_Overriding): Avoid reporting error in case of abstract
3127         predefined primitive inherited from interface type because the body of
3128         internally generated predefined primitives of tagged types are generated
3129         later by Freeze_Type
3130         (Derive_Subprogram): Avoid generating an internal name if the parent
3131         subprogram overrides an interface primitive.
3132         (Derive_Subprograms): New implementation that keeps separate the
3133         management of tagged types not implementing interfaces, from tagged
3134         types that implement interfaces.
3135         (Is_Progenitor): New implementation.
3136         (Process_Full_View): Add documentation
3137         (Record_Type_Declaration): Replace call to Derive_Interface_Subprograms
3138         by call to Derive_Progenitor_Subprograms.
3139
3140         * sem_ch6.ads (Is_Interface_Conformant): New subprogram.
3141         (Check_Subtype_Conformant, Subtype_Conformant): Adding new argument
3142         Skip_Controlling_Formals.
3143
3144         * sem_ch6.adb (Is_Interface_Conformant): New subprogram.
3145         (Check_Conventions): New implementation. Remove local subprogram
3146         Skip_Check. Remove formal Search_From of routine Check_Convention.
3147         (Check_Subtype_Conformant, Subtype_Conformant): Adding new argument
3148         Skip_Controlling_Formals.
3149         (New_Overloaded_Entity): Enable addition of predefined dispatching
3150         operations.
3151
3152         * sem_disp.ads
3153         (Find_Primitive_Covering_Interface): New subprogram.
3154
3155         * sem_disp.adb (Check_Dispatching_Operation): Disable registering
3156         the task body procedure as a primitive of the corresponding tagged
3157         type.
3158         (Check_Operation_From_Private_Type): Avoid adding twice an entity
3159         to the list of primitives.
3160         (Find_Primitive_Covering_Interface): New subprogram.
3161         (Override_Dispatching_Operation): Add documentation.
3162
3163         * sem_type.adb (Covers): Minor reformatings
3164
3165         * sem_util.ads (Collect_Abstract_Interfaces): Renamed as
3166         Collect_Interfaces.
3167         Rename formal.
3168         (Has_Abstract_Interfaces): Renamed as Has_Interfaces.
3169         (Implements_Interface): New subprogram.
3170         (Is_Parent): Removed.
3171         (Primitive_Names_Match): New subprogram.
3172         (Remove_Homonym): Moved here from Derive_Interface_Subprograms.
3173         (Ultimate_Alias): New subprogram.
3174
3175         * sem_util.adb (Collect_Abstract_Interfaces): Renamed as
3176         Collect_Interfaces.
3177         Remove special management for synchronized types. Rename formal. Remove
3178         internal subprograms Interface_Present_In_Parent and Add_Interface.
3179         (Has_Abstract_Interfaces): Renamed as Has_Interfaces. Replace assertion
3180         on non-record types by code to return false in such case.
3181         (Implements_Interface): New subprogram.
3182         (Is_Parent): Removed. No special management is now required for
3183         synchronized types covering interfaces.
3184         (Primitive_Names_Match): New subprogram.
3185         (Remove_Homonym): Moved here from Derive_Interface_Subprograms.
3186         (Ultimate_Alias): New subprogram.
3187
3188         * exp_ch3.adb (Add_Internal_Interface_Entities): New subprogram.
3189         Add internal entities associated with secondary dispatch tables to
3190         the list of tagged type primitives that are not interfaces.
3191         (Freeze_Record_Type): Add new call to Add_Internal_Interface_Entities
3192         (Make_Predefined_Primitive_Specs): Code reorganization to improve
3193         the management of predefined equality operator. In addition, if
3194         the type has an equality function corresponding with a primitive
3195         defined in an interface type, the inherited equality is abstract
3196         as well, and no body can be created for it.
3197
3198         * exp_disp.ads (Is_Predefined_Dispatching_Operation): Moved from
3199         exp_util to exp_disp.
3200         (Is_Predefined_Interface_Primitive): New subprogram. Returns True if
3201         an entity corresponds with one of the predefined primitives required
3202         to implement interfaces.
3203         Update copyright notice.
3204
3205         * exp_disp.adb (Set_All_DT_Position): Add assertion. Exclude from the
3206         final check on abstract subprograms all the primitives associated with
3207         interface primitives because they must be visible in the public and
3208         private part.
3209         (Write_DT): Use Find_Dispatching_Type to locate the name of the
3210         interface type. This allows the use of this routine, for debugging
3211         purposes, when the tagged type is not fully decorated.
3212         (Is_Predefined_Dispatching_Operation): Moved from exp_util to exp_disp.
3213         Factorize code calling new subprogram Is_Predefined_Interface_Primitive.
3214         (Is_Predefined_Interface_Primitive): New subprogram. Returns True if an
3215         entity corresponds with one of the predefined primitives required to
3216         implement interfaces.
3217
3218         * exp_util.adb (Find_Interface_ADT): New implementation
3219         (Find_Interface): Removed.
3220
3221         * sprint.adb (Sprint_Node_Actual): Generate missing output for the
3222         list of interfaces associated with nodes
3223         N_Formal_Derived_Type_Definition and N_Private_Extension_Declaration.
3224
3225 2008-05-26  Thomas Quinot  <quinot@adacore.com>
3226
3227         * exp_ch5.adb (Make_Tag_Ctrl_Assignment): Add missing guard on
3228         condition for assignment to temporary.
3229
3230 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3231
3232         * exp_ch4.adb (Expand_Concatenate_Other): Add explicit constraint
3233         checks on the upper bound if the index type is a modular type, to
3234         prevent wrap-around computations when size is close to upper bound of
3235         type.
3236
3237 2008-05-26  Robert Dewar  <dewar@adacore.com>
3238
3239         * sem_ch3.adb: Minor reformatting
3240
3241 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3242
3243         * sem_ch12.adb (Remove_Parent): Use specification of instance
3244         to retrieve generic parent,
3245         to handle properly the case where the instance is a child unit.
3246         Add guard to handle properly wrapper packages.
3247         Minor reformatting
3248
3249 2008-05-26  Thomas Quinot  <quinot@adacore.com>
3250
3251         * sinfo.ads: Minor reformatting
3252
3253 2008-05-26  Hristian Kirtchev  <kirtchev@adacore.com>
3254
3255         * exp_ch4.adb (Expand_N_Type_Conversion): Minor code reformatting.
3256         Generate a tag check when the result subtype of a function, defined by
3257         an access definition, designates a specific tagged type.
3258         (Make_Tag_Check): New routine.
3259
3260 2008-05-26  Arnaud Charlet  <charlet@adacore.com>
3261
3262         * ceinfo.adb, csinfo.adb: Remove warnings. Update headers.
3263
3264 2008-05-26  Eric Botcazou  <ebotcazou@adacore.com>
3265
3266         * gigi.h (gigi): Remove bogus ATTRIBUTE_UNUSED marker.
3267         (builtin_decl_for): Likewise.
3268         * trans.c (gigi): Likewise.
3269         * utils.c (def_builtin_1): Fix formatting.
3270
3271 2008-05-26  Hristian Kirtchev  <kirtchev@adacore.com>
3272
3273         * exp_ch3.adb (Build_Init_Statements): Alphabetize local variables.
3274         Create the statements which map a string name to protected or task
3275         entry indix.
3276
3277         * exp_ch9.adb: Add with and use clause for Stringt.
3278         Minor code reformatting.
3279         (Build_Entry_Names): New routine.
3280         (Make_Initialize_Protection, Make_Task_Create_Call): Generate a value
3281         for flag Build_Entry_Names which controls the allocation of the data
3282         structure for the string names of entries.
3283
3284         * exp_ch9.ads (Build_Entry_Names): New subprogram.
3285
3286         * exp_util.adb (Entry_Names_OK): New function.
3287
3288         * exp_util.ads (Entry_Names_OK): New function.
3289
3290         * rtsfind.ads: Add RO_PE_Set_Entry_Name and RO_TS_Set_Entry_Name to
3291         enumerations RE_Id and RE_Unit_Table.
3292
3293         * s-taskin.adb Add with and use clause for Ada.Unchecked_Deallocation.
3294         (Free_Entry_Names_Array): New routine.
3295
3296         * s-taskin.ads: Comment reformatting.
3297         Add types String_Access, Entry_Names_Array, Entry_Names_Array_Access.
3298         Add component Entry_Names to record Ada_Task_Control_Block.
3299         (Free_Entry_Names_Array): New routine.
3300
3301         * s-tassta.adb (Create_Task): If flag Build_Entry_Names is set,
3302         dynamically allocate an array
3303         of string pointers. This structure holds string entry names.
3304         (Free_Entry_Names): New routine.
3305         (Free_Task, Vulnerable_Free_Task): Deallocate the entry names array.
3306         (Set_Entry_Names): New routine.
3307
3308         * s-tassta.ads:
3309         (Create_Task): Add formal Build_Entry_Names. The flag is used to
3310         control the allocation of the data structure which stores entry names.
3311         (Set_Entry_Name): New routine.
3312
3313         * s-tpoben.adb:
3314         Add with and use clause for Ada.Unchecked_Conversion.
3315         (Finalize): Deallocate the entry names array.
3316         (Free_Entry_Names): New routine.
3317         (Initialize_Protection_Entries): When flag Build_Entry_Names is set,
3318         create an array of string pointers to hold the entry names.
3319         (Set_Entry_Name): New routine.
3320
3321         * s-tpoben.ads:
3322         Add field Entry_Names to record Protection_Entries.
3323         (Initialize_Protection_Entries): Add formal Build_Entry_Names.
3324         (Set_Entry_Name): New routine.
3325
3326 2008-05-26  Vincent Celier  <celier@adacore.com>
3327
3328         * prj-nmsc.adb:
3329         (Process_Project_Level_Simple_Attributes): process attribute Library_GCC
3330
3331         * prj.ads:
3332         (Project_Configuration): New component Shared_Lib_Driver
3333
3334 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3335
3336         * inline.adb:
3337         (Cleanup_Scopes): For a protected operation, transfer finalization list
3338         to protected body subprogram, to force cleanup actions when needed.
3339
3340 2008-05-26  Robert Dewar  <dewar@adacore.com>
3341
3342         * sem_cat.adb: Minor reformatting
3343
3344         * gnatname.adb: Minor reformatting
3345
3346         * osint.ads: Minor reformatting
3347
3348         * s-carun8.ads: Minor reformatting
3349
3350         * g-heasor.ads: Minor comment fix (unit is now pure)
3351
3352 2008-05-26  Robert Dewar  <dewar@adacore.com>
3353
3354         * exp_ch2.adb:
3355         (Expand_Current_Value): Properly type generated integer literal
3356
3357 2008-05-26  Sergey Rybin  <rybin@adacore.com>
3358
3359         * gnat_ugn.texi: Add description for the new gnatcheck rule -
3360         Separate_Numeric_Error_Handlers.
3361
3362 2008-05-26  Pascal Obry  <obry@adacore.com>
3363
3364         * sem_aggr.adb: Minor reformatting.
3365
3366 2008-05-26  Jose Ruiz  <ruiz@adacore.com>
3367
3368         * s-osinte-aix.adb:
3369         (To_Target_Priority): Setting the time slice value to 0 or greater sets
3370         the scheduling policy to FIFO within priorities or round-robin
3371         respectively.
3372         Hence, the priority must be set in this case to the one selected by the
3373         user.
3374         
3375 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3376
3377         * sem_ch12.adb:
3378         (Remove_Parent): If the enclosing scope is an instance whose generic
3379         parent is declared within some parent scope of the just completed
3380         instance, make full views of the entities in that parent visible, when
3381         applicable.
3382         
3383 2008-05-26  Kai Tietz  <kai.tietz@onevision.com>
3384
3385         * mingw32.h (STD_MINGW): Set to true for target w64.
3386
3387 2008-05-25  Eric Botcazou  <ebotcazou@adacore.com>
3388
3389         * trans.c (Attribute_to_gnu) <Code_Address>: Set TREE_NO_TRAMPOLINE
3390         instead of TREE_STATIC on the ADDR_EXPR.
3391
3392 2008-05-24  Eric Botcazou  <ebotcazou@adacore.com>
3393
3394         * trans.c (gnat_to_gnu): Do not set source location info on NOP_EXPRs.
3395         (Sloc_to_locus): Do not overwrite known GCC locations when translating
3396         GNAT standard locations.
3397
3398 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
3399
3400         * gigi.h (mark_visited): Declare.
3401         * decl.c (gnat_to_gnu_entity): Use mark_visited instead of marking
3402         only the topmost node of expressions.
3403         (elaborate_expression_1): Look deeper for read-only variables.
3404         * trans.c (add_decl_expr): Use mark_visited instead of marking by hand.
3405         (mark_visited): Move logic to mark_visited_r.  Invoke walk_tree.
3406         (mark_visited_r): New function.
3407
3408 2008-05-23  Vincent Celier  <celier@adacore.com>
3409
3410         * snames.adb: New standard name Excluded_Source_List_File.
3411
3412         * snames.ads: New standard name Excluded_Source_List_File.
3413
3414         * prj-attr.adb: New project level attribute Excluded_Source_List_File.
3415
3416         * prj-nmsc.adb: (Find_Excluded_Sources): New parameter Project.
3417         Get excluded sources from
3418         file indicated by attribute Excluded_Source_List_File, when present and
3419         neither Excluded_Source_Files nor Locally_Removed_Files are declared.
3420
3421 2008-05-23  Robert Dewar  <dewar@adacore.com>
3422
3423         * exp_dist.adb: Minor reformatting
3424
3425 2008-05-23  Ed Schonberg  <schonberg@adacore.com>
3426
3427         * sem_attr.adb (Resolve_Attribute, case 'address): If the prefix is a
3428         slice, convert it to an indexed component, which is equivalent, more
3429         efficient, and usable even if the slice itself is not addressable.
3430
3431 2008-05-23  Olivier Hainque  <hainque@adacore.com>
3432
3433         * gnat_ugn.texi (Calling Conventions): Document that the Intrinsic
3434         convention also allows access to named compiler built-in subprograms
3435         such as the GCC __builtin family.
3436
3437 2008-05-23  Vincent Celier  <celier@adacore.com>
3438
3439         * prj-nmsc.adb (Check_Naming_Schemes): Check a file for spec, body and
3440         sep. If there are several possibilities, choose the one with the
3441         longer prefix.
3442
3443 2008-05-23  Vincent Celier  <celier@adacore.com>
3444
3445         * gnatlink.adb (Process_Args): Do not disable scanning of ALI file for
3446         back end switches when executable specified with --GCC= is same as
3447         default, even if there are additional options.
3448
3449         * gnat_ugn.texi:
3450         Document when the back end switches from the ALI file are taken into
3451         account when gnatlink is invoked with --GCC=
3452
3453 2008-05-23  Thomas Quinot  <quinot@adacore.com>
3454
3455         * s-os_lib.adb:
3456         (copy_File): Do not open destination file if source file is unreadable.
3457
3458 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
3459
3460         * utils.c (handle_type_generic_attribute): Adjust to accept
3461         fixed arguments before an elipsis.
3462
3463 2008-05-21  Thomas Quinot  <quinot@adacore.com>
3464
3465         * g-sothco.ads, g-sothco.adb: New files.
3466
3467 2008-05-20  Thomas Quinot  <quinot@adacore.com>
3468
3469         * Makefile.rtl (GNAT.Sockets.Thin_Common): New unit.
3470
3471         * g-sttsne-vxworks.adb: Add missing dependency on Sockets.Constants.
3472         Add missing "with" of Ada.Unchecked_Conversion
3473
3474         * g-soccon-linux-ppc.ads, g-soccon-linux-64.ads, g-soccon-lynxos.ads, 
3475         g-soccon-linux-x86.ads, g-soccon-hpux-ia64.ads, 
3476         g-soccon-solaris-64.ads, g-soccon-tru64.ads, g-soccon-aix.ads, 
3477         g-soccon-irix.ads, g-soccon-hpux.ads, g-soccon-solaris.ads, 
3478         g-soccon-vms.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads, 
3479         g-socthi-vxworks.adb, g-soccon-freebsd.ads, g-soccon.ads: 
3480         Move common code out of GNAT.Sockets.Thin implementations and into
3481         Thin_Common.
3482         New constant SIZEOF_fd_set
3483         New flag Has_Sockaddr_Len
3484         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
3485
3486         * g-stsifd-sockets.adb
3487         (Create): Remove call to Set_Length; use Set_Family to set the family
3488         and (on appropriate platforms) length fields in struct sockaddr.
3489
3490         * g-socthi.adb, g-socthi.ads, g-socthi-vms.ads, g-socthi-vms.adb, 
3491         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.adb, 
3492         g-soccon-darwin.ads, g-soccon-darwin.ads: New constant SIZEOF_fd_set
3493         Move common code out of GNAT.Sockets.Thin implementations and into
3494         Thin_Common.
3495
3496         * g-socket.ads, g-socket.adb: 
3497         Move common code out of GNAT.Sockets.Thin implementations and into
3498         Thin_Common.
3499         (Connect_Socket, Accept_Socket): Provide new versions of these two
3500         routines that operate with a user specified timeout.
3501         (Bind_Socket, Connect_Socket, Send_Socket): Remove calls to Set_Length,
3502         this is now handled automatically by Set_Family on platforms that
3503         require it.
3504
3505         * gen-soccon.c: 
3506         Move common code out of GNAT.Sockets.Thin implementations and into
3507         Thin_Common.
3508         (SIZEOF_sockaddr_in6): On platforms where IPv6 is not supported, define
3509         this constant to 0 (not -1) because we use it to initialize an
3510         unsigned_char value.
3511         Align values for numeric constants only.
3512         Handle the case of systems that do not support AF_INET6.
3513         New constant SIZEOF_fd_set
3514         New flag Has_Sockaddr_Len
3515         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
3516
3517         * gsocket.h: New flag Has_Sockaddr_Len
3518         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
3519
3520 2008-05-20  Santiago Uruena  <uruena@adacore.com>
3521
3522         * i-cobol.ads: Interfaces.COBOL should be preelaborate.
3523
3524 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
3525
3526         * s-linux-hppa.ads (atomic_lock_t): Put back proper alignment now that
3527         the underlying issue with malloc/free has been fixed. Remove associated
3528         comments.
3529         Minor reformatting.
3530         Related to PR ada/24533
3531
3532 2008-05-20  Robert Dewar  <dewar@adacore.com>
3533
3534         * ali.adb: Correct casing of ASCII.NUL
3535
3536         * styleg-c.adb (Check_Identifier): Handle case of names in ASCII
3537         properly.
3538
3539 2008-05-20  Robert Dewar  <dewar@adacore.com>
3540             Gary Dismukes  <dismukes@adacore.com>
3541
3542         * checks.adb (Apply_Arithmetic_Overflow_Check): Avoid intermediate
3543         overflow if result converted to wider integer type.
3544         (Apply_Type_Conversion_Checks): Don't emit checks on conversions to
3545         discriminated types when discriminant checks are suppressed.
3546
3547 2008-05-20  Vincent Celier  <celier@adacore.com>
3548
3549         * cstand.adb (Print_Standard): Issue the correct Size clause for type
3550         Wide_Wide_Character.
3551
3552 2008-05-20  Tristan Gingold  <gingold@adacore.com>
3553
3554         * decl.c: Do not emit a variable for a object that has an address
3555         representation clause whose value is known at compile time.
3556         When a variable has an address clause whose value is known at compile
3557         time, refer to this variable by using directly the address instead of
3558         dereferencing a pointer.
3559
3560 2008-05-20  Robert Dewar  <dewar@adacore.com>
3561
3562         PR ada/30740
3563         * einfo.ads, einfo.adb (Non_Binary_Modulus): Applies to all types and
3564         subtypes, always False for non-modular types.
3565         Shared_Var_Assign_Proc (node22) and Shared_Var_Read_Proc (node 15)
3566         entry nodes have been replaced by Shared_Var_Procs_Instance (node22)
3567         for Shared_Storage package.
3568         (Is_RACW_Stub_Type): New entity flag.
3569
3570         * exp_ch4.adb
3571         (Expand_N_Op_Expon): Avoid incorrect optimization of a*(2**b) in the
3572         case where we have a modular type with a non-binary modules.
3573         Comments reformattings.
3574
3575         * sem_intr.adb: Simplify code not that Non_Binary_Modulus applies to
3576         all types.
3577
3578 2008-05-20  Javier Miranda  <miranda@adacore.com>
3579
3580         * exp_aggr.adb
3581         (Build_Record_Aggr_Code): Fix wrong tests checking progenitors. Previous
3582         tests did not covered the case in which the type of the aggregate has
3583         no progenitors but some its parents has progenitors.
3584
3585 2008-05-20  Gary Dismukes  <dismukes@adacore.com>
3586             Hristian Kirtchev  <kirtchev@adacore.com>
3587
3588         * exp_ch3.adb
3589         (Expand_N_Object_Declaration): Correct the condition which triggers the
3590         generation of a call to Displace when initializing a class-wide object.
3591         (Build_Dcheck_Functions): Build discriminant-checking for null variants
3592         when Frontend_Layout_On_Target is true to ensure that they're available
3593         for calling when a record variant size function is built in Layout.
3594
3595 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
3596
3597         * exp_ch5.adb (Expand_Assign_Record): Within an initialization
3598         procedure for a derived type retrieve the discriminant values from the
3599         parent using the corresponding discriminant.
3600         (Expand_N_Assignment_Statement): Skip generation of implicit
3601         if-statement associated with controlled types if we are
3602         compiling with restriction No_Finalization.
3603
3604 2008-05-20  Vincent Celier  <celier@adacore.com>
3605
3606         * prj.adb (Hash (Project_Id)): New function
3607         (Project_Empty): Add new component Interfaces_Defined
3608
3609         * prj.ads (Source_Data): New component Object_Linked
3610         (Language_Config): New components Object_Generated and Objects_Linked
3611         (Hash (Project_Id)): New function
3612         (Source_Data): New Boolean components In_Interfaces and
3613         Declared_In_Interfaces.
3614         (Project_Data): New Boolean component Interfaces_Defined
3615
3616         * prj-attr.adb: 
3617         New project level attribute Object_Generated and Objects_Linked
3618         Add new project level attribute Interfaces
3619
3620         * prj-dect.adb: Use functions Present and No throughout
3621         (Parse_Variable_Declaration): If a string type is specified as a simple
3622         name and is not found in the current project, look for it also in the
3623         ancestors of the project.
3624
3625         * prj-makr.adb: 
3626         Replace procedure Make with procedures Initialize, Process and Finalize
3627         to implement H414-023: process different directories with different
3628         patterns.
3629         Use functions Present and No throughout
3630
3631         * prj-makr.ads: 
3632         Replace procedure Make with procedures Initialize, Process and Finalize
3633
3634         * prj-nmsc.adb
3635         (Add_Source): Set component Object_Exists and Object_Linked accordnig to
3636         the language configuration.
3637         (Process_Project_Level_Array_Attributes): Process new attributes
3638         Object_Generated and Object_Linked.
3639         (Report_No_Sources): New Boolean parameter Continuation, defaulted to
3640         False, to indicate that the erreor/warning is a continuation.
3641         (Check): Call Report_No_Sources with Contnuation = True after the first
3642         call.
3643         (Error_Msg): Process successively contnuation character and warning
3644         character.
3645         (Find_Explicit_Sources): Check that all declared sources have been found
3646         (Check_File): Indicate in hash table Source_Names when a declared source
3647         is found.
3648         (Check_File): Set Other_Part when found
3649         (Find_Explicit_Sources): In multi language mode, check if all exceptions
3650         to the naming scheme have been found. For Ada, report an error if an
3651         exception has not been found. Otherwise, disregard the exception.
3652         (Check_Interfaces): New procedure
3653         (Add_Source): When Other_Part is defined, set mutual pointers in spec
3654         and body.
3655         (Check): In multi-language mode, call Check_Interfaces
3656         (Process_Sources_In_Multi_Language_Mode): Set In_Interfaces to False
3657         for an excluded source.
3658         (Remove_Source): A source replacing a source in the interfaces is also
3659         in the interfaces.
3660
3661         * prj-pars.adb: Use function Present
3662
3663         * prj-part.adb: Use functions Present and No throughout
3664         (Parse_Single_Project): Set the parent project for child projects
3665         (Create_Virtual_Extending_Project): Register project with no qualifier
3666         (Parse_Single_Project): Allow an abstract project to be extend several
3667         times. Do not allow an abstract project to extend a non abstract
3668         project.
3669
3670         * prj-pp.adb: Use functions Present and No throughout
3671         (Print): Take into account the full associative array attribute
3672         declarations.
3673
3674         * prj-proc.adb: Use functions Present and No throughout
3675         (Expression): Call itself with the same From_Project_Node for the
3676         default value of an external reference.
3677
3678         * prj-strt.adb: Use functions Present and No throughout
3679         (Parse_Variable_Reference): If a variable is specified as a simple name
3680         and is not found in the current project, look for it also in the
3681         ancestors of the project.
3682
3683         * prj-tree.ads, prj-tree.adb (Present): New function
3684         (No): New function
3685         Use functions Present and No throughout
3686         (Parent_Project_Of): New function
3687         (Set_Parent_Project_Of): New procedure
3688
3689         * snames.ads, snames.adb: 
3690         Add new standard names Object_Generated and Objects_Linked
3691
3692 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
3693
3694         * exp_ch6.adb (Expand_Call): Add guard to ensure that both the parent
3695         and the derived type are of the same kind.
3696         (Expand_Call): Generate type conversions for actuals of
3697         record or array types when the parent and the derived types differ in
3698         size and/or packed status.
3699
3700 2008-05-20  Javier Miranda  <miranda@adacore.com>
3701             Ed Schonberg  <schonberg@adacore.com>
3702
3703         * exp_disp.adb (Make_DT, Make_Secondary_DT, Make_Tags): Avoid
3704         generating dispatch tables of locally defined tagged types statically.
3705         Remove implicit if-statement that is no longer required.
3706         (Expand_Dispatching_Call): If this is a call to an instance of the
3707         generic dispatching constructor, the type of the first argument may be
3708         a subtype of Tag, so always use the base type to recognize this case.
3709
3710 2008-05-20  Thomas Quinot  <quinot@adacore.com>
3711
3712         * exp_dist.adb
3713         (GARLIC_Support.Add_RACW_Read_Attribute): When a zero value is received,
3714         and the RACW is null-excluding, raise CONSTRAINT_ERROR instead of
3715         assigning NULL into the result, to avoid a spurious warning.
3716         (Add_RACW_Features, case Same_Scope): Add assertion that designated type
3717         is not frozen.
3718         (Add_Stub_Type): Set entity flag Is_RACW_Stub_Type on generated stub
3719         type.
3720         (Build_From_Any_Function, Build_To_Any_Function,
3721         Build_TypeCode_Function): For a type that has user-specified stream
3722         attributes, use an opaque sequence of octets as the representation.
3723
3724 2008-05-20  Kevin Pouget  <pouget@adacore.com>
3725
3726         * exp_smem.ads, exp_smem.adb: Construction of access and assign
3727         routines has been replaced by an instantiation of
3728         System.Shared_Storage.Shared_Var_Procs generic package, while expanding
3729         shared variable declaration.
3730         Calls to access and assign routines have been replaced by calls to
3731         Read/Write routines of System.Shared_Storage.Shared_Var_Procs
3732         instantiated package.
3733         
3734         * rtsfind.ads: RE_Shared_Var_Procs entry has been added in RE_Unit_Table
3735         It identifies the new generic package added in s-shasto.
3736
3737         * s-shasto.adb, s-shasto.ads: A new generic package has been added, it
3738         is instantiated for each shared passive variable. It provides
3739         supporting procedures called upon each read or write access by the
3740         expanded code.
3741
3742         * sem_attr.adb:
3743         For this runtime unit (always compiled in GNAT mode), we allow
3744         stream attributes references for limited types for the case where
3745         shared passive objects are implemented using stream attributes,
3746         which is the default in GNAT's persistent storage implementation.
3747
3748 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
3749
3750         * freeze.adb
3751         (Freeze_Enumeration_Type): For a subtype that inherits a foreign
3752         convention from its base type, do not set the type to that of integer,
3753         because it may inherit a size clause.
3754         Warn on a size clause with a size different
3755         from that of Integer, if the type has convention C.
3756
3757 2008-05-20  Vincent Celier  <celier@adacore.com>
3758
3759         * gnatname.adb
3760         (Scan_Args): Rewrite to take into account new switch --and to separate
3761         arguments into sections.
3762         (Gnatname): Call Prj.Makr.Initialize, then Prj.Makr.Process for each
3763         section, then Finalize.
3764
3765 2008-05-20  Tristan Gingold  <gingold@adacore.com>
3766
3767         * init.c: Enable stack probing on ppc-linux.
3768
3769         * tracebak.c: Add symbolic traceback for ppc-linux.
3770
3771         * system-linux-ppc.ads: Enable stack probing on ppc-linux.
3772
3773 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
3774
3775         * Makefile.in
3776         (common-tools): New rule, to avoid parallel build failure on gnat tools.
3777         Reenable parallel builds on this Makefile.
3778
3779         * Make-lang.in: Update dependencies.
3780
3781 2008-05-20  Robert Dewar  <dewar@adacore.com>
3782
3783         * opt.ads (Treat_Restrictions_As_Warnings): New switch
3784
3785         * sem_prag.adb, par-prag.adb, restrict.ads: Implement flag
3786         Treat_Restrictions_As_Warnings.
3787
3788         * switch-c.adb: Recognize new switch -gnatr
3789
3790         * usage.adb: Add line for -gnatr
3791
3792 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
3793
3794         * par-ch3.adb
3795         (P_Access_Definition): Change the error message when parsing "access
3796         all" in Ada 95 mode. The message no longer forces the user to recompile
3797         in 05 mode only to discover that anonymous access types are not allowed
3798         to have "all".
3799
3800 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
3801
3802         * par-ch9.adb
3803         (P_Protected): Update the error message on missing "-gnat05" switch when
3804         using interfaces in conjunction with protected types. Remove the
3805         incorrect error message associated with the presence of "private" after
3806         a "with".
3807
3808 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
3809
3810         * sem_aggr.adb: Update comments.
3811         Improve previous change for PR ada/17985
3812
3813 2008-05-20  Thomas Quinot  <quinot@adacore.com>
3814
3815         * sem_cat.adb
3816         (Set_Categorization_From_Scope): Do not set In_Remote_Types unless in
3817         the visible part of the spec of a remote types unit.
3818         (Validate_Remote_Access_Object_Type_Declaration):
3819         New local subprogram Is_Valid_Remote_Object_Type, replaces
3820         Is_Recursively_Limited_Private.
3821         (Validate_RACW_Primitives): Enforce E.2.2(14) rules: the types of all
3822         non-controlling formals (and the return type, even though this is not
3823         explicit in the standard) must support external streaming.
3824         (Validate_RCI_Subprogram_Declaration): Enforce E.2.3(14) rules: same
3825         as above for of RAS types and RCI subprograms. (The return type is not
3826         checked yet).
3827         Update comments related to RACWs designating limited interfaces per
3828         ARG ruling on AI05-060.
3829
3830         * sem_util.ads, sem_util.adb
3831         (Is_Remote_Access_To_Class_Wide_Type): Only rely on Is_Remote_Types and
3832         Is_Remote_Call_Interface to identify RACW types in a stable and
3833         consistent way. We used to rely in this predicate on the privateness of
3834         the designated type and its ancestors, but depending on the currently
3835         visible private parts, this caused false negatives. We now uniformly
3836         rely on checks made at the point where the RACW type is declared.
3837         (Inspect_Deferred_Constant_Completion): Moved from Sem_Ch7.
3838
3839 2008-05-20  Javier Miranda  <miranda@adacore.com>
3840             Ed Schonberg  <schonberg@adacore.com>
3841             Hristian Kirtchev  <kirtchev@adacore.com>
3842
3843         * sem_ch3.adb
3844         (Analyze_Object_Declaration): Fix over-conservative condition
3845         restricting use of predefined assignment with tagged types that have
3846         convention CPP.
3847         (Analyze_Object_Declaration): Relax the check regarding deferred
3848         constants declared in scopes other than packages since they can be
3849         completed with pragma Import.
3850         Add missing escaping of all-caps word 'CPP' in error messages.
3851         (Build_Discriminated_Subtype): Do not inherit representation clauses
3852         from parent type if subtype already carries them, because they are
3853         inherited earlier during derivation and already include those that may
3854         come from a partial view.
3855
3856         * sem_ch9.adb, sem_ch5.adb, sem_ch6.adb (Analyze_Subprogram_Body):
3857         Check the declarations of a subprogram body for proper deferred
3858         constant completion.
3859
3860         * sem_ch7.ads, sem_ch7.adb
3861         (Inspect_Deferred_Constant_Completion): Moved to sem_util.
3862
3863 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
3864             Thomas Quinot  <quinot@adacore.com>
3865
3866         * sem_ch4.adb
3867         (Try_Indexed_Call): Handle properly a construct of the form F(S) where
3868         F is a parameterless function that returns an array, and S is a subtype
3869         mark.
3870         (Analyze_Call): Insert dereference when the prefix is a parameterless
3871         function that returns an access to subprogram and the call has
3872         parameters.
3873         Reject a non-overloaded call whose name resolves to denote
3874         a primitive operation of the stub type generated to support a remote
3875         access-to-class-wide type.
3876
3877 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
3878
3879         * sem_ch8.adb
3880         (Note_Redundant_Use): Diagnose a redundant use within a subprogram body
3881         when there is a use clause for the same entity in the context.
3882         (Analyze_Subprogram_Renaming): A renaming_as_body is legal if it is
3883         created for a stream attribute of an abstract type or interface type.
3884
3885 2008-05-20  Thomas Quinot  <quinot@adacore.com>
3886
3887         * sem_dist.ads, sem_dist.adb (Is_RACW_Stub_Type_Operation): New
3888         subprogram.
3889
3890         * sem_type.adb
3891         (Add_One_Interp): Ignore any interpretation that is a primitive
3892         operation of an RACW stub type (these primitives are only executed
3893         through dispatching, never through static calls).
3894         (Collect_Interps): When only one interpretation has been found, set N's
3895         Entity and Etype to that interpretation, otherwise Entity and Etype may
3896         still refer to an interpretation that was ignored by Add_One_Interp,
3897         in which case would end up with being marked as not overloaded but with
3898         an Entity attribute not pointing to its (unique) correct interpretation.
3899
3900 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
3901
3902         * sem_eval.adb
3903         (Eval_Slice): Warn when a slice whose discrete range is a subtype name
3904         denotes the whole array of its prefix.
3905
3906 2008-05-20  Robert Dewar  <dewar@adacore.com>
3907
3908         * sem_res.adb (Resolve_Op_Not): Warn on double negation
3909
3910 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
3911
3912         * sprint.adb
3913         (Print_Itype): Do not modify the sloc of the component type of a
3914         (packed) array itype, because it is an unrelated type whose source
3915         location is independent of the point of creation of the itype itself.
3916
3917 2008-05-20  Thomas Quinot  <quinot@adacore.com>
3918
3919         * uintp.adb, urealp.adb: Replace calls to Increment_Last + Set with
3920         Append.
3921
3922 2008-05-20  Robert Dewar  <dewar@adacore.com>
3923             Vincent Celier  <celier@adacore.com>
3924
3925         * vms_data.ads: Add entry for -gnatr
3926         Put GNAT SYNC section in proper alpha order
3927         Add VMS qualifier /DISPLAY_PROGRESS equivalent to gnatmake switch -d
3928
3929         * gnat_ugn.texi: Add documentation for new gnatname switch --and
3930         Update the style checks section
3931         Add documentation of -gnatr
3932         Add to the "Adding the Results of Compiler Checks to gnatcheck Output"
3933         subsection the explanation how compiler checks should be disabled for
3934         gnatcheck.
3935         Update the list of Ada 95 reserved words used by in the project language
3936         Add documentation for project qualifiers.
3937         Document that abstract projects may be extended by different projects in
3938         the same project tree.
3939         Add documentation for gnatmake switch -d
3940
3941         * ug_words: Add -gnatyy VMS equivalence string.
3942         Add entry for -gnatr
3943
3944 2008-05-20  Bob Duff  <duff@adacore.com>
3945
3946         * a-rttiev.adb
3947         (Set_Handler): Remove code from both of these that implements
3948         RM-D.15(15/2), because it causes a race condition and potential
3949         deadlock.
3950         (Process_Queued_Events): Add comment explaining "exception when others
3951         => null". Add clarifying ".all", even though implicit .all is legal
3952         here.
3953
3954 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
3955
3956         * s-winext.ads: Replace representation clause by pragma Pack. Gives
3957         equivalent representation, but has the advantage of allowing
3958         compilation of this file under 64 bits platforms.
3959
3960         * s-os_lib.adb (Normalize_Pathname): Mark Cur_Dir constant.
3961
3962         * s-osinte-irix.ads: (Alternate_Stack_Size): Add dummy declaration.
3963
3964         * adaint.c: 
3965         Don't define dummy implementation of convert_addresses on ppc-linux.
3966
3967 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
3968
3969         * exp_ch7.adb
3970         (Expand_Ctrl_Function_Call): Do not attach result to finalization list
3971         if expression is aggregate component.
3972
3973 2008-05-20  Robert Dewar  <dewar@adacore.com>
3974
3975         * g-byorma.adb, gnatlink.adb, prepcomp.adb, sinfo.ads,
3976         sem_ch12.adb: Update comments. Minor reformatting.
3977
3978         * exp_ch2.adb: Typo
3979
3980         * s-unstyp.ads: Fixed some typos in comments.
3981
3982 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
3983
3984         * s-taspri-vxworks.ads (Task_Address, Task_Address_Size): New
3985         type/constant.
3986
3987         * g-socthi-vxworks.ads: Update to latest socket changes.
3988
3989         * a-caldel-vms.adb: Resync with a-caldel spec.
3990
3991         * exp_ch9.ads, sem_ch8.ads, inline.adb: Minor reformatting.
3992         Update comments.
3993
3994 2008-05-17  Eric Botcazou  <ebotcazou@adacore.com>
3995
3996         * trans.c (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Account
3997         for dummy types pointed to by the converted pointer types.
3998
3999 2008-05-15  Eric Botcazou  <ebotcazou@adacore.com>
4000
4001         * trans.c (add_decl_expr): At toplevel, mark the TYPE_ADA_SIZE field
4002         of records and unions.
4003         (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Fix formatting.
4004
4005 2008-05-14  Samuel Tardieu  <sam@rfc1149.net>
4006             Robert Dewar <dewar@adacore.com>
4007
4008         * sem_attr.adb (Analyze_Attribute, Attribute_Old case): Add
4009         restrictions to the prefix of 'Old.
4010         * sem_util.ads, sem_util.adb (In_Parameter_Specification): New.
4011         * gnat_rm.texi ('Old): Note that 'Old cannot be applied to local
4012         variables.
4013
4014 2008-05-13  Eric Botcazou  <ebotcazou@adacore.com>
4015
4016         PR ada/24880
4017         PR ada/26635
4018         * utils.c (convert) <INTEGER_TYPE>: When converting an additive
4019         expression to an integral type with lower precision, use NOP_EXPR
4020         directly in a couple of special cases.
4021
4022 2008-05-12  Samuel Tardieu  <sam@rfc1149.net>
4023             Ed Schonberg <schonberg@adacore.com>
4024
4025         * sem_ch3.adb (Build_Derived_Record_Type): Accept statically matching
4026         constraint expressions.
4027
4028 2008-05-12  Tomas Bily  <tbily@suse.cz>
4029
4030         * utils2.c (known_alignment, contains_save_expr_p)
4031         (gnat_mark_addressable): Use CASE_CONVERT.
4032         * decl.c (annotate_value): Likewise.
4033         * trans.c (maybe_stabilize_reference): Likewise.
4034         * utils2.c (build_binary_op): Use CONVERT_EXPR_P.
4035         * utils.c (rest_of_record_type_compilation): Likewise.
4036         * trans.c (protect_multiple_eval, Attribute_to_gnu)
4037         (protect_multiple_eval): Likewise.
4038
4039 2008-05-08  Andreas Schwab  <schwab@suse.de>
4040
4041         * utils.c (handle_pure_attribute, init_gigi_decls): Rename
4042         DECL_IS_PURE to DECL_PURE_P.
4043
4044 2008-05-05  Eric Botcazou  <ebotcazou@adacore.com>
4045
4046         * decl.c (maybe_pad_type): Add ??? comment.
4047
4048 2008-05-03  Eric Botcazou  <ebotcazou@adacore.com>
4049
4050         * decl.c (components_to_record): Zero the alignment of the qualified
4051         union built for the variant part upon creating it.
4052
4053 2008-05-03  Eric Botcazou  <ebotcazou@adacore.com>
4054
4055         * decl.c (maybe_pad_type): Try to get a form of the type with integral
4056         mode even if the alignment is not a factor of the original size.  But
4057         make sure to create the inner field with the original size.  Reorder.
4058         * trans.c (addressable_p) <COMPONENT_REF>: Treat the field of a padding
4059         record as always addressable.
4060         * utils.c (convert): Deal specially with conversions between original
4061         and packable versions of a record type.
4062         * utils2.c (build_binary_op) <MODIFY_EXPR>: Be more restrictive when
4063         recognizing an assignment between padded objects.
4064
4065 2008-05-01  Eric Botcazou  <ebotcazou@adacore.com>
4066
4067         * decl.c (make_packable_type): Resize the last component to its RM size
4068         only if it is of an aggregate type.
4069         * trans.c (call_to_gnu): Fix nit in comment.
4070         (gnat_to_gnu): Likewise.
4071
4072 2008-04-30  Samuel Tardieu  <sam@rfc1149.net>
4073
4074         * Makefile.in: Adapt sh4-linux target.
4075
4076 2008-04-29  Ed Schonberg  <schonberg@adacore.com>
4077
4078         PR ada/35792
4079         * sem_ch3.adb (Find_Type_Name): Refuse completion of an incomplete
4080         tagged type by an untagged protected or task type.
4081
4082 2008-04-28  Eric Botcazou  <ebotcazou@adacore.com>
4083             Tristan Gingold  <gingold@adacore.com>
4084
4085         PR ada/36007
4086         * decl.c (gnat_to_gnu_entity) <object>: Do not promote alignment
4087         of aliased objects with an unconstrained nominal subtype.
4088         Cap the promotion to the effective alignment of the word mode.
4089
4090 2008-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4091
4092         * Make-lang.in (ada.tags, check-acats, ada/treeprs.ads)
4093         (ada/einfo.h, ada/sinfo.h, ada/nmake.adb, ada/nmake.ads):
4094         Use '&&' instead of ';'.
4095
4096 2008-04-24  Olivier Hainque  <hainque@adacore.com>
4097
4098         * trans.c (Attribute_to_gnu) <case Attr_Length>: Length computation
4099         doesn't require signed arithmetic anymore.
4100
4101 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
4102
4103         * trans.c (Attribute_to_gnu): Don't set TREE_INVARIANT.
4104         (call_to_gnu): Don't set TREE_INVARIANT.
4105         * utils2.c (gnat_build_constructor): Don't set TREE_INVARIANT.
4106
4107 2008-04-22  Joel Sherrill <joel.sherrill@oarcorp.com>
4108
4109         * s-osinte-rtems.adb: Add sigalstack function.
4110         * s-osinte-rtems.ads: Add SO_ONSTACK and sigalstack
4111         function. Add Alternate_Stack and Alternate_Stack_Size.
4112         Add missing process_shared field to pthread_condattr_t
4113         and change ss_low_priority to int from timespec.
4114
4115 2008-04-22  Samuel Tardieu  <sam@rfc1149.net>
4116
4117         * i-forbla.adb: Link against -llapack and -lblas by default
4118         instead of the private -lgnalasup.
4119
4120 2008-04-21  Olivier Hainque  <hainque@adacore.com>
4121
4122         Access to most C builtins from Ada
4123         * utils.c: #include "langhooks.h" and define GCC_DIAG_STYLE.
4124         (handle_pure_attribute, handle_novops_attribute,
4125         handle_nonnull_attribute, handle_sentinel_attribute,
4126         handle_noreturn_attribute, handle_malloc_attribute,
4127         handle_type_generic_attribute): New attribute handlers, from C fe.
4128         (gnat_internal_attribute_table): Map the new handlers.
4129         (gnat_init_decl_processing): Move call to gnat_install_builtins to ...
4130         (init_gigi_decls): ... here.
4131         (handle_const_attribute, handle_nothrow_attribute, builtin_decl_for):
4132         Move to a section dedicated to builtins processing.
4133         (build_void_list_node, builtin_type_for_size): New functions.
4134         (def_fn_type, get_nonnull_operand): Likewise.
4135         (install_builtin_elementary_type, install_builtin_function_types,
4136         install_builtin_attributes): Likewise.
4137         (fake_attribute_handler): Fake handler for attributes we don't
4138         support in Ada.
4139         (def_builtin_1): New function, worker for DEF_BUILTIN.
4140         (install_builtin_functions): New function.
4141         (gnat_install_builtins): Move to the builtins processing section.
4142         Now calling the newly introduced installers.
4143
4144 2008-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4145
4146         * decl.c (gnat_to_gnu_entity) <object>: Also promote the alignment of
4147         constant objects, but not exceptions.
4148         * trans.c (add_decl_expr): Use gnat_types_compatible_p for type
4149         compatibility test.
4150         * utils.c (create_var_decl_1): Likewise.
4151         * utils2.c (build_binary_op) <MODIFY_EXPR>: Also use the padded view of
4152         the type when copying to padded object and the source is a constructor.
4153
4154 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
4155
4156         * decl.c (gnat_to_gnu_entity) <object>: When trying to promote the
4157         alignment, reset it to zero if it would end up not being greater
4158         than that of the type.
4159
4160 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
4161
4162         * decl.c (maybe_pad_type): Only generate the XVS parallel type if
4163         the padded type has a variable size.
4164
4165 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
4166
4167         * decl.c (gnat_to_gnu_entity) <E_Subprogram_Type>: Use the return by
4168         target pointer mechanism as soon as the size is not constant.
4169
4170 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
4171
4172         * gigi.h (create_var_decl_1): Declare.
4173         (create_var_decl): Turn into a macro invoking create_var_decl_1.
4174         (create_true_var_decl): Likewise.
4175         * utils.c (create_var_decl_1): Make global and reorder parameters.
4176         (create_var_decl): Delete.
4177         (create_true_var_decl): Likewise.
4178
4179 2008-04-17  Eric Botcazou  <ebotcazou@adacore.com>
4180
4181         * decl.c (gnat_to_gnu_entity) <object>: Promote the alignment of
4182         objects by default.
4183         * fe.h (Debug_Flag_Dot_A): Delete.
4184         * debug.adb (-gnatd.a): Update documentation.
4185
4186 2008-04-17  Samuel Tardieu  <sam@rfc1149.net>
4187
4188         * g-socket.ads, g-socket.adb (Get_Address): Make Stream a
4189         "not null" parameter.
4190
4191 2008-04-17  Samuel Tardieu  <sam@rfc1149.net>
4192
4193         * g-socket.adb: Add a message "IPv6 not supported" to the
4194         Socket_Error exception.
4195
4196 2008-04-16  Samuel Tardieu  <sam@rfc1149.net>
4197
4198         PR ada/29015
4199         * sem_ch12.adb (Instantiate_Type): Check whether the full view of
4200         the type is known instead of the underlying type.
4201
4202 2008-04-15  Ed Schonberg  <schonberg@adacore.com>
4203
4204         PR ada/22387
4205         * exp_ch5.adb (Expand_Assign_Record): Within an initialization
4206         procedure for a derived type retrieve the discriminant values from
4207         the parent using the corresponding discriminant.
4208
4209 2008-04-15  Samuel Tardieu  <sam@rfc1149.net>
4210             Gary Dismukes  <dismukes@adacore.com>
4211
4212         PR ada/28733
4213         * sem_ch8.adb (Analyze_Use_Package): Do not allow "use" of something
4214         which is not an entity (and hence not a package).
4215         (End_Use_Package): Ditto.
4216
4217 2008-04-15  Ed Schonberg  <schonberg@adacore.com>
4218
4219         PR ada/16086
4220         * sem_ch12.adb (Analyze_Formal_Subprogram): The default can be any
4221         protected operation that matches the signature, not only an entry, a
4222         regular subprogram or a literal.
4223
4224 2008-04-15  Eric Botcazou  <ebotcazou@adacore.com>
4225
4226         * ada-tree.h (DECL_BY_COMPONENT_PTR_P): Use DECL_LANG_FLAG_3.
4227         * decl.c (gnat_to_gnu_entity) <object>: Call maybe_pad_type only
4228         if a size or alignment is specified.  Do not take into account
4229         alignment promotions for the computation of the object's size.
4230         <type>: Call maybe_pad_type only if a size or alignment is specified.
4231         (maybe_pad_type): Really reuse the RM_Size of the original type if
4232         requested.
4233         * trans.c (Attribute_to_gnu): Fix a couple of nits.
4234         * utils2.c (build_binary_op) <MODIFY_EXPR>: Merge related conditional
4235         statements.  Use the padded view of the type when copying between
4236         padded objects of the same underlying type.
4237
4238 2008-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4239
4240         * vms_data.ads: Fix typo in constant.
4241         * gen-soccon.c: Fix typo in error string.
4242         * gnat_rm.texi (Pragma Optimize_Alignment, Pragma Postcondition):
4243         Fix typos.
4244         * a-calcon.ads, a-calend-vms.adb, a-calend.adb, a-crdlli.ads,
4245         bcheck.adb, checks.adb, einfo.ads, errout.adb, erroutc.adb,
4246         erroutc.ads, exp_attr.adb, exp_ch11.adb, exp_ch2.adb,
4247         exp_ch5.adb, exp_ch9.adb, exp_ch9.ads, exp_pakd.adb,
4248         exp_util.adb, fmap.adb, g-soccon-linux-mips.ads,
4249         g-soccon-rtems.ads, g-timsta.adb, g-timsta.ads, lib-writ.ads,
4250         mlib-tgt-specific-linux.adb, mlib-tgt-specific-tru64.adb,
4251         s-interr-vxworks.adb, s-interr.adb, s-osinte-lynxos.ads,
4252         s-rident.ads, s-taprop-solaris.adb, s-tassta.adb, s-win32.ads,
4253         sem_aggr.adb, sem_attr.ads, sem_ch10.adb, sem_ch13.ads,
4254         sem_ch3.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb, sem_ch9.adb,
4255         sem_prag.ads, sem_res.adb, sem_util.adb, sem_util.ads,
4256         sinfo.ads: Fix typos in comments.
4257
4258 2008-04-14  Robert Dewar  <dewar@adacore.com>
4259
4260         * sem_prag.adb (Analyze_Pragma, Linker_Section case): Extend error
4261         to every non-object and change error message.
4262
4263 2008-04-14  Robert Dewar  <dewar@adacore.com>
4264
4265         * sem_util.ads, sem_util.adb (In_Subprogram): Remove.
4266         * sem_attr.adb (Anayze_Attribute): Check for Current_Subprogram
4267         directly.
4268
4269 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4270
4271         PR ada/18680
4272         * sem_prag.adb (Analyze_Pragma, Linker_Section case): Refuse to
4273         apply pragma Linker_Section on type.
4274
4275 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4276
4277         PR ada/16098
4278         * sem_prag.adb (Error_Pragma_Ref): New.
4279         (Process_Convention): Specialized message for non-local
4280         subprogram renaming. Detect the problem in homonyms as well.
4281
4282 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4283
4284         PR ada/15915
4285         * sem_util.ads, sem_util.adb (Denotes_Variable): New function.
4286         * sem_ch12.adb (Instantiate_Object): Use it.
4287         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Ensure that
4288         storage pool denotes a variable as per RM 13.11(15).
4289
4290 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4291
4292         * sem_util.ads, sem_util.adb (In_Subprogram): New function.
4293         * sem_attr.adb (Analyze_Attribute, Attribute_Old case): Use it.
4294
4295 2008-04-14  Rolf Ebert  <rolf.ebert.gcc@gmx.de>
4296
4297         PR ada/20822
4298         * xgnatugn.adb (Put_Line): New procedure, ensuring Unix
4299         line endings even on non-Unix platforms.
4300
4301 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
4302
4303         PR ada/35050
4304         * xref_lib.adb (Parse_Identifier_Info): Correctly parse and ignore the
4305         renaming information.
4306
4307 2008-04-13  Samuel Tardieu  <sam@rfc1149.net> 
4308
4309         PR ada/17985
4310         * sem_aggr.adb (Valid_Ancestor_Type): A type is not an ancestor of
4311         itself.
4312
4313 2008-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4314
4315         * sfn_scan.adb, sfn_scan.ads, sinfo.ads,
4316         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput.ads,
4317         snames.ads, sprint.adb, stand.ads, stringt.ads,
4318         styleg.adb, styleg.ads, stylesw.adb, stylesw.ads,
4319         switch.ads, sysdep.c, table.adb, table.ads,
4320         targparm.ads, tb-gcc.c, tbuild.ads, tracebak.c,
4321         trans.c, tree_io.adb, treepr.adb, types.adb, types.ads,
4322         uintp.adb, uintp.ads, utils.c, utils2.c, validsw.ads,
4323         vms_conv.adb, vms_conv.ads, vms_data.ads, widechar.adb,
4324         widechar.ads, xeinfo.adb, xgnatugn.adb, xr_tabls.adb,
4325         xr_tabls.ads, xref_lib.adb, xref_lib.ads, xsinfo.adb:
4326         Fix comment typos.
4327
4328         * sem_ch10.adb, sem_ch10.ads,
4329         sem_ch12.adb, sem_ch12.ads, sem_ch13.adb, sem_ch13.ads,
4330         sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
4331         sem_ch6.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
4332         sem_elab.adb, sem_elab.ads, sem_elim.ads, sem_eval.adb,
4333         sem_eval.ads, sem_intr.adb, sem_mech.adb, sem_mech.ads,
4334         sem_prag.adb, sem_prag.ads, sem_res.adb, sem_res.ads,
4335         sem_type.adb, sem_util.adb, sem_util.ads, sem_warn.adb,
4336         sem_warn.ads: Fix comment typos.
4337
4338         * s-secsta.adb, s-sequio.ads, s-shasto.ads,
4339         s-soflin.ads, s-stalib.ads, s-stausa.adb,
4340         s-stausa.ads, s-strxdr.adb, s-taenca.adb, s-taenca.ads,
4341         s-taprob.adb, s-taprop-hpux-dce.adb, s-taprop-irix.adb,
4342         s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-posix.adb,
4343         s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
4344         s-taprop-vxworks.adb, s-taprop.ads, s-tarest.adb,
4345         s-tarest.ads, s-tasini.adb, s-tasini.ads, s-taskin.ads,
4346         s-tasque.ads, s-tassta.adb, s-tassta.ads, s-tasuti.ads,
4347         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
4348         s-tpopsp-posix.adb, s-tpopsp-rtems.adb, s-tposen.adb,
4349         s-tposen.ads, s-traceb-hpux.adb, s-traces.ads,
4350         s-trafor-default.ads, s-unstyp.ads, s-utf_32.ads,
4351         s-vaflop.adb, s-vaflop.ads, s-valrea.adb, s-valuti.adb,
4352         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, scans.ads,
4353         scn.adb, scng.adb, seh_init.c, sem.ads, sem_aggr.adb,
4354         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
4355         sem_cat.adb, sem_cat.ads: Fix comment typos.
4356
4357 2008-04-12  Joel Sherrill  <joel@oarcorp.com>
4358
4359         PR ada/35825
4360         * g-soccon-rtems.ads: Add IP_PKTINFO as unsupported.
4361
4362 2008-04-12  Arnaud Charlet  <charlet@adacore.com>
4363
4364         * s-linux-hppa.ads: Fix syntax errors.
4365
4366 2008-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4367
4368         * gnat_ugn.texi: Fix typos.
4369         * raise-gcc.c, repinfo.adb, repinfo.ads, restrict.adb,
4370         restrict.ads, rtsfind.adb, rtsfind.ads, s-arit64.ads,
4371         s-asthan-vms-alpha.adb, s-auxdec.ads, s-casuti.ads,
4372         s-fatflt.ads, s-fatgen.adb, s-fatlfl.ads,
4373         s-fatllf.ads, s-fatsfl.ads, s-filofl.ads,
4374         s-finimp.adb, s-finroo.ads, s-fishfl.ads,
4375         s-fvadfl.ads, s-fvaffl.ads, s-fvagfl.ads,
4376         s-hibaen.ads, s-htable.ads, s-imgcha.adb,
4377         s-imgenu.ads, s-imgint.adb, s-imgrea.adb,
4378         s-inmaop-dummy.adb, s-inmaop.ads, s-interr-vms.adb,
4379         s-interr-vxworks.adb, s-interr.adb, s-interr.ads,
4380         s-intman-vxworks.ads, s-intman.ads, s-mastop-irix.adb,
4381         s-os_lib.adb, s-os_lib.ads, s-osinte-aix.ads,
4382         s-osinte-darwin.ads, s-osinte-freebsd.ads,
4383         s-osinte-hpux.ads, s-osinte-lynxos-3.adb,
4384         s-osinte-lynxos-3.ads, s-osinte-lynxos.ads,
4385         s-osinte-rtems.ads, s-osinte-solaris-posix.ads,
4386         s-osprim-mingw.adb, s-osprim-vms.adb, s-parame-ae653.ads,
4387         s-parame-hpux.ads, s-parame-vms-alpha.ads,
4388         s-parame-vms-ia64.ads, s-parame-vms-restrict.ads,
4389         s-parame-vxworks.ads, s-parame.ads, s-parint.adb,
4390         s-parint.ads, s-poosiz.adb, s-proinf-irix-athread.ads,
4391         s-proinf.ads, s-regexp.adb, s-regpat.adb, s-regpat.ads,
4392         s-rident.ads: Fix comment typos.
4393
4394 2008-04-09  Samuel Tardieu  <sam@rfc1149.net>
4395
4396         PR ada/28305
4397         * sem_ch6.adb (Build_Body_To_Inline): Do not save and restore
4398         environment if generic instance is a top-level one.
4399
4400 2008-04-09  Doug Rupp  <rupp@adacore.com>
4401
4402         * decl.c (validate_size): Set minimum size for fat pointers same as
4403         access types. Code clean ups.
4404
4405         * gmem.c (xstrdup32): New macro for 32bit dup on VMS, noop otherwise
4406         (__gnat_gmem_a2l_initialize): Dup exename into 32 bit memory on VMS
4407
4408         * s-auxdec-vms_64.ads, s-auxdec.ads (Short_Address_Size): New constant
4409
4410         * s-crtl.ads (malloc32) New function, alias for malloc
4411         (realloc32) New function, alias for realloc
4412
4413         * socket.c (__gnat_new_socket_set): Malloc fd_set in 32 bits on VMS
4414
4415         * utils2.c (build_call_alloc_dealloc): Return call to short malloc if
4416         allocator size is 32 and default pointer size is 64.
4417         (find_common_type): Document assumption on t1/t2 vs lhs/rhs. Force use of
4418         lhs type if smaller, whatever the modes.
4419
4420         * gigi.h (malloc32_decl): New macro definition
4421
4422         * utils.c (init_gigi_decls): New malloc32_decl
4423         Various code clean ups.
4424
4425         * s-asthan-vms-alpha.adb (Process_AST.To_Address): Unchecked convert to
4426         Task_Address vice System.Address.
4427
4428         * s-taspri-vms.ads: Import System.Aux_DEC
4429         (Task_Address): New subtype of System.Aux_DEC.Short_Address
4430         (Task_Address_Size): New constant size of System.Aux_DEC.Short_Address
4431
4432         * s-asthan-vms-alpha.adb (Process_AST.To_Address): Unchecked convert to
4433         Task_Address vice System.Address.
4434
4435         * s-inmaop-vms.adb: Import System.Task_Primitives
4436         (To_Address): Unchecked convert to Task_Address vice System.Address
4437
4438         * s-taprop-vms.adb (Timed_Delay): Always set the timer even if delay
4439         expires now.
4440         (To_Task_ID) Unchecked convert from Task_Adddress vice System.Address
4441         (To_Address) Unchecked convert to Task_Address vice System.Address
4442
4443         * s-tpopde-vms.adb: Remove unnecessary warning pragmas
4444
4445         * g-socthi-vms.ads: Add 32bit size clauses on socket access types.
4446
4447 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4448
4449         * gigi.h (standard_datatypes): Add ADT_fdesc_type and ADT_null_fdesc.
4450         (fdesc_type_node): Define.
4451         (null_fdesc_node): Likewise.
4452         * decl.c (gnat_to_gnu_entity) <E_Access_Subprogram_Type>: If the target
4453         uses descriptors for vtables and the type comes from a dispatch table,
4454         return the descriptor type.
4455         * trans.c (Attribute_to_gnu) <Attr_Unrestricted_Access>: If the target
4456         uses descriptors for vtables and the type comes from a dispatch table,
4457         build a descriptor in the static case and copy the existing one in the
4458         non-static case.
4459         (gnat_to_gnu) <N_Null>: If the target uses descriptors for vtables and
4460         the type is a pointer-to-subprogram coming from a dispatch table,
4461         return the null descriptor.
4462         <N_Unchecked_Type_Conversion>: If the target uses descriptors for
4463         vtables, the source type is the descriptor type and the target type
4464         is a pointer type, first build the pointer.
4465         * utils.c (init_gigi_decls): If the target uses descriptors for vtables
4466         build the descriptor type and the null descriptor.
4467
4468 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4469
4470         * decl.c (prepend_attributes): Fix typo.
4471         * trans.c (Pragma_to_gnu): Likewise.
4472         * utils.c (gnat_genericize): Likewise.
4473
4474 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4475             Richard Kenner  <kenner@adacore.com>
4476
4477         * ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Only set it when bit-packed.
4478         * decl.c (gnat_to_gnu_entity): Adjust for above change.
4479         <E_Record_Type>: Try to get a better form of the component for
4480         packing, even if it has an integral mode.
4481         <E_Record_Subtype>: Likewise.
4482         * trans.c (gnat_to_gnu): Do not require BLKmode for the special
4483         exception suppressing the final conversion between record types.
4484
4485 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4486
4487         * decl.c (gnat_to_gnu_entity) <object>: If -gnatd.a and not optimizing
4488         alignment for space, promote the alignment of non-scalar variables with
4489         no size and alignment.
4490         * gigi.h (gnat_types_compatible_p): Declare.
4491         * misc.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Set to above predicate.
4492         * trans.c (gnat_to_gnu): Revert revision 129339 change.  Minor cleanup.
4493         * utils.c (gnat_types_compatible_p) : New predicate.
4494         (convert): Use it throughout to test for cases where a mere view
4495         conversion is sufficient.
4496         * utils2.c (build_binary_op): Minor tweaks.
4497         (build_unary_op): Likewise.
4498
4499 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4500
4501         * decl.c (adjust_packed): Expand comment.
4502
4503 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
4504
4505         * s-tasuti.ads: Use Task_Address instead of System.Address.
4506
4507         * makeutl.adb (Path_Or_File_Name): New function
4508
4509         * nlists.ads, itypes.ads: Update comments.
4510
4511         * s-crtl.ads (malloc32, realloc32): New functions.
4512
4513         * s-auxdec.ads (Short_Address_Size): New constant.
4514
4515         * a-taside.adb, s-tasdeb.adb: Use Task_Address.
4516
4517         * s-ststop.ads, s-ststop.adb: New file.
4518
4519         * exp_tss.ads, s-taprop-lynxos.adb: Update comments.
4520         Minor reformatting.
4521
4522 2008-04-08  Pascal Obry  <obry@adacore.com>
4523
4524         * g-sercom.ads, g-sercom.adb (Data_Rate): Add B115200.
4525         (Stop_Bits_Number): New type.
4526         (Parity_Check): Likewise.
4527         (Set): Add parameter to set the number of stop bits and
4528         the parity. Parameter timeout is now a duration instead
4529         of a plain integer.
4530
4531         * g-sercom-linux.adb:
4532         Implement the stop bits and parity support for GNU/Linux.
4533         Fix handling of timeout, it must be given in tenth of seconds.
4534         
4535         * g-sercom-mingw.adb:
4536         Implement the stop bits and parity support for Windows.
4537         Use new s-win32.ads unit instead of declaring Win32 services
4538         directly into this body.
4539         Update handling of timeout as now a duration.
4540
4541         * s-win32.ads, s-winext.ads: New files.
4542
4543 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4544             Arnaud Charlet  <charlet@adacore.com>
4545
4546         * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads: Removed.
4547
4548         s-taspri-posix-noaltstack.ads, s-linux.ads, s-linux-alpha.ads,
4549         s-linux-hppa.ads: New files. Disable alternate stack on ia64-hpux.
4550
4551         * s-osinte-lynxos-3.ads,
4552         (Alternate_Stack): Remove when not needed. Simplify declaration
4553         otherwise.
4554         (Alternate_Stack_Size): New constant.
4555
4556         s-osinte-mingw.ads, s-taprop-mingw.adb: Code clean up: avoid use of
4557         'Unrestricted_Access.
4558
4559         * s-osinte-hpux.ads, s-osinte-solaris-posix.ads, s-osinte-aix.ads,
4560         s-osinte-lynxos.ads, s-osinte-freebsd.ads s-osinte-darwin.ads,
4561         s-osinte-tru64.ads, s-osinte-irix.ads, s-osinte-linux.ads,
4562         s-osinte-solaris.ads, s-osinte-vms.ads
4563         (SA_ONSTACK): New constant.
4564         (stack_t): New record type.
4565         (sigaltstack): New imported function.
4566         (Alternate_Stack): New imported variable.
4567         (Alternate_Stack_Size): New constant.
4568
4569         * system-linux-x86_64.ads: (Stack_Check_Probes): Set to True.
4570
4571         * s-taspri-lynxos.ads, s-taspri-solaris.ads, s-taspri-tru64.ads,
4572         s-taspri-hpux-dce.ads, s-taspri-dummy.ads, s-taspri-posix.ads,
4573         s-taspri-vms.ads (Task_Address): New subtype of System.Address
4574         (Task_Address_Size): New constant size of System.Address
4575         (Alternate_Stack_Size): New constant.
4576
4577         * s-taprop-posix.adb, s-taprop-linux.adb (Get_Stack_Attributes): Delete.
4578         (Enter_Task): Do not notify stack to System.Stack_Checking.Operations.
4579         Establish the alternate stack if the platform makes use of n alternate
4580         signal stack for stack overflows.
4581         (Create_Task): Take into account the alternate stack in the stack size.
4582         (Initialize): Save the address of the alternate stack into the ATCB for
4583         the environment task.
4584         (Create_Task): Fix assertions for NPTL library (vs old LinuxThreads).
4585
4586         * s-parame.adb (Minimum_Stack_Size): Increase value to 16K
4587
4588         * system-linux-x86.ads: (Stack_Check_Probes): Set to True.
4589
4590         * s-intman-posix.adb: 
4591         (Initialize): Set SA_ONSTACK for SIGSEGV if the platform makes use of an
4592         alternate signal stack for stack overflows.
4593
4594         * init.c (__gnat_adjust_context_for_raise, Linux version): On i386 and
4595         x86-64, adjust the saved value of the stack pointer if the signal was
4596         raised by a stack checking probe.
4597         (HP-UX section): Use global __gnat_alternate_stack as signal handler
4598         stack and only for SIGSEGV.
4599         (Linux section): Likewise on x86 and x86-64.
4600         [VxWorks section]
4601         (__gnat_map_signal): Now static.
4602         (__gnat_error_handler): Not static any more.
4603         (__gnat_adjust_context_for_raise): New function. Signal context
4604         adjustment for PPC && !VTHREADS && !RTP, as required by the zcx
4605         propagation circuitry.
4606         (__gnat_error_handler): Second argument of a sigaction handler is a
4607         pointer, not an int, and is unused.
4608         Adjust signal context before mapping to exception.
4609         Install signal handlers for LynxOS case.
4610
4611         * s-taskin.ads (Common_ATCB): New field Task_Alternate_Stack.
4612         (Task_Id): Set size to Task_Address_Size
4613         (To_Task_id): Unchecked convert from Task_Address vice System.Address
4614         (To_Address): Unchecked convert to Task_Address vice System.Address
4615
4616         * s-tassta.adb (Task_Wrapper): Define the alternate stack and save its
4617         address into the ATCB if the platform makes use of an alternate signal
4618         stack for stack overflows.
4619         (Free_Task): Add call to Finalize_Attributes_Link.
4620         Add argument Relative_Deadline to pass the value specified for
4621         the task. This is not yet used for any target.
4622
4623         * s-tassta.ads (Create_Task): Add argument Relative_Deadline to pass
4624         the value specified for the task.
4625
4626 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
4627
4628         (s-osinte-vxworks6.ads): Removed, merged with s-osinte-vxworks.ads/.adb
4629         (s-vxwext.ads, s-vxwext-kernel.ads, s-vxwext-rtp.ads,
4630         s-vxwext-rtp.adb): New files.
4631
4632         * s-taprop-vxworks.adb, s-osinte-vxworks.ads, s-osinte-vxworks.adb: 
4633         Minor updates to accomodate changes above.
4634
4635 2008-04-08  Pascal Obry  <obry@adacore.com>
4636
4637         * a-exetim-mingw.adb, s-gloloc-mingw.adb, s-taprop-mingw.adb,
4638         s-tasinf-mingw.ad{s,b}, s-taspri-mingw.ads:
4639         Use new s-win32.ads unit instead of declaration
4640         from s-osinte-mingw.ads.
4641         
4642         * s-osinte-mingw.ads:
4643         Move all non tasking based interface to s-win32.ads.
4644         
4645         * s-osprim-mingw.adb:
4646         Remove duplicated declarations and use s-win32.ads
4647         unit instead.
4648
4649 2008-04-08  Vincent Celier  <celier@adacore.com>
4650             Arnaud Charlet  <charlet@adacore.com>
4651
4652         * mlib-tgt-aix.adb, mlib-tgt-darwin.adb, mlib-tgt-hpux.adb,
4653         mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-lynxos.adb,
4654         mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
4655         mlib-tgt-vms.ads, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
4656         mlib-tgt-vxworks.adb, mlib-tgt-mingw.adb: Renamed into...
4657
4658         * mlib-tgt-specific-aix.adb, mlib-tgt-specific-darwin.adb,
4659         mlib-tgt-specific-hpux.adb, mlib-tgt-specific-irix.adb,
4660         mlib-tgt-specific-linux.adb, mlib-tgt-specific-lynxos.adb,
4661         mlib-tgt-specific-solaris.adb, mlib-tgt-specific-tru64.adb,
4662         mlib-tgt-vms_common.adb, mlib-tgt-vms_common.ads,
4663         mlib-tgt-specific-vms-alpha.adb, mlib-tgt-specific-vms-ia64.adb,
4664         mlib-tgt-specific-vxworks.adb, mlib-tgt-specific-xi.adb,
4665         mlib-tgt-specific-mingw.adb: New names.
4666
4667         * Makefile.in: 
4668         On VxWorks platforms use s-stchop-limit.ads for s-stchop.ads
4669         Get rid of gnatbl.
4670         (EXTRA_GNATRTL_NONTASKING_OBJS): Add s-win32.o
4671         Files mlib-tgt-*.adb have been renamed mlib-tgt-specific-*.adb
4672         Minor updates for VMS
4673
4674         * gnatbl.c: Removed.
4675
4676 2008-04-08  Thomas Quinot  <quinot@adacore.com>
4677
4678         * g-expect-vms.adb, a-textio.adb, a-witeio.adb, exp_dbug.adb,
4679         g-expect.adb, g-locfil.adb, gnatchop.adb, gnatdll.adb, gnatlbr.adb,
4680         gnatmem.adb, g-regist.adb, i-vxwork.ads, mlib-utl.adb, i-vxwork-x86.ads,
4681         a-ztexio.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-ia64.adb,
4682         s-os_lib.adb, s-regpat.adb, s-regpat.ads: Fix incorrect casing of
4683         ASCII.NUL throughout.
4684
4685 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
4686             Matthew Heaney  <heaney@adacore.com>
4687
4688         * a-cgcaso.adb, a-convec.adb: (Swap, Sift): Avoid use of complex
4689         renaming.
4690
4691         * a-cgaaso.ads, a-secain.ads, a-slcain.ads, a-shcain.ads,  
4692         a-crdlli.ads, a-coormu.ads, a-ciormu.ads: modified header to conform
4693         to convention for non-RM specs.
4694         Add descriptive header, and documented each operation
4695         document each operation
4696
4697 2008-04-08  Robert Dewar  <dewar@adacore.com>
4698             Bob Duff  <duff@adacore.com>
4699             Gary Dismukes  <dismukes@adacore.com>
4700             Ed Schonberg  <schonberg@adacore.com>
4701
4702         * alloc.ads: Add entries for Obsolescent_Warnings table
4703
4704         * einfo.ads, einfo.adb: Minor reformatting.
4705         (Is_Discriminal): New subprogram.
4706         (Is_Prival): New subprogram.
4707         (Is_Protected_Component): New subprogram.
4708         (Is_Protected_Private): Removed.
4709         (Object_Ref, Set_Object_Ref): Removed.
4710         (Prival, Set_Prival): Change assertion.
4711         (Privals_Chain, Set_Privals_Chain): Removed.
4712         (Prival_Link, Set_Prival_Link): New subprogram.
4713         (Protected_Operation, Set_Protected_Operation): Removed.
4714         (Protection_Object, Set_Protection_Object): New subprogram.
4715         (Write_Field17_Name): Remove case for Object_Ref.
4716         (Write_Field20_Name): Add case for Prival_Link.
4717         (Write_Field22_Name): Remove case for Protected_Operation,
4718         Privals_Chain.
4719         Add case for Protection_Object.
4720         (Can_Use_Internal_Rep): Make this into a [base type only] attribute,
4721         so clients
4722         (Overlays_Constant): New flag
4723         (Is_Constant_Object): New predicate
4724         (Is_Standard_Character_Type): New predicate
4725         (Optimize_Alignment_Space): New flag
4726         (Optimize_Alignment_Time): New flag
4727         (Has_Postconditions): New flag
4728         (Obsolescent_Warrning): Field removed
4729         (Spec_PPC_List): New field
4730         (Relative_Deadline_Variable, Set_Relative_Deadline_Variable): Add
4731         subprograms to get and set the relative deadline associated to a task.
4732
4733         * exp_attr.adb (May_Be_External_Call): Account for the case where the
4734         Access attribute is part of a named parameter association.
4735         (Expand_Access_To_Protected_Op): Test for the attribute occurring
4736         within an init proc and use that directly as the scope rather than
4737         traversing up to the protected operation's enclosing scope. Only apply
4738         assertion on Is_Open_Scopes in the case the scope traversal is done.
4739         For the init proc case use the address of the first formal (_init) as
4740         the protected object reference.
4741         Implement Invalid_Value attribute
4742         (Expand_N_Attribute_Reference): Case Attribute_Unrestricted_Access.
4743         contents of the dispatch table there is no need to duplicate the
4744         itypes associated with record types (i.e. the implicit full view
4745         of private types).
4746         Implement Enum_Val attribute
4747         (Expand_N_Attribute_Reference, case Old): Properly handle appearence
4748         within _Postconditions procedure
4749         (Expand_N_Attribute_Reference, case Result): Implement new attribute
4750
4751         * exp_ch5.adb (Expand_N_Simple_Return_Statement): Handle case in which
4752         a return statement calls a function that is not available in
4753         configurable runtime.
4754         (Analyze_If_Statement): don't optimize simple True/False cases in -O0
4755         (Expand_Non_Function_Return): Generate call to _Postconditions proc
4756         (Expand_Simple_Function_Return): Ditto
4757
4758         * frontend.adb: Add call to Sem_Aux.Initialize
4759
4760         * sem_aux.ads, sem_aux.adb: New file.
4761
4762         * par-prag.adb: Add entries for pragmas Precondition/Postcondition
4763         Add new Pragma_Relative_Deadline.
4764         Add support for pragmas Check and Check_Policy
4765
4766         * sem_attr.ads, sem_attr.adb (Check_Not_CPP_Type): New subprogram.
4767         (Check_Stream_Attribute): Add missing check (not allowed in CPP types)
4768         (Analyze_Attribute): In case of attributes 'Alignment and 'size add
4769         missing check because they are not allowed in CPP tagged types.
4770         Add Sure parameter to Note_Possible_Modification calls
4771         Add implementation of Invalid_Value attribute
4772         Implement new attribute Has_Tagged_Values
4773         Implement Enum_Val attribute
4774         (Analyze_Attribute, case Range): Set Name_Req True for prefix of
4775         generated attributes.
4776         (Analyze_Attribute, case Result): If prefix of the attribute is
4777         overloaded, it always resolves to the enclosing function.
4778         (Analyze_Attribute, case Result): Properly deal with analysis when
4779         Postconditions are not active.
4780         (Resolve_Attribute, case Result): Properly deal with appearence during
4781         preanalysis in spec.
4782         Add processing for attribute Result
4783
4784         * sem_ch6.ads, sem_ch6.adb (Check_Overriding_Indicator): Code cleanup
4785         for operators.
4786         (Analyze_Subprogram_Body): Install private_with_clauses when the body
4787         acts as a spec.
4788         (Check_Inline_Pragma): recognize an inline pragma that appears within
4789         the subprogram body to which it applies.
4790         (Analyze_Function_Return): Check that type of the expression of a return
4791         statement in a function with a class-wide result is not declared at a
4792         deeper level than the function.
4793         (Process_PPCs): Deal with enabling/disabling, using PPC_Enabled flag
4794         (Verify_Overriding_Indicator): Handle properly subprogram bodies for
4795         user- defined operators.
4796         (Install_Formals): Moved to spec to allow use from Sem_Prag for
4797         analysis of precondition/postcondition pragmas.
4798         (Analyze_Subprogram_Body.Last_Real_Spec_Entity): New name for
4799         Last_Formal, along with lots of comments on what this is about
4800         (Analyze_Subprogram_Body): Fix case where we move entities from the
4801         spec to the body when there are no body entities (now possible with
4802         precondition and postcondition pragmas).
4803         (Process_PPCs): New procedure
4804         (Analyze_Subprogram_Body): Add call to Process_PPCs
4805
4806         * sem_ch8.adb (Use_One_Type): refine warning on a redundant use_type
4807         clause.
4808         (Pop_Scope): Restore Check_Policy_List on scope exit
4809         (Push_Scope): Save Check_Policy_List on scope entry
4810         Change name In_Default_Expression      => In_Spec_Expression
4811         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
4812         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
4813         (Analyze_Object_Renaming): Allow 'Reference as object
4814         (Analyze_Pragma, case Restriction_Warnings): Call GNAT_Pragma
4815         (Process_Restrictions_Or_Restriction_Warnings): Check for bad spelling
4816         of restriction identifier.
4817         Add Sure parameter to Note_Possible_Modication calls
4818
4819         * sem_prag.ads, sem_prag.adb (Analyze_Pragma, case Stream_Convert):
4820         Don't check for primitive operations when calling Rep_Item_Too_Late.
4821         (Process_Import_Or_Interface): Do not place flag on formal
4822         subprograms.
4823         (Analyze_Pragma, case Export): If the entity is a deferred constant,
4824         propagate information to full view, which is the one elaborated by the
4825         back-end.
4826         (Make_Inline): the pragma is effective if it applies to an internally
4827         generated subprogram declaration for a body that carries the pragma.
4828         (Analyze_Pragma, case Optimize_Alignment): Set new flag
4829         Optimize_Alignment_Local.
4830         (Analyze_PPC_In_Decl_Part): New procedure
4831         (Get_Pragma_Arg): Moved to outer level
4832         (Check_Precondition_Postcondition): Change to allow new visibility
4833         rules for package spec
4834         (Analyze_Pragma, case Check_Policy): Change placement rules to be
4835         same as pragma Suppress/Unsuppress.
4836         Change name In_Default_Expression      => In_Spec_Expression
4837         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
4838         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
4839         (Check_Precondition_Postcondition): Do proper visibility preanalysis
4840         for the case of these pragmas appearing in the spec.
4841         (Check_Enabled): New function
4842         (Initialize): New procedure
4843         (Tree_Read): New procedure
4844         (Tree_Write): New procedure
4845         (Check_Precondition_Postcondition): New procedure
4846         Implement pragmas Check and Check_Policy
4847         Merge Assert processing with Check
4848
4849         * sem_warn.adb (Warn_On_Known_Condition): Handle pragma Check
4850         New warning flag -gnatw.e
4851
4852         * sinfo.ads, sinfo.adb (Has_Relative_Deadline_Pragma): New function
4853         returning whether a task (or main procedure) has a pragma
4854         Relative_Deadline.
4855         (Set_Has_Relative_Deadline_Pragma): Procedure to indicate that a task
4856         (or main procedure) has a pragma Relative_Deadline.
4857         Add Next_Pragma field to N_Pragma node
4858         (PPC_Enabled): New flag
4859         (Next_Pragma): Now used for Pre/Postcondition processing
4860
4861         * snames.h, snames.ads, snames.adb: New standard name
4862         Inherit_Source_Path
4863         Add entry for 'Invalid_Value attribute
4864         Add entry for new attribute Has_Tagged_Values
4865         Add entry for Enum_Val attribute
4866         Add new standard names Aggregate, Configuration and Library.
4867         Add _Postconditions
4868         Add _Result
4869         Add Pragma_Precondition
4870         Add Pragma_Postcondition
4871         Add Attribute_Result
4872         New standard name Archive_Builder_Append_Option
4873         (Preset_Names): Add _relative_deadline and relative_deadline definitions
4874         There was also a missing non_preemptive_within_priorities.
4875         (Get_Pragma_Id, Is_Pragma_Name): Add support for pragma
4876         Relative_Deadline.
4877         Add support for pragmas Check and Check_Policy
4878
4879         * tree_gen.adb: Call Sem_Aux.Tree_Write
4880
4881         * tree_in.adb: Call Sem_Aux.Tree_Read
4882
4883         * exp_ch11.adb (Expand_N_Raise_Statement): New Build_Location calling
4884         sequence
4885
4886         * exp_intr.adb (Expand_Source_Info): New Build_Location calling
4887         sequence
4888
4889         * exp_prag.adb (Expand_Pragma_Relative_Deadline): New procedure.
4890         (Expand_N_Pragma): Call the appropriate procedure for expanding pragma
4891         Relative_Deadline.
4892         (Expand_Pragma_Check): New procedure
4893
4894         * sinput.ads, sinput.adb (Build_Location_String): Now appends to name
4895         buffer.
4896
4897         * sinfo.adb (PPC_Enabled): New flag
4898
4899 2008-04-08  Robert Dewar  <dewar@adacore.com>
4900             Gary Dismukes  <dismukes@adacore.com>
4901             Javier Miranda  <miranda@adacore.com>
4902             Ed Schonberg  <schonberg@adacore.com>
4903
4904         * fe.h: Remove global Optimize_Alignment flag, no longer used
4905
4906         * layout.adb: Test Optimize_Alignment flags rather than global switch
4907
4908         * lib.ads, lib.adb: New OA_Setting field in library record
4909
4910         * lib-load.adb: New OA_Setting field in library record
4911
4912         * lib-writ.ads, lib-writ.adb (Collect_Withs, Write_With_Lines): Place
4913         units mentioned in limited_with_ clauses in the ali file, with an
4914         'Y' marker.
4915         New Ox fields in U line
4916
4917         * opt.adb: New flag Optimize_Alignment_Local
4918         (Check_Policy_List[_Config]): New flags
4919
4920         * opt.ads (Invalid_Value_Used): New flag
4921         New switch Optimize_Alignment_Local
4922         (Warn_On_Parameter_Order): New flag
4923         (Check_Policy_List[_Config]): New flags
4924
4925         * ali.ads, ali.adb: Add indicator 'Y' to mark mark the presence of
4926         limited_with clauses.
4927         New data structures for Optimize_Alignment
4928
4929         * bcheck.adb (Check_Consistent_Restriction_No_Default_Initialization):
4930         New procedure
4931         (Check_Consistent_Optimize_Alignment): Rework for new structure
4932         (Check_Consistent_Restrictions): Fix incorrect error message
4933
4934         sem_ch10.adb (Decorate_Tagged_Type): Set the Parent field of a newly
4935         created class-wide type (to the Parent field of the specific type).
4936         (Install_Siblings): Handle properly private_with_clauses on subprogram
4937         bodies and on generic units.
4938         (Analyze_With_Clause, Install_Limited_Withed_Unit): Guard against an
4939         illegal limited_with_clause that names a non-existent package.
4940         (Check_Body_Required): Determine whether a unit named a limited_with
4941         clause needs a body.
4942         (Analyze_Context): A limited_with_clause is illegal on a unit_renaming.
4943         Capture Optimize_Alignment settings to set new OA_Setting field in
4944         library record.
4945         (Build_Limited_Views): Include task and protected type declarations.
4946
4947         * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Handle the
4948         case of a possible constant redeclaration where the current object is
4949         an entry index constant.
4950         (Analyze_Object_Declaration): Generate an error in case of CPP
4951         class-wide object initialization.
4952         (Analyze_Object_Declaration): Add extra information on warnings for
4953         declaration of unconstrained objects.
4954         (Access_Type_Declaration): Set Associated_Final_Chain to Empty, to avoid
4955         conflicts with the setting of Stored_Constraint in the case where the
4956         access type entity has already been created as an E_Incomplete_Type due
4957         to a limited with clause.
4958         Use new Is_Standard_Character_Type predicate
4959         (Analyze_Object_Declaration): Apply access_constant check only after
4960         expression has been resolved, given that it may be overloaded with
4961         several access types.
4962         (Constant_Redeclaration): Additional legality checks for deferred
4963         constant declarations tha involve anonymous access types and/or null
4964         exclusion indicators.
4965         (Analyze_Type_Declaration): Set Optimize_Alignment flags
4966         (Analyze_Subtype_Declaration): Ditto
4967         (Analyze_Object_Declaration): Ditto
4968         (Analyze_Object_Declaration): Don't count tasks in generics
4969         Change name In_Default_Expression      => In_Spec_Expression
4970         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
4971         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
4972         (Process_Discriminants): Additional check for illegal use of default
4973         expressions in access discriminant specifications in a type that is not
4974         explicitly limited.
4975         (Check_Abstract_Overriding): If an inherited function dispaches on an
4976         access result, it must be overridden, even if the type is a null
4977         extension.
4978         (Derive_Subprogram): The formals of the derived subprogram have the
4979         names and defaults of the parent subprogram, even if the type is
4980         obtained from the actual subprogram.
4981         (Derive_Subprogram): In the presence of interfaces, a formal of an
4982         inherited operation has the derived type not only if it descends from
4983         the type of the formal of the parent operation, but also if it
4984         implements it. This is relevant for the renamings created for the
4985         primitive operations of the actual for a formal derived type.
4986         (Is_Progenitor): New predicate, to determine whether the type of a
4987         formal in the parent operation must be replaced by the derived type.
4988
4989         * sem_util.ads, sem_util.adb (Has_Overriding_Initialize): Make
4990         predicate recursive to handle components that have a user-defined
4991         Initialize procedure. Handle controlled derived types whose ancestor
4992         has a user-defined Initialize procedured.
4993         (Note_Possible_Modification): Add Sure parameter, generate warning if
4994         sure modification of constant
4995         Use new Is_Standard_Character_Type predicate
4996         (Find_Parameter_Type): when determining whether a protected operation
4997         implements an interface operation, retrieve the type of the formal from
4998         the entity when the formal is an access parameter or an
4999         anonymous-access-to-subprogram.
5000         Move Copy_Parameter_List to sem_util, for use when building stubbed
5001         subprogram bodies.
5002         (Has_Access_Values): Tagged types now return False
5003         (Within_HSS_Or_If): New procedure
5004         (Set_Optimize_Alignment_Flags): New procedure
5005         Change name In_Default_Expression      => In_Spec_Expression
5006         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5007         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5008
5009 2008-04-08  Tristan Gingold  <gingold@adacore.com>
5010
5011         * s-fileio.adb: Name_Error shouldn't be raised for a tempory file.
5012
5013 2008-04-08  Tristan Gingold  <gingold@adacore.com>
5014
5015 PR ada/10768
5016
5017         * cuintp.c: Fix 16 bits issue for AVR.
5018         On AVR, integer is 16 bits, so it can't be used to do math with
5019         Base (=32768).
5020         So use long_integer instead.
5021
5022 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5023
5024         * a-calend-vms.ads, a-calend-vms.adb: Add with and use clause for
5025         System.OS_Primitives.
5026         Change type of various constants, parameters and local variables from
5027         Time to representation type OS_Time.
5028         (To_Ada_Time, To_Unix_Time): Correct sign of origin shift.
5029         Remove the declaration of constant Mili_F from several routines. New
5030         body for internal package Conversions_Operations.
5031         (Time_Of): Add default parameters for several formals.
5032
5033         * a-caldel.adb: Minor reformatting
5034
5035         * a-calend.ads, a-calend.adb: New body for internal package
5036         Conversions_Operations.
5037         (Time_Of): Add default parameters for several formals.
5038
5039         * Makefile.rtl: Add a-ststop
5040         Add Ada.Calendar.Conversions to the list of runtime files.
5041         Add g-timsta
5042
5043         * a-calcon.adb, a-calcon.ads: New files.
5044
5045 2008-04-08  Jose Ruiz  <ruiz@adacore.com>
5046             Tristan Gingold  <gingold@adacore.com>
5047
5048         * s-interr-dummy.adb, s-interr-vms.adb, s-interr-sigaction.adb
5049         (Install_Restricted_Handlers): New procedure
5050         which is a simplified version of Install_Handlers that does not store
5051         previously installed.
5052
5053         * s-interr-vxworks.adb: Fix ACATS cxc3001
5054         On VxWorks interrupts can't be detached.
5055         (Install_Restricted_Handlers): New procedure.
5056
5057         * s-interr.ads, s-interr.adb (Install_Restricted_Handlers): New
5058         procedure.
5059
5060 2008-04-08  Olivier Hainque  <hainque@adacore.com>
5061
5062         * s-intman-vxworks.ads, s-intman-vxworks.adb
5063         (Map_And_Raise_Exception): Remove. Was an import of only part of the
5064         required services already implemented elsewhere.
5065         (Notify_Exception): Delete body, import __gnat_error_handler instead.
5066         (Initialize): Add SA_SIGINFO to the sa_flags, to get the sigcontext
5067         argument passed to the handler, which we need for ZCX propagation
5068         purposes.
5069
5070 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5071
5072         * adaint.h, adaint.c (__gnat_current_time_string): New routine.
5073
5074         * g-timsta.adb, g-timsta.ads: New files.
5075
5076 2008-04-08  Robert Dewar  <dewar@adacore.com>
5077
5078         * a-except-2005.ads, a-except-2005.adb, a-except.ads, a-except.adb
5079         (Raise_Exception): In accordance with AI-446, raise CE for Null_Id
5080         (Raise_Exception_Always): Fix documentation accordingly
5081
5082 2008-04-08  Robert Dewar  <dewar@adacore.com>
5083
5084         * a-strbou.ads, a-strbou.adb (From_String): New procedure (for use by
5085         Stream_Convert)
5086
5087         * sem_ch13.ads (Rep_Item_Too_Late): Document that Stream_Convert sets
5088         FOnly
5089
5090 2008-04-08  Javier Miranda  <miranda@adacore.com>
5091             Robert Dewar  <dewar@adacore.com>
5092             Ed Schonberg  <schonberg@adacore.com>
5093
5094         * a-tags.adb (Register_Interface_Offset): New subprogram.
5095         (Set_Dynamic_Offset_To_Top): New subprogram (see previous comment).
5096         (To_Predef_Prims_Table_Ptr): Removed.
5097         (Acc_Size): Removed.
5098         (To_Acc_Size): Removed.
5099         (Parent_Size): Modified to the call the subprogram returning the size of
5100         the parent by means of the new TSD component Size_Func.
5101
5102         * a-tags.ads (Offset_To_Top_Ptr): New access type declaration.
5103         (DT_Offset_To_Top_Offset): New constant value that is used to generate
5104         code referencing the Offset_To_Top component of the dispatch table's
5105         prologue.
5106         (Prim_Ptr): New declaration of access to procedure. Used to avoid the
5107         use of 'address to initialize dispatch table slots.
5108         (Size_Func): New component of the TSD. Used by the run-time to call the
5109         size primitive of the tagged type.
5110
5111         * checks.adb (Apply_Access_Check): Avoid check when accessing the
5112         Offset_To_Top component of a dispatch table.
5113         (Null_Exclusion_Static_Checks): If the non-null access type appears in a
5114         deferred constant declaration. do not add a null expression, to prevent
5115         spurious errors when full declaration is analyzed.
5116         (Apply_Discriminant_Check): If both discriminant constraints share a
5117         node which is not static but has no side effects, do not generate a
5118         check for that discriminant.
5119         (Generate_Index_Checks): Set Name_Req to true in call to duplicate
5120         subexpr, since the prefix of an attribute is a name.
5121
5122         * checks.ads: Fix nit in comment.
5123
5124         * exp_ch3.ads, exp_ch3.adb (Freeze_Record_Type): Do not add the spec
5125         and body of predefined primitives in case of CPP tagged type
5126         derivations.
5127         (Freeze_Type): Deal properly with no storage pool case
5128         (Make_Predefined_Primitive_Specs): Generate specification of abstract
5129         primitive Deep_Adjust if a nonlimited interface is derived from a
5130         limited interface.
5131         (Build_Dcheck_Functions): Create discriminant-checking functions only
5132         for variants that have some component(s).
5133         (Build_Slice_Assignment): In expanded code for slice assignment, handle
5134         properly the case where the slice bounds extend to the last value of the
5135         underlying representation.
5136         (Get_Simple_Init_Val): New calling sequence, accomodate Invalid_Value
5137         (Is_Variable_Size_Record): An array component has a static size if
5138         index bounds are enumeration literals.
5139
5140         * exp_disp.adb (Make_DT): Use the first subtype to determine whether
5141         an external tag has been specified for the type.
5142         (Building_Static_DT): Add missing support for private types.
5143         (Make_DT): Add declaration of Parent_Typ to ensure consistent access
5144         to the entity associated with the parent of Typ. This is done to
5145         avoid wrong access when the parent is a private type.
5146         (Expand_Interface_Conversion): Improve error message when the
5147         configurable runtime has no support for dynamic interface conversion.
5148         (Expand_Interface_Thunk): Add missing support to interface types in
5149         configurable runtime.
5150         (Expand_Dispatching_Call): remove obsolete code.
5151         (Make_DT): Replace occurrences of RE_Address by RE_Prim_Ptr, and
5152         ensure that all subtypes and aggregates associated with dispatch
5153         tables have the attribute Is_Dispatch_Table_Entity set to true.
5154         (Register_Primitive): Rename one variable to improve code reading.
5155         Replace occurrences of RE_Addres by RE_Prim_Ptr. Register copy o
5156         of the pointer to the 'size primitive in the TSD.
5157
5158         * rtsfind.ads (RE_DT_Offset_To_Top_Offset): New entity.
5159         (RE_Offset_To_Top_Ptr): New entity.
5160         (RE_Register_Interface_Offset): New entity.
5161         (RE_Set_Dynamic_Offset_To_Top): New entity.
5162         (RE_Set_Offset_To_Top): Removed entity.
5163         (RE_Prim_Ptr): New entity
5164         (RE_Size_Func): New entity
5165         (RE_Size_Ptr): New entity
5166         (RTU_Id): Add Ada_Dispatching and Ada_Dispatching_EDF.
5167         (Ada_Dispatching_Child): Define this new subrange.
5168         (RE_Id): Add new required run-time calls (RE_Set_Deadline, RE_Clock,
5169          RE_Time_Span, and RE_Time_Span_Zero).
5170         (RE_Unit_Table): Add new required run-time calls
5171
5172         * rtsfind.adb (Get_Unit_Name): Add processing for Ada.Dispatching
5173         children.
5174
5175         * exp_atag.ads, exp_atag.adb (Build_Offset_To_Top): New subprogram.
5176         (Build_Set_Static_Offset_To_Top): New subprogram. Generates code that
5177          initializes the Offset_To_Top component of a dispatch table.
5178         (Build_Predef_Prims): Removed.
5179         (Build_Get_Predefined_Prim_Op_Address): Replace call to Predef_Prims by
5180          its actual code.
5181         (Build_Set_Size_Function): New subprogram.
5182
5183         * exp_ch13.adb: Do not generate storage variable for storage_size zero
5184         (Expand): Handle setting/restoring flag Inside_Freezing_Actions
5185
5186 2008-04-08  Robert Dewar  <dewar@adacore.com>
5187
5188         * a-ztdeau.adb, a-tideau.adb, a-wtdeau.adb (Puts_Dec): Fix error in
5189         computing Fore when Exp > 0
5190
5191 2008-04-08  Robert Dewar  <dewar@adacore.com>
5192
5193         * back_end.adb: Remove Big_String_Ptr declarations (now in Types)
5194
5195         * errout.adb: Remove Big_String_Ptr declarations (now in Types)
5196         Change name Is_Style_Msg to Is_Style_Or_Info_Msg
5197
5198         * fmap.adb: Remove Big_String declarations (now in Types)
5199         (No_Mapping_File): New Boolean global variable
5200         (Initialize): When mapping file cannot be read, set No_Mapping_File to
5201         False.
5202         (Update_Mapping_File): Do nothing if No_Mapping_File is True. If the
5203         tables were empty before adding entries, open the mapping file
5204         with Truncate = True, instead of delete/re-create.
5205
5206         * fname-sf.adb: Remove Big_String declarations (now in Types)
5207
5208         * s-strcom.adb, g-dyntab.ads, g-table.ads, s-carsi8.adb,
5209         s-stalib.ads, s-carun8.adb: Add zero size Storage_Size clauses for
5210         big pointer types
5211
5212         * table.ads: Add for Table_Ptr'Storage_Size use 0
5213
5214         * types.ads: Add Big_String declarations
5215         Add Size_Clause of zero for big pointer types
5216
5217 2008-04-08  Vincent Celier  <celier@adacore.com>
5218
5219         * clean.adb (Parse_Cmd_Line): Recognize switch --subdirs=
5220         (Usage): Add line for switch --subdirs=
5221         Add new switch -eL, to follow symbolic links when processing project
5222         files.
5223
5224         * gnatcmd.adb: Process switches -eL and --subdirs=
5225         (Non_VMS_Usage): Output "gnaampcmd" instead of "gnat", and call
5226         Program_Name to get proper tool names when AAMP_On_Target is set.
5227         (Gnatcmd): Call Add_Default_Search_Dirs and Get_Target_Parameters to get
5228         AAMP_On_Target set properly for use of GNAAMP tools (this is needed by
5229         Osint.Program_Name).
5230
5231         * gnatname.adb: (Scan_Args): Recognize switches -eL and --subdirs=
5232         (Usage): Add lines for switches -eL and --subdirs=
5233
5234         * makeusg.adb: Add line for switch --subdirs=
5235
5236         * prj.ads: 
5237         (Source_Data): New Boolean component Compiled, defaulted to True
5238         (Empty_File_Name: New global variable in private part, initialized in
5239         procedure Initialize.
5240         (Subdirs_Option): New constant string
5241         (Subdirs): New String_Ptr global variable
5242         (Language_Config): New component Include_Compatible_Languages
5243         (Project_Qualifier): New type for project qualifiers
5244         (Project_Data): New component Qualifier
5245         (Project_Configuration): New component Archive_Builder_Append_Option
5246
5247         * prj-nmsc.adb (Get_Unit_Exceptions): When a unit is already in
5248         another imported project indicate the name of this imported project.
5249         (Check_File): When a unit is in two project files, indicate the project
5250         names and the paths of the source files for each project.
5251         (Add_Source): Set Compiled to False if compiler driver is empty. Only
5252         set object, dependency and switches file names if Compiled is True.
5253         (Process_Compiler): Allow the empty string for value of attribute Driver
5254         (Get_Directories): When Subdirs is not null and Object_Dir is not
5255          specified, locate and create if necessary the actual object dir.
5256         (Locate_Directory): When Subdirs is not empty and Create is not the
5257         empty string, locate and create if necessary the actual directory
5258         as a subdirectory of directory Name.
5259         (Check_Library_Attributes.Check_Library): Allow a project where the only
5260         "sources" are header files of file based languages to be imported by
5261         library projects, in multi-language mode (gprbuild).
5262         (Check_Library_Attributes.Check_Library): In multi-language mode
5263         (gprbuild), allow a library project to import a project with no
5264         sources, even when this is not declared explicitly.
5265         (Check_If_Externally_Built): A virtual project extending an externally
5266         built project is also externally built.
5267         (Check_Library_Attributes): For a virtual project extending a library
5268         project, inherit the library directory.
5269         (Process_Project_Level_Array_Attributes): Process new attribute
5270         Inherit_Source_Path.
5271         For projects with specified qualifiers "standard", "library" or
5272         "abstract", check that the project conforms to the qualifier.
5273         (Process_Project_Level_Simple_Attributes): Process new attribute
5274          Archive_Builder_Append_Option.
5275
5276         * switch-m.adb: (Scan_Make_Switches): Process switch --subdirs=
5277         (Normalize_Compiler_Switches): Only keep compiler switches that are
5278         passed to gnat1 by the gcc driver and that are stored in the ALI file
5279         by gnat1.
5280         Do not take into account switc -save-temps
5281
5282         * makegpr.adb (Compile_Link_With_Gnatmake): Transmit switch -eL if
5283         gprmake is called with -eL.
5284         (Scan_Arg): Recognize switch -eL
5285         (Usage): Add line for switch -eL
5286
5287         * prj.adb (Initialize): Initialize Empty_File_Name
5288         (Project_Empty): New component Qualifier
5289
5290         * prj-attr.ads, prj-attr.adb: New project level attribute
5291         Inherit_Source_Path.
5292         New project level attribute Archive_Builder_Append_Option
5293
5294         * prj-dect.adb: Replace System.Strings by GNAT.Strings.
5295
5296         * prj-ext.adb (Initialize_Project_Path): In Multi_Language mode, add
5297         <prefix>/lib/gnat in the project path, after <prefix>/share/gpr, for
5298         upward compatibility.
5299
5300         * prj-part.adb (Project_Path_Name_Of.Try_Path): In high verbosity, put
5301         each Trying ..." on different lines.
5302         (Parse_Single_Project): Recognize project qualifiers. Fail in qualifier
5303         is "configuration" when not in configuration. Fail when in configuration
5304         when a specified qualifier is other than "configuration".
5305
5306         * prj-proc.adb (Process_Declarative_Items): Link new elements of copied
5307         full associative array together.
5308         (Recursive_Process): Put the project qualifier in the project data
5309         
5310         * prj-tree.ads, prj-tree.adb: (Project_Qualifier_Of): New function
5311         (Set_Project_Qualifier_Of): New procedure
5312
5313 2008-04-08  Robert Dewar  <dewar@adacore.com>
5314
5315         * errout.ads: Update comments for new handling of info: messages
5316
5317         * erroutc.adb (Matches): New procedure
5318         (Warning_Specifically_Suppressed): Modified to handle multiple * chars
5319         (Is_Style_Or_Info_Msg): New name for Is_Style_Msg, now set for
5320          info messages as well as style messages.
5321
5322         * erroutc.ads: Remove unneeded fields from Specific_Warning_Entry
5323
5324         * sem_elab.adb (Supply_Bodies): Create actual bodies for stubbed
5325         subprograms.
5326         (Check_A_Call): Special "info: " warnings now have ? in the text
5327         (Elab_Warning): Use info message in static case
5328
5329 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
5330
5331         * exp_aggr.adb (Static_Array_Aggregate): Use Max_Aggr_Size to determine
5332         whether an array aggregate with static bounds and scalar components
5333         should be expanded into a static constant.
5334
5335 2008-04-08  Gary Dismukes  <dismukes@adacore.com>
5336             Ed Schonberg  <schonberg@adacore.com>
5337             Robert Dewar  <dewar@adacore.com>
5338
5339         * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Add tests of
5340         Has_Stream_Attribute_ Definition when checking for available stream
5341         attributes on parameters of a limited type in Ada 2005. Necessary for
5342         proper recognition of visible stream attribute clauses.
5343         (Has_Stream_Attribute_Definition): If the type is derived from a
5344         private type, then use the derived type's underlying type for checking
5345         whether it has stream attributes.
5346         (Validate_Object_Declaration): The check for a user-defined Initialize
5347         procedure applies also to types with controlled components or a
5348         controlled ancestor.
5349         Reject an object declaration in a preelaborated unit if the type is a
5350         controlled type with an overriding Initialize procedure.
5351         (Validate_Remote_Access_To_Class_Wide_Type): Return without further
5352         checking when the parent of a dereference is a selected component and
5353         the name has not been analyzed.
5354
5355         * sem_ch4.adb (Analyze_Selected_Component): Add checking for selected
5356         prefixes that are invalid explicit dereferences of remote
5357         access-to-class-wide values, first checking whether the selected
5358         component is a prefixed form of call to a tagged operation.
5359         (Analyze_Call): Remove code that issues an error for limited function
5360         calls in illegal contexts, as we now support all of the contexts that
5361         were forbidden here.
5362         Allow a function call that returns a task.and appears as the
5363         prefix of a selected component.
5364         (Analyze_Reference): Give error message if we try to make a 'Reference
5365         for an object that is atomic/aliased without its type having the
5366         corresponding attribute.
5367         (Analyze_Call): Remove condition checking for attributes to allow
5368         calls to functions with inherently limited results as prefixes of
5369         attributes. Remove related comment about Class attributes.
5370         (Analyze_Selected_Component): If the prefix is a remote type, check
5371         whether this is a prefixed call before reporting an error.
5372         (Complete_Object_Operation): If the controlling formal is an access to
5373         variable reject an actual that is a constant or an access to one.
5374         (Try_Object_Operation): If prefix is a tagged protected object,retrieve
5375         primitive operations from base type.
5376
5377         * exp_ch4.adb (Expand_N_Indexed_Component): Test for prefix that is a
5378         build-in-place
5379         function call and call Make_Build_In_Place_Call_In_Anonymous_Context.
5380         (Expand_N_Selected_Component): Test for prefix that is a build-in-place
5381         function call and call Make_Build_In_Place_Call_In_Anonymous_Context.
5382         (Expand_N_Slice): Test for prefix that is a build-in-place function call
5383         and call Make_Build_In_Place_Call_In_Anonymous_Context.
5384         (Analyze_Call): Remove code that issues an error for limited function
5385         calls in illegal contexts, as we now support all of the contexts that
5386         were forbidden here.
5387         New calling sequence for Get_Simple_Init_Val
5388         (Expand_Boolean_Operator): Add call to Silly_Boolean_Array_Xor_Test
5389         (Expand_N_Op_Not): Add call to Silly_Boolan_Array_Not_Test
5390
5391 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5392             Ed Schonberg  <schonberg@adacore.com>
5393             Robert Dewar  <dewar@adacore.com>
5394
5395         * exp_ch2.adb: Minor reformatting.
5396         (Expand_Entry_Index_Parameter): Set the type of the identifier.
5397         (Expand_Entry_Reference): Add call to Expand_Protected_Component.
5398         (Expand_Protected_Component): New routine.
5399         (Expand_Protected_Private): Removed.
5400         Add Sure parameter to Note_Possible_Modification calls
5401
5402         * sem_ch12.ads, sem_ch12.adb (Analyze_Subprogram_Instantiation): The
5403         generated subprogram declaration must inherit the overriding indicator
5404         from the instantiation node.
5405         (Validate_Access_Type_Instance): If the designated type of the actual is
5406         a limited view, use the available view in all cases, not only if the
5407         type is an incomplete type.
5408         (Instantiate_Object):  Actual is illegal if the formal is null-excluding
5409         and the actual subtype does not exclude null.
5410         (Process_Default): Handle properly abstract formal subprograms.
5411         (Check_Formal_Package_Instance): Handle properly defaulted formal
5412         subprograms in a partially parameterized formal package.
5413         Add Sure parameter to Note_Possible_Modification calls
5414         (Validate_Derived_Type_Instance): if the formal is non-limited, the
5415         actual cannot be limited.
5416         (Collect_Previous_Instances): Generate instance bodies for subprograms
5417         as well.
5418
5419         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Small): Don't
5420         try to set RM_Size.
5421         Add Sure parameter to Note_Possible_Modification calls
5422         (Analyze_At_Clause): Preserve Comes_From_Source on Rewrite call
5423         (Analyze_Attribute_Definition_Clause, case Attribute_Address): Check for
5424         constant overlaid by variable and issue warning.
5425         Use new Is_Standard_Character_Type predicate
5426         (Analyze_Record_Representation_Clause): Check that the specified
5427         Last_Bit is not less than First_Bit - 1.
5428         (Analyze_Attribute_Definition_Clause, case Address): Check for
5429         self-referential address clause
5430
5431         * sem_ch5.ads, sem_ch5.adb (Diagnose_Non_Variable_Lhs): Rewrite the
5432         detection mechanism when the lhs is a prival.
5433         (Analyze_Assignment): Call Check_Unprotected_Access to detect
5434         assignment of a pointer to protected data, to an object declared
5435         outside of the protected object.
5436         (Analyze_Loop_Statement): Check for unreachable code after loop
5437         Add Sure parameter to Note_Possible_Modication calls
5438         Protect analysis from previous syntax error such as a scope mismatch
5439         or a missing begin.
5440         (Analyze_Assignment_Statement): The assignment is illegal if the
5441         left-hand is an interface.
5442
5443         * sem_res.ads, sem_res.adb (Resolve_Arithmetic_Op): For mod/rem check
5444         violation of restriction No_Implicit_Conditionals
5445         Add Sure parameter to Note_Possible_Modication calls
5446         Use new Is_Standard_Character_Type predicate
5447         (Make_Call_Into_Operator): Preserve Comes_From_Source when rewriting
5448         call as operator. Fixes problems (e.g. validity checking) which
5449         come from the result looking as though it does not come from source).
5450         (Resolve_Call): Check case of name in named parameter if style checks
5451         are enabled.
5452         (Resolve_Call): Exclude calls to Current_Task as entry formal defaults
5453         from the checking that such calls should not occur from an entry body.
5454         (Resolve_Call): If the return type of an Inline_Always function
5455         requires the secondary stack, create a transient scope for the call
5456         if the body of the function is not available for inlining.
5457         (Resolve_Actuals): Apply Ada2005 checks to view conversions of arrays
5458         that are actuals for in-out formals.
5459         (Try_Object_Operation): If prefix is a tagged protected object,retrieve
5460         primitive operations from base type.
5461         (Analyze_Selected_Component): If the context is a call to a protected
5462         operation the parent may be an indexed component prior to expansion.
5463         (Resolve_Actuals): If an actual is of a protected subtype, use its
5464         base type to determine whether a conversion to the corresponding record
5465         is needed.
5466         (Resolve_Short_Circuit): Handle pragma Check
5467
5468         * sem_eval.adb: Minor code reorganization (usea Is_Constant_Object)
5469         Use new Is_Standard_Character_Type predicate
5470         (Eval_Relational_Op): Catch more cases of string comparison
5471
5472 2008-04-08  Robert Dewar  <dewar@adacore.com>
5473             Gary Dismukes  <dismukes@adacore.com>
5474
5475         * s-rident.ads: Add No_Default_Initialization restriction
5476
5477         * exp_tss.adb: 
5478         (Has_Non_Null_Base_Init_Proc): Handle No_Default_Initialization case
5479         (Set_TSS): Handle No_Default_Initialization case
5480
5481         * exp_ch6.adb (Expand_N_Subprogram_Body): Handle restriction
5482         No_Default_Initialization
5483         (Expand_N_Subprogram_Body): Remove redundant initialization of out
5484         parameters when Normalize_Scalars is active.
5485         (Add_Final_List_Actual_To_Build_In_Place_Call): Add formal Sel_Comp
5486         Fix casing error in formal parameter name in call
5487         (Register_Predefined_DT_Entry): Replace occurrences of RE_Address by
5488         (Expand_Call, Propagate_Tag): Call Kill_Current_Values when processing a
5489         dispatching call on VM targets.
5490
5491 2008-04-08  Gary Dismukes  <dismukes@adacore.com>
5492             Thomas Quinot  <quinot@adacore.com>
5493
5494         * exp_ch7.adb (Find_Final_List): Change the test for generating a
5495         selected component from an access type's Associated_Final_Chain to
5496         check for the presence of that field, rather than assuming it exists
5497         for all named access types.
5498         (Make_Clean): New formal Chained_Cleanup_Action allowing to specify a
5499         procedure to call at the end of the generated cleanup procedure.
5500         (Expand_Cleanup_Actions): When a new cleanup procedure is generated, and
5501         and an At_End_Proc already exists in the handled sequence of statements
5502         for which cleanup actions are being expanded, the original cleanup
5503         action must be preserved.
5504
5505 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5506             Ed Schonberg  <schonberg@adacore.com>
5507             Robert Dewar  <dewar@adacore.com>
5508             Gary Dismukes  <dismukes@adacore.com>
5509
5510         * exp_ch9.ads, exp_ch9.adb (Build_Protected_Entry,
5511         Build_Unprotected_Subprogram_Body): Generate debug info for
5512         declarations related to the handling of private data in task and
5513         protected types.
5514         (Debug_Private_Data_Declarations): New subprogram.
5515         (Install_Private_Data_Declarations): Remove all debug info flagging.
5516         This is now done by Debug_Private_Data_Declarations at the correct
5517         stage of expansion.
5518         (Build_Simple_Entry_Call): If the task name is a function call, expand
5519         the prefix into an object declaration, and make the surrounding block a
5520         task master.
5521         (Build_Master_Entity): An internal block is a master if it wraps a call.
5522         Code reformatting, update comments. Code clean up.
5523         (Make_Task_Create_Call): Use 'Unrestricted_Access instead of 'Address.
5524         (Replicate_Entry_Formals): If the formal is an access parameter or
5525         anonymous access to subprogram, copy the original tree to create new
5526         entities for the formals of the subprogram.
5527         (Expand_N_Task_Type_Declaration): Create a Relative_Deadline variable
5528         for tasks to store the value passed using pragma Relative_Deadline.
5529         (Make_Task_Create_Call): Add the Relative_Deadline argument to the
5530         run-time call to create a task.
5531         (Build_Wrapper_Spec): If the controlling argument of the interface
5532         operation is an access parameter with a non-null indicator, use the
5533         non-null indicator on the wrapper.
5534
5535         * sem_ch9.adb (Analyze_Protected_Type): Only retrieve the full view when
5536         present, which it may not be in the case where the type entity is an
5537         incomplete view brought in by a limited with.
5538         (Analyze_Task_Type): Only retrieve the full view when present, which it
5539         may not be in the case where the type entity is an incomplete view brought
5540         in by a limited with.
5541         (Analyze_Protected_Definition): Set Is_Frozen on all itypes generated for
5542         private components of a protected type, to prevent the generation of freeze
5543         nodes for which there is no proper scope of elaboration.
5544
5545         * exp_util.ads, exp_util.adb
5546         (Remove_Side_Effects): If the expression is a function call that returns a
5547         task, expand into a declaration to invoke the build_in_place machinery.
5548         (Find_Protection_Object): New routine.
5549         (Remove_Side_Effects): Also make a copy of the value
5550         for attributes whose result is of an elementary type.
5551         (Silly_Boolean_Array_Not_Test): New procedure
5552         (Silly_Boolean_Array_Xor_Test): New procedure
5553         (Is_Volatile_Reference): New function
5554         (Remove_Side_Effects): Use Is_Volatile_Reference
5555         (Possible_Bit_Aligned_Component): Handle slice case properly
5556
5557         * exp_pakd.adb (Expand_Packed_Not): Move silly true/true or false/false
5558         case test to Exp_Util
5559         (Expand_Packed_Xor): Move silly true/true case test to Exp_Util
5560
5561 2008-04-08  Thomas Quinot  <quinot@adacore.com>
5562
5563         * exp_dist.ads, exp_dist.adb: Fix casing error in formal parameter name
5564         in call
5565         (Add_RACW_Features): When processing an RACW in another unit than the
5566         main unit, set Body_Decls to No_List to indicate that the bodies of
5567         the type's TSS must not be generated.
5568         (GARLIC_Support.Add_RACW_Read_Attribute,
5569         GARLIC_Support.Add_RACW_Write_Attribute): Do not generate bodies if
5570         Body_Decls is No_List.
5571         (PolyORB_Support.Add_RACW_Read_Attribute,
5572         PolyORB_Support.Add_RACW_Write_Attribute,
5573         PolyORB_Support.Add_RACW_From_Any,
5574         PolyORB_Support.Add_RACW_To_Any,
5575         PolyORB_Support.Add_RACW_TypeCode): Same.
5576         (Transmit_As_Unconstrained): New function.
5577         (Build_Ordered_Parameters_List): Use the above to order parameters.
5578         (GARLIC_Support.Build_General_Calling_Stubs):
5579         Use the above to determine which parameters to unmarshall using 'Input
5580         at the point where their temporary is declared (as opposed to later on
5581         with a 'Read call).
5582         (PolyORB_Support.Build_General_Calling_Stubs):
5583         Use the above to determine which parameters to unmarshall using From_Any
5584         at the point where their temporary is declared (as opposed to later on
5585         with an assignment).
5586
5587 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
5588
5589         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): If this is
5590         an Input function for an access type, do not perform default
5591         initialization on the local variable that receives the value, to
5592         prevent spurious warnings when the type is null-excluding.
5593
5594 2008-04-08  Robert Dewar  <dewar@adacore.com>
5595             Ed Schonberg  <schonberg@adacore.com>
5596
5597         * freeze.adb (Freeze_Entity): Improve warnings on access types in pure
5598         units.
5599         (Size_Known): Generic formal scalar types have known at compile
5600         time size, so remove check.
5601         Fix casing error in formal parameter name in call
5602         (Freeze_Subprogram): If the subprogram is a user-defined operator,
5603         recheck its overriding indication.
5604
5605 2008-04-08  Vincent Celier  <celier@adacore.com>
5606
5607         * gnat1drv.adb: Send all messages indicating an error to standard error
5608
5609 2008-04-08  Robert Dewar  <dewar@adacore.com>
5610
5611         * gnatbind.adb (Restriction_Could_Be_Set): New procedure
5612         (List_Applicable_Restrictions): Do not list existing restrictions
5613
5614 2008-04-08  Thomas Quinot  <quinot@adacore.com>
5615
5616         * g-socket.ads, g-socket.adb: Improve documentation of GNAT.Sockets:
5617         add a pointer to generic sockets literature
5618         do not mention that the given example is "typical" usage.
5619         Remove obsolete comment about multicast not being supported on Windows.
5620         (Connect_Socket): Make Server mode IN rather than IN OUT
5621         since this formal is never modified.
5622
5623 2008-04-08  Robert Dewar  <dewar@adacore.com>
5624
5625         * sprint.adb (Write_Itype): Handle Itypes whose Parent field points to
5626         the declaration for some different entity.
5627         (Sprint_Node_Actual, case N_Derived_Type_Definition): When an interface
5628         list is precent (following the parent subtype indication), display
5629         appropriate "and" keyword.
5630
5631         * itypes.adb: Remove unnecessary calls to Init_Size_Align and Init_Esize
5632         Remove unnecessary calls to Init_Size_Align and Init_Esize.
5633         Add notes on use of Parent field of an Itype
5634
5635 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
5636             Robert Dewar  <dewar@adacore.com>
5637             Gary Dismukes  <dismukes@adacore.com>
5638
5639         * lib-xref.adb (Is_On_LHS): Remove dead code
5640         (Output_Overriden_Op): If the overridden operation is itself inherited,
5641         list the ancestor operation, which is the one whose body or absstract
5642         specification is actually being overridden. For source navigation
5643         purposes.
5644
5645         * sem_ch7.adb (Is_Primitive_Of): use base type to determine whether
5646         operation is primitive for the type.
5647         (Declare_Inherited_Private_Subprograms): If the new operation overrides
5648         an inherited private subprogram, set properly the Overridden_Operation
5649         attribute, for better cross-reference information.
5650         (Analyze_Package_Specification): Do late analysis of spec PPCs
5651         (Install_Private_Declaration, Uninstall_Declarations): Save/restore
5652         properly the full view and underlying full views of a private type in a
5653         child unit, whose full view is derived from a private type in a parent
5654         unit, and whose own full view becomes visible in the child body.
5655
5656         * sem_disp.adb (Check_Dispatching_Operation): When a body declares a
5657         primitive operation after the type has been frozen, add an explicit
5658         reference to the type and the operation, because other primitive
5659         references have been emitted already.
5660         (Expand_Call, Propagate_Tag): Call Kill_Current_Values when processing a
5661         dispatching call on VM targets.
5662
5663 2008-04-08  Vincent Celier  <celier@adacore.com>
5664             Thomas Quinot  <quinot@adacore.com>
5665
5666         * make.adb: (Gnatmake_Called): Remove, no longer necessary
5667         (Compile_Surces): Call Delete_Temp_Config_Files only if Gnatmake_Called
5668         is True and Debug_Flag_N is False. Debug_Flag_N means "keep temp files".
5669         (Insert_Project_Sources): Take into account index in multi-unit source
5670         files.
5671         After building a library project, delete all temporary files.
5672         (Initialize): Reset current output after parsing project file.
5673         (Collect_Arguments_And_Compile): Never insert in the queue the sources
5674         of library projects that are externally built.
5675         Put file name in error and inform messages if -df is used
5676         (Display): If invoked with -d7, do not display path names, but only
5677         file names.
5678
5679         * makeutl.ads (Path_Or_File_Name): New function
5680         (Path_Or_File_Name): New function
5681
5682 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
5683
5684         * Make-lang.in: Disable warnings during first stage of bootstrap
5685         Get rid of gnatbl.
5686         Update dependencies.
5687
5688 2008-04-08  Vincent Celier  <celier@adacore.com>
5689
5690         * mlib-prj.adb (Build_Library): Compare with ALI file name in canonical
5691         case to decide if ALI object file is included in library.
5692         (Build_Library): Never attempt to build a library if the project is
5693         externally built.
5694
5695 2008-04-08  Thomas Quinot  <quinot@adacore.com>
5696
5697         * nlists.adb (Is_Non_Empty_List): Remove redundant test. First
5698         (No_List) is defined to return Empty.
5699
5700 2008-04-08  Jose Ruiz  <ruiz@adacore.com>
5701
5702         * osint.ads, osint.adb (Get_Libraries_From_Registry): Improve
5703         documentation.
5704         Update comments.
5705         (Read_Default_Search_Dirs): Do not consider spaces as path separators
5706         because spaces may be part of legal paths.
5707
5708 2008-04-08  Robert Dewar  <dewar@adacore.com>
5709
5710         * par-ch11.adb (P_Exception_Handler): Check indentation level for
5711         handler
5712
5713 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
5714
5715         * par-ch3.adb (P_Type_Declaration) Reject the keyword "synchronized"
5716         in a type declaration, if this is not an interface declaration or
5717         private type extension.
5718
5719 2008-04-08  Vincent Celier  <celier@adacore.com>
5720
5721         * prj-util.adb (Executable_Of): New String parameter Language. When
5722         Ada_Main is False and Language is not empty, attempt to remove the body
5723         suffix or the spec suffix of the language to get the base of the
5724         executable file name.
5725         (Put): New Boolean parameter Lower_Case, defauilted to False. When
5726         Lower_Case is True, put the value in lower case in the name list.
5727         (Executable_Of): If there is no executable suffix in the configuration,
5728         then do not modify Executable_Extension_On_Target.
5729
5730         * prj-util.ads (Executable_Of): New String parameter Language,
5731         defaulted to the empty string.
5732         (Put): New Boolean parameter Lower_Case, defauilted to False
5733
5734 2008-04-08  Robert Dewar  <dewar@adacore.com>
5735
5736         * scng.adb (Scan_Identifier): Handle case of identifier starting with
5737         wide character using UTF-8 encoding.
5738
5739 2008-04-08  Javier Miranda  <miranda@adacore.com>
5740
5741         * sem.adb (Analyze): Consider case in which we analyze an empty node
5742         that was generated by a call to a runtime function that is not
5743         available under the configurable runtime.
5744
5745         * sem.ads (Inside_Freezing_Actions): New flag.
5746         (Save_Check_Policy_List): New field in scope stack entry
5747
5748 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
5749             Robert Dewar  <dewar@adacore.com>
5750
5751         * sem_aggr.adb (Analyze_N_Extension_Aggregate): Add legality checks for
5752         the ancestor part of an extension aggregate for a limited type.
5753         (Resolve_Array_Aggregate): Issue warning for sliding of aggregate with
5754         enumeration index bounds.
5755         (Resolve_Array_Aggregate): Add circuit for diagnosing missing choices
5756         when array is too short.
5757         (Check_Expr_OK_In_Limited_Aggregate): Move function
5758         Check_Non_Limited_Type from Resolve_Record_Aggregate to top level (and
5759         change name).
5760         (Resolve_Array_Aggregate.Resolve_Aggr_Expr):
5761         Check_Expr_OK_In_Limited_Aggregates called to check for illegal limited
5762         component associations.
5763         (Check_Non_Limited_Type): Moved to outer level and renamed.
5764         (Resolve_Record_Aggregate): In an extension aggregate, an association
5765         with a box initialization can only designate a component of the
5766         extension, not a component inherited from the given ancestor
5767
5768         * sem_case.adb: Use new Is_Standard_Character_Type predicate
5769
5770 2008-04-08  Robert Dewar  <dewar@adacore.com>
5771
5772         * s-imgdec.adb (Set_Decimal_Digits): Fix error when input is zero with
5773         negative scale
5774         (Set_Decimal_Digits): Properly handle Aft=0 (equivalent to Aft=1)
5775         Properly handle case where Aft > Scale and input number is less than
5776         one.
5777
5778 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5779
5780         * s-stoele.ads, s-soflin.ads: Move the location of
5781         Dummy_Communication_Block from System.Storage_Elements to
5782         System.Soft_Links.
5783
5784         * s-tpobop.ads: Add comment on usage of Dummy_Communication_Block to
5785         emulate Communication_Block in certain scenarios.
5786
5787 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5788
5789         * s-strxdr.adb, s-stratt.ads, s-stratt.adb (Block_IO_OK): New
5790         subprogram.
5791         Add new subtype S_WWC, unchecked conversion routines From_WWC and
5792         To_WWC.
5793         (I_WWC, O_WWC): New routines for input and output of
5794         Wide_Wide_Character.
5795
5796 2008-04-08  Robert Dewar  <dewar@adacore.com>
5797
5798         * stringt.adb (Write_String_Table_Entry): Handle wide characters
5799         properly
5800
5801 2008-04-08  Robert Dewar  <dewar@adacore.com>
5802
5803         * styleg.adb (Check_Comment): Allow special char after -- in
5804         non-end-of-line case
5805
5806 2008-04-08  Robert Dewar  <dewar@adacore.com>
5807
5808         * stylesw.adb: Implement -gnaty + - y options
5809         (Set_GNAT_Style_Check_Options): Includ I in style check string
5810
5811         * stylesw.ads: Add comments for new style switch options
5812
5813 2008-04-08  Sergey Rybin  <rybin@adacore.com>
5814
5815         * tree_io.ads: Increase ASIS_Version_Number because of adding Sem_Aux
5816         to the set of the GNAT components needed by ASIS.
5817
5818 2008-04-08  Bob Duff  <duff@adacore.com>
5819
5820         * types.h: Change CE_Null_Exception_Id to the correct value (8, was 9).
5821
5822 2008-04-08  Tristan Gingold  <gingold@adacore.com>
5823
5824         * vxaddr2line.adb: Use Unsigned_32 instead of Integer for address type.
5825         Improve error message generation.
5826
5827 2008-04-08  Vincent Celier  <celier@adacore.com>
5828
5829         * a-direct.adb (Start_Search): Check for Name_Error before checking for
5830         Use_Error, as specified in the RM. Check if directory is open and raise
5831         Use_Error if it is not.
5832
5833 2008-04-08  Vincent Celier  <celier@adacore.com>
5834             Robert Dewar  <dewar@adacore.com>
5835
5836         * vms_conv.adb (Output_Version): Print "GNAAMP" instead of "GNAT when
5837         AAMP_On_Target is set.
5838
5839         * vms_data.ads: Add NOxxx to style check switch list
5840         Add entry COMPONENTS for -gnatVe
5841         Add VMS qualifiers for -eL (/FOLLOW_LINKS_FOR_FILES) and --subdirs=
5842         (/SUBDIRS=).
5843         (GCC_Switches): Add /ALL_BACK_END_WARNINGS.
5844         Add qualifiers for gnatmetric coupling options
5845         Add note that -gnata enables all checks
5846         Add entries [NO]PARAMETER_ORDER for -gnatw.p[P]
5847         Fix inconsistency for VMS qualifier for the gnatpp '-rnb' option
5848         New warning flag -gnatw.e
5849
5850         * usage.adb: Add entries for -gnaty+ -gnaty- -gnatyy
5851         Add entry for -gnatyN (forgotten before)
5852         Line for new warning switch -gnatw.p
5853         New warning flag -gnatw.e
5854
5855         * gnat_ugn.texi: Add documentation fpr project file switch -aP
5856         Document -gnaty - + y
5857         Replace occurences of "package specification" with "package spec"
5858         Define preprocessing symbols in documentation of gnatprep
5859         Clarify reason for distinguishing overflow checking
5860         Add documentation for project-aware tool switches -eL and --subdirs=
5861         Complete list of configuration pragmas
5862         Specify that, even when gnatmake switch -x is used, mains on the command
5863         line need to be sources of project files.
5864         Editing of gnatcheck/gnatmetric doc.
5865         Add documentation for -gnatw.p/-gnatw.P
5866         Add missing documentation for -fno-inline-functions.
5867         Add documentation for -gnatw.e
5868
5869         * gnat_rm.texi: Add documentation for No_Default_Initialization
5870         Replace occurences of "package specification" with "package spec"
5871         Document use of * in Warnings Off string
5872         Update documentation of alignment/component clauses.
5873         Add documentation for Invalid_Value
5874         Document new consistency rule for Optimize_Alignment
5875         Add documentation for Precondition and Postcondition pragmas
5876         Add documentation for Check and Check_Policy pragmas
5877         Document new Enum_Val attribute
5878         Remove requirement for static string in pragma Assert
5879         Add documentation on GNAT.Time_Stamp
5880
5881         * ug_words: add entry for -gnatVe
5882         Add entries for -gnat.p[P] /WARNINGS=[NO]PARAMETER_ORDER
5883         Add entry for -gnatw.e
5884
5885         * debug.adb: Add missing documentation for d.a flag
5886         Document new -gnatd.a switch.
5887         Add documentation for new gnatmake debug switch -df
5888
5889 2008-04-08  Thomas Quinot  <quinot@adacore.com>
5890
5891         * gen-soccon.c: Bump year in copyright notices.
5892
5893         * g-soccon-vxworks.ads: Add new constant IP_PKTINFO
5894
5895 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5896
5897         * ctrl_c.c: Improve handling of ctrl-c on LynxOS and Windows.
5898         Minor reformatting.
5899
5900 2008-04-08  Robert Dewar  <dewar@adacore.com>
5901             Bob Duff  <duff@adacore.com>
5902
5903         * impunit.adb: Add Interfaces.Java.JNI, System.Strings.Stream_Ops,
5904         Ada.Calendar.Conversions, Ada.Dispatching.EDF, GNAT.Time_Stamp
5905
5906         * s-intman-mingw.adb: Minor comment fix -- spell 'explicitly' correctly
5907
5908         * g-trasym.adb: Minor comment fix -- spell 'explicitly' correctly
5909
5910         * g-trasym.ads: Minor comment improvements
5911
5912         * s-stalib.adb: Minor comment fix -- spell 'explicitly' correctly
5913
5914         * a-sequio.ads, a-direio.ads: improve message for tagged type
5915
5916         * a-strunb.ads: Minor reformatting
5917
5918         * a-tifiio.adb: Minor reformatting
5919
5920         * atree.adb (Fix_Parents): Use clearer names for formals
5921         Cleanup and simplify code
5922         Use named notation in calls
5923
5924         * exp_fixd.adb (Do_Multiply_Fixed_Universal): Use named notation in
5925         confusing calls
5926
5927         * uintp.adb: Used named notation for some confusing calls
5928
5929         * bindusg.adb: Minor change in one line of output
5930
5931         * cstand.adb: Minor reformatting of src representation of Standard
5932
5933         * a-assert.ads: Add comment.
5934
5935         * g-decstr.adb: Fix bad indentation
5936
5937         * expander.ads, expander.adb: Code clean up.
5938
5939         * sem_dist.ads: Minor comment improvement
5940
5941         * sem_type.adb, g-dirope.ads, g-exctra.ads, s-valwch.adb,
5942         s-wchstw.adb, targparm.ads, widechar.adb: Minor reformatting
5943
5944         * i-cstrin.adb: Fix casing error in formal parameter name in call
5945
5946 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
5947
5948         * binde.adb (Gather_All_Links, Gather_Dependencies): units that are
5949         mentioned in limited_with_clauses to do create semantic dependencies
5950         even though they appear in the ali file.
5951
5952 2008-04-08  Emmanuel Briot  <briot@adacore.com>
5953
5954         * g-comlin.ads, g-comlin.adb (Expansion): Remove unreachable return
5955         statement.
5956         (Get_Configuration): New subprogram.
5957
5958         * prj-pp.ads, prj-pp.adb (Pretty_Print): new parameters Id and Id_Tree
5959         These optional parameters help preserve the casing of the project's name
5960         when pretty-printing.
5961
5962 2008-04-08  Jerome Lambourg  <lambourg@adacore.com>
5963             Arnaud Charlet  <charlet@adacore.com>
5964
5965         * bindgen.adb (Gen_Adainit_Ada): If the main program is a CIL function,
5966         then use __gnat_set_exit_status to report the returned status code.
5967
5968         * comperr.adb (Compiler_Abort): Convert most bug boxes into clean error
5969         messages on .NET, since some constructs of the language are not
5970         properly supported.
5971
5972         * gnatlink.adb (Gnatlink): In case the command line is too long for the
5973         .NET linker, gnatlink now concatenate all .il files and pass this to
5974         ilasm.
5975
5976 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
5977             Xavier Grave  <grave@ipno.in2p3.fr>
5978
5979         * Makefile.in: Add make ifeq define for mips/mipsel support.
5980         * g-soccon-linux-mips.ads, system-linux-mipsel.ads, 
5981         system-linux-mips.ads: New files.
5982
5983 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
5984
5985         * sysdep.c: add __GLIBC__ to the #ifdef preprocessor macros to
5986         detect systems using GNU libc.
5987         * gsocket.h: ditto.
5988         * socket.c: ditto.
5989         * adaint.c: ditto.
5990         * link.c: ditto.
5991
5992 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
5993
5994         * s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New 
5995         constant constant for sysconf call.
5996         (bit_field): New packed boolean type used by cpu_set_t.
5997         (cpu_set_t): New type corresponding to the C type with
5998         the same name. Note that on the Ada side we use a bit
5999         field array for the affinity mask. There is not need
6000         for the C macro for setting individual bit.
6001         (pthread_setaffinity_np): New imported routine.
6002         * Makefile.in: Use s-tasinf-linux.ads and s-tasinf-linux.adb
6003         on GNU/kFreeBSD.
6004
6005 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
6006
6007         * utils2.c (build_binary_op): Fold ARRAY_REF and ARRAY_RANGE_REF too.
6008
6009 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
6010
6011         * gigi.h (create_subprog_type): Remove returns_with_dsp parameter.
6012         * decl.c (gnat_to_gnu_entity): Adjust for above new prototype.
6013         * utils.c (create_subprog_type): Remove returns_with_dsp parameter.
6014         * trans.c (gnat_to_gnu) <N_Return_Statement>: Remove code dealing with
6015         Return by Depressed Stack Pointer.
6016
6017 2008-04-06  Eric Botcazou  <ebotcazou@adacore.com>
6018
6019         * decl.c (is_variable_size): Do not unconditionally return false
6020         on non-strict alignment platforms.
6021
6022 2008-04-06  Eric Botcazou  <ebotcazou@adacore.com>
6023
6024         * decl.c (rest_of_type_decl_compilation_no_defer): New local function
6025         used to process all the variants of the specified type.
6026         (gnat_to_gnu_entity): Invoke rest_of_type_decl_compilation for enumeral
6027         types too.  Call rest_of_type_decl_compilation_no_defer if undeferring.
6028         (rest_of_type_decl_compilation): Likewise.
6029         * utils.c (gnat_pushdecl): Propagate the name to all variants of type.
6030
6031 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
6032
6033         * gigi.h (insert_block): Kill.
6034         * utils.c (insert_block): Kill.
6035
6036 2008-04-02  Eric Botcazou  <ebotcazou@adacore.com>
6037
6038         * decl.c (gnat_to_gnu_entity) <object>: For a constant object whose
6039         type has self-referential size, get the size from the initializing
6040         expression directly if it is also a constant whose nominal type
6041         has self-referential size.
6042
6043 2008-04-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6044
6045         PR ada/33688
6046         * g-soccon-darwin.ads: Define new constant IP_PKTINFO.
6047
6048         PR ada/33857
6049         * env.c: Always include crt_externs.h if __APPLE__ is defined.
6050         (__gnat_setenv): Use setenv instead of putenv if __APPLE__ is defined.
6051
6052 2008-04-01  Andreas Jaeger  <aj@suse.de>
6053
6054         * g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and
6055         IP_PKTINFO.
6056
6057 2008-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6058
6059         * g-table.adb, g-tasloc.adb, g-traceb.ads,
6060         g-trasym.adb, g-utf_32.adb, gen-soccon.c, gigi.h, gmem.c,
6061         gnatbind.adb, gnatchop.adb, gnatcmd.adb,
6062         gnatcmd.ads, gnatdll.adb, gnatfind.adb,
6063         gnatlink.adb, gnatmem.adb, gprep.adb,
6064         i-cstrea-vms.adb, i-cstrin.adb, i-pacdec.ads,
6065         i-vxwork.ads, impunit.adb, init.c, initialize.c, inline.adb,
6066         layout.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
6067         lib-xref.ads, lib.adb, link.c, live.ads,
6068         make.adb, makegpr.adb, makeutl.adb, math_lib.adb,
6069         mdll-utl.adb, mdll.ads, memroot.adb, memroot.ads,
6070         misc.c, mlib-prj.adb, mlib-tgt-hpux.adb,
6071         mlib-tgt-linux.adb, mlib-tgt-tru64.adb, mlib-tgt.ads,
6072         namet.adb, namet.h, nlists.adb, nlists.ads,
6073         nlists.h, opt.ads, osint-b.ads, osint-c.adb,
6074         osint-c.ads, osint.adb, osint.ads, output.ads,
6075         par-ch10.adb, par-ch12.adb, par-ch2.adb, par-ch3.adb,
6076         par-ch4.adb, par-ch5.adb, par-ch6.adb, par-ch9.adb,
6077         par-endh.adb, par-labl.adb, par-prag.adb,
6078         par-sync.adb, par-tchk.adb, par-util.adb,
6079         par.adb, prep.adb, prep.ads, prepcomp.adb, prj-attr.ads,
6080         prj-dect.adb, prj-env.adb, prj-ext.adb, prj-nmsc.adb,
6081         prj-nmsc.ads, prj-pp.adb, prj-proc.adb,
6082         prj-strt.ads, prj-tree.ads, prj.adb, prj.ads: Fix comment typos.
6083
6084 2008-03-31  Eric Botcazou  <ebotcazou@adacore.com>
6085
6086         * decl.c (gnat_to_gnu_entity) <object>: Do not force a non-null
6087         size if it has overflowed.
6088
6089 2008-03-31  Olivier Hainque  <hainque@adacore.com>
6090             Eric Botcazou  <ebotcazou@adacore.com>
6091
6092         * utils2.c (find_common_type): Document assumption on t1/t2 vs
6093         lhs/rhs. Force use of lhs type if smaller, whatever the modes.
6094
6095 2008-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6096
6097         * a-textio.ads, a-witeio.ads, a-ztexio.ads, ali.ads,
6098         einfo.ads, erroutc.adb, erroutc.ads, exp_attr.adb,
6099         exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
6100         exp_pakd.ads, exp_prag.adb, exp_smem.adb,
6101         exp_tss.ads, exp_util.adb, exp_util.ads,
6102         exp_vfpt.adb, freeze.adb, freeze.ads,
6103         frontend.adb, g-alleve.adb, g-altcon.adb,
6104         g-altive.ads, g-alveop.ads, g-alvevi.ads,
6105         g-arrspl.adb, g-busorg.ads, g-calend.adb,
6106         g-calend.ads, g-casuti.ads, g-cgideb.adb,
6107         g-comlin.adb, g-comlin.ads, g-curexc.ads,
6108         g-debpoo.adb, g-debpoo.ads, g-decstr.adb,
6109         g-dirope.adb, g-dirope.ads, g-dynhta.ads,
6110         g-dyntab.adb, g-encstr.ads, g-excact.ads,
6111         g-except.ads, g-expect.ads, g-heasor.adb,
6112         g-hesora.adb, g-hesorg.adb, g-htable.ads,
6113         g-locfil.ads, g-md5.adb, g-md5.ads,
6114         g-memdum.ads, g-moreex.ads, g-os_lib.adb,
6115         g-pehage.adb, g-pehage.ads, g-regexp.adb,
6116         g-regexp.ads, g-regpat.adb, g-regpat.ads,
6117         g-soccon-aix.ads, g-soccon-darwin.ads,
6118         g-soccon-freebsd.ads, g-soccon-hpux-ia64.ads,
6119         g-soccon-hpux.ads, g-soccon-irix.ads,
6120         g-soccon-linux-64.ads, g-soccon-linux-ppc.ads,
6121         g-soccon-linux-x86.ads, g-soccon-lynxos.ads,
6122         g-soccon-mingw.ads, g-soccon-solaris-64.ads,
6123         g-soccon-solaris.ads, g-soccon-tru64.ads,
6124         g-soccon-vms.ads, g-soccon-vxworks.ads,
6125         g-soccon.ads, g-socket.adb, g-socket.ads,
6126         g-socthi-mingw.adb, g-socthi-vms.adb,
6127         g-socthi-vxworks.adb, g-soliop-mingw.ads,
6128         g-soliop-solaris.ads, g-soliop.ads, g-spipat.adb,
6129         g-spipat.ads, g-string.adb, g-stsifd-sockets.adb: Fix comment
6130         typos.
6131
6132 2008-03-27  Eric Botcazou  <ebotcazou@adacore.com>
6133
6134         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Also set the public flag
6135         if the procedure is imported.
6136
6137 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6138
6139         * adaint.c: Fix warnings.
6140
6141 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6142
6143         * g-dirope.ads, g-dirope.adb: (Dir_Type_Value): Moved to spec.
6144
6145 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6146
6147         * a-witeio.adb: Fix problem with Current_Output (introduce Self).
6148         Fix problem of status check for null file
6149
6150 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6151
6152         * s-proinf-irix-athread.ads, s-vxwork-mips.ads,
6153         s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
6154         s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
6155         i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
6156         s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
6157         comments.
6158
6159 2008-03-26  Thomas Quinot  <quinot@adacore.com>
6160
6161         PR ada/33688
6162         * g-socket.ads, g-socket.adb (Options, Set_Socket_Option,
6163         Get_Socket_Option): Add support for Receive_Packet_Info.
6164
6165         * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
6166         g-soccon-irix.ads, g-soccon-hpux.ads, g-soccon-solaris.ads,
6167         g-soccon-vms.ads, g-soccon-mingw.ads, g-soccon-freebsd.ads,
6168         g-soccon-hpux-ia64.ads, g-soccon-solaris-64.ads, g-soccon-darwin.ads,
6169         g-soccon-lynxos.ads, g-soccon-linux-64.ads, g-soccon-linux-x86.ads: Add
6170         new constants SO_REUSEPORT and IP_PKTINFO
6171
6172 2008-03-26  Robert Dewar  <dewar@adacore.com>
6173
6174         * a-taster.adb, s-shasto.adb, s-soflin.adb, s-taasde.adb, s-taenca.adb,
6175         a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
6176         a-intnam-lynxos.ads, a-retide.adb, a-intnam-tru64.ads, a-intnam-aix.ads,
6177         a-intnam-irix.ads, a-intnam-hpux.ads, a-intnam-linux.ads,
6178         a-intnam-solaris.ads, a-caldel-vms.adb, a-intnam-vms.ads,
6179         a-excpol-abort.adb, a-intnam-mingw.ads, s-interr.adb, s-interr.ads,
6180         s-intman.ads, s-gloloc.adb, s-osinte-lynxos-3.ads,
6181         s-interr-sigaction.adb, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
6182         a-intnam-freebsd.ads, s-osinte-freebsd.ads, s-osinte-lynxos.ads,
6183         s-taspri-lynxos.ads, s-osinte-tru64.ads, s-osinte-tru64.ads,
6184         s-taspri-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads,
6185         s-osinte-hpux-dce.ads, s-taprop-hpux-dce.adb, s-taspri-hpux-dce.ads,
6186         s-osinte-linux.ads, s-osinte-dummy.ads, s-taprop-dummy.adb,
6187         s-taspri-dummy.ads, s-interr-dummy.adb, s-osinte-solaris.ads,
6188         s-osinte-mingw.ads, s-taprop-solaris.adb, s-taspri-solaris.ads,
6189         s-inmaop-vms.adb, s-interr-vms.adb, s-intman-vms.ads, s-osinte-vms.ads,
6190         s-osinte-vms.ads, s-taprop-vms.adb, s-taspri-vms.ads,
6191         s-taspri-mingw.ads, s-interr-vxworks.adb, s-inmaop-posix.adb,
6192         s-intman-vxworks.ads, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
6193         s-taspri-vxworks.ads, s-taspri-posix.ads, a-caldel.adb, a-calend.adb,
6194         a-elchha.adb, a-dynpri.adb, a-except.adb, a-except.ads, a-interr.ads,
6195         a-textio.adb, a-tigeau.ads, atree.adb, s-taprob.adb, s-taprop.ads,
6196         s-tarest.adb, s-tarest.ads, s-tasini.adb, s-taskin.adb, s-taskin.ads,
6197         s-tasque.adb, s-tasren.adb, s-tasren.ads, s-tassta.adb, s-tassta.ads,
6198         s-tasuti.adb, s-tataat.adb, s-tataat.ads, s-tpoben.adb, s-tpoben.ads,
6199         s-tpobop.adb, s-tpobop.ads, s-tposen.adb, s-tposen.ads, s-valrea.adb,
6200         s-valuti.adb, a-intnam-darwin.ads, s-osinte-darwin.ads, s-solita.adb,
6201         a-ztinau.ads, s-osinte-linux-hppa.ads, a-except-2005.adb,
6202         a-except-2005.ads, a-rttiev.adb, s-osinte-vxworks6.ads, s-regexp.adb,
6203         s-tasloc.adb: Minor reformatting.
6204         Update comments.
6205         Remove "used for" sections from comments.
6206
6207 2008-03-26  Robert Dewar  <dewar@adacore.com>
6208
6209         * s-tpopsp-posix.adb, s-tpopsp-solaris.adb, s-tpopsp-posix-foreign.adb,
6210         s-tpopsp-lynxos.adb, s-tpopde-vms.ads, s-tpopde-vms.adb,
6211         s-tpopsp-vxworks.adb, s-casi16.adb, s-caun16.adb, s-inmaop.ads,
6212         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-tpinop.adb,
6213         s-tpinop.ads, s-tporft.adb, a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb,
6214         a-crbtgk.ads, a-crbtgk.adb, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
6215         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
6216         a-cgcaso.adb, a-cgaaso.adb, a-ciormu.adb, a-cihase.adb, a-swuwha.ads,
6217         a-rbtgso.ads, a-cgaaso.ads, a-cgaaso.ads, a-ciorma.adb, a-chtgke.ads,
6218         a-chtgke.adb, a-llfzti.ads, a-ztenau.adb, a-ztenau.ads, a-stzhas.ads,
6219         a-szbzha.ads, a-szbzha.adb, a-crdlli.ads, a-crdlli.ads, a-crdlli.adb,
6220         i-forbla-darwin.adb, i-forbla.ads, s-regexp.adb, a-nllrar.ads,
6221         a-nlrear.ads, a-nucoar.ads, a-nurear.ads, i-forlap.ads, s-gearop.adb,
6222         s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb, s-gecola.ads,
6223         s-gerebl.adb, s-gerela.ads, a-swuwha.adb, i-forbla-unimplemented.ads,
6224         double spaced if it fits on one line and otherwise single spaced.
6225
6226 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6227
6228         * s-taprop-irix.adb, s-taprop-tru64.adb, s-taprop-lynxos.adb, 
6229         s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb, 
6230         s-taprop-posix.adb (Create_Task): Do not attempt to set task priority
6231         or task info if the thread could not be created.
6232
6233 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
6234
6235         * gnatvsn.ads (Library_Version): Bump to 4.4.
6236         (Current_Year): Bump to 2008.
6237
6238 2008-03-26  Robert Dewar  <dewar@adacore.com>
6239
6240         * ali.ads, ali.adb (Optimize_Alignment_Setting): New field in ALI record
6241
6242         * bcheck.adb (Check_Consistent_Optimize_Alignment): New procedure
6243
6244         * debug.adb: Add debug flags d.r and d.v
6245         Add debug flag .T (Optimize_Alignment (Time))
6246         Add debug flag .S (Optimize_Alignment (Space))
6247
6248         * freeze.adb (Freeze_Record_Type): Set OK_To_Reorder_Components
6249         depending on setting of relevant debug flags.
6250         Replace use of Warnings_Off by Has_Warnings_Off
6251         (Freeze_Entity): In circuit for warning on suspicious convention
6252         actuals, do not give warning if subprogram has same entity as formal
6253         type, or if subprogram does not come from source.
6254         (Freeze_Entity): Don't reset Is_Packed for fully rep speced record
6255         if Optimize_Alignment set to Space.
6256
6257         * frontend.adb: Add call to Sem_Warn.Initialize
6258         Add call to Sem_Warn.Output_Unused_Warnings_Off_Warnings
6259         Reset Optimize_Alignment mode from debug switches .S and .T
6260
6261         * layout.adb (Layout_Composite_Object): Rewritten for
6262         Optimize_Aligment pragma.
6263
6264         * lib-writ.ads, lib-writ.adb: New Ox parameter for Optimize_Alignment
6265         mode.
6266
6267         * opt.ads, opt.adb: (Optimize_Alignment): New global switch
6268
6269         * par-prag.adb (N_Pragma): Chars field removed, use Chars
6270         (Pragma_Identifier (..  instead, adjustments throughout to accomodate
6271         this change. Add entry for pragma Optimize_Alignment
6272
6273         * sem_prag.adb (N_Pragma): Chars field removed, use Chars
6274         (Pragma_Identifier (..
6275         instead, adjustments throughout to accomodate this change.
6276         (Process_Compile_Time_Warning_Or_Error): Use !! for generated msg
6277         (Favor_Top_Level): Use new function Is_Access_Subprogram_Type
6278         Add implementation of pragma Optimize_Alignment
6279
6280 2008-03-26  Vincent Celier  <celier@adacore.com>
6281
6282         * a-szuzti.adb, a-swuwti.adb, a-suteio.adb (functions Get_Line):
6283         Improve memory usage to avoid use of stack.
6284
6285 2008-03-26  Robert Dewar  <dewar@adacore.com>
6286
6287         * a-teioed.ads: Correct value of Default_Fill
6288
6289         * a-teioed.adb (Image): Use Fill_Character instead of '*' to fill
6290
6291 2008-03-26  Robert Dewar  <dewar@adacore.com>
6292
6293         * a-ztexio.adb, a-ztexio.ads, a-witeio.ads, a-witeio.adb: Fix problem
6294         with Current_Output (introduce Self).
6295
6296 2008-03-26  Robert Dewar  <dewar@adacore.com>
6297
6298         * checks.adb (Ensure_Valid): Capture valid status if possible
6299         (eliminate checks)
6300
6301 2008-03-26  Robert Dewar  <dewar@adacore.com>
6302
6303         * stand.ads: Deal with reordering of package standard declarations
6304
6305         * cstand.adb: Put package Standard declarations in proper order
6306
6307 2008-03-26  Robert Dewar  <dewar@adacore.com>
6308
6309         * einfo.ads, einfo.adb (N_Pragma): Chars field removed, use Chars
6310         (Pragma_Identifier (.. instead.
6311         (OK_To_Reorder_Components): New flag
6312         (Has_Entries): Code cleanup.
6313         (Warnings_Off_Used): New flag
6314         (Warnings_Off_Used_Unmodified): New flag
6315         (Warnings_Off_Used_Unreferenced): New flag
6316         (Has_Warnings_Off): New function
6317         (Has_Unmodified): New function
6318         (Has_Unreferenced): New function
6319         (Is_Trivial_Subprogram): New flag
6320         (Is_Static_Dispatch_Table_Entity): New attribute.
6321         Change name Access_Subprogram_Type_Kind to Access_Subprogram_Kind
6322         (more consistent with other similar names)
6323         (Access_Subprogram_Type): New classification function
6324
6325 2008-03-26  Robert Dewar  <dewar@adacore.com>
6326
6327         * errout.ads: Document new !! insertion sequence
6328
6329         * errout.adb (N_Pragma): Chars field removed, use Chars
6330         (Pragma_Identifier (..  instead.
6331         Replace use of Warnings_Off by Has_Warnings_Off
6332         (Error_Msg_Internal): Don't delete warning ending in !!
6333
6334 2008-03-26  Robert Dewar  <dewar@adacore.com>
6335
6336         * par.adb (Check_No_Right_Paren): Removed no longer used
6337
6338         * par-ch10.adb (N_Pragma): Chars field removed, use Chars
6339         (Pragma_Identifier (..  instead.
6340
6341         * par-ch10.adb (P_Subunit): Improvement in error recovery and message
6342
6343         * par-tchk.adb, par-ch5.adb, par-ch6.adb, par-ch3.adb,
6344         par-ch4.adb: Minor improvements in error recovery and messages.
6345
6346         * erroutc.adb (Test_Style_Warning_Serious_Msg): Treat style msgs as
6347         non-serious
6348
6349         * par-ch9.adb: Minor improvements in error recovery and messages
6350         (P_Protected): Better error recovery for "protected type x;"
6351
6352         * par-util.adb: Minor improvements in error recovery and messages
6353         (Check_No_Right_Paren): Removed no longer used
6354
6355 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
6356
6357         * exp_aggr.adb (Replace_Type): When checking for self-reference, verify
6358         that the prefix of an attribute is the type of the aggregate being
6359         expanded.
6360
6361 2008-03-26  Javier Miranda  <miranda@adacore.com>
6362             Robert Dewar  <dewar@adacore.com>
6363
6364         * exp_attr.adb (N_Pragma): Chars field removed.
6365         (Expand_N_Attribute_Reference): If the designated type associated with
6366         attribute 'Unrestricted_Access is a subprogram entity then replace it
6367         by an E_Subprogram_Type itype.
6368         Implement attribute Old
6369
6370         * sem_attr.ads (Attribute_Class_Array): Move to snames.ads
6371
6372         * sem_attr.adb (Build_Access_Subprogram_Itype): Add documentation.
6373         Replace call to
6374         New_Internal_Entity by call to Create_Itype to centralize calls
6375         building itypes, ad propagate the convention of the designated
6376         subprogram. In addition, disable the machinery cleaning constant
6377         indications from all entities in current scope when 'Unrestricted_Access
6378         corresponds with a node initializing a dispatch table slot.
6379         (Analyze_Attribute): Parameterless attributes returning a string or a
6380         type will not be called with improper arguments, so we can remove junk
6381         code that was dealing with this case.
6382         Implement attribute Old
6383
6384         * snames.ads, snames.h, snames.adb: Add entries for attribute Old
6385         Add entry for pragma Optimize_Alignment
6386         New standard names Sync and Synchronize
6387
6388 2008-03-26  Robert Dewar  <dewar@adacore.com>
6389             Arnaud Charlet  <charlet@adacore.com>
6390
6391         * exp_ch11.adb (Expand_At_End_Handler): Set From_At_End flag on raise
6392         stmt.
6393         (No_Exception_Propagation_Active): New function.
6394         (Expand_Exception_Handlers): Use No_Exception_Propagation_Active.
6395         Update comments, and review all uses of No_Exception_Propagation, which
6396         are now correct and in sync with what gigi expects.
6397
6398         * restrict.ads, restrict.adb (No_Exception_Propagation_Active): New
6399         function.
6400         (Expand_Exception_Handlers): Use No_Exception_Propagation_Active.
6401         Update comments, and review all uses of No_Exception_Propagation, which
6402         are now correct and in sync with what gigi expects.
6403
6404 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
6405
6406         * sem_ch3.adb (Access_Definition): If the access type is the return
6407         result of a protected function, create an itype reference for it
6408         because usage will be in an inner scope from the point of declaration.
6409         (Build_Derived_Record_Type): Inherit Reverse_Bit_Order and
6410         OK_To_Reorder_Components.
6411         (Make_Index): If an overloaded range includes a universal integer
6412         interpretation, resolve to Standard.Integer.
6413         (Analyze_Subtype_Indication): Copy Convention to subtype
6414         (Check_Abstract_Interfaces): Complete semantic checks on the legality of
6415         limited an synchronized progenitors in type declaration and private
6416         extension declarations.
6417
6418         * exp_ch13.adb (Expand_N_Freeze_Entity): If the scope of the entity is a
6419         protected subprogram body, determine proper scope from subprogram
6420         declaration.
6421
6422 2008-03-26  Robert Dewar  <dewar@adacore.com>
6423
6424         * exp_ch4.adb (Expand_N_Op_Concat): Remove special tests for
6425         No_Run_Time_Mode
6426
6427 2008-03-26  Gary Dismukes  <dismukes@adacore.com>
6428
6429         * exp_ch5.adb (Expand_N_Extended_Return_Statement): Suppress generation
6430         of a heap allocator for a limited unconstrained function return when
6431         resstriction No_Allocators is active.
6432         (Analyze_Allocator): The restriction No_Allocators is now only checked
6433         on allocators that have Comes_From_Source set, as per RM-H.4(7).
6434
6435         * sem_ch4.adb (Expand_N_Extended_Return_Statement): Suppress generation
6436         of a heap allocator for a limited unconstrained function return when
6437         resstriction No_Allocators is active.
6438         (Analyze_Allocator): The restriction No_Allocators is now only checked
6439         on allocators that have Comes_From_Source set, as per RM-H.4(7).
6440         (Has_Fixed_Op):  If the name in a function call is Standard."*" and the
6441         operands are fixed-point types, the universal_fixed predefined operation
6442         is used, regardless of whether the operand type (s) have a primitive
6443         operation of the same name.
6444
6445 2008-03-26  Javier Miranda  <miranda@adacore.com>
6446
6447         * exp_disp.adb (Make_DT, Make_Secondary_DT): Set attribute
6448         Is_Static_Dispatch_Table
6449         (Build_Dispatch_Tables): Replace calls to Exchange_Entities() by calls
6450         to Exchange_Declarations to exchange the private and full-view. Bug
6451         found working in this issue.
6452         (Expand_Dispatching_Call): Propagate the convention of the subprogram
6453         to the subprogram pointer type.
6454         (Make_Secondary_DT): Replace generation of Prim'Address by
6455         Address (Prim'Unrestricted_Access)
6456         (Make_DT): Replace generation of Prim'Address by
6457         Address (Prim'Unrestricted_Access)
6458         (Make_Disp_*_Bodies): When compiling for a restricted profile, use
6459         simple call form for single entry.
6460         (Make_DT): Handle new contents of Access_Disp_Table (access to dispatch
6461         tables of predefined primitives).
6462         (Make_Secondary_DT): Add support to handle access to dispatch tables of
6463         predefined primitives.
6464         (Make_Tags): Add entities to Access_Dispatch_Table associated with
6465         access to dispatch tables containing predefined primitives.
6466
6467         * exp_ch6.adb (N_Pragma): Chars field removed, use Chars
6468         (Pragma_Identifier (..  instead, adjustments throughout to accomodate
6469         this change.
6470         (Register_Predefined_DT_Entry): Updated to handle the new contents
6471         of attribute Access_Disp_Table (pointers to dispatch tables containing
6472         predefined primitives).
6473
6474         * exp_util.ads, exp_util.adb (Corresponding_Runtime_Package): New
6475         subprogram.
6476         (Find_Interface_ADT): Updated to skip the new contents of attribute
6477         Access_Dispatch_Table (pointers to dispatch tables containing predefined
6478         primitives).
6479
6480         * sem_util.adb (Has_Abstract_Interfaces): Add missing support for
6481         concurrent types.
6482         (Set_Convention): Use new function Is_Access_Subprogram_Type
6483         (Collect_Interfaces_Info): Updated to skip the new contents of attribute
6484         Access_Dispatch_Table (pointers to dispatch tables containing predefined
6485         primitives).
6486
6487         * exp_atag.ads, exp_atag.adb (Build_Inherit_Predefined_Prims): Improve
6488         expanded code avoiding calls to Build_Predef_Prims.
6489         (Build_Set_Predefined_Prim_Op_Address): Improve expanded code avoiding
6490         call to Build_Get_Predefined_Prim_Op_Address.
6491
6492 2008-03-26  Javier Miranda  <miranda@adacore.com>
6493
6494         * exp_ch7.adb (Make_Clean): Code cleanup using the new centralized
6495         subprogram Corresponding_Runtime_Package to know the runtime package
6496         that will provide support to a given protected type.
6497
6498         * exp_ch9.adb (Add_Private_Declarations,
6499         Build_Protected_Subprogram_Call,
6500         Build_Protected_Entry, Build_Simple_Entry_Call,
6501         Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
6502         Expand_N_Timed_Entry_Call, Make_Initialize_Protection): Code
6503         cleanup using the new centralized subprogram Corresponding_Runtime
6504         Package to know the runtime package that provides support to
6505         a given protected type.
6506
6507 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
6508
6509         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If the component
6510         assignment is within the initialization procedure for a packed array,
6511         and Initialize_Scalars is enabled, compile right-hand side with checks
6512         off, because the value is purposely out of range.
6513
6514 2008-03-26  Vincent Celier  <celier@adacore.com>
6515
6516         * gnatcmd.adb: Add processing for GNAT SYNC
6517
6518         * vms_conv.ads: (Command_Type): Add command Sync
6519
6520         * vms_conv.adb (Initialize): Add Command_List data for new command Sync
6521
6522         * vms_data.ads: Add entries for -gnatw.w
6523         Add qualifier for gnatstub --header-file option
6524         Add switches for GNAT SYNC
6525
6526         * prj-attr.ads, prj-attr.adb: Add new package Synchronize for GNAT SYNC
6527         (Add_Package_Name): New procedure
6528         (Package_Name_List): New function
6529         (Initialize): Add known package names to the list
6530         (Register_New_Package): Add the new package name to the list
6531
6532 2008-03-26  Robert Dewar  <dewar@adacore.com>
6533
6534         * g-pehage.adb, g-regist.adb, g-spipat.ads, g-spipat.adb,
6535         s-asthan.adb, s-parint.adb, s-rpc.adb, s-stchop.adb: Replace
6536         Raise_Exception by "raise with" construct.
6537
6538 2008-03-26  Pascal Obry  <obry@adacore.com>
6539
6540         * Makefile.in: Add proper GNAT.Serial_Communications implementation on
6541         supported platforms.
6542         
6543         * Makefile.rtl: Add g-sercom.o.
6544         
6545         * impunit.adb: Add g-sercom.adb.
6546         
6547         * s-crtl.ads (open): New routine.
6548         (close): Likewise.
6549         (write): Likewise.
6550         
6551         * s-osinte-mingw.ads (BYTE): New type.
6552         (CHAR): Likewise.
6553         (OVERLAPPED): Likewise.
6554         (GENERIC_READ): New constant.
6555         (GENERIC_WRITE): Likewise.
6556         (OPEN_EXISTING): Likewise.
6557         (PSECURITY_ATTRIBUTES): Removed this type, use anonymous access
6558         type instead.
6559         (CreateFile): New routine.
6560         (WriteFile): Likewise.
6561         (ReadFile): Likewise.
6562         (CloseHandle): Move next to the other file oriented routines.
6563
6564         * g-sercom.ads: New unit.
6565
6566         * g-sercom.adb: Default implementation, calls to this unit will raise
6567         a program error exception.
6568         
6569         * g-sercom-mingw.adb, g-sercom-linux.adb: Windows and
6570         GNU/Linux implementations.
6571
6572 2008-03-26  Robert Dewar  <dewar@adacore.com>
6573
6574         * itypes.adb (Create_Itype): Use new name Access_Subprogram_Kind
6575
6576         * sem_ch13.adb (Validate_Unchecked_Conversion): Give warning for
6577         unchecked conversion for different conventions only for subprogram
6578         pointers or on VMS.
6579
6580 2008-03-26  Vincent Celier  <celier@adacore.com>
6581
6582         * osint-c.adb (Set_Library_Info_Name): Use canonical case file names
6583         to check if the specified object file is correct.
6584
6585 2008-03-26  Thomas Quinot  <quinot@adacore.com>
6586
6587         * sem_cat.adb (Validate_RACW_Primitives): Do not rely on
6588         Comes_From_Source to exclude primitives from being checked. We want to
6589         exclude predefined primitives only, so use the appropriate specific
6590         predicate. Also, flag a formal parameter of an anonymous
6591         access-to-subprogram type as illegal for a primitive operation of a
6592         remote access to class-wide type.
6593
6594 2008-03-26  Vincent Celier  <celier@adacore.com>
6595
6596         * prj-dect.adb (Parse_Package_Declaration): When a package name is not
6597         known, check if it may be a missspelling of a known package name. In
6598         not verbose, not mode, issue warnings only if the package name is a
6599         possible misspelling.
6600         In verbose mode, always issue a warning for a not known package name,
6601         plus a warning if the name is a misspelling of a known package name.
6602
6603         * prj-part.adb (Post_Parse_Context_Clause): Modify so that only non
6604         limited withs or limited withs are parse during one call.
6605         (Parse_Single_Project): Post parse context clause in two passes: non
6606         limited withs before current project and limited withs after current
6607         project.
6608
6609         * prj-proc.adb (Imported_Or_Extended_Project_From): Returns an extended
6610         project with the name With_Name, even if it is only extended indirectly.
6611         (Recursive_Process): Process projects in order: first single withs, then
6612         current project, then limited withs.
6613
6614         * prj-tree.adb (Imported_Or_Extended_Project_Of): Returns an extended
6615         project with the name With_Name, even if it is only extended indirectly.
6616
6617 2008-03-26  Robert Dewar  <dewar@adacore.com>
6618
6619         * scn.adb (Initialize_Scanner): Format messages belong on standard error
6620
6621 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
6622
6623         * sem_ch10.adb (Analyze_Compilation_Unit): if a unit in the context is
6624         a generic subprogram that is imported, do not attempt to compile
6625         non-existent body.
6626
6627         * sem_ch12.adb (Instantiate_Subprogram_Body): if the generic is
6628         imported, do not generate a raise_program_error for the non-existent
6629         body.
6630         (Pre_Analyze_Actuals): If an error is detected during pre-analysis,
6631         perform minimal name resolution on the generic to avoid spurious
6632         warnings.
6633         (Find_Actual_Type): the designated type of the actual in a child unit
6634         may be declared in a parent unit without being an actual.
6635
6636 2008-03-26  Robert Dewar  <dewar@adacore.com>
6637
6638         * sem_ch11.adb: Fix No_Exception_Restriction violation for SJLJ
6639         * sinfo.ads, sinfo.adb (From_At_End): New flag
6640
6641 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
6642
6643         * sem_ch6.adb (Analyze_Subprogram_Body): Remove spurious check on
6644         operations that have an interface parameter.
6645         (Analyze_Subprogram_Body): Set Is_Trivial_Subprogram flag
6646         Don't treat No_Return call as raise.
6647
6648         * sem_disp.adb (Check_Dispatching_Operations): apply check for
6649         non-primitive interface primitives to access parameters, not to all
6650         parameters of an access type.
6651
6652 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
6653
6654         * sem_ch7.adb (Install_Parent_Private_Declarations): If the private
6655         declarations of a parent unit are made visible when compiling a child
6656         instance, the parent is not a hidden open scope, even though it may
6657         contain other pending instance.
6658         
6659         * sem_ch8.adb (Restore_Scope_Stack): If an entry on the stack is a
6660         hidden open scope for some child instance, it does affect the
6661         visibility status of other stach entries.
6662         (Analyze_Object_Renaming): Check that a class-wide object cannot be
6663         renamed as an object of a specific type.
6664
6665 2008-03-26  Robert Dewar  <dewar@adacore.com>
6666
6667         * sem_res.adb (Check_Infinite_Recursion): Diagnose definite infinite
6668         recursion and raise SE directly.
6669         (Resolve_Actuals): Reset Never_Set_In_Source if warnings off is
6670         set for formal type for IN mode parameter.
6671
6672 2008-03-26  Robert Dewar  <dewar@adacore.com>
6673
6674         * sem_warn.ads, sem_warn.adb (Warnings_Off_Pragmas): New table
6675         (Initialize): New procedure
6676         (Output_Warnings_Off_Warnings): New procedure
6677         (Check_References): Suppress certain msgs if Is_Trivial_Subprogram
6678         (Output_Non_Modifed_In_Out_Warnings): Ditto
6679         (Warn_On_Unreferenced_Entity): Ditto
6680
6681 2008-03-26  Vincent Celier  <celier@adacore.com>
6682
6683         * a-direct.adb (Start_Search): Raise Use_Error if the directory is not
6684         readable.
6685
6686 2008-03-26  Matthew Heaney  <heaney@adacore.com>
6687
6688         * a-ciorse.ads, a-cidlli.ads, a-cdlili.ads, a-cihase.ads, a-cohase.ads, 
6689         a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-coorse.ads:
6690         Marked with clauses as private, and controlled operations as overriding
6691
6692 2008-03-26  Robert Dewar  <dewar@adacore.com>
6693
6694         * g-byorma.adb (Read_BOM): Reorder tests so that UTF_32 is recognized
6695
6696 2008-03-26  Robert Dewar  <dewar@adacore.com>
6697
6698         * back_end.adb, back_end.ads: Minor reformatting
6699
6700         * bindgen.adb: Minor clarification of comments
6701
6702         * fname.ads: Minor comment fixes
6703
6704         * g-altive.ads, g-catiio.ads, g-trasym.ads, prj.ads,
6705         prj-nmsc.adb, sem_aggr.adb: Minor reformatting
6706
6707         * xeinfo.adb, xnmake.adb, xsinfo.adb, xtreeprs.adb,
6708         xsnames.adb: Remove warnings off pragma no longer needed
6709
6710         * a-catizo.ads, a-calari.ads, a-calfor.adb,
6711         a-calfor.ads: Fix header.
6712
6713 2008-03-26  Tristan Gingold  <gingold@adacore.com>
6714
6715         * init.c: Do not adjust pc for HPARITH on alpha/vms.
6716
6717 2008-03-26  Robert Dewar  <dewar@adacore.com>
6718
6719         * lib-xref.adb: (OK_To_Set_Reference): New function
6720         (Generate_Reference): Don't set referenced from occurrence in Warnings,
6721         Unmodified, or Unreferenced pragma
6722
6723 2008-03-26  Robert Dewar  <dewar@adacore.com>
6724
6725         * alloc.ads: Add entries for Warnings_Off_Pragmas table
6726
6727 2008-03-26  GNAT Script  <nobody@adacore.com>
6728
6729         * Make-lang.in: Makefile automatically updated
6730
6731 2008-03-26  Robert Dewar  <dewar@adacore.com>
6732
6733         * tbuild.ads, tbuild.adb, trans.c, sprint.adb, exp_prag.adb, decl.c,
6734         par-ch2.adb, sem_elab.adb, sem_util.ads (N_Pragma): Chars field
6735         removed, use Chars (Pragma_Identifier (..  instead, adjustments
6736         throughout to accomodate this change.
6737
6738         * s-pooglo.ads, s-pooloc.ads: Minor comment updates
6739
6740         * exp_dbug.adb: Use Sem_Util.Set_Debug_Info_Needed (not
6741         Einfo.Set_Needs_Debug_Info)
6742
6743 2008-03-26  Robert Dewar  <dewar@adacore.com>
6744
6745         * gnat_ugn.texi: Add documentation for -gnatw.w/-gnatw.W
6746         Add description for the new gnatstub option '--header-file'
6747         clarification of -gnatwz/-gnatwZ
6748         Add a "Irix-Specific Considerations" section to document the need to
6749         set LD_LIBRARY_PATH when using the default shared runtime library.
6750         Added documentation for both gcov and gprof.
6751
6752         * gnat_rm.texi: Document that pragma Compile_Time_Warning generates
6753         messages that are not suppressed when clients are compiled.
6754         Add documentation of s-pooglo s-pooloc
6755         Document the new GNAT.Serial_Communications API.
6756         Add documentation for 'Old attribute
6757         Add description of pragma Optimize_Alignment
6758
6759         * ug_words: Add entries for -gnatw.w -gnatw.W
6760
6761         * usage.adb: Add line for -gnatw.w (warn on warnings off)
6762
6763 2008-03-25  Eric Botcazou  <ebotcazou@adacore.com>
6764
6765         Revert
6766         2008-03-05  Eric Botcazou  <ebotcazou@adacore.com>
6767         PR ada/35186
6768         * decl.c (maybe_pad_type): Avoid padding an integral type when
6769         bumping its alignment is sufficient.
6770
6771 2008-03-25  Arnaud Charlet  <charlet@adacore.com>
6772
6773         * exp_ch6.adb, exp_disp.adb: Update copyright notice.
6774         Fix wrong formatting (lines too long)
6775
6776 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6777
6778         * 9drpc.adb, a-caldel-vms.adb, a-caldel.adb,
6779         a-calend-vms.adb, a-calend.adb, a-calend.ads,
6780         a-calfor.adb, a-chahan.ads, a-chtgke.adb,
6781         a-cihama.ads, a-ciorse.adb, a-clrefi.ads,
6782         a-cohama.ads, a-comlin.ads, a-coorse.adb,
6783         a-crbtgk.adb, a-direct.adb, a-except-2005.adb,
6784         a-except-2005.ads, a-except.adb, a-except.ads,
6785         a-exexda.adb, a-exexpr-gcc.adb, a-exexpr.adb,
6786         a-exextr.adb, a-filico.ads, a-finali.ads,
6787         a-intnam-aix.ads, a-intnam-solaris.ads, a-ngcefu.adb,
6788         a-ngelfu.adb, a-numaux-darwin.adb, a-numeri.ads,
6789         a-sequio.ads, a-strbou.ads, a-strfix.adb,
6790         checks.adb, exp_ch3.adb, exp_ch4.adb,
6791         exp_ch4.ads, exp_ch5.adb, exp_ch6.adb,
6792         exp_ch6.ads, exp_ch7.adb, exp_ch7.ads,
6793         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb,
6794         exp_dbug.ads, exp_disp.adb, exp_dist.adb,
6795         exp_dist.ads, exp_fixd.adb, exp_fixd.ads: Fix comment typos.
6796
6797 2008-03-24  Robert Dewar  <dewar@adacore.com>
6798
6799         * s-tpopsp-posix.adb, s-tpopsp-solaris.adb, s-tpopsp-posix-foreign.adb,
6800         s-tpopsp-lynxos.adb, s-tpopde-vms.ads, s-tpopde-vms.adb,
6801         s-tpopsp-vxworks.adb, s-casi16.adb, s-caun16.adb, s-inmaop.ads,
6802         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-tpinop.adb,
6803         s-tpinop.ads, s-tporft.adb, a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb,
6804         a-crbtgk.ads, a-crbtgk.adb, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
6805         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
6806         a-cgcaso.adb, a-cgaaso.adb, a-ciormu.adb, a-cihase.adb, a-swuwha.ads,
6807         a-rbtgso.ads, a-cgaaso.ads, a-cgaaso.ads, a-ciorma.adb, a-chtgke.ads,
6808         a-chtgke.adb, a-llfzti.ads, a-ztenau.adb, a-ztenau.ads, a-stzhas.ads,
6809         a-szbzha.ads, a-szbzha.adb, a-crdlli.ads, a-crdlli.ads, a-crdlli.adb,
6810         i-forbla-darwin.adb, i-forbla.ads, s-regexp.adb, a-nllrar.ads,
6811         a-nlrear.ads, a-nucoar.ads, a-nurear.ads, i-forlap.ads, s-gearop.adb,
6812         s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb, s-gecola.ads,
6813         s-gerebl.adb, s-gerela.ads, a-swuwha.adb, i-forbla-unimplemented.ads,
6814         double spaced if it fits on one line and otherwise single spaced.
6815
6816 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6817
6818         PR documentation/15479
6819         * Make-lang.in (doc/gnat_ugn.texi) Renamed from ...
6820         (doc/gnat_ugn_unw.texi): ... this, and adjusted.
6821         (doc/gnat_ugn.info): Renamed from ...
6822         (doc/gnat_ugn_unw.info): ... this.
6823         (doc/gnat_ugn.dvi): Renamed from ...
6824         (doc/gnat_ugn_unw.dvi): ... this.
6825         (doc/gnat_ugn.pdf): Renamed from ...
6826         (doc/gnat_ugn_unw.pdf): ... this.
6827         (ADA_INFOFILES, ADA_PDFFILES, ada.install-info, ada.dvi):
6828         Adjusted.
6829         * gnat_ugn.texi (FILE): Hard-code gnat_ugn; set filename
6830         unconditionally to gnat_ugn.info.  Fix cross references to the
6831         GNAT Reference Manual.  Convert links to the GCC, GDB, Emacs,
6832         and GNU make manuals to be proper texinfo links.
6833         * gnat_rm.texi: Fix cross references to the GNAT User's Guide.
6834
6835 2008-03-21  Olivier Hainque  <hainque@adacore.com>
6836
6837         * trans.c (Attribute_to_gnu) <'length>: Compute as (hb < lb)
6838         ? 0 : hb - lb + 1 instead of max (hb - lb + 1, 0).
6839
6840 2008-03-21  Eric Botcazou  <ebotcazou@adacore.com>
6841
6842         * trans.c (addressable_p): Add notes on addressability issues.
6843
6844 2008-03-21  Olivier Hainque  <hainque@adacore.com>
6845             Ed Schonberg  <schonberg@adacore.com>
6846
6847         * trans.c (addressable_p): Accept COND_EXPR when both arms
6848         are addressable.
6849         (gnat_gimplify_expr): Let the gimplifier handle &COND_EXPR.
6850         (call_to_gnu): Do not use name reference in the error message
6851         for a misaligned by_reference_parameter. The actual may be a
6852         general expression.
6853
6854 2008-03-18  Paolo Bonzini  <bonzini@gnu.org>
6855
6856         * misc.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
6857
6858 2008-03-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6859
6860         * gnat_rm.texi (Implementation Defined Characteristics)
6861         (Wide_Text_IO, Wide_Wide_Text_IO): Add @var annotations where
6862         appropriate.
6863         * gnat_ugn.texi (Wide Character Encodings, Switches for gnatbind)
6864         (Switches for gnatchop, Installing a library): Likewise.
6865
6866 2008-03-10  Eric Botcazou  <ebotcazou@adacore.com>
6867
6868         * trans.c (emit_range_check): Do not emit the check if the base type
6869         of the expression is the type against which its range must be checked.
6870
6871 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
6872
6873         * decl.c (maybe_pad_type): Use value_factor_p.
6874
6875 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
6876
6877         * lang.opt (nostdlib): Move around.
6878         * misc.c (gnat_handle_option): Fix formatting.
6879         (gnat_dwarf_name): Move around.
6880         * trans.c (Case_Statement_to_gnu): Fix formatting.
6881         (gnat_to_gnu): Likewise.
6882         * utils.c (aggregate_type_contains_array_p): Likewise.
6883         (create_subprog_decl): Likewise.
6884
6885 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
6886
6887         * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Do not
6888         bother propagating the TYPE_USER_ALIGN flag when creating a JM type.
6889
6890 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
6891
6892         * decl.c (gnat_to_gnu_entity) <E_Record_Type>: Do not force
6893         BIGGEST_ALIGNMENT when capping the alignment of records with
6894         strict alignment and size clause.
6895
6896 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
6897
6898         * lang-specs.h: Pass -gnatwa if -Wall is passed.
6899         * misc.c (gnat_handle_option) <OPT_Wall>: Expand into -Wunused
6900         and -Wuninitialized.
6901         (gnat_post_options): Clear warn_unused_parameter.
6902
6903 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
6904
6905         * utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently
6906         aligned bit-fields, bumping the alignment of the record type if deemed
6907         profitable.
6908         (value_factor_p): Return false instead of 0.
6909
6910 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
6911
6912         * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Add support
6913         for scalar types with small alignment.
6914
6915 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
6916
6917         * trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label
6918         from that of the front-end's end label.
6919         (gnat_gimplify_stmt) <LOOP_STMT>: Set the SLOC of the backward goto
6920         from that of the loop label.
6921
6922 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
6923
6924         * decl.c (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Add
6925         comment for the packed array type case.
6926         * utils.c (build_template): Use a loop to strip padding or
6927         containing records for justified modular types.
6928
6929 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
6930
6931         * decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously
6932         large alignments specified for types.
6933         (validate_alignment): Minor cleanup.
6934
6935 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
6936
6937         * decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.
6938         (gnat_to_gnu_entity) <E_Record_Type>: Try to get a smaller form of
6939         the component for packing, if possible, as well as if a component
6940         size clause is specified.
6941         <E_Record_Subtype>: For an array type used to implement a packed
6942         array, get the component type from the original array type.
6943         Try to get a smaller form of the component for packing, if possible,
6944         as well as if a component size clause is specified.
6945         (round_up_to_align): New function.
6946         (make_packable_type): Add in_record parameter.
6947         For a padding record, preserve the size.  If not in_record and the
6948         size is too large for an integral mode, attempt to shrink the size
6949         by lowering the alignment.
6950         Ditch the padding bits of the last component.
6951         Compute sizes and mode manually, and propagate the RM size.
6952         Return a BLKmode record type if its size has shrunk.
6953         (maybe_pad_type): Use MAX_FIXED_MODE_SIZE instead of BIGGEST_ALIGNMENT.
6954         Use Original_Array_Type to retrieve the type in case of an error.
6955         Adjust call to make_packable_type.
6956         (gnat_to_gnu_field): Likewise.
6957         (concat_id_with_name): Minor tweak.
6958         * trans.c (larger_record_type_p): New predicate.
6959         (call_to_gnu): Compute the nominal type of the object only if the
6960         parameter is by-reference.  Do the conversion actual type -> nominal
6961         type if the nominal type is a larger record.
6962         (gnat_to_gnu): Do not require integral modes on the source type to
6963         avoid the conversion for types with identical names.
6964         (addressable_p): Add gnu_type parameter.  If it is specified, do not
6965         return true if the expression is not addressable in gnu_type.
6966         Adjust recursive calls.
6967         * utils.c (finish_record_type): Remove dead code.
6968
6969 2008-03-05  Eric Botcazou  <ebotcazou@adacore.com>
6970
6971         PR ada/35186
6972         * decl.c (maybe_pad_type): Avoid padding an integral type when
6973         bumping its alignment is sufficient.
6974
6975 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6976
6977         * gnatfind.adb, gnatxref.adb: Fix argument parsing typos.
6978         * s-auxdec-empty.adb, s-auxdec.adb: Fix typos in copyright
6979         statement.
6980         * a-ngcoar.adb, a-ngrear.adb, g-awk.adb, g-debpoo.adb,
6981         gprep.adb, make.adb, makegpr.adb, par-ch6.adb, prj-nmsc.adb,
6982         sem_attr.adb, sem_ch4.adb, sem_ch8.adb: Fix typos in ada source
6983         code output strings.
6984         * sem_type.adb, system-vms-ia64.ads, system-vms.ads,
6985         system-vms_64.ads: Fix typos in ada source code comments.
6986         * sinfo-cn.adb: Remove incomplete sentence.
6987
6988         PR documentation/15479
6989         * gnat_rm.texi, gnat_ugn.texi: Avoid standalone `non' word.
6990
6991 2008-02-27  Samuel Tardieu  <sam@rfc1149.net>
6992
6993         PR ada/22255
6994         * s-fileio.adb (Reset): Do not raise Use_Error if mode isn't changed.
6995
6996 2008-02-27  Samuel Tardieu  <sam@rfc1149.net>
6997
6998         PR ada/34799
6999         * sem_ch13.adb (Analyze_Record_Representation_Clause): Check
7000         that underlying type is present.
7001
7002 2008-02-26  Tom Tromey  <tromey@redhat.com>
7003
7004         * misc.c (internal_error_function): Remove test of
7005         USE_MAPPED_LOCATION.
7006         * trans.c (gigi): Remove test of USE_MAPPED_LOCATION.
7007         (Sloc_to_locus): Remove old location code.
7008
7009 2008-02-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7010
7011         * gnat_rm.texi, gnat_ugn.texi: Fix spacing after `e.g.' and
7012         `i.e.' by adding comma or `@:' as appropriate.
7013         * gnat_rm.texi (Pragma Wide_Character_Encoding): Instead of
7014         plain characters `C', use `@samp{C}'.
7015         * gnat_ugn.texi (File Naming Rules, About gnatkr)
7016         (Krunching Method): Likewise.
7017
7018         * gnat_ugn.texi (Conventions): List environment variables and
7019         metasyntactic variables.
7020         (Compiling Programs): Fix notation of metasyntactic variables.
7021         Add @file where appropriate.  Use @file for file extensions,
7022         @samp for strings.
7023         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, use @samp
7024         instead of @file, @env instead of @code.
7025
7026 2008-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7027
7028         PR documentation/15479
7029         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, replace `..'
7030         and `...' with `@dots{}' or `@enddots{}'.
7031
7032         PR documentation/15479
7033         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, add @command,
7034         use @command instead of @code, @option instead of @samp or @code,
7035         @code instead of @var, @samp instead of @file.
7036
7037         PR documentation/15479
7038         * gnat_ugn.texi (Using gnatmake in a Makefile): Do not ignore errors
7039         in Makefile rules, by using `&&' rather than `;'.
7040
7041 2008-02-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7042
7043         PR documentation/15479
7044         * gnat_ugn.texi: In non-code, avoid space before colon.
7045         (Regular Expressions in gnatfind and gnatxref): Fix indentation.
7046         (Examples of gnatxref Usage): Use @command{vi} instead of
7047         @file{vi}.
7048         (Character Set Control): Do not use @code for UTF-8.
7049         (Validity Checking): Fix typo "NaNs" instead of "NaN's".  Do not
7050         use @code for IEEE.
7051         * gnat_rm.texi (Aggregates with static bounds): Fix typo in code
7052         sample.
7053         * gnat_rm.texi, gnat_ugn.texi: Fix typos.  Bump copyright years.
7054
7055 2008-02-11  Joel Sherrill  <joel.sherrill@oarcorp.com>
7056
7057         PR ada/35143
7058         * env.c: Add __rtems__ to if defined.
7059         * s-osinte-rtems.adb: Add To_Target_Priority.  Fix formatting.
7060         * s-osinte-rtems.ads: Add To_Target_Priority prototype and
7061         PTHREAD_SCOPE_PROCESS/PTHREAD_SCOPE_SYSTEM constants.  Add
7062         pragma Convention as required.
7063         * gsocket.h: Make compile in and out of RTS.
7064         * Makefile.in: Add system-rtems.ads.  Build DEC extensions.
7065         Use g-soccon-rtems.ads.
7066         * g-soccon-rtems.ads, system-rtems.ads: New files.
7067
7068 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7069
7070         PR other/35107
7071         * Make-lang.in (gnat1): Add $(GMPLIBS).
7072
7073 2008-01-26  Eric Botcazou  <ebotcazou@adacore.com>
7074
7075         * decl.c (components_to_record): Improve comment.
7076
7077 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
7078
7079         * decl.c (components_to_record): Do not reuse the empty union type
7080         if there is a representation clause on the record.
7081         * trans.c (addressable_p): Return true for INTEGER_CST.
7082
7083 2008-01-21  Eric Botcazou  <ebotcazou@adacore.com>
7084
7085         * trans.c (gnat_to_gnu) <N_Free_Statement>: Use POINTER_PLUS_EXPR
7086         in pointer arithmetics.
7087         * utils2.c (build_allocator): Likewise.
7088
7089 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
7090
7091         * utils.c (build_function_stub): Properly build the call expression.
7092
7093 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
7094
7095         * decl.c (gnat_to_gnu_entity) <object>: Process renamings
7096         before converting the expression to the type of the object.
7097         * trans.c (maybe_stabilize_reference) <CONSTRUCTOR>: New case.
7098         Stabilize constructors for special wrapping types.
7099
7100 2008-01-13  Eric Botcazou  <ebotcazou@adacore.com>
7101
7102         * trans.c (call_to_gnu): Invoke the addressable_p predicate only
7103         when necessary.  Merge some conditional statements.  Update comments.
7104         Rename unchecked_convert_p local variable to suppress_type_conversion.
7105         Do not suppress conversions in the In case.
7106         (addressable_p) <VIEW_CONVERT_EXPR>: Do not take alignment issues
7107         into account on non strict-alignment platforms.
7108
7109 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
7110
7111         * utils.c (aggregate_type_contains_array_p): New predicate.
7112         (create_field_decl): In a packed record, force byte alignment
7113         for fields without specified position that contain an array.
7114
7115 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
7116
7117         * utils.c (unchecked_convert): Fold the VIEW_CONVERT_EXPR expression.
7118
7119 2008-01-10  John David Anglin  <dave.anglin.@nrc-cnrc.gc.ca>
7120
7121         PR ada/34466
7122         * s-osinte-linux-hppa.ads (SC_NPROCESSORS_ONLN): New constant for
7123         sysconf call.
7124         (bit_field): New packed boolean type used by cpu_set_t.
7125         (cpu_set_t): New type corresponding to the C type with
7126         the same name. Note that on the Ada side we use a bit
7127         field array for the affinity mask. There is not need
7128         for the C macro for setting individual bit.
7129         (pthread_setaffinity_np): New imported routine.
7130
7131 2008-01-03  Tero Koskinen  <tero.koskinen@iki.fi>
7132
7133         PR ada/34647
7134         * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
7135         on OpenBSD as is done on other BSD systems.
7136
7137         PR ada/34645
7138         * sysdep.c (__gnat_ttyname, getc_immediate_nowait,
7139         getc_immediate_common): Treat OpenBSD as FreeBSD regarding immediate
7140         I/O.
7141
7142         PR ada/34644
7143         * env.c (__gnat_clearenv): Treat OpenBSD as other BSD systems missing
7144         clearenv().
7145
7146         PR ada/34646
7147         * init.c (__gnat_error_handler, __gnat_install_handler,
7148         __gnat_init_float): Define for OpenBSD.
7149
7150         * initialize.c (__gnat_initialize): Define for OpenBSD.
7151
7152 2007-12-27  Samuel Tardieu  <sam@rfc1149.net>
7153
7154         PR ada/34553
7155         * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
7156         instead of mktemp() or tmpnam() on NetBSD.
7157
7158 2007-12-23  Eric Botcazou  <ebotcazou@adacore.com>
7159
7160         * trans.c (call_to_gnu): Make the temporary for non-addressable
7161         In parameters passed by reference.
7162         (addressable_p): Return true for STRING_CST and CALL_EXPR.
7163
7164 2007-12-19  Robert Dewar  <dewar@adacore.com>
7165
7166         * g-expect-vms.adb, g-expect.adb, s-poosiz.adb: 
7167         Add pragma Warnings (Off) for unassigned IN OUT arguments
7168
7169         * sem_warn.adb (Output_Reference): Suppress messages for internal names
7170         (Check_References): Extensive changes to tune up warnings
7171         (Output_Non_Modifed_In_Out_Warnings): Changes to tune up warnings
7172         (Has_Pragma_Unmodifed_Check_Spec): New function
7173         (Check_References): Implement pragma Unmodified
7174         (Warn_On_Unassigned_Out_Parameter): Implement pragma Unmodified
7175
7176         * par-prag.adb: Dummy entry for pragma Unmodified
7177
7178         * sem_prag.adb: Implement pragma Unmodified
7179
7180         * einfo.ads, einfo.adb: (Has_Pragma_Unmodified): New flag
7181         (Proc_Next_Component_Or_Discriminant): Fix typo.
7182         Update comments.
7183
7184         * sem_util.adb (Note_Possible_Modification): Add processinng for pragma
7185         Unmodified.
7186         (Reset_Analyzed_Flags): Use Traverse_Proc instead of Traverse_Func,
7187         because the former already takes care of discarding the result.
7188         (Mark_Coextensions): Remove ununused initial value from Is_Dynamic.
7189         Add comment.
7190
7191         * snames.h, snames.ads, snames.adb: Add entry for pragma Unmodified
7192
7193 2007-12-19  Eric Botcazou  <ebotcazou@adacore.com>
7194
7195         * targparm.adb, targparm.ads, system.ads, system-darwin-ppc.ads,
7196         system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
7197         system-hpux-ia64.ads, system-vxworks-arm.ads, system-darwin-x86.ads,
7198         system-vms_64.ads, system-vms-ia64.ads, system-linux-ia64.ads,
7199         system-freebsd-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
7200         system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads,
7201         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
7202         system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
7203         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
7204         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads
7205         (Dynamic_Trampolines_Used): Delete.
7206
7207         * system-lynxos-x86.ads, system-lynxos-ppc.ads: Ditto.
7208         Turn on stack probing mechanism on LynxOS.
7209
7210 2007-12-19  Bob Duff  <duff@adacore.com>
7211
7212         * atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate
7213         the resulting tail recursion by hand. This prevents running out of
7214         memory on deeply nested concatenations, since Field2 is where the left
7215         operand of concatenations is stored.
7216         Fix bug (was returning OK_Orig in some cases). Fix return subtype to
7217         clarify that it can only return OK or Abandon.
7218
7219         * sem_res.adb (Resolve_Op_Concat): Replace the recursion on the left
7220         operand by iteration, in order to avoid running out of memory on
7221         deeply-nested concatenations. Use the Parent pointer to get back up the
7222         tree.
7223         (Resolve_Op_Concat_Arg, Resolve_Op_Concat_First,
7224          Resolve_Op_Concat_Rest): New procedures split out of
7225         Resolve_Op_Concat, so the iterative algorithm in Resolve_Op_Concat is
7226         clearer.
7227
7228         * checks.adb (Remove_Checks): Use Traverse_Proc instead of
7229         Traverse_Func, because the former already takes care of discarding the
7230         result.
7231
7232         * errout.adb (First_Node): Use Traverse_Proc instead of Traverse_Func,
7233         because the former already takes care of discarding the result.
7234         (Remove_Warning_Messages): Use appropriate subtype for Status and
7235         Discard 
7236
7237 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7238
7239         * exp_aggr.adb (Not_OK_For_Backend): A component of a private type with
7240         discriminants forces expansion of the aggregate into assignments.
7241         (Init_Record_Controller):  If the type of the aggregate is untagged and
7242         is not inherently limited, the record controller is not limited either.
7243
7244 2007-12-19  Robert Dewar  <dewar@adacore.com>
7245
7246         * exp_attr.adb (Expand_N_Attribute_Reference, case Size): Fix error in
7247         handling compile time known size of record or array (case of front end
7248         layout active, e.g. in GNAAMP).
7249
7250 2007-12-19  Javier Miranda  <miranda@adacore.com>
7251
7252         * exp_ch3.adb (Expand_N_Object_Declaration): Complete the circuitry
7253         that forces the construction of static dispatch tables in case of
7254         record subtypes.
7255
7256 2007-12-19  Robert Dewar  <dewar@adacore.com>
7257
7258         * exp_ch9.adb (Null_Statements): Moved to library level
7259         (Trivial_Accept_OK): New function
7260         (Expand_Accept_Declaration): Use Trivial_Accept_OK
7261         (Expand_N_Accept_Statement): Use Trivial_Accept_OK
7262
7263 2007-12-19  Robert Dewar  <dewar@adacore.com>
7264
7265         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): Fix packed array type
7266         in complex case where array is Volatile.
7267
7268 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7269
7270         * freeze.adb (Freeze_Record_Type, Check_Current_Instance): Implement
7271         properly the Ada2005 rules concerning when the current instance of a
7272         record type is aliased.
7273
7274 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7275
7276         * par-ch3.adb (P_Record_Declaration): Guard against cascaded errors in
7277         mangled declaration
7278         (P_Type_Declaration): Diagnose misuse of "abstract" in untagged record
7279         declarations.
7280         (P_Variant_Part): Cleaner patch for parenthesized discriminant
7281
7282 2007-12-19  Vincent Celier  <celier@adacore.com>
7283
7284         * prj-attr.adb (Package_Node_Id_Of): Returns Unknown_Package when
7285         package is not known
7286
7287         * prj-attr.ads (Unknown_Package): New constant
7288         Do not crash when an unknown package is in several projects
7289
7290         * prj-dect.adb (Parse_Package_Declaration): Mark an unknown package as
7291         ignored
7292
7293         * prj-nmsc.adb (Check): Remove obsolete code related to no longer
7294         existing package Language_Processing.
7295
7296 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7297             Gary Dismukes  <dismukes@adacore.com>
7298             Samuel Tardieu  <sam@rfc1149.net>
7299
7300         PR ada/15803, ada/15805
7301         * sem_ch6.adb, sem_ch3.adb (Constrain_Access): In Ada2005, diagnose
7302         illegal access subtypes when there is a constrained partial view.
7303         (Check_For_Premature_Usage): New procedure inside
7304         Access_Subprogram_Declaration for checking that an access-to-subprogram
7305         type doesn't reference its own name within any formal parameters or
7306         result type (including within nested anonymous access types).
7307         (Access_Subprogram_Declaration): Add call to Check_For_Premature_Usage.
7308         (Sem_Ch3.Analyze_Object_Declaration, Sem_ch6.Process_Formals): if the
7309         context is an access_to_variable, the expression cannot be an
7310         access_to_constant.
7311
7312 2007-12-19  Bob Duff  <duff@adacore.com>
7313
7314         * sem_ch4.adb (Analyze_Concatenation_Rest): New procedure.
7315         (Analyze_Concatenation): Use iteration instead of recursion in order
7316         to avoid running out of stack space for deeply nested concatenations.
7317
7318 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
7319             Gary Dismukes  <dismukes@adacore.com>
7320
7321         * sem_ch8.adb (Analyze_Subprogram_Renaming): Diagnose illegal renamings
7322         whose renamed entity is a subprogram that requires overriding.
7323         (Premature_Usage): Test for the case of N_Full_Type_Declaration when
7324         issuing an error for premature usage and issue a message that says
7325         'type' rather than 'object'.
7326
7327 2007-12-19  Gary Dismukes  <dismukes@adacore.com>
7328
7329         PR ada/34149
7330         * sem_disp.adb (Check_Dispatching_Call): Augment existing test for
7331         presence of a statically tagged operand (Present (Static_Tag)) with
7332         test for Indeterm_Ancestor_Call when determining whether to propagate
7333         the static tag to tag-indeterminate operands (which forces dispatching
7334         on such calls).
7335         (Check_Controlling_Formals): Ada2005, access parameters can have
7336         defaults.
7337         (Add_Dispatching_Operation, Check_Operation_From_Private_View): do
7338         not insert subprogram in list of primitive operations if already there.
7339
7340 2007-12-19  Tristan Gingold  <gingold@adacore.com>
7341
7342         * utils.c (create_var_decl_1): call rest_of_decl_compilation only for
7343         global variable.
7344
7345 2007-12-19  Thomas Quinot  <quinot@adacore.com>
7346
7347         Part of PR ada/33688
7348         * gen-soccon.c: Add constant IP_PKTINFO to allow getting ancillary
7349         datagram info on Linux.
7350
7351 2007-12-19  Vincent Celier  <celier@adacore.com>
7352
7353         * makegpr.adb (Check_Compilation_Needed): Normalize C_Source_Path so
7354         that the source path name is always found in the dependencies.
7355
7356 2007-12-19  Robert Dewar  <dewar@adacore.com>
7357
7358         * gnat_rm.texi, gnat_ugn.texi: Update documentation of -gnatw.o
7359         Fix name of Wide_Wide_Latin_1/9 file names
7360         Add documentation for Ada.Exceptions.Last_Chance_Handler (a-elchha.ads)
7361         Add missing documentation for Ada.Wide_[Wide_]Characters.Unicode
7362         Add missing documentation for Ada.Command_Line.Response_File
7363         Update list of warning letters for Warnings pragma
7364         Add documentation for pragma Unmodified
7365
7366 2007-12-19  Samuel Tardieu  <sam@rfc1149.net>
7367
7368         * Makefile.in: Add s-tasinf.ad[bs] substitutions for sh4-linux target.
7369
7370 2007-12-17  Arnaud Charlet  <charlet@adacore.com>
7371
7372         * s-vxwork-alpha.ads: Removed, no longer used.
7373
7374 2007-12-15  Jakub Jelinek  <jakub@redhat.com>
7375
7376         * Make-lang.in (gnat1, gnatbind): Pass ALL_CFLAGS on the link line.
7377
7378 2007-12-13  Samuel Tardieu  <sam@rfc1149.net>
7379
7380         PR ada/34360
7381         * Makefile.in: Change two occurrences of mlib-tgt.adb by correct name
7382         mlib-tgt-specific.adb.
7383
7384 2007-12-13  Bob Duff  <duff@adacore.com>
7385
7386         * trans.c (Attribute_to_gnu): Check for violations of the
7387         No_Implicit_Dynamic_Code restriction. This checking used to be done in
7388         the front end, but is moved here so we can make it more accurate.
7389
7390 2007-12-13  Pascal Obry  <obry@adacore.com>
7391
7392         * adaint.c (__gnat_pthread_setaffinity_np): New routine. A dummy
7393          version is provided for older GNU/Linux distribution not
7394          supporting thread affinity sets.
7395         
7396         * s-osinte-linux.ads (SC_NPROCESSORS_ONLN): New constant for sysconf
7397         call.
7398         (bit_field): New packed boolean type used by cpu_set_t.
7399         (cpu_set_t): New type corresponding to the C type with
7400         the same name. Note that on the Ada side we use a bit
7401         field array for the affinity mask. There is not need
7402         for the C macro for setting individual bit.
7403         (pthread_setaffinity_np): New imported routine.
7404         
7405         * s-taprop-linux.adb (Enter_Task): Check that the CPU affinity mask is
7406         no null.
7407         (Create_Task): Set the processor affinity mask if information
7408         is present.
7409         
7410         * s-tasinf-linux.ads, s-tasinf-linux.adb: New files.
7411         
7412 2007-12-13  Robert Dewar  <dewar@adacore.com>
7413
7414         * s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads, 
7415         s-osinte-freebsd.ads, s-osinte-lynxos.ads, s-osinte-tru64.ads, 
7416         s-osinte-mingw.ads, s-osinte-aix.ads, s-osinte-hpux-dce.ads, 
7417         s-osinte-irix.ads, s-osinte-solaris.ads, s-intman-vms.adb,
7418         s-osinte-vms.ads, s-osinte-vxworks6.ads, s-osinte-vxworks.ads,
7419         s-auxdec.ads, s-auxdec-vms_64.ads, s-osinte-darwin.ads, 
7420         s-taprop-vms.adb, s-interr-sigaction.adb, s-osinte-linux-hppa.ads, 
7421         i-vxwork-x86.ads, s-tpopde-vms.ads: Add missing pragma Convention C
7422         for subprogram pointers.
7423
7424         * g-ctrl_c.adb: New file.
7425
7426         * g-ctrl_c.ads (Install_Handler): New body.
7427
7428         * freeze.adb (Freeze_Subprogram): Use new flag Has_Pragma_Inline_Always
7429         instead of obsolete function Is_Always_Inlined.
7430         (Freeze_Entity): check for tagged type in imported C subprogram
7431         (Freeze_Entity): check for 8-bit boolean in imported C subprogram
7432         (Freeze_Entity): check for convention Ada subprogram pointer in
7433         imported C subprogram.
7434         (Freeze_Fixed_Point_Type): In the case of a base type where the low
7435         bound would be chopped off and go from negative to zero, force
7436         Loval_Excl_EP to be the same as Loval_Incl_EP (the included lower
7437         bound) so that the size computation for the base type will take
7438         negative values into account.
7439
7440 2007-12-13  Eric Botcazou  <ebotcazou@adacore.com>
7441             Bob Duff  <duff@adacore.com>
7442             Tristan Gingold  <gingold@adacore.com>
7443
7444         * system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads, 
7445         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads, 
7446         system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads, 
7447         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads, 
7448         system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads, 
7449         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads, 
7450         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads, 
7451         system-vxworks-arm.ads, system-darwin-x86.ads, system.ads,
7452         system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads, 
7453         system-linux-ppc.ads, system-linux-hppa.ads, system-hpux-ia64.ads,
7454         system-vms-ia64.ads (Stack_Check_Limits): New target parameter.
7455         (Always_Compatible_Rep): New flag to control trampolines globally.
7456         (Dynamic_Trampolines_Used): New flag for implementing the
7457         No_Implicit_Dynamic_Code restriction more correctly (not yet used,
7458         and not yet set correctly for some targets).
7459
7460         * s-taprop-vxworks.adb: Use stack limit method of stack checking.
7461         Simply indirectly call s-stchop when a task is created.
7462
7463         * ali.ads: 
7464         New flag added: Stack_Check_Switch_Set which is set when '-fstack-check'
7465         appears as an argument (entries A) in an ALI file.
7466
7467         * fe.h (Stack_Check_Limits): Declare new target parameter.
7468         (Check_Implicit_Dynamic_Code_Allowed): New procedure.
7469
7470         * init.c: Declare __gnat_set_stack_limit_hook for VxWorks kernel RTS.
7471         This variable is declared in C to be sure not subject to elaboration
7472         code.
7473         (__gnat_map_signal, VxWorks): In kernel mode, map SIGILL to
7474         Storage_Error.
7475
7476         * targparm.ads, targparm.adb (Stack_Check_Limits): New parameter.
7477         (Always_Compatible_Rep, Dynamic_Trampolines_Used): New parameters.
7478
7479         * s-stchop.ads: Add comments.
7480
7481         * s-stchop-vxworks.adb: Package almost fully rewritten to use stack
7482         limit method of stack checking.
7483
7484         * s-stchop-limit.ads: New file.
7485
7486 2007-12-13  Robert Dewar  <dewar@adacore.com>
7487
7488         * sem_ch5.adb, s-taskin.adb, a-ciorma.adb, a-coorma.adb, a-cohama.adb, 
7489         a-cihama.adb, g-awk.adb, 
7490         s-inmaop-posix.adb: Update handling of assigned value/unreferenced
7491         warnings
7492
7493         * exp_smem.adb: Update handling of assigned value/unreferenced warnings
7494
7495         * sem.adb: Update handling of assigned value/unreferenced warnings
7496
7497         * a-exexpr-gcc.adb: Add a pragma warnings off for boolean return
7498
7499         * lib-xref.ads: Improve documentation for k xref type
7500
7501         * lib-xref.adb: 
7502         Update handling of assigned value/unreferenced warnings
7503         (Generate_Reference): Warning for reference to entity for which a
7504         pragma Unreferenced has been given should be unconditional.
7505         If the entity is a discriminal, mark the original
7506         discriminant as referenced.
7507
7508         * sem_warn.ads, sem_warn.adb
7509         (Check_One_Unit): Test Renamed_In_Spec to control giving warning for
7510         no entities referenced in package
7511         (Check_One_Unit): Don't give message about no entities referenced in
7512         a package if a pragma Unreferenced has appeared.
7513         Handle new warning flag -gnatw.a/-gnatw.A
7514         Update handling of assigned value/unreferenced warnings
7515
7516         * atree.h: Add flags up to Flag247
7517         (Flag231): New macro.
7518
7519 2007-12-13  Jose Ruiz  <ruiz@adacore.com>
7520
7521         * adaint.h: (__gnat_plist_init): Not defined for RTX.
7522
7523         * initialize.c (__gnat_initialize): Do not call __gnat_plist_init for
7524         RTX systems.
7525
7526         * Makefile.in: Add new files s-tasinf-linux.ads and s-tasinf-linux.adb.
7527         (LIBGNAT_TARGET_PAIRS, MISCLIB, THREADSLIB,
7528         EXTRA_GNATRTL_NONTASKING_OBJS, EXTRA_GNATRTL_TASKING_OBJS,
7529         GNATLIB_SHARED for RTX run time): Use the versions required by RTX.
7530
7531         * mingw32.h: 
7532         Do not define GNAT_UNICODE_SUPPORT for RTX since it is not supported.
7533
7534         * sysdep.c (winflush_function for RTX): Procedure that does nothing
7535         since we only have problems with Windows 95/98, which are not
7536         supported by RTX.
7537         (__gnat_ttyname): Return the empty string on Nucleus, just as
7538         done on vxworks.
7539
7540 2007-12-13  Robert Dewar  <dewar@adacore.com>
7541
7542         * a-textio.adb, a-textio.ads: 
7543         Extensive changes to private part for wide character encoding
7544
7545         * a-witeio.adb, a-witeio.ads, a-ztexio.ads, a-ztexio.adb
7546         (Look_Ahead): Fix mishandling of encoded sequences
7547         Move declaration of Wch_Con to private part (should not be visible)
7548
7549         * ali.adb (Scan_ALI): Set default encoding method to brackets instead of
7550         UTF-8. Probably this is never used, but if it is, brackets is
7551         clearly correct.
7552
7553         * bindgen.adb (Get_WC_Encoding): New procedure to properly handle
7554         setting wide character encoding for no main program case and when
7555         encoding is specified using -W?
7556         Initialize stack limit of environment task if stack limit method of
7557         stack checking is enabled.
7558         (Gen_Adainit_Ada): Use Get_WC_Encoding to output encoding method
7559         (Gen_Adainit_C): Use Get_WC_Encoding to output encoding method
7560         (Get_Main_Unit_Name): New function.
7561         (Gen_Adainit_Ada): Add call to main program for .NET when needed.
7562         (Gen_Output_File): Set Bind_Main_Program to True for .NET
7563
7564         * bindusg.adb: Add line for -Wx switch
7565
7566         * s-wchcon.adb, s-wchcon.ads: (Is_Start_Of_Encoding): New function
7567         Add comments
7568         Add new useful constant WC_Longest_Sequences
7569
7570         * switch-b.adb: Clean up handling of -Wx switch
7571         For -gnatWx, set Wide_Character_Encoding_Method_Specified
7572
7573         * switch-c.adb: -gnatg activates warning on assertion errors
7574         For -gnatWx, set Wide_Character_Encoding_Method_Specified
7575
7576         * s-wchcon.adb: (Is_Start_Of_Encoding): New function
7577
7578 2007-12-13  Robert Dewar  <dewar@adacore.com>
7579             Ed Schonberg  <schonberg@adacore.com>
7580
7581         * a-ngcoty.adb: New pragma Fast_Math
7582
7583         * opt.adb: New pragma Fast_Math
7584
7585         * par-prag.adb: 
7586         Add Implemented_By_Entry to the list of pragmas which do not require any
7587         special processing.
7588         (Favor_Top_Level): New pragma.
7589         New pragma Fast_Math
7590
7591         * exp_attr.adb: Move Wide_[Wide_]Image routines to Exp_Imgv
7592         (Expand_N_Attribute_Reference, Displace_Allocator_Pointer,
7593         Expand_Allocator_Expression): Take into account VM_Target
7594         (Expand_Attribute, case 'Identity):  Handle properly the case where
7595         the prefix is a task interface.
7596         New pragma Fast_Math
7597
7598         * par.adb (Next_Token_Is): New function
7599         (P_Pragma): Add Skipping parameter
7600         (U_Left_Paren): New procedure
7601         (U_Right_Paren): New procedure
7602         New pragma Fast_Math
7603
7604         * par-ch10.adb (P_Subunit): Unconditional msg for missing ) after
7605         subunit
7606         New pragma Fast_Math
7607
7608         * sem_prag.adb: Add significance value to table Sig_Flag for pragma
7609         Implemented_By_Entry.
7610         (Analyze_Pragma): Add case for Ada 2005 pragma Implemented_By_Entry.
7611         (Set_Inline_Flags): Do not try to link pragma Inline onto chain of rep
7612         items, since it can apply to more than one overloadable entity. Set
7613         new flag Has_Pragma_Inline_Always for Inline_Always case.
7614         (Analyze_Pragma, case Complex_Representation): Improve error message.
7615         (Analyze_Pragma, case Assert): When assertions are disabled build the
7616         rewritten code with Sloc of expression rather than pragma, so new
7617         warning about failing is not deleted.
7618         (Analyze_Pragma): Allow pragma Preelaborable_Initialization to apply to
7619         protected types and update error message to reflect that. Test whether
7620         the protected type is allowed for the pragma (an error is issued if the
7621         type has any entries, or components that do not have preelaborable
7622         initialization).
7623         New pragma Fast_Math
7624         (Analyze_Pragma, case No_Return): Handle generic instance
7625
7626         * snames.h, snames.ads, snames.adb: 
7627         Add new predefined name for interface primitive _Disp_Requeue.
7628         New pragma Fast_Math
7629
7630         * a-tags.ads, a-tags.adb: New calling sequence for
7631         String_To_Wide_[Wide_]String
7632         (Secondary_Tag): New subprogram.
7633
7634         * exp_imgv.ads, exp_imgv.adb: Move Wide_[Wide_]Image routines here
7635         from Exp_Attr
7636         New calling sequence for String_To_Wide_[Wide_]String
7637         (Expand_Image_Attribute): Major rewrite. New calling sequence avoids
7638         the use of the secondary stack for image routines.
7639
7640         * a-except-2005.adb, s-wchstw.ads, s-wchstw.adb, s-wwdenu.adb: New
7641         calling sequence for String_To_Wide_[Wide_]String
7642
7643         * par-ch3.adb (P_Declarative_Items): Recognize use of Overriding in
7644         Ada 95 mode
7645         (P_Unknown_Discriminant_Part_Opt): Handle missing parens gracefully
7646         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7647
7648         * par-ch6.adb (P_Subprogram): Recognize use of Overriding in Ada 95 mode
7649         (P_Formal_Part): Use Skipping parameter in P_Pragma call
7650         to improve error recovery
7651
7652         * par-util.adb (Next_Token_Is): New function
7653         (Signal_Bad_Attribute): Use new Namet.Is_Bad_Spelling_Of function
7654
7655         * par-ch2.adb (Skip_Pragma_Semicolon): Do not resynchronize to
7656         semicolon if missing
7657         (P_Pragma): Implement new Skipping parameter
7658         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7659         Fix location of flag for unrecognized pragma message
7660
7661         * par-tchk.adb (U_Left_Paren): New procedure
7662         (U_Right_Paren): New procedure
7663
7664 2007-12-13  Geert Bosch  <bosch@adacore.com>
7665
7666         * a-tifiio.adb: 
7667         (Put_Int64): Use Put_Digit to advance Pos. This fixes a case where
7668         the second or later Scaled_Divide would omit leading zeroes,
7669         resulting in too few digits produced and a Layout_Error as result.
7670         (Put): Initialize Pos.
7671
7672 2007-12-13  Robert Dewar  <dewar@adacore.com>
7673
7674         atree.ads, atree.adb (Flag231..Flag247): New functions
7675         (Set_Flag231..Set_Flag247): New procedures
7676         (Basic_Set_Convention): Rename Set_Convention to be
7677         Basic_Set_Convention
7678         (Nkind_In): New functions
7679         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7680
7681         * exp_ch6.adb (Expand_Call): Use new flag Has_Pragma_Inline_Always
7682         instead
7683          of obsolete function Is_Always_Inlined
7684         (Register_Predefined_DT_Entry): Initialize slots of the second
7685         secondary dispatch table.
7686         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7687         (Expand_N_Function_Call): Remove special provision for stack checking.
7688
7689         * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
7690         Include _Disp_Requeue in the list of predefined operations.
7691         (Find_Interface_ADT): Modified to fulfill the new specification.
7692         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7693
7694         * par-ch4.adb, nlists.ads, nlists.adb: 
7695         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7696
7697         * sinfo.ads, sinfo.adb: (Nkind_In): New functions
7698         Fix location of flag for unrecognized pragma message
7699
7700         * sem_ch7.adb: Use Nkind_In
7701
7702 2007-12-13  Vincent Celier  <celier@adacore.com>
7703
7704         * opt.ads: 
7705         Indicate what flags are used by the Project Manager, gprbuild and
7706         gprclean.
7707         (Opt.Follow_Links_For_Dirs): New flag
7708         (Warn_On_Assertion_Failure): New flag
7709         (Wide_Character_Encoding_Method_Specified): New flag
7710         (Suppress_All_Inlining): New switch set by -fno-inline
7711         (Real_VMS_Target): New flag
7712         New pragma Fast_Math
7713
7714 2007-12-13  Robert Dewar  <dewar@adacore.com>
7715
7716         * back_end.adb: Recognize -fno-inline
7717
7718 2007-12-13  Robert Dewar  <dewar@adacore.com>
7719
7720         * checks.adb: Fix optimization problem with short-circuited form
7721
7722 2007-12-13  Bob Duff  <duff@adacore.com>
7723
7724         * clean.adb (Usage): Add line for -aP
7725         (Check_Version_And_Help): Change Check_Version_And_Help to be generic,
7726         with a parameter "procedure Usage", instead of passing a pointer to a
7727         procedure. This is to eliminate trampolines (since the Usage procedure
7728         is often nested in a main procedure, and it would be inconvenient to
7729         unnest it).
7730
7731         * g-comlin.adb (For_Each_Simple_Switch): Change For_Each_Simple_Switch
7732         to be generic, with a parameter "procedure Callback (...)", instead of
7733         passing a pointer to a procedure. This is to eliminate trampolines
7734         (since the Callback procedure is usually nested).
7735
7736         * gnatfind.adb, switch.adb, switch.ads, gnatlink.adb, gnatls.adb, 
7737         gnatname.adb, gnatxref.adb, gnatchop.adb, gprep.adb, gnatbind.adb
7738         (Check_Version_And_Help): Change Check_Version_And_Help to be generic.
7739
7740         * g-pehage.adb (Compute_Edges_And_Vertices, Build_Identical_Key_Sets):
7741         Use the generic Heap_Sort_G instead of Heap_Sort_A.
7742
7743 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
7744
7745         * einfo.ads, einfo.adb: Flag 232 is now Implemented_By_Entry.
7746         (Implemented_By_Entry, Set_Implemented_By_Entry): New routines.
7747         (Write_Entry_Flags): Add an entry for Implemented_By_Entry.
7748         (Renamed_In_Spec): New flag
7749         (Has_Pragma_Inline_Always): New flag
7750         Add missing doc for pragma Obsolescent_Warning
7751         Add missing doc for 17 additional unused flags (230-247)
7752         (Is_Derived_Type): Remove condition "not Is_Generic_Type".
7753         Alphabetize with clauses.
7754         Separate Is_Thunk and Has_Thunks flags
7755         (Write_Entity_Flags): Add forgotten entry for Has_Thunks
7756         (Related_Interface): Renamed to Related_Type.
7757         (Has_Thunks/Set_Has_Thunks): Subprograms of new attribute.
7758         (Set_Is_Flag): Restrict the assertion.
7759
7760 2007-12-13  Vincent Celier  <celier@adacore.com>
7761
7762         * errout.adb (Output_Source_Line): Do not keep a trailing space after
7763         the source line number if the source line is empty.
7764
7765 2007-12-13  Geert Bosch  <bosch@adacore.com>
7766
7767         * eval_fat.adb (Decompose_Int): Handle argument of zero.
7768         (Compose): Remove special casing of zero.
7769         (Exponent): Likewise.
7770         (Fraction): Likewise.
7771         (Machine): Likewise.
7772         (Decompose): Update comment.
7773
7774 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
7775
7776         * exp_aggr.adb (Build_Record_Aggr_Code): If there is an aggregate for a
7777         limited ancestor part, initialize controllers of enclosing record
7778         before expanding ancestor aggregate.
7779         (Gen_Assign): If a component of the aggregate is box-initialized, add
7780         code to call Initialize if the component is controlled, and explicit
7781         assignment of null if the component is an access type.
7782
7783         Handle properly aggregates for limited types that appear in object
7784         declarations when the aggregate contains controlled values such as
7785         protected types.
7786         When expanding limited aggregates into individual components, do not
7787         call Adjust on controlled components that are limited.
7788
7789 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
7790
7791         * expander.adb: Take into account N_Subprogram_Renaming_Declaration
7792
7793 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
7794
7795         * exp_ch3.adb (Predefined_Primitive_Bodies): Generate the body of
7796         predefined primitive _Disp_Requeue.
7797         (Make_Predefined_Primitive_Specs): Create the spec for predefined
7798         primitive _Disp_Requeue.
7799         (Make_Predefined_Primitive_Specs/Predefined_Primitive_Bodies): Set the
7800         type of formal Renamed_Eq to Entity_Id (instead of Node_Id).
7801         (Make_Predefined_Primitive_Specs): Spec of "=" needed if the parent is
7802         an interface type. In case of limited interfaces we now declare all the
7803         predefined primitives associated with synchronized interfaces as
7804         abstract.
7805         (Predef_Spec_Or_Body): For interface types generate abstract subprogram
7806         declarations.
7807         (Predefined_Primitive_Bodies): Add body of "=" if the parent of the
7808         tagged type is an interface type and there is no user-defined equality
7809         function.
7810         Add also bodies of predefined primitives associated with synchronized
7811         interfaces.
7812         (Freeze_Record_Type): Do not build bodies of predefined primitives of
7813         interface types because they are now defined abstract.
7814         Add missing documentation.
7815         (Expand_Record_Controller): Update occurrence of Related_Interface
7816         to Related_Type.
7817         (Build_Offset_To_Top_Functions): Do nothing in case of VM.
7818         (Expand_N_Object_Declaration): Take into account VM_Target when handling
7819         class wide interface object declaration.
7820         (Expand_Previous_Access_Type): Do not create a duplicate master entity
7821         if the access type already has one.
7822         (Expand_N_Object_Declaration): Defend against attempt to validity check
7823         generic types. Noticed for -gnatVcf specified with previous errors.
7824
7825 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
7826
7827         * exp_ch4.adb (Expand_N_Attribute_Reference, Displace_Allocator_Pointer,
7828         Expand_Allocator_Expression): Take into account VM_Target
7829
7830         * exp_ch5.adb (Expand_N_Extended_Return_Statement): Do not use
7831         secondary stack when VM_Target /= No_VM
7832
7833 2007-12-13  Javier Miranda  <miranda@adacore.com>
7834             Ed Schonberg  <schonberg@adacore.com>
7835
7836         * exp_ch7.adb (Expand_N_Package_Body): Replace occurrence of attribute
7837         Is_Complation_Unit by Is_Library_Level_Entity in the code
7838         that decides if the static dispatch tables need to be built.
7839         (Wrap_Transient_Declaration): Do not generate a finalization call if
7840         this is a renaming declaration and the renamed object is a component
7841         of a controlled type.
7842
7843 2007-12-13  Gary Dismukes  <dismukes@adacore.com>
7844
7845         * exp_ch8.ads, exp_ch8.adb (Expand_N_Subprogram_Renaming_Declaration):
7846         In the case where the renamed subprogram is a dereference, call
7847         Force_Evaluation on the prefix.
7848
7849 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
7850             Ed Schonberg  <schonberg@adacore.com>
7851
7852         * exp_ch9.adb (Expand_N_Asynchronous_Select,
7853         Expand_N_Conditional_Entry_Call, Expand_N_Timed_Entry_Call): Code and
7854         comment reformatting.
7855         (Set_Privals): Inherit aliased flag from formal. From code reading.
7856         (Build_Simple_Entry_Call): Out parameters of an access type are passed
7857         by copy and initialized from the actual. This includes entry parameters.
7858         (Expand_N_Requeue_Statement): Reimplement in order to handle both Ada 95
7859         and Ada 2005 models of requeue.
7860         (Null_Statements): Still connsider do-end block null if it contains
7861         Unreferenced and Warnings pragmas.
7862         (Expand_N_Accept_Statement): Do not optimize away null do end if
7863         dispatching policy is other than defaulted.
7864         (Expand_N_Timed_Entry_Call): When the triggering statement is a
7865         dispatching call, manually analyze the delay statement.
7866         (Find_Parameter_Type): Move subprogram to Sem_Util.
7867
7868 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
7869             Javier Miranda  <miranda@adacore.com>
7870
7871         * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Primitive
7872         _Disp_Requeue occupies dispatch table slot number 15. Move
7873         _Disp_Timed_Select to slot 16.
7874         (Make_Disp_Requeue_Body, Make_Disp_Requeue_Spec): New routines which
7875         generate the spec and body of _Disp_Reqeueue.
7876         (Make_DT): Build and initialize the second dispatch table.
7877         Handle initialization of RC_Offset when the parent
7878         is a private type with variable size components.
7879         (Make_Secondary_DT): Complete documentation. Add support to
7880         initialize the second dispatch table.
7881         (Make_Tags): Generate the tag of the second dispatch table.
7882         (Register_Primitive): Add support to register primitives in the
7883         second dispatch table.
7884
7885 2007-12-13  Pascal Obry  <obry@adacore.com>
7886
7887         * expect.c (__gnat_kill) [WIN32]: Implement the SIGINT signal on
7888         Windows. This signal is used by gnatmake to kill child processes for
7889         example.
7890
7891 2007-12-13  Javier Miranda  <miranda@adacore.com>
7892
7893         * exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing
7894         support for generic dispatching constructor calls in which we need to
7895         locate the tag of a secondary dispatch table associated with an
7896         interface type to properly dispatch the call.
7897         (Expand_N_Attribute_Reference [case Address],
7898         Expand_Dispatching_Constructor_Call, Expand_Unc_Deallocation): Fix
7899         handling of VM targets.
7900
7901 2007-12-13  Robert Dewar  <dewar@adacore.com>
7902             Ed Schonberg  <schonberg@adacore.com>
7903
7904         * exp_prag.adb (Expand_Pragma_Assert): Recognize new warning flag for
7905         assert fail
7906
7907         * ug_words: Add entries for -gnatw.a -gnatw.A
7908
7909         * sem_res.adb (Set_String_Literal_Subtype): If the context of the
7910         literal is a subtype with non-static constraints, use the base type of
7911         the context as the base of the string subtype, to prevent type
7912         mismatches in gigi.
7913         (Resolve_Actuals): If the actual is an entity name, generate a
7914         reference before the actual is resolved and expanded, to prevent
7915         spurious warnings on formals of enclosing protected operations.
7916         (Analyze_Overloaded_Selected_Component): If type of prefix if
7917         class-wide, use visible components of base type.
7918         (Resolve_Selected_Component): Ditto.
7919         (Resolve_Short_Circuit): Detect case of pragma Assert argument
7920         evaluating to False, and issue warning message.
7921
7922         * usage.adb: Add lines for -gnatw.a and -gnatw.A
7923
7924 2007-12-13  Emmanuel Briot  <briot@adacore.com>
7925
7926         * g-calend.ads (No_Time): New constant, to represent an uninitialized
7927         time value
7928
7929         * g-catiio.ads, g-catiio.adb (Value): Added support for more date
7930         formats.
7931         (Month_Name_To_Number): New subprogram
7932
7933         * g-dirope.adb (Get_Current_Dir): On windows, normalize the drive
7934         letter to upper-case.
7935
7936 2007-12-13  Robert Dewar  <dewar@adacore.com>
7937             Ed Schonberg  <schonberg@adacore.com>
7938
7939         * gnat1drv.adb (Gnat1drv): Properly set new flag Opt.Real_VMS_Target
7940
7941         * layout.adb (Resolve_Attribute, case 'Access): If designated type of
7942         context is a limited view, use non-limited view when available. If the
7943         non-limited view is an unconstrained array, this enforces consistency
7944         requirements in 3.10.2 (27).
7945         (Layout_Type): For an access type whose designated type is a limited
7946         view, examine its declaration to determine if it is an unconstrained
7947         array, and size the access type accordingly.
7948         (Layout_Type): Do not force 32-bits for convention c subprogram
7949         pointers in -gnatdm mode, only if real vms target.
7950
7951         * sem_attr.adb (Analyze_Access_Attribute): Use new flag
7952         Has_Pragma_Inline_Always instead of obsolete function Is_Always_Inlined
7953         (Analyze_Access_Attribute,Attribute_Address): Remove checks for
7954         violations of the No_Implicit_Dynamic_Code restriction.
7955         (Resolve_Attribute, case 'Access): If designated type of context is a
7956         limited view, use non-limited view when available. If the non-limited
7957         view is an unconstrained array, this enforces consistency requirements
7958         in 3.10.2 (27).
7959         (Layout_Type): For an access type whose designated type is a limited
7960         view, examine its declaration to determine if it is an unconstrained
7961         array, and size the access type accordingly.
7962
7963 2007-12-13  Vincent Celier  <celier@adacore.com>
7964
7965         * gnatcmd.adb (GNATCmd): Do not issue -d= switch to gnatmetric when
7966         object directory of main project does not exist.
7967         On VMS, correctly set then environment variable for the source
7968         directories.
7969
7970 2007-12-13  Vasiliy Fofanov  <fofanov@adacore.com>
7971
7972         * g-regist.ads, g-regist.adb (Set_Value): new parameter Expand; when
7973         set to True this procedure will create the value of type REG_EXPAND_SZ.
7974         It was only possible to create REG_SZ values before.
7975
7976 2007-12-13  Robert Dewar  <dewar@adacore.com>
7977
7978         * g-spchge.ads, g-spchge.adb, g-u3spch.adb, g-u3spch.ads,
7979         g-wispch.adb, g-wispch.ads, g-zspche.adb, g-zspche.ads,
7980         namet-sp.adb, namet-sp.ads: New files.
7981
7982         * g-speche.adb: Use generic routine in g-spchge
7983
7984         * s-wchcnv.ads, s-wchcnv.adb: 
7985         Minor code cleanup (make formal type consistent with spec)
7986
7987         * namet.adb: Update comments.
7988
7989         * par-endh.adb (Evaluate_End_Entry): Use new
7990         Namet.Sp.Is_Bad_Spelling_Of function
7991
7992         * par-load.adb (Load): Use new Namet.Sp.Is_Bad_Spelling_Of function
7993
7994         * sem_aggr.adb (Resolve_Record_Aggregate): If a component of an
7995         ancestor is an access type initialized with a box, set its type
7996         explicitly, for use in subsequent expansion.
7997         (Check_Misspelled_Component): Use new Namet.Sp.Is_Bad_Spelling_Of
7998         function
7999
8000 2007-12-13  Robert Dewar  <dewar@adacore.com>
8001
8002         * g-spipat.adb (Break): Fix accessibility error (vsn taking not null
8003         access Vstring)
8004
8005 2007-12-13  Robert Dewar  <dewar@adacore.com>
8006
8007         * inline.adb (Back_End_Cannot_Inline): Use new flag
8008         Has_Pragma_Inline_Always instead of obsolete function Is_Always_Inlined
8009
8010         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Body): Use new flag
8011         Has_Pragma_Inline_Always instead.
8012         of obsolete function Is_Always_Inlined
8013         (Build_Body_To_Inline): Same change
8014         (Cannot_Inline): Same change
8015         Do not give warning on exception raise in No_Return function
8016
8017         * sem_ch13.adb (Analyze_Record_Representation_Clause): If an inherited
8018         component has two inconsistent component clauses in the same record
8019         representation clause, favor the message that complains about
8020         duplication rather than inconsistency.
8021         Update comments.
8022         (Record_Representation_Clause): Do not warn on missing component
8023         clauses for inherited components of a type extension.
8024         (Rep_Item_Too_Late): Do not attempt to link pragma into rep chain for
8025         an overloadable item if it is a pragma that can apply to multiple
8026         overloadable entities (e.g. Inline) because a pragma cannot be on
8027         more than one chain at a time.
8028         (Validate_Unchecked_Conversion): Add code to warn on unchecked
8029         conversion where one of the operands is Ada.Calendar.Time.
8030         (Analyze_Attribute_Definition_Clause): Fix typo in error message.
8031         For now, ignore Component_Size clause on VM targets, as done for
8032         pragma Pack.
8033
8034 2007-12-13  Emmanuel Briot  <briot@adacore.com>
8035             Vincent Celier  <celier@adacore.com>
8036
8037         * prj.ads, prj.adb (Is_A_Language): Now takes a Name_Id instead of a
8038         string
8039         (Must_Check_Configuration, Default_Language_Is_Ada): new flags in
8040         prj.ads
8041         (Hash): Move instantiation of System.HTable.Hash from spec to body
8042         (prj-nmsc.adb): Optimize calls to Name_Find when on case sensitive
8043         systems, since we do not need to recompute the Name_Id for the canonical
8044         file name.
8045         (Body_Suffix_Id_Of, Spec_Suffix_Id_Of): new version that takes a name_id
8046         as a parameter. This parameter is in fact always "ada" in all calls, and
8047         we were doing 160560 extra calls to Name_Find to convert it to Name_Ada
8048         while loading a project with 40000 files
8049
8050         * prj-attr.adb: Fix name of attribute Dependency_Driver
8051         Change the kind of indexing for attribute Root
8052
8053         * prj-dect.adb (Parse_Declarative_Items): Allow redeclarations of
8054         variables already declared, in case constructions.
8055
8056         * prj-env.adb (Initialize): Reset Current_Source_Path_File and
8057         Current_Object_Path_File to No_Path.
8058
8059         * prj-ext.adb (Initialize_Project_Path): In multi language mode, use
8060         ADA_PROJECT_PATH if value of GPR_PROJECT_PATH is empty.
8061
8062         * prj-makr.adb: new parameter Current_Dir
8063
8064         * prj-nmsc.ads, prj-nmsc.adb (Find_Explicit_Sources): Do not look for
8065         Ada sources when language is not Ada.
8066         Change Opt.Follow_Links to Opt.Follow_Links_For_Files.
8067         (Find_Excluded_Sources, Find_Explicit_Sources): new subprograms
8068         (Must_Check_Configuration, Default_Language_Is_Ada): new flags.
8069         (Locate_Directory): Always resolve links when computing Canonical_Path
8070         (Look_For_Sources): Make sure that Name_Buffer contains the file name
8071         in Source_Files before checking for the presence of a directory
8072         separator.
8073         Optimize calls to Name_Find when on case sensitive systems.
8074         (Body_Suffix_Id_Of, Spec_Suffix_Id_Of): new version that takes a name_id
8075         as a parameter.
8076         (Prj.Nmsc.Check): new parameter Current_Dir
8077         (Check_Ada_Naming_Schemes): Restrictions on suffixes are relaxed. They
8078         cannot be empty and the spec suffix cannot be the same as the body or
8079         separate suffix.
8080         (Get_Unit): When a file name can be of several unit kinds (spec, body or
8081         subunit), always consider the longest suffix.
8082         (Check_Configuration): Do not issue an error if there is no compiler
8083         for a language. Just issue a warning and ignore the sources for the
8084         language.
8085         (Check_Library_Attributes): Only check Library_Dir if Library_Name is
8086         not empty.
8087         (Check_Naming_Schemes.Maked_Unit): Only output message if high verbosity
8088         (Unit_Exceptions): New hash table
8089         (Check_Naming_Schemes): Check if a file that could be a unit because of
8090         the naming scheme is not in fact a source because there is an exception
8091         for the unit.
8092         (Look_For_Sources): Put the unit exceptions in hash table
8093         Unit_Exceptions
8094         (Get_Unit_Exceptions): Give initial value No_Source to local variable
8095         Other_Part to avoid exception when code is compiled with validity
8096         checking.
8097         (Get_Sources_From_File): Check that there is no directory information
8098         in the file names.
8099         (Look_For_Sources): Check that there is no directory information in the
8100         list of file names in Source_Files.
8101         (Look_For_Sources): In multi-language mode, do not allow exception file
8102         names that are excluded.
8103         (Excluded_Sources_Htable): New hash table
8104         (Search_Directories.Check_File): New procedure to simplify
8105         Search_Directories.
8106         (Search_Directories): Do not consider excluded sources
8107         (Look_For_Sources): Populate Excluded_Sources_Htable before calling
8108         Search_Directories.
8109         (Get_Exceptions): Set component Lang_Kind of Source_Data
8110         (Get_Unit_Exceptions): Ditto
8111         (Search_Directories): Ditto
8112
8113         * prj-pars.adb: new parameter Current_Dir
8114
8115         * prj-part.ads, prj-part.adb: 
8116         Change Opt.Follow_Links to Opt.Follow_Links_For_Files.
8117         (Opt.Follow_Links_For_Dirs): New flag
8118         (Project_Path_Name_Of): Cache information returned by this routine as
8119         Locate_Regular_File is a costly routine. The code to output a log
8120         information and the effective call to Locate_Regular_File is now
8121         factorized into a routine (code clean-up).
8122         (Parse, Parse_Single_Project): new parameter Current_Dir
8123         When main project file cannot be found, indicate in the error
8124         message the project path that was used to do the search.
8125
8126         * prj-proc.ads, prj-proc.adb (Opt.Follow_Links_For_Dirs): New flag
8127         (Prj.Proc.Process*): new parameter Current_Dir
8128
8129         * switch-m.adb: Change Opt.Follow_Links to Opt.Follow_Links_For_Files
8130
8131 2007-12-13  Bob Duff  <duff@adacore.com>
8132
8133         * restrict.ads, restrict.adb (Check_Implicit_Dynamic_Code_Allowed): New
8134         procedure to be called from the back end to check the
8135         No_Implicit_Dynamic_Code restriction.
8136
8137 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
8138
8139         * rtsfind.adb (Check_CRT): Take into account RTE_Available_Call
8140         Fixes another case where RTE_Available_Call was ignored instead of being
8141         taken into account.
8142         (Load_Fail): Ditto.
8143
8144         * rtsfind.ads: Add new entries.
8145
8146 2007-12-13  Robert Dewar  <dewar@adacore.com>
8147
8148         * g-byorma.adb, g-byorma.ads, g-decstr.adb, g-decstr.ads,
8149         g-deutst.ads, g-encstr.adb, g-encstr.ads, g-enutst.ads: New files.
8150
8151         * scn.adb: Implement BOM recognition
8152
8153 2007-12-13  Thomas Quinot  <quinot@adacore.com>
8154             Ed Schonberg  <schonberg@adacore.com>
8155
8156         * sem_ch10.adb (Check_Private_Child_Unit): A non-private library level
8157         subprogram body that acts as its own spec may not have a non-private
8158         WITH clause on a private sibling.
8159         (Build_Unit_Name): If the parent unit in the name in a with_clause on a
8160         child unit is a renaming, create an implicit with_clause on that
8161         parent, and not on the unit it renames, to prevent visibility errors
8162         in the current unit.
8163
8164 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
8165
8166         * sem_ch12.adb (Instantiate_Formal_Subprogram): In the subprogram
8167         renaming declaration, use the Slocs of the formal parameters from the
8168         declaration of the formal subprogram when creating the formal parameter
8169         entities in the renaming declaration.
8170         (Analyze_Formal_Type_Declaration): Change the placement of the error
8171         message concerning illegal known discriminants. It is now posted on the
8172         type rather than on the first discriminant. This change ensures early
8173         error report.
8174         (Freeze_Subprogram_Body): If the generic subprogram is nested within
8175         the package body that contains the instance, do not generate an
8176         out-of-place freeze node for the enclosing package.
8177         (Collect_Previous_Instantiations): Ignore internal instantiations
8178         generated for formal packages.
8179         (Validate_Derived_Type_Instance): Add a check that when a formal
8180         derived type is Known_To_Have_Preelab_Init then the actual type must
8181         have preelaborable initialization, and issue an error when this
8182         condition is violated.
8183
8184 2007-12-13  Robert Dewar  <dewar@adacore.com>
8185
8186         * s-imenne.adb, s-imenne.ads: New files.
8187
8188         * s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb, 
8189         s-imgdec.ads, s-imgenu.ads, s-imgint.adb, s-imgint.ads, s-imglld.adb, 
8190         s-imglld.ads, s-imglli.adb, s-imglli.ads, s-imgllu.adb, s-imgllu.ads, 
8191         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwch.adb, 
8192         s-imgwch.ads: New calling sequence for Image routines to avoid sec
8193         stack usage.
8194
8195 2007-12-13  Javier Miranda  <miranda@adacore.com>
8196             Ed Schonberg  <schonberg@adacore.com>
8197
8198         * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Avoid
8199         generation of spurious error if parent is an interface type; caused
8200         because predefined primitive bodies will be generated later by
8201         Freeze_Record_Type.
8202         (Process_Subtype): The subtype inherits the Known_To_Have_Preelab_Init
8203         flag.
8204         (Derive_Subprograms): Handle derivations of predefined primitives
8205         after all the user-defined primitives to ensure that they are
8206         found in proper order in instantiations.
8207         (Add_Interface_Tag_Components, Inherit_Components): Update occurrences
8208         of Related_Interface to Related_Type.
8209         (Record_Type_Declaration): Minor reordering of calls to decorate the
8210         Tag component because the entity must have set its Ekind attribute
8211         before setting its Is_Tag attribute.
8212         (Analyze_Subtype_Declaration): In the case of subtypes with
8213         Private_Kind, inherit Known_To_Have_Preelab_Init from the parent.
8214
8215 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8216             Ed Schonberg  <schonberg@adacore.com>
8217
8218         * sem_ch4.adb (Analyze_Selected_Component): Include the requeue
8219         statement to the list of contexts where a selected component with a
8220         concurrent tagged type prefix should yield a primitive operation.
8221         (Find_Primitive_Operation): Handle case of class-wide types.
8222         (Analyze_Overloaded_Selected_Component): If type of prefix is
8223         class-wide, use visible components of base type.
8224         (Resolve_Selected_Component): Ditto.
8225         (Try_Primitive_Operation, Collect_Generic_Type_Ops): If the type is a
8226         formal of a generic subprogram. find candidate interpretations by
8227         scanning the list of generic formal declarations.:
8228         (Process_Implicit_Dereference_Prefix): If the prefix has an incomplete
8229         type from a limited_with_clause, and the full view is available, use it
8230         for subsequent semantic checks.
8231         (Check_Misspelled_Selector): Use Namet.Sp.Is_Bad_Spelling_Of function
8232         (Find_Primitive_Operation): New function.
8233         (Analyze_Overloaded_Selected_Component): insert explicit dereference
8234         only once if several interpretations of the prefix yield an access type.
8235         (Try_Object_Operation): Code and comment cleanup.
8236         (Analyze_Selected_Component): Reorder local variables. Minot comment and
8237         code reformatting. When the type of the prefix is tagged concurrent, a
8238         correct interpretation might be available in the primitive and
8239         class-wide operations of the type.
8240
8241 2007-12-13  Robert Dewar  <dewar@adacore.com>
8242             Ed Schonberg  <schonberg@adacore.com>
8243
8244         * sem_ch8.adb (Analyze_Subprogram_Renaming): Special error message for
8245         renaming entry as subprogram using rename-as-body if subprogram spec
8246         frozen.
8247         (Use_One_Type): The clause is legal on an access type whose designated
8248         type has a limited view.
8249         (Find_Direct_Name): Use Namet.Sp.Is_Bad_Spelling_Of function
8250         (Find_Expanded_Name): Use Namet.Sp.Is_Bad_Spelling_Of function
8251         (Analyze_Renamed_Primitive_Operation): new procedure to determine the
8252         operation denoted by a selected component.
8253         (Analyze_Renamed_Entry): Resolve the prefix of the entry name, because
8254         it can be an expression, possibly overloaded, that returns a task or
8255         an access to one.
8256
8257 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8258             Gary Dismukes  <dismukes@adacore.com>
8259
8260         * sem_ch9.adb (Analyze_Requeue): Add a local flag to capture whether a
8261         requeue statement is dispatching. Do not emit an error when the name is
8262         not an entry and the context is a dispatching select. Add code to
8263         perform subtype conformance between the formals of the current entry
8264         and those of the target interface primitive.
8265         (Analyze_Asynchronous_Select, Analyze_Conditional_Entry_Call, Analyze_
8266         Timed_Entry_Call): Analyze the triggering statement as the first step of
8267         the processing. If this is a dispatching select, postpone the analysis
8268         of all select statements until the Expander transforms the select. This
8269         approach avoids generating duplicate identifiers after the Expander has
8270         replicated some of the select statements. In case the Expander is
8271         disabled, perform regular analysis.
8272         (Check_Triggering_Statement): New routine.
8273         (Analyze_Requeue): Exclude any interpretations that are not entries when
8274         checking overloaded names in a requeue. Also test type conformance for
8275         matching interpretations rather than requiring subtype conformance at
8276         that point to conform with the RM's resolution rule for requeues.
8277
8278 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
8279
8280         * sem_disp.adb (Check_Dispatching_Call): If an actual in a call to an
8281         inherited operation is a defaulted tag-indeterminate call, and there is
8282         a statically tagged actual, use the static tag as a controlling actual
8283         for the defaulted actual.
8284
8285 2007-12-13  Geert Bosch  <bosch@adacore.com>
8286
8287         * sem_eval.adb (Eval_Real_Literal): N_Constant_Declaration is a static
8288         context, so do not call Check_Non_Static_Context.
8289
8290 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8291
8292         * sem_type.adb (Function_Interp_Has_Abstract_Op): Add guard to check
8293         whether formal E is an entity which may have parameters.
8294
8295 2007-12-13  Bob Duff  <duff@adacore.com>
8296             Javier Miranda  <miranda@adacore.com>
8297             Robert Dewar  <dewar@adacore.com>
8298
8299         * sem_util.ads, sem_util.adb (Is_Concurrent_Interface): New routine.
8300         (Set_Convention): New procedure to set the Convention flag, and in
8301         addition make sure the Favor_Top_Level flag is kept in sync (all
8302         foreign-language conventions require Favor_Top_Level = True).
8303         (Collect_Abstract_Interfaces): Update occurrences of Related_Interface
8304         to Related_Type.
8305         (Collect_Interfaces_Info): Minor update to handle the two secondary
8306         dispatch tables. Update occurrence of Related_Interface to Related_Type.
8307         (Generate_Parent_Ref): Add parameter to specify entity to check
8308         (Is_Preelaborable_Expression): Allow the name of a discriminant to
8309         initialize a component of a type with preelaborable initialization.
8310         This includes the case of a discriminal used in such a context.
8311         (Is_Dependent_Component_Of_Mutable_Object): Take into account the
8312         latest Ada 2005 rules about renaming and 'Access of
8313         discriminant-dependent components.
8314         (Check_Nested_Access): Add handling when there are no enclosing
8315         subprograms (e.g. case of a package body).
8316         (Find_Parameter_Type): Factor routine from several other compiler files.
8317         Remove routine from Find_Overridden_Synchronized_Primitive.
8318
8319 2007-12-13  Thomas Quinot  <quinot@adacore.com>
8320
8321         * sinput.adb (Get_Source_File_Index): Add assertion to guard against
8322         an invalid access to an uninitialized slot in the
8323         Source_File_Index_Table.
8324
8325 2007-12-13  Thomas Quinot  <quinot@adacore.com>
8326
8327         * sinput-l.adb (Load_File): Disable style checks when preprocessing.
8328
8329 2007-12-13  Bob Duff  <duff@adacore.com>
8330
8331         * s-soflin.ads: Apply new pragma Favor_Top_Level to all
8332         access-to-subprogram types in this package.
8333
8334 2007-12-13  Olivier Hainque  <hainque@adacore.com>
8335
8336         * s-stausa.ads (Stack_Analyzer): Remove First_Is_Topmost, redundant
8337         with Stack_Grows_Down in System.Parameters. Rename Array_Address into
8338         Stack_Overlay_Address and document that we are using an internal
8339         abstraction.
8340         (Byte_Size, Unsigned_32_Size): Remove, now useless.
8341         (Pattern_Type, Bytes_Per_Pattern): New subtype and constant, to be used
8342         consistently throughout the various implementation pieces.
8343
8344         * s-stausa.adb (Stack_Slots): New type, abstraction for the stack
8345         overlay we are using to fill the stack area with patterns.
8346         (Top_Slot_Index_In, Bottom_Slot_Index_In): Operations on Stack_Slots.
8347         (Push_Index_Step_For, Pop_Index_Step_For): Likewise.
8348         (Fill_Stack, Compute_Result): Use the Stack_Slots abstraction.
8349
8350 2007-12-13  Robert Dewar  <dewar@adacore.com>
8351
8352         * s-stoele.adb ("mod"): mod negative value raises Constraint_Error
8353
8354 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
8355
8356         * s-tassta.adb: 
8357         (Create_Task): Take into account tasks created by foreign threads.
8358         Code clean up: use constants instead of hard coded values.
8359
8360 2007-12-13  Robert Dewar  <dewar@adacore.com>
8361
8362         * styleg.adb (Check_Comment): More liberal rules for comment placement
8363
8364 2007-12-13  Olivier Hainque  <hainque@adacore.com>
8365
8366         * tb-alvms.c (struct tb_entry_t, __gnat_backtrace): Revert back to use
8367         of Procedure Value instead of Frame Pointer as the invocation
8368         identifier associated with the instruction pointer in each traceback
8369         entry.
8370
8371         * g-trasym-vms-alpha.adb (Traceback_Entry, PV_For, FP_For,
8372         TB_Entry_For): Revert back to use of Procedure Value instead of Frame
8373         Pointer as the invocation identifier passed to tbk$symbolize.
8374
8375         * s-traent-vms.ads, s-traent-vms.adb
8376         (Traceback_Entry, PV_For, FP_For, TB_Entry_For): Revert back to use of
8377         Procedure Value instead of Frame Pointer as the invocation identifier
8378         passed to tbk$symbolize.
8379
8380 2007-12-13  Robert Dewar  <dewar@adacore.com>
8381
8382         * tbuild.ads, tbuild.adb: 
8383         Fix location of flag for unrecognized pragma message
8384
8385 2007-12-13  Robert Dewar  <dewar@adacore.com>
8386
8387         * treepr.ads, treepr.adb: (pl): implement use of positive value
8388         shorthands
8389
8390 2007-12-13  Robert Dewar  <dewar@adacore.com>
8391
8392         * xeinfo.adb: Remove warnings
8393         * xnmake.adb: Remove warnings
8394         * xsinfo.adb: Remove warnings
8395         * xtreeprs.adb: Remove warnings
8396         * xsnames.adb: Remove warnings
8397
8398         * a-ngcoar.adb: Fix typo.
8399         * s-interr.adb: Minor reformatting
8400         * env.c: Minor reformatting.
8401         * g-bytswa.adb: Minor reformatting.
8402         * g-rannum.ads: Minor documentation improvements
8403         * s-tasinf-mingw.adb: Minor header fix
8404         * a-clrefi.adb: Minor reformatting
8405         * g-sttsne.ads: Minor documentation improvement
8406         * g-sttsne-locking.ads: Minor documentation improvement
8407         * g-soliop-solaris.ads: Minor documentation improvement
8408         * g-soliop-mingw.ads: Minor documentation improvement
8409         * g-soliop.ads: Minor documentation improvement
8410         * exp_aggr.ads: Minor reformatting
8411         * debug.adb: Add documentation for the gprbuild debug flags
8412         * exp_ch2.adb: Use Nkind_In to simplify code throughout
8413         * exp_pakd.adb: Minor reformatting
8414
8415         * g-altive.ads, g-alleve.adb: Remove assertions.
8416         Add comment about minor differences between targets regarding
8417         floating-point operations.
8418
8419         * g-thread.adb: Remove pragma unreferenced.
8420         * lib.ads: Minor reformatting
8421         * par-ch9.adb: Minor reformatting of error messages
8422         * sem_case.adb: Minor reformatting
8423         * s-fileio.adb: Minor reformattinng
8424         * s-vmexta.ads: Minor typo
8425         * vxaddr2line.adb: 
8426         Take into account 'Success' value as per new GNAT warning.
8427
8428 2007-12-13  Vincent Celier  <celier@adacore.com>
8429
8430         * a-direct.adb (Create_Path): Always take '/' as a directory separator,
8431         even on Windows
8432
8433 2007-12-13  Robert Dewar  <dewar@adacore.com>
8434             Bob Duff  <duff@adacore.com>
8435
8436         * gnat_ugn.texi: Dcoument new rules for style check comment alignment
8437         Document that suffixes may be terminations of each others
8438         Add doc for -gnatw.a and -gnatw.A
8439         Document gnatbind -Wx switch
8440         Document BOM recognition
8441         Document pragma Implemented_By_Entry.
8442         Document new units.
8443
8444         * gnat_rm.texi: (Favor_Top_Level): Document new pragma.
8445         Add doc for pragma Unreferenced suppressing no entities referenced msg
8446         Add documentation of GNAT.Directory_Operations.Iteration
8447         Add documentation of GNAT.Random_Numbers
8448         Add documentation for pragma Shared.
8449         Correct documentation for Bit_Order
8450         Add documentation for the Pool_Address attribute.
8451         Fix and improve documentation of pragma machine_attribute.
8452         New pragma Fast_Math
8453         Document BOM recognition
8454
8455         * vms_data.ads: Add entries for -gnatw.a -gnatw.A
8456         Add /Wide_Character_Encoding for binder
8457         Add qualifier for the new gnatpp option --no-separate-loop-then
8458
8459 2007-12-13  Matthew Heaney  <heaney@adacore.com>
8460
8461         * a-cohase.ads, a-cihama.ads, a-cihase.ads, a-cohama.ads: Document
8462         which generic formal operations are called for each operation.
8463
8464 2007-12-13  Olivier Hainque  <hainque@adacore.com>
8465
8466         * tb-gcc.c (uw_data_t, trace_callback): Only define if not GCC-SJLJ eh.
8467         (__gnat_backtrace): Early return 0 if using GCC-SJLJ eh.
8468
8469 2007-12-13  Emmanuel Briot  <briot@adacore.com>
8470
8471         * s-os_lib.ads, s-os_lib.adb (Normalize_Pathname): Do not compute
8472         Reference_Dir unless we actually need it.
8473
8474 2007-12-13  Vasiliy Fofanov  <fofanov@adacore.com>
8475             Tristan Gingold  <gingold@adacore.com>
8476
8477         * g-socthi-vms.ads (Fd_Set_Access): make it 32-bit.
8478
8479         * s-osprim-vms.adb,
8480         a-calend-vms.adb: Remove pragma warning off and add pragma
8481         unreferenced.
8482
8483 2007-12-13  Robert Dewar  <dewar@adacore.com>
8484
8485         * impunit.adb: Add entries for missing units
8486
8487         * Makefile.rtl: Add new run-time units.
8488
8489         * Make-lang.in:  Update dependencies.
8490
8491 2007-12-13  Bob Duff  <duff@adacore.com>
8492
8493         * itypes.ads, itypes.adb (Create_Itype): For access-to-subprogram
8494         types, set Can_Use_Internal_Rep appropriately, based on
8495         Always_Compatible_Rep_On_Target.
8496
8497 2007-12-13  Gary Dismukes  <dismukes@adacore.com>
8498             Arnaud Charlet  <charlet@adacore.com>
8499
8500         * make.adb (Scan_Make_Arg): Add test for -aamp_target switch, passing
8501         it to the front end and setting the aamp_target environment variable
8502         to the switch's argument to ensure that gnaampbind and gnaamplink will
8503         take the specified library into account.
8504         (Make): Only set Check_Object_Consistency to False for JVM, not for CIL
8505         target, since the CIL compiler supports an "object" file (.il files).
8506
8507 2007-12-13  Vincent Celier  <celier@adacore.com>
8508
8509         * symbols-processing-vms-ia64.adb (Process.Skip_Half): New procedure
8510         (Process.H): Remove variable. Replace Read_Half (H) with Skip_Half.
8511
8512 2007-12-13  Geert Bosch  <bosch@adacore.com>
8513
8514         * s-parame-vxworks.adb: 
8515         Update comments to reflect usage of this package by Nucleus.
8516
8517 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
8518
8519         * i-vxwork.ads: Kill new warning on Convention C, since changing the
8520         spec would break code.
8521
8522         * i-forbla-unimplemented.ads, vx_stack_info.c: New files.
8523
8524         * system-vxworks-alpha.ads: Removed.
8525
8526 2007-12-10  Eric Botcazou  <ebotcazou@adacore.com>
8527
8528         * ada-tree.h (TYPE_RETURNS_BY_TARGET_PTR_P): Move around.
8529
8530 2007-12-09  Samuel Tardieu  <sam@rfc1149.net>
8531
8532         PR ada/34366
8533         * sem_ch3.adb (Designates_T): New function.
8534         (Mentions_T): Factor reusable part of the logic into Designates_T.
8535         Consider non-access parameters and access and non-access result.
8536         (Check_Anonymous_Access_Components): Set ekind of anonymous access to
8537         E_Subprogram_Type to E_Anonymous_Access_Subprogram_Type.
8538
8539         * einfo.ads: Update comment for E_Anonymous_Access_Subprogram_Type.
8540
8541 2007-12-07  Ludovic Brenta  <ludovic@ludovic-brenta.org>
8542
8543         PR ada/34361
8544         * mlib-tgt.adb, mlib-tgt.ads: Fix comments at the top to reflect
8545         the new implementation of target-specific calls.
8546
8547 2007-12-07  Olivier Hainque  <hainque@adacore.com>
8548
8549         * decl.c (gnat_to_gnu_entity) <case E_Access_Type>: When computing
8550         the designated full view, only follow a second level Full_View link
8551         for Non_Limited_Views of from_limited_with references.
8552         
8553 2007-12-07  Samuel Tardieu  <sam@rfc1149.net>
8554
8555         PR ada/15805
8556         * sem_ch6.adb (Process_Formals): Prevent an access type formal
8557         to be initialized with an access to constant object.
8558
8559         * sem_ch3.adb (Analyze_Object_Declaration): Signal an error
8560         when an access to constant is used to initialize an access
8561         value.
8562
8563         PR ada/21346
8564         * a-direct.adb (Compose): Containing_Directory can be an empty string.
8565
8566 2007-12-07  Olivier Hainque  <hainque@adacore.com>
8567
8568         PR ada/34173
8569         * decl.c (gnat_to_gnu_entity) <case E_Array_Type>: When setting
8570         the alignment on the GCC XUA array type, set TYPE_USER_ALIGN if
8571         this is from an alignment clause on the GNAT entity.
8572         * utils.c (create_field_decl): Rewrite the computation of DECL_ALIGN
8573         to distinguish the case where we set it from the type's alignment.
8574         When so, propagate TYPE_USER_ALIGN into DECL_USER_ALIGN to indicate
8575         whether this alignment was set from an explicit alignment clause.
8576
8577 2007-12-06  Eric Botcazou  <ebotcazou@adacore.com>
8578
8579         * decl.c (make_packable_type): Revert last change.
8580         (gnat_to_gnu_field): Avoid setting size and position multiple times.
8581         * utils.c (finish_record_type): Retrieve the real name of the type.
8582
8583 2007-12-05  Eric Botcazou  <ebotcazou@adacore.com>
8584
8585         * trans.c (lvalue_required_p): Take base node directly instead
8586         of its parent.  Rename second parameter to 'gnu_type'.
8587         <N_Indexed_Component>: Return 0 if the node isn't the prefix.
8588         <N_Slice>: Likewise.
8589         (Identifier_to_gnu): Rename parent_requires_lvalue to require_lvalue.
8590         Adjust calls to lvalue_required_p.
8591
8592 2007-12-05  Samuel Tardieu  <sam@rfc1149.net>
8593
8594         PR ada/21489
8595         * exp_ch9.adb (Build_Simple_Entry_Call): Initialize OUT access type
8596         parameters of an entry call.
8597
8598 2007-12-03  Robert Dewar  <dewar@adacore.com>
8599             Samuel Tardieu  <sam@rfc1149.net>
8600
8601         PR ada/34287
8602         * sem_util.adb (Safe_To_Capture_Value): Do not capture values
8603         of variables declared in a library-level package.
8604     
8605 2007-12-02  Samuel Tardieu  <sam@rfc1149.net>
8606
8607         * clean.adb (Clean_Library_Directory): Use Empty_String'Access intead
8608         of Empty_String'Unchecked_Access.
8609
8610         * Makefile.in: Add support for sh4-linux.
8611
8612         * system-linux-sh4.ads: New file.
8613
8614 2007-12-01  Kostik Belousov  <kostikbel@ukr.net>
8615
8616         PR ada/33722
8617         * env.c (__gnat_setenv): FreeBSD 7 has a POSIX conformant putenv()
8618         and its argument must not be free()ed.
8619
8620 2007-11-29  Eric Botcazou  <ebotcazou@adacore.com>
8621
8622         * decl.c (make_packable_type): Retrieve the real name of the type.
8623         (maybe_pad_type): Simplify similar code.
8624
8625 2007-11-28  Samuel Tardieu  <sam@rfc1149.net>
8626
8627         PR ada/15804
8628         * par-ch3.adb (P_Variant_Part): Signal an error when anything other
8629         than an identifier is used after "case" in a variant_part.
8630
8631         PR ada/17318
8632         * par-ch4.adb (Is_Parameterless_Attribute): New map.
8633         (P_Name, Scan_Apostrophe block): Parse left parenthesis following
8634         attribute name or not depending on the new map.
8635
8636         * sem-attr.adb (Analyze_Attribute): Parameterless attributes
8637         returning a string or a type will not be called with improper
8638         arguments.
8639
8640         * sem-attr.ads (Attribute_Class_Array): Move to snames.ads.
8641
8642         * snames.ads (Attribute_Class_Array): Moved from sem-attr.ads.
8643
8644         PR ada/32792
8645         * sem_attr.adb (Analyze_Attribute, Attribute_Integer_Value clause):
8646         Signal an error when attribute argument is a fixed-point value of
8647         an unknown type.
8648
8649         PR ada/22559
8650         * sem_ch3.adb (Build_Derived_Numeric_Type): Do not set RM_Size on
8651         a derived ordinary fixed point type.
8652
8653         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Recompute
8654         RM_Size when a Small clause is found.
8655
8656 2007-11-26  Andreas Krebbel  <krebbel1@de.ibm.com>
8657
8658         PR 34081/C++
8659         * trans.c (Subprogram_Body_to_gnu, Compilation_Unit_to_gnu):
8660         Pass 'false' for the new allocate_struct_function parameter.
8661         * utils.c (build_function_stub): Likewise.
8662
8663 2007-11-25  Richard Guenther  <rguenther@suse.de>
8664
8665         * utils.c (gnat_pushlevel): Use BLOCK_CHAIN.
8666         (gnat_poplevel): Likewise.
8667
8668 2007-11-25  Eric Botcazou  <ebotcazou@adacore.com>
8669
8670         * decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the type has
8671         strict alignment, no alignment clause and a known static size, cap
8672         the type alignment to the greatest power of 2 factor of the size.
8673         (gnat_to_gnu_field): If the field has a component clause, is aliased
8674         or of a type with strict alignment, require that its size be equal to
8675         that of the type.
8676         (validate_size): Use the type size as the minimum size for a type with
8677         strict alignment.
8678
8679 2007-11-23  Samuel Tardieu  <sam@rfc1149.net>
8680
8681         * s-inmaop-posix.adb, s-intman-vxworks.adb, s-taprop-hpux-dce.adb,
8682         s-taprop-irix.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
8683         s-taprop-posix.adb, s-taprop-tru64.adb, s-taprop-vxworks.adb:
8684         Use 'Access instead of 'Unchecked_Access in second and third
8685         arguments of pthread_sigmask.
8686
8687 2007-11-23  Eric Botcazou  <ebotcazou@adacore.com>
8688
8689         * decl.c (ceil_alignment): New function.
8690         (gnat_to_gnu_entity): Use it to set the alignment on atomic types.
8691         (make_packable_type): Likewise.
8692
8693 2007-11-22  Olivier Hainque  <hainque@adacore.com>
8694
8695         * trans.c (gnat_to_gnu) <case N_Free_Statement>: Reformat lines
8696         to fit in 80 columns.
8697
8698 2007-11-21  Aurelien Jarno  <aurelien@aurel32.net>
8699
8700         * s-osinte-kfreebsd-gnu.ads (To_Target_Priority): New function.
8701         * Makefile.in: Add EH_MECHANISM=-gcc to kfreebsd-gnu. Remove SYMLIB.
8702
8703 2007-11-19  Eric Botcazou  <ebotcazou@adacore.com>
8704
8705         PR ada/34098
8706         * misc.c (gnat_adjust_rli): Delete.
8707         (gnat_init): Do not initialize the translation code here.
8708         Do not call set_lang_adjust_rli.
8709         * trans.c (init_code_table): Make static.
8710         (gnat_init_stmt_group): Delete.
8711         (gigi): Initialize the translation code entirely here.
8712         Emit debug info for the common types here instead of...
8713         * utils.c (gnat_init_decl_processing): ...here.
8714         * gigi.h (init_code_table): Delete.
8715         (gnat_init_stmt_group): Likewise.
8716
8717 2007-11-16  Olivier Hainque  <hainque@adacore.com>
8718
8719         * utils2.c (build_call_alloc_dealloc) <if gnu_obj>: Move the code
8720         retrieving an allocator return value from a super-aligned address from
8721         here to ...
8722         * trans.c (gnat_to_gnu) <case N_Free_Statement>: ... here, and don't
8723         expect a super-aligned address for a fat or thin pointer.
8724         
8725 2007-11-14  Eric Botcazou  <ebotcazou@adacore.com>
8726
8727         * trans.c (call_to_gnu): Always set the source location on the call
8728         expression.  If the function returns-by-target, also set it on the
8729         address expression.
8730
8731 2007-11-14  Samuel Tardieu  <sam@rfc1149.net>
8732
8733         * adaint.c, init.c, initialize.c, link.c: Remove system-specific
8734         sections of non-supported Interix target.
8735
8736         * s-osinte-interix.ads: Removed.
8737
8738         * i-cstrin.ads (chars_ptr): Make it a C convention type.
8739
8740 2007-11-13  Samuel Tardieu  <sam@rfc1149.net>
8741
8742         * a-tasatt.adb: Add a comment at the beginning of the package
8743         explaining why in general 'Unchecked_Access must be used instead
8744         of 'Access.
8745
8746         * sem_prag.adb (Process_Convention): Move the test for the
8747         entity on which the Convention pragma applies down to also
8748         forbid pragma Convention on enumeration literals reached
8749         through renamings.
8750
8751 2007-11-10  Samuel Tardieu  <sam@rfc1149.net>
8752
8753         * a-tasatt.adb: Revert previous change for this file as it will
8754         generate an error when this package is instantiated from a
8755         local context.
8756
8757 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
8758
8759         * a-tasatt.adb: Type Wrapper should be declared in comment instead
8760         of already declared type Node_Access.
8761         Use 'Access instead of 'Unchecked_Access when applicable. Local
8762         lifetime is the one of the package.
8763         (Set_Value): W is allocated on the heap.
8764
8765         * g-socket.adb: Use 'Access instead of 'Unchecked_Access when
8766         applicable.
8767         (Get_Socket_Option): Optlen formal of C_Getsockopt is of an anonymous
8768         access type.
8769         (Receive_Socket): Fromlen formal of C_Recvfrom is of an anonymous
8770         access type.
8771
8772         * s-taasde.adb: Use 'Access instead of 'Unchecked_Access when
8773         applicable.
8774         (elaboration code): Timer_Queue lifetime is the one of the
8775         package.
8776
8777         * tracebak.c (i386 alternative): Remove useless comparaison
8778         which is always false; LOWEST_ADDRESS is 0 and is never greater
8779         than an unsigned integer.
8780
8781         * sem_attr.adb (Analyze_Attribute): Remove duplicate identical
8782         embedded check for "Ada_Version >= Ada_05".
8783
8784 2007-11-07  Olivier Hainque  <hainque@adacore.com>
8785
8786         * decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we
8787         craft and expand comment.
8788
8789 2007-11-01  Eric Botcazou  <ebotcazou@adacore.com>
8790
8791         * lang-specs.h: Move translation of -fRTS= after -gnatez switch.
8792
8793 2007-10-23  Eric Botcazou  <ebotcazou@adacore.com>
8794
8795         * misc.c (gnat_handle_option): Replace call to abort with
8796         call to gcc_unreachable.
8797         (gnat_init): Likewise.
8798         (gnat_expand_expr): Likewise.
8799         (fp_prec_to_size): Likewise.
8800         (fp_size_to_prec): Likewise.
8801
8802 2007-10-23  Richard Guenther  <rguenther@suse.de>
8803
8804         PR bootstrap/33608
8805         * tracebak.c: #undef abort after including system.h.
8806
8807 2007-10-20  Danny Smith  <dannysmith@users.sourceforge.net>
8808
8809         * Makefile.in (LIBGNAT_TARGET_PAIRS) Add s-tasinf-mingw.adb,
8810         s-tasinf-mingw.ads, a-exetim-mingw.adb, a-exetim-mingw.ads
8811         for win32 targets.
8812         (EXTRA_GNATRTL_TASKING_OBJS): Add a-exetim.o for win32 targets.
8813
8814 2007-10-15  Eric Botcazou  <ebotcazou@adacore.com>
8815
8816         * s-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.
8817         Set the protection status of the guard page based on the value of On.
8818
8819         * s-osinte-tru64.ads: (Hide_Yellow_Zone): Add On parameter.
8820
8821         * s-taprop-tru64.adb: (Enter_Task): Pass True to Hide_Yellow_Zone.
8822         (Exit_Task): Pass False to Hide_Yellow_Zone.
8823
8824 2007-10-15  Robert Dewar  <dewar@adacore.com>
8825
8826         * s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb, 
8827         s-taprop-vxworks.adb, s-taprop-posix.adb, a-calend-vms.adb,
8828         a-calend.adb, a-nuflra.adb, a-tigeau.adb, a-wtgeau.adb, 
8829         checks.adb, bindgen.adb, eval_fat.adb, exp_fixd.adb, fmap.adb, 
8830         freeze.adb, g-awk.adb, g-calend.adb, g-diopit.adb, g-expect.adb, 
8831         gnatchop.adb, gnatlink.adb, g-spipat.adb, g-thread.adb, make.adb, 
8832         mdll.adb, mlib.adb, mlib-prj.adb, osint.adb, par-ch3.adb, prj.adb, 
8833         prj-makr.adb, sem_prag.adb, sem_type.adb, s-fatgen.adb, s-fileio.adb, 
8834         sinfo.ads, sinput-d.adb, s-taasde.adb, s-tasdeb.ads, s-tasren.adb, 
8835         s-tassta.adb, s-tpobop.adb, s-tposen.adb, stylesw.adb, types.ads,
8836         uintp.adb, validsw.adb, makegpr.adb, a-rbtgso.adb, a-crbtgo.adb, 
8837         a-coorse.adb, a-convec.adb, a-coinve.adb, a-cohama.adb, a-ciorse.adb, 
8838         a-cihama.adb, a-cidlli.adb, a-chtgop.adb, a-cdlili.adb, a-cdlili.adb, 
8839         a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb, a-ciorma.adb, 
8840         a-coorma.adb, a-ztgeau.adb, symbols-vms.adb, a-crdlli.adb, 
8841         a-calari.adb, a-calfor.adb, s-os_lib.adb, s-regpat.adb, a-ngrear.adb:
8842         Minor reformatting.
8843         Add Unreferenced and Warnings (Off) pragmas for cases of
8844         variables modified calls where they are IN OUT or OUT parameters and
8845         the resulting values are not subsequently referenced. In a few cases,
8846         we also remove redundant code found by the new warnings.
8847
8848         * ug_words, vms_data.ads, usage.adb, sem_util.adb, sem_util.ads, 
8849         sem_warn.adb, sem_warn.ads, sem_res.adb, sem_ch7.adb, sem_ch8.adb,
8850         sem_ch5.adb, opt.ads, lib-xref.adb, lib-xref.ads, exp_smem.adb,
8851         sem_ch11.adb, exp_ch6.adb, einfo.ads, einfo.adb: implement a new
8852         warning controlled by -gnatw.o that warns on cases of out parameter
8853         values being ignored.
8854
8855 2007-10-15  Geert Bosch  <bosch@adacore.com>
8856
8857         * adaint.c, socket.c, cal.c: Initial port to arm-mentor-nucleus.
8858
8859         * expect.c: Initial port to arm-mentor-nucleus.
8860         Use kill for __gnat_kill() on VMS.
8861
8862 2007-10-15  Emmanuel Briot  <briot@adacore.com>
8863
8864         * ali.ads, ali.adb (Scan_ALI): Initialize XE.Tref to a known default
8865         value.
8866         (Xref_Record): Change type for Line, since in the case of a reference to
8867         a predefined entity (as happens for array index types), the line is set
8868         to 0.
8869         Add support for parsing multiple array index types info, or
8870         multiple inherited interfaces info. This information cannot be stored
8871         in Xref_Entity_Record, which only supports a single instance of Tref_*,
8872         and is therefore stored in the list of references instead. It has a
8873         special treatement later on in tools that use this information.
8874
8875 2007-10-15  Tristan Gingold  <gingold@adacore.com>
8876
8877         * debug.adb: Document use of -gnatd.a and -gnatd.I
8878
8879         * layout.adb: On OpenVMS -gnatd.a disables alignment optimization.
8880
8881 2007-10-15  Javier Miranda  <miranda@adacore.com>
8882
8883         * exp_attr.adb (Expand_N_Attribute_Reference): Case Access,
8884         Unchecked_Access, and Unrestricted_Access. Cleanup code that takes
8885         care of access to class-wide interface types plus removal of bizarre
8886         conversion of tagged object to access type (reported by Gary
8887         Dismukes). After this patch there is no need to perform any
8888         additional management on these nodes in Expand_Interface_Actuals.
8889
8890         * exp_disp.adb (Expand_Interface_Actuals): Code cleanup. Remove code
8891         that handles use of 'Access and 'Unchecked_Access applied to
8892         actuals covering interface types. Such code is now
8893         centralized in Expand_N_Attribute_Reference.
8894
8895 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
8896
8897         * exp_ch3.adb (Build_Init_Procedure): Keep separate the initialization
8898         of tagged types whose ultimate ancestor is a CPP type.
8899         (Freeze_Array_Type): For a packed array type, generate an initialization
8900         procedure if the type is public, to handle properly a client that
8901         specifies Normalize_Scalars.
8902
8903 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
8904
8905         * exp_ch9.adb (Actual_Index_Expression): When the expansion occurs
8906         inside a generic body, retrieve the full view of the entry family
8907         discrete subtype if available.
8908
8909 2007-10-15  Thomas Quinot  <quinot@adacore.com>
8910
8911         * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): Do not
8912         attempt to generate stubs for hidden primitive operations.
8913
8914 2007-10-15  Vincent Celier  <celier@adacore.com>
8915
8916         * mlib-tgt-specific.adb (Support_For_Libraries): New function,
8917         returning None, used when there is no platform specific body for
8918         MLib.Tgt.Specific.
8919
8920 2007-10-15  Bob Duff  <duff@adacore.com>
8921
8922         * sem_case.adb, sem_ch13.adb, lib-sort.adb: Replace use of Heap_Sort_A
8923         (passing'Unrestricted_Access of nested subprograms to Sort) with use of
8924         the generic Heap_Sort_G, in order to avoid trampolines.
8925
8926 2007-10-15  Vasiliy Fofanov  <fofanov@adacore.com>
8927             Jose Ruiz  <ruiz@adacore.com>
8928
8929         * vx_stack_info.c: New file.
8930
8931         * i-forbla-unimplemented.ads: New file.
8932
8933         * Makefile.in: i-forbla-unimplemented.ads: a variant of i-forbla.ads
8934         for unsupported configurations; use it on VMS targets instead of the
8935         real one.
8936         (EXTRA_LIBGNAT_SRCS,EXTRA_LIBGNAT_OBJS for VxWorks): Include
8937         vx_stack_info.{c,o} that contains the routine __gnat_get_stack_info
8938         used by VxWorks targets to have access to task-specific data and be
8939         able to extract the stack boundaries for stack checking.
8940         Use system-vms-ia64.ads on ivms.
8941
8942         * Make-lang.in: Update dependencies.
8943
8944         * sysdep.c (__gnat_get_stack_info): Move to a standalone file
8945         (vx_stack_info.c).
8946
8947 2007-10-15  Vincent Celier  <celier@adacore.com>
8948
8949         * snames.adb, snames.ads: Add new standard name runtime_library_dir
8950
8951         * prj.ads (Language_Config): Add new component Runtime_Library_Dir
8952
8953         * prj-attr.adb: Add project level attribute Runtime_Library_Dir
8954
8955         * prj-env.adb (Create_Mapping_File): Do not put an entry if the path of
8956         the source is unknown.
8957
8958         * prj-ext.adb: Spelling error fix
8959
8960         * prj-nmsc.adb (Check_Ada_Name): Reject any unit that includes an Ada
8961         95 reserved word in its name.
8962         (Process_Project_Level_Array_Attributes): Process new attribute
8963         Runtime_Library_Dir.
8964
8965         * prj-part.adb (Parse_Single_Project): Do not check the name of the
8966         config project against the user project names.
8967
8968         * prj-proc.adb (Expression): In multi-language mode, indexes that do
8969         not include a dot are always case insensitive.
8970         (Process_Declarative_Items): Ditto
8971         (Process_Project_Tree_Phase_1): Set Success to False in case an error is
8972         detected.
8973
8974         * prj-util.adb (Value_Of (In_Array)): When Force_Lower_Case_Index is
8975         True, compare both indexes in lower case.
8976
8977 2007-10-15  Robert Dewar  <dewar@adacore.com>
8978
8979         * rtsfind.adb: (Load_RTU): Turn off style checks for Load call
8980
8981 2007-10-15  Gary Dismukes  <dismukes@adacore.com>
8982
8983         * sem_aggr.adb (Resolve_Record_Aggregate): In the case of a box
8984         association for an access component, add an association with null as
8985         the expression. Remove testing for array subtypes and the setting in
8986         that case of Ctyp to the array component type, which prevented proper
8987         inclusion of an association for null-initialized arrays. Collapse
8988         condition that tests for array subtypes into just a test of
8989         Is_Partially_Initialized_Type (which already covers arrays anyway).
8990
8991 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
8992
8993         * sem_ch12.adb: Minor code reformatting.
8994         (Check_Generic_Child_Unit): Iterate over the homonym chain in order to
8995         find the parent package which may have been hidden by local
8996         declarations.
8997
8998 2007-10-15  Gary Dismukes  <dismukes@adacore.com>
8999
9000         * sem_ch3.adb (Build_Derived_Concurrent_Type): Set the Is_Constrained
9001         flag of derived concurrent types, taking into account the flag setting
9002         on the parent subtype and any new set of discriminants.
9003
9004 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
9005
9006         * sem_ch4.adb: Minor code and comment reformatting.
9007         (Analyze_Allocator): When the designated type of an unconstrained
9008         allocator is a record with unknown discriminants or an array with
9009         unknown range bounds, emit a detailed error message depending on the
9010         compilation mode and whether the designated type is limited.
9011
9012 2007-10-15  Tristan Gingold  <gingold@adacore.com>
9013
9014         * system-vms-ia64.ads: New file.
9015
9016         * system-vms_64.ads: Minor comment fix.
9017
9018 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
9019
9020         * sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a
9021         body generated for a function with a controlling result that is a null
9022         extension, discard the generated body in favor of the current explicit
9023         one.
9024
9025 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
9026
9027         * sem_disp.adb (Find_Controlling_Arg): Examine the call node before
9028         examining its original form, to handle properly operator calls that
9029         have been rewritten.
9030
9031 2007-10-15  Olivier Hainque  <hainque@adacore.com>
9032
9033         * tb-alvms.c (tb_entry_t, __gnat_backtrace): Store a frame pointer
9034         instead of a procedure value in each traceback entry.
9035
9036         * g-trasym-vms-alpha.adb (Symbolic_Traceback): Pass frame pointer
9037         instead of procedure value to TBK$SYMBOLIZE.
9038
9039         * s-traent-vms.adb (PV_For): Rename as FP_For and access the proper
9040         field.
9041         (TB_Entry_For): Account for the PV/FP renaming.
9042
9043         * s-traent-vms.ads (Traceback_Entry): Rename PV component into FP and
9044         add comment.
9045         (Null_TB_Entry): Account for change of component name.
9046         (PV_For): Rename as FP_For.
9047
9048 2007-10-15  Tristan Gingold  <gingold@adacore.com>
9049
9050         * trans.c (gnat_to_gnu): Remove the padding structure more often.
9051         This optimize assignment to over-aligned record.
9052
9053 2007-10-15  Emmanuel Briot  <briot@adacore.com>
9054
9055         * xref_lib.adb (Get_Full_Type): Add support for the 'h' entity type, ie
9056         interfaces.
9057
9058         * xr_tabls.adb (Add_Reference): Add support for the new 'R' reference
9059         type, for dispatching calls.
9060
9061 2007-10-15  Vincent Celier  <celier@adacore.com>
9062             Robert Dewar  <dewar@adacore.com>
9063
9064         * gnat_ugn.texi: Add documentation for switches --version and --help
9065         for the GNAT tools gnatbind, gnatlink, gnatmake, gnatchop, gnatname,
9066         gnatxref, gnatfind, gnatls, and gnatclean.
9067         Document -gnatw.o.
9068         Mention attribute Excluded_Source_Dirs
9069         Replace obsolescent attribute Locally_Removed_Files with attribute
9070         Excluded_Source_Files.
9071         Improve documentation of -u (gnatbind)
9072         Document how to do reliable stack checking for the environmental task
9073         on iVMS.
9074
9075         * gnat_rm.texi: Rewrite section about No_Implicit_Dynamic_Code.
9076         Document attribute Excluded_Source_Files and indicate that attribute
9077         Locally_Removed_Files is obsolescent.
9078
9079 2007-10-15  Thomas Quinot  <quinot@adacore.com>
9080
9081         * g-soccon-vms.ads: Fix value of MSG_WAITALL.
9082
9083         * gen-soccon.c: 
9084         Update documentation to note that OpenVMS 8.3 or later must be used
9085         to generate g-soccon-vms.ads.
9086
9087         * atree.adb: Add ??? comment
9088
9089         * exp_util.adb: Minor reformatting.
9090         Add ??? comment in Kill_Dead_Code.
9091
9092 2007-10-15  Robert Dewar  <dewar@adacore.com>
9093
9094         * errout.ads: Comment clarification
9095
9096         * exp_ch4.adb (Expand_N_Allocator): Code cleanup.
9097         (Expand_N_Op_Eq): Improve handling of array equality with -gnatVa
9098
9099         * lib.ads: Comment update
9100
9101         * init.c: Minor reformatting.
9102
9103         * sem_attr.adb: Minor formatting
9104
9105         * osint-b.ads: Minor reformatting
9106
9107         * sem_ch9.adb: Implement -gnatd.I switch
9108
9109         * g-comlin.adb: (Start): Fix handling of empty command line.
9110
9111         * gnatcmd.adb (GNATCmd): Do not put the -rules in the -cargs section,
9112         even when -rules follows the -cargs section.
9113
9114 2007-10-08  Ollie Wild  <aaw@google.com>
9115
9116         * misc.c (LANG_HOOKS_PUSHDECL): Replaced lhd_return_tree with
9117         gnat_return_tree.
9118         (gnat_init_gcc_eh): Replaced gnat_eh_runtime_type with
9119         gnat_return_tree.
9120         (gnat_eh_runtime_type): Removed.
9121         (gnat_return_tree): New function.
9122
9123 2007-10-08  Ben Elliston  <bje@au.ibm.com>
9124
9125         PR ada/33454
9126         Revert:
9127         2007-08-31  Ben Elliston  <bje@au.ibm.com>
9128
9129         * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
9130         when compiling for powerpc64-*-linux.
9131         * system-linux-ppc64.ads: New file.
9132
9133 2007-09-27  Eric Botcazou  <ebotcazou@adacore.com>
9134
9135         Mapped location support
9136         * back_end.adb (Call_Back_End): Pass information about source
9137         files instead of units to gigi.
9138         * gigi.h (struct File_Info_Type): New.
9139         (gigi): Rename and change type of number_units parameter, change
9140         type of file_info_ptr parameter.
9141         * trans.c (number_files): New global variable.
9142         (gigi): Rename and change type of number_units parameter, change
9143         type of file_info_ptr parameter.
9144         If mapped location support is enabled, create the isomorphic mapping
9145         between source files and line maps.
9146         (Sloc_to_locus): If mapped location support is enabled, translate
9147         source location into mapped location.
9148         (annotate_with_node): Rename into set_expr_location_from_node.
9149         Call set_expr_location instead of annotate_with_locus.
9150         (Pragma_to_gnu): Adjust for above change.
9151         (Loop_Statement_to_gnu): Likewise.
9152         (call_to_gnu): Likewise.
9153         (Handled_Sequence_Of_Statements_to_gnu): Likewise.
9154         (gnat_to_gnu): Likewise.
9155         (add_stmt_with_node): Likewise.
9156         (add_cleanup): Likewise.
9157         * utils.c (gnat_init_decl_processing): Do not set input_line.
9158
9159 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
9160
9161         * sem_ch8.adb (Analyze_Use_Type): Code cleanup.
9162         (Applicable_Use): Emit a warning when a package tries to use itself.
9163         (Use_One_Type): Add variable Is_Known_Used. Emit a warning when a type
9164         is already in use or the package where it is declared is in use or is
9165         declared in the current package.
9166         (Spec_Reloaded_For_Body): New subsidiary routine for Use_One_Type.
9167
9168         * a-tasatt.adb, s-osprim-vxworks.adb, g-socthi-mingw.adb,
9169         s-intman-vms.adb, g-socket.adb, g-thread.adb, s-tarest.adb,
9170         s-tassta.adb, s-tporft.adb: Remove redundant 'use type' clause.
9171
9172 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
9173
9174         * a-calend-vms.adb, a-calend.adb: 
9175         Add a section on leap seconds control along with two entities used to
9176         enable and disable leap seconds support. The array Leap_Second_Times is
9177         now constant and contains hard time values pre-generated. Remove
9178         all elaboration code used to populate the table of leap seconds.
9179
9180         * bindgen.adb: 
9181         Add entity Leap_Seconds_Support to the list of global run-time variables
9182         along with a comment on its usage and values.
9183         (Gen_Adainit_Ada): Add code to generate the declaration and import of
9184         Integer variable Leap_Seconds_Support. Set its value to zero (disabled)
9185         or one (enabled) depending on the presence of binder switch "-y".
9186         (Gen_Adainit_C): Add code to generate the declaration of external int
9187         __gl_leap_seconds_support. Set is value to zero (disabled) or one
9188         (enabled) depending on the presence of binder switch "-y".
9189
9190         * init.c: Add __gl_leap_seconds_support to the list of global values
9191         computed by the binder.
9192
9193 2007-09-26  Jerome Guitton  <guitton@adacore.com>
9194
9195         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
9196         s-taprop-hpux-dce.adb, s-taprop-linux.adb, s-taprop-dummy.adb,
9197          s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
9198         s-taprop-posix.adb (Stop_Task): New function, dummy implementation.
9199
9200         * s-taprop.ads, s-taprop-vxworks.adb (Stop_Task): New function.
9201
9202         * s-tasdeb.adb (Stop_All_Tasks): New function, implementing a run-time
9203         function which can be called by the debugger to interrupt the tasks of
9204         an Ada application asynchronously, as needed on VxWorks.
9205         (Stop_All_Tasks_Handler): Renamed from Stop_All_Tasks.
9206
9207         * s-tasdeb.ads (Stop_All_Tasks_Handler): New function declaration,
9208         renamed from Stop_All_Tasks. Update comments.
9209         (Stop_All_tasks): New function declaration.
9210
9211 2007-09-26  Olivier Hainque  <hainque@adacore.com>
9212
9213         * adaint.c (if defined (__Lynx__)): Wrap #def/#undef VMOS_DEV around
9214         #include <utime.h> and #define GCC_RESOURCE_H before
9215         #include <sys/wait.h>.
9216         Add more protections in __gnat_translate_vms.
9217
9218         * expect.c (if defined (__Lynx__)): #define GCC_RESOURCE_H before
9219         #include <sys/wait.h>.
9220
9221 2007-09-26  Thomas Quinot  <quinot@adacore.com>
9222             Sergey Rybin  <rybin@adacore.com>
9223
9224         * gnatvsn.ads (PCS_Version_Number, ASIS_Version_Number): Removed.
9225
9226         * exp_dist.ads (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
9227         where it belongs.
9228
9229         * opt.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
9230
9231         * rtsfind.adb (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
9232         where it belongs.
9233
9234         * sem_dist.ads: Minor comment fix
9235
9236         * tree_io.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
9237
9238 2007-09-26  Javier Miranda  <miranda@adacore.com>
9239             Eric Botcazou  <ebotcazou@adacore.com>
9240
9241         * a-tags.adb: 
9242         (Get_HT_Link/Set_HT_Link): Updated to handle the additional level of
9243          indirection added to the HT_Link component of the TSD. This is required
9244          to statically allocate the TSD.
9245
9246         * a-tags.ads: 
9247         Minor reordering of the declarations in the private part. Required to
9248         add a level of indirection to the contents of the TSD component HT_Link.
9249         This is required to statically allocate the TSD.
9250
9251         * decl.c (gnat_to_gnu_entity) <object>: Do not exclude objects with
9252         Is_Statically_Allocated set from constant objects.
9253         Do not make exported constants created by the compiler volatile.
9254         (gnat_to_gnu_param): Do not treat an IN parameter whose address is taken
9255         as read-only.
9256
9257         * trans.c (Identifier_to_gnu): For constants, unshare initializers
9258         before returning them.
9259
9260         * exp_disp.ads, exp_disp.adb (Building_Static_DT): Spec moved to the
9261         public part of the package.
9262         (Make_DT): Move HT_Link component out of the TSD record. For this
9263         purpose Make_DT now declares a separate object that stores the
9264         HT_Link value, and initializes the TSD component with the address
9265         of this new object. The addition of this level of indirection is
9266         required to statically allocate the TSD because the TSD cannot
9267         have variable components.
9268         (Expand_Interface_Conversion): Improve the expanded code.
9269         (Expand_Interface_Thunk): Set Is_Thunk in the thunk entity.
9270
9271         * sem_disp.adb (Check_Dispatching_Operation): In case of a body
9272         declaring a primitive operation ---allowed by RM 3.9.2 (13.e/2)---,
9273         if we are building static dispatch tables then we must not generate
9274         extra code to register the primitive because the dispatch table will
9275         be built at the end of the library package; otherwise we notify that
9276         we cannot build the static dispatch table.
9277
9278 2007-09-26  Robert Dewar  <dewar@adacore.com>
9279
9280         * checks.adb, gnat1drv.adb, sem_util.ads: Improve warnings for address
9281         overlays.
9282
9283         * sem_ch13.ads, sem_ch13.adb: Improve warnings for address overlays
9284         (Analyze_Record_Representation_Clause): Suppress junk warning for
9285         missing component clause.
9286         (Analyze_Attribute_Definition_Clause, case Address): Apply the special
9287         tests for controlled type overlay to composites with controlled
9288         components.
9289         (Analyze_Record_Representation_Clause): Add reference for component name
9290
9291 2007-09-26  Javier Miranda  <miranda@adacore.com>
9292             Gary Dismukes  <dismukes@adacore.com>
9293
9294         * einfo.adb (Is_Thunk): New attribute applicable to subprograms. True
9295         for thunks associated with interface types.
9296
9297         * einfo.ads: Improve documentatation of Is_Internal
9298         (Is_Thunk): New attribute applicable to subprograms. True for thunks
9299         associated with interface types.
9300         Extensive comment fixes regarding flags that appear in all entities. The
9301         documentation is now consistent for all such flags (there were a number
9302         of errors in the documentation in this regard).
9303
9304         * exp_attr.adb (Expand_N_Attribute_Reference): Minor code cleanup.
9305
9306         * exp_ch6.adb (Make_Build_In_Place_Call_*): Return immediately if any
9307         of these procedures are passed a function call that already has
9308         build-in-place actuals (testing new flag
9309         Is_Expanded_Build_In_Place_Call). Set the flag on the function call in
9310         the case where processing continues.
9311         (Expand_Call): If the call is generated from a thunk body then we
9312         propagate the extra actuals associated with the accessibility
9313         level of the access type actuals.
9314
9315         * sem_ch6.adb (Analyze_Subprogram_Body): Set the Protected_Formal field
9316         of each extra formal of a protected operation to reference the
9317         corresponding extra formal of the subprogram denoted by the
9318         operation's Protected_Body_Subprogram.
9319         
9320         * sinfo.ads, sinfo.adb (Is_Expanded_Build_In_Place_Call): New flag on
9321         N_Function_Call nodes.
9322
9323 2007-09-26  Robert Dewar  <dewar@adacore.com>
9324
9325         * exp_ch5.adb: Activate memmove type processing if debug flag d.s is set
9326
9327         * debug.adb: Add d.s flag.
9328
9329 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
9330
9331         * exp_dbug.adb (Debug_Renaming_Declaration): Set Is_Internal on the
9332         debug variable so that it won't be initialized when pragma
9333         Initialize_Scalars is in effect.
9334
9335 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
9336
9337         * freeze.adb (Freeze_Entity): Remove check for preelaborable
9338         initialization of a full view. This is moved to
9339         Analyze_Package_Specification.
9340
9341         * sem_ch7.adb (Analyze_Package_Specification): Add check for
9342         preelaborable initialization of a full view in entity loop.
9343         (Uninstall_Declarations): If entity is a use-visible compilation unit,
9344         its child units are use-visible only if they are visible child units.
9345
9346         * sem_util.adb (Is_Preelaborable_Expression): New function to determine
9347         whether an expression can be used within a type declaration that
9348         requires preelaborable init.
9349         (Check_Components): Replace inline code that does partial checking for
9350         preelaborable default expressions with call to
9351         Is_Preelaborable_Expression.
9352         (Has_Preelaborable_Initialization): In the case of a generic actual
9353         subtype, (that is, Is_Generic_Actual is True), return the result of
9354         applying Has_Preelaborable_Initialization to the generic actual's base
9355         type.
9356
9357 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
9358
9359         * g-calend.adb (Has_53_Weeks): Rename to Last_Year_Has_53_Weeks. Add a
9360         call to Jan_1_Day _Of_Week to optimize its performance.
9361         (Is_Leap): Move the routine to the scope of Week_In_Year.
9362         (Jan_1_Day_Of_Week): New routine in Week_In_Year which calculates the
9363         weekday on which January 1 falls of Year - 1 and Year + 1. This function
9364         avoids calling Time_Of and Split, thus making it more efficent.
9365         (Week_In_Year): Reimplemented in oder to follow ISO 8601.
9366
9367         * g-calend.ads (Week_In_Year): Change comment to reflect new
9368         implementation.
9369
9370 2007-09-26  Emmanuel Briot  <briot@adacore.com>
9371
9372         * g-comlin.ads, g-comlin.adb (Command_Line_Configuration,
9373         Command_Line): New types
9374         (Define_Alias, Define_Prefix, Free): New subprograms. These provide
9375         support for defining how switches can be grouped on a command line (as
9376         is the case for -gnatw... for GNAT), and how simple switches can be
9377         used as aliases for more complex switches (-gnatwa is same as
9378         -gnatwbcef...)
9379         (Set_Command_Line, Add_Switch, Remove_Switch): New subprogram
9380         (Start, Current_*): New subprograms
9381         Added support for parsing an array of strings in addition to the real
9382         command line.
9383         (Opt_Parser, Opt_Parser_Data): New type. As a result, some types had to
9384          be moved from the body to the private part of the spec.
9385         (*): All subprograms now have an extra parameter with default value to
9386         specify which parser should be used. For backward compatibility, it
9387         defaults to parsing the command line of the application. They were also
9388         modified to properly handle cases where each of the argument does not
9389         start at index 1 (which is always true for Ada.Command_Line, but not
9390         when processing any Argument_List).
9391         (Free): New subprogram
9392         (Internal_Initialize_Option_Scan, Find_Longuest_Matching_Switch,
9393         Argument): New subprograms
9394         (Switch_Parameter_Type): New enum, which clarifies the code. The extra
9395         special characters like ':', '=',... are now handled in a single place,
9396         which makes the code more extensible eventually.
9397         (Getopt, Full_Switch): When the switch was returned as part of the
9398         special character '*', make sure it is prepended by the switch character
9399         ('-' in general), so that the application knows whether "foo" or "-foo"
9400         was specified on the command line.
9401
9402 2007-09-26  Florian Villoing  <villoing@adacore.com>
9403
9404         * g-dirope.adb (Remove_Dir): In case we are removing directories
9405         recursively, make sure that if an exception is raised during the
9406         processing, the current working directory is reset to its initial
9407         value before propagating the exception.
9408
9409 2007-09-26  Vincent Celier  <celier@adacore.com>
9410
9411         * gnatbind.adb: If there are several ALI files specified and there is
9412         a main program to bind, the first ALI is expected to contain the main
9413         subprogram and the names of the binder generated files will be derived
9414         from the first ALI file name.
9415         (Gnatbind): Fix insertion character in invocation of Error_Msg
9416
9417 2007-09-26  Vincent Celier  <celier@adacore.com>
9418
9419         * gnatcmd.adb (Check_Files): Do not include sources that have been
9420         removed by attributes Exclude_Source_Files or Locally_Removed_Files.
9421
9422 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
9423
9424         * lib-xref.ads, lib-xref.adb: The entry for array types now carries
9425         information about each of its index types, following the type
9426         reference for its component type.
9427
9428 2007-09-26  Vincent Celier  <celier@adacore.com>
9429
9430         * make.adb: (Kill): New procedure (__gnat_kill imported)
9431         (Running_Compile, Outstanding_Compiles): Global variables that
9432         were previously local to procedure Compile_Sources.
9433         (Sigint_Intercepted): Send signal SIGINT to all outstanding
9434         compilation processes.
9435
9436         (Gnatmake): If project files are used, create the mapping of all the
9437         sources, so that the correct paths will be found.
9438
9439         * prj-env.ads, prj-env.adb (Create_Mapping): New procedure
9440
9441 2007-09-26  Vincent Celier  <celier@adacore.com>
9442
9443         * makeutl.ads (Main_Config_Project): Moved to gpr_util.ads
9444
9445         * prj.ads, prj.adb (Default_Language): Remove function, no longer used
9446         Replace components Compiler_Min_Options and Binder_Min_Options with
9447         Compiler_Required_Switches and Binder_Required_Switches in record
9448         Language_Config.
9449         Remove components Default_Language and Config in Project_Tree_Data,
9450         no longer used.
9451
9452         * prj-attr.adb: New attributes Required_Switches (<language>) in
9453         packages Compiler and Binder.
9454
9455         * prj-nmsc.adb: Major rewrite of the processing of configuration
9456         attributes for gprbuild. No impact on GNAT tools.
9457
9458         * prj-proc.ads, prj-proc.adb (Process_Project_Tree_Phase_2): No longer
9459         process configuration attributes: this is done in Prj.Nmsc.Check.
9460         (Recursive_Process): Make a full copy of packages inherited from project
9461         being extended, instead of a shallow copy.
9462         (Process_Project_Tree_Phase_1): New procedure
9463         (Process_Project_Tree_Phase_1): New procedure
9464         (Process): Implementation now uses the two new procedures
9465
9466         * prj-util.adb (Executable_Of): Get the suffix and the default suffix
9467         from the project config, not the tree config that no longer exists.
9468
9469 2007-09-26  Vincent Celier  <celier@adacore.com>
9470
9471         * Make-lang.in: Update dependencies..
9472
9473 2007-09-26  Vincent Celier  <celier@adacore.com>
9474
9475         * osint.adb, osint.ads: Minor reformatting
9476
9477         * osint-b.adb, osint-b.ads (Set_Current_File_Name_Index): New procedure
9478
9479 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
9480
9481         * par-ch4.adb (P_Record_Or_Array_Component_Association): Change Ada 95
9482         message to cite use of <> in aggregate component associations rather
9483         than wrongly indicating use of limited aggregates.
9484
9485 2007-09-26  Robert Dewar  <dewar@adacore.com>
9486
9487         * sem_attr.adb (Analyze_Access_Attribute): Fix missing set of
9488         Address_Taken.
9489
9490 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
9491
9492         * sem_ch3.adb (Derive_Subprograms): If the interface parent is a direct
9493         ancestor of the derived type, the operations are inherited from the
9494         primary dispatch table of the parent.
9495         (OK_For_Limited_Init_In_05): Remove old comment. Reject in-place calls
9496         when the context is an explicit type conversion.
9497
9498 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
9499
9500         * sem_ch4.adb (Analyze_Qualified_Expression): Apply name resolution
9501         rule for qualified expressions properly, to detect improper conversions
9502         and resolve some cases of overloading.
9503
9504 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
9505
9506         * sem_res.adb (Resolve_Call): If the call is dispatching, generate the
9507         proper kind of reference to the primitive operation, for better source
9508         navigation.
9509         (Valid_Conversion): A tagged conversion is legal if both operands are
9510         tagged.
9511
9512 2007-09-26  Robert Dewar  <dewar@adacore.com>
9513
9514         * sem_warn.adb (Check_References): Catch more cases of unreferenced
9515         packages.
9516
9517 2007-09-26  Vincent Celier  <celier@adacore.com>
9518
9519         * snames.adb, snames.ads: Change Include_Option to Include_Switches
9520
9521 2007-09-26  Robert Dewar  <dewar@adacore.com>
9522
9523         * s-wchstw.adb: provide messages for run time unit exceptions
9524
9525         * a-witeio.adb: Minor reformatting
9526
9527         * exp_ch13.adb: Minor reformatting
9528
9529 2007-09-26  Sergey Rybin  <rybin@adacore.com>
9530
9531         * vms_data.ads: Revise gnatmetric qualifiers.
9532         Add qualified for the new gnatbind option '-y'
9533
9534         * gnat_ugn.texi: Revise the gnatmetric section.
9535         Add entry for new gnatbind option '-y'.
9536
9537         * gnat_rm.texi: Minor spelling correction.
9538         Document restriction on overlaying controlled types
9539
9540 2007-09-26  Vincent Celier  <celier@adacore.com>
9541
9542         * makegpr.adb (Link_Executables): Do not fail when the root project has
9543         no sources, but is an extending project.
9544
9545 2007-09-25  Eric Botcazou  <ebotcazou@adacore.com>
9546
9547         * trans.c: Fix misplaced #define.
9548
9549 2007-09-22  Eric Botcazou  <ebotcazou@adacore.com>
9550
9551         * utils2.c (build_unary_op) <ADDR_EXPR> [INDIRECT_REF]: Propagate
9552         the TYPE_REF_CAN_ALIAS_ALL flag to the result.
9553
9554 2007-09-21  Olivier Hainque  <hainque@adacore.com>
9555
9556         * utils.c (type_for_nonaliased_component_p): Return false for
9557         all AGGREGATE_TYPEs.
9558
9559 2007-09-17  Eric Botcazou  <ebotcazou@adacore.com>
9560
9561         * decl.c (gnat_to_gnu_entity) <object>: Make again the type of an
9562         object covered by 13.3(19) volatile.
9563
9564 2007-09-12  Eric Botcazou  <ebotcazou@adacore.com>
9565
9566         PR ada/26797
9567         PR ada/32407
9568         * utils.c (unchecked_convert): Use a subtype as the intermediate type
9569         in the special VIEW_CONVERT_EXPR case.
9570
9571 2007-09-12  Robert Dewar  <dewar@adacore.com>
9572
9573         * types.ads, a-charac.ads, freeze.adb: Minor reformatting.
9574
9575         * a-except.adb, g-hesora.adb, g-speche.adb, lib.adb, lib.ads,
9576         lib-load.adb, lib-writ.adb, s-assert.adb, s-carun8.adb,
9577         s-casuti.adb, s-crc32.adb, s-exctab.adb, s-htable.adb, s-imgenu.adb,
9578         s-mastop.adb, s-memory.adb, s-memory.ads, s-secsta.adb, s-soflin.adb,
9579         s-sopco3.adb, s-sopco4.adb, s-sopco5.adb, s-stache.adb, s-stalib.adb,
9580         s-stoele.adb, s-strcom.adb, s-strops.adb, s-traceb.adb, s-traent.adb,
9581         s-wchcnv.adb, s-wchcon.adb, s-wchjis.adb, s-addope.adb, s-except.adb,
9582         s-os_lib.adb, s-string.adb, s-utf_32.adb, a-elchha.adb,
9583         a-chlat1.ads, a-elchha.ads, a-except.ads, g-hesora.ads, g-htable.ads, 
9584         g-speche.ads, par-prag.adb, restrict.adb, restrict.ads, s-assert.ads, 
9585         s-carun8.ads, s-casuti.ads, s-crc32.ads, sem_ch11.adb, sem_prag.adb, 
9586         s-exctab.ads, s-htable.ads, s-imgenu.ads, s-mastop.ads, snames.adb, 
9587         snames.ads, snames.h, s-purexc.ads, s-secsta.ads, s-soflin.ads, 
9588         s-sopco3.ads, s-sopco4.ads, s-sopco5.ads, s-stache.ads, s-stalib.ads, 
9589         s-stoele.ads, s-strcom.ads, s-strops.ads, s-traceb.ads, s-traent.ads, 
9590         s-unstyp.ads, s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-addope.ads, 
9591         s-except.ads, s-os_lib.ads, s-string.ads, s-utf_32.ads: Implement
9592         pragma Compiler_Unit and adds it to relevant library units.
9593
9594 2007-09-12  Ed Schonberg  <schonberg@adacore.com>
9595
9596         * sem_aggr.adb (Resolve_Record_Aggregate): An others association with
9597         a box need not correspond to any component.
9598
9599 2007-09-12  Robert Dewar  <dewar@adacore.com>
9600
9601         * g-thread.ads: Document use of "with GNAT.Threads" to ensure loading
9602         the tasking version of the Ada run time when foreign threads are
9603         present and there are no explicit Ada tasks or tasking constructs.
9604
9605         * gnat_rm.texi: Clarify documentation of GNAT.Threads.
9606
9607 2007-09-12  Hristian Kirtchev  <kirtchev@adacore.com>
9608
9609         * bindusg.adb (Display): Correct comment for switch -X. Add a line for
9610         the usage of switch -y.
9611
9612         * switch-b.adb (Scan_Binder_Switches): Set flag Leap_Seconds_Support
9613         when switch -y is present.
9614
9615         * opt.ads: Add binder flag Leap_Seconds_Support used to enable/disable
9616         leap seconds in Ada.Calendar and its children.
9617
9618 2007-09-12  Jose Ruiz  <ruiz@adacore.com>
9619
9620         * a-extiti.ads (Timer): The discriminant is a "not null access
9621         constant" in the Reference Manual.
9622         (Cancel_Handler): Cancelled is an out parameter in the Reference Manual.
9623
9624 2007-09-12  Robert Dewar  <dewar@adacore.com>
9625
9626         * a-swuwha.adb: Remove junk RM header
9627
9628 2007-09-12  Vincent Celier  <celier@adacore.com>
9629
9630         * g-bytswa-x86.adb (Swap2, Swap4, Swap8): Remove explicit "in" mode
9631         indicator
9632
9633         * g-bytswa.ads: Minor reformatting
9634
9635 2007-09-12  Thomas Quinot  <quinot@adacore.com>
9636
9637         * g-soccon-solaris-64.ads, g-soccon-hpux-ia64.ads: 
9638         Add new constant Thread_Blocking_IO, always True by default, set False
9639         on a per-runtime basis.
9640         (Need_Netdb_Buffer): New constant.
9641
9642 2007-09-12  Arnaud Charlet  <charlet@adacore.com>
9643
9644         * s-dsaser.ads (Get_Local_Partition_Id, Get_Passive_Partition_Id):
9645         Added renames for corresponding functions in System.Partition_Interface.
9646
9647 2007-09-12  Doug Rupp  <rupp@adacore.com>
9648
9649         * Makefile.in: Remove VMS specific System.CRTL packages which are no
9650         longer needed.
9651
9652         * s-crtl-vms64.ads: Removed.
9653
9654 2007-09-12  Olivier Hainque  <hainque@adacore.com>
9655
9656         * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: For a subtype
9657         with discriminant constraints, generalize the code for BIT_FIELDs
9658         to PACKED fields of constant size and propagate DECL_PACKED.
9659
9660 2007-09-11  Eric Botcazou  <ebotcazou@adacore.com>
9661
9662         * decl.c (array_type_has_nonaliased_component): New predicate.
9663         (gnat_to_gnu_field) <E_Array_Type>: Invoke the above predicate to
9664         set the TYPE_NONALIASED_COMPONENT flag on the type.
9665         <E_Array_Subtype>: Likewise.
9666         * gigi.h (type_for_nonaliased_component_p): Declare.
9667         * utils.c (type_for_nonaliased_component_p): New predicate.
9668         (create_field_decl): Invoke the above predicate to set the
9669         DECL_NONADDRESSABLE_P flag on the field.
9670
9671 2007-09-11  Javier Miranda  <miranda@adacore.com>
9672
9673         * einfo.ads, einfo.adb (Dispatch_Table_Wrapper): New attribute. Present
9674         in library level record type entities if we are generating statically
9675         allocated dispatch tables.
9676
9677         * exp_disp.adb (Make_Tags/Make_DT): Replace previous code
9678         importing/exporting the _tag declaration by new code
9679         importing/exporting the dispatch table wrapper. This change allows us
9680         to statically allocate of the TSD.
9681         (Make_DT.Export_DT): New procedure.
9682         (Build_Static_DT): New function.
9683         (Has_DT): New function.
9684
9685         * freeze.adb (Freeze_Static_Object): Code cleanup: Do not reset flags
9686         True_Constant and Current_Value. Required to statically
9687         allocate the dispatch tables.
9688         (Check_Allocator): Make function iterative instead of recursive.
9689         Also return inner allocator node, when present, so that we do not have
9690         to look for that node again in the caller.
9691
9692 2007-09-11  Jan Hubicka  <jh@suse.cz>
9693
9694         * misc.c (gnat_expand_body): Kill.
9695         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
9696
9697 2007-09-10  Robert Dewar  <dewar@adacore.com>
9698
9699         * exp_atag.ads, exp_atag.adb, mlib-tgt-tru64.adb, mlib-tgt-aix.adb,
9700         mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
9701         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
9702         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, ali.adb, ali.ads,
9703         ali-util.adb, ali-util.ads, atree.h, back_end.adb, back_end.ads,
9704         bcheck.adb, bcheck.ads, binde.adb, binde.ads, binderr.adb, binderr.ads,
9705         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads, butil.adb,
9706         butil.ads, checks.adb, checks.ads, clean.adb, clean.ads, comperr.adb,
9707         comperr.ads, cstand.adb, cstand.ads, debug_a.adb, debug_a.ads,
9708         elists.h, errout.adb, erroutc.ads, errutil.adb, errutil.ads,
9709         err_vars.ads, eval_fat.adb, eval_fat.ads, exp_sel.ads, exp_sel.adb,
9710         exp_aggr.adb, exp_aggr.ads, expander.adb, expander.ads, exp_attr.ads,
9711         exp_ch10.ads, exp_ch11.adb, exp_ch12.adb, exp_ch12.ads, exp_ch13.adb,
9712         exp_ch13.ads, exp_ch2.adb, exp_ch2.ads, exp_ch3.ads, exp_ch4.adb,
9713         exp_ch4.ads, exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
9714         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads, exp_ch9.adb,
9715         exp_ch9.ads, exp_code.adb, exp_code.ads, exp_dbug.adb, exp_dbug.ads,
9716         exp_disp.ads, exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
9717         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads, exp_pakd.adb,
9718         exp_pakd.ads, exp_prag.adb, exp_prag.ads, exp_smem.adb, exp_strm.adb,
9719         exp_strm.ads, exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
9720         exp_vfpt.adb, exp_vfpt.ads, fmap.adb, fmap.ads, fname-sf.adb,
9721         fname-sf.ads, fname-uf.adb, fname-uf.ads, frontend.adb, frontend.ads,
9722         get_targ.adb, get_targ.ads, gnat1drv.adb, gnat1drv.ads, gnatbind.adb,
9723         gnatbind.ads, gnatbl.c, gnatchop.adb, gnatclean.adb, gnatcmd.adb,
9724         gnatcmd.ads, gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
9725         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb, gnatls.ads,
9726         gnatmake.adb, gnatmake.ads, gnatmem.adb, gnatname.adb, gnatname.ads,
9727         gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb,
9728         gprep.adb, gprep.ads, hlo.adb, hlo.ads, impunit.adb, impunit.ads,
9729         inline.adb, inline.ads, itypes.adb, itypes.ads, layout.adb, layout.ads,
9730         lib-load.adb, lib-load.ads, lib-util.adb, lib-util.ads, lib-writ.adb,
9731         lib-writ.ads, lib-xref.adb, lib-xref.ads, live.adb, live.ads,
9732         make.adb, make.ads, makeutl.ads, makeutl.adb, makeusg.adb, makeusg.ads,
9733         mdll.adb, mdll.ads, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
9734         mdll-utl.ads, memroot.adb, memroot.ads, mlib.adb, mlib.ads,
9735         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
9736         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, namet.h, nmake.adt,
9737         osint.adb, osint.ads, osint-b.adb, osint-b.ads, osint-c.adb,
9738         osint-c.ads, osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads,
9739         par.adb, par.ads, par-ch10.adb, par-ch11.adb, par-ch12.adb,
9740         par-ch13.adb, par-ch2.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
9741         par-ch6.adb, par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
9742         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb, par-tchk.adb,
9743         par-util.adb, prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
9744         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads, prj-com.ads,
9745         prj-dect.adb, prj-dect.ads, prj-err.adb, prj-err.ads, prj-ext.adb,
9746         prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
9747         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
9748         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
9749         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
9750         prj-util.adb, prj-util.ads, restrict.adb, restrict.ads,
9751         rtsfind.adb, rtsfind.ads, scn.adb, scn.ads,
9752         scng.adb, scng.ads, sdefault.ads, sem.ads, sem_aggr.ads, sem_attr.adb,
9753         sem_case.adb, sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
9754         sem_ch10.ads, sem_ch11.adb, sem_ch11.ads, sem_ch12.ads, sem_ch13.adb,
9755         sem_ch13.ads, sem_ch2.adb, sem_ch2.ads, sem_ch3.adb, sem_ch3.ads,
9756         sem_ch4.ads, sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
9757         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
9758         sem_ch9.ads, sem_disp.adb, sem_disp.ads, sem_dist.adb, sem_dist.ads,
9759         sem_elab.adb, sem_elab.ads, sem_elim.adb, sem_elim.ads, sem_eval.adb,
9760         sem_eval.ads, sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
9761         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads, sem_res.adb,
9762         sem_res.ads, sem_smem.adb, sem_smem.ads, sem_type.adb, sem_type.ads,
9763         sem_util.adb, sem_util.ads, sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb,
9764         sem_warn.ads, sfn_scan.ads, sinfo-cn.adb, sinfo-cn.ads, sinput-c.adb,
9765         sinput-c.ads, sinput-d.adb, sinput-d.ads, sinput-l.adb, sinput-l.ads,
9766         sinput-p.adb, sinput-p.ads, snames.h, sprint.adb, sprint.ads,
9767         stringt.h, style.ads, styleg.adb, styleg.ads, styleg-c.adb,
9768         styleg-c.ads, stylesw.adb, stylesw.ads, switch.adb, switch.ads,
9769         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
9770         switch-m.ads, symbols.adb, symbols.ads, targparm.adb, tbuild.adb,
9771         tbuild.ads, tempdir.adb, tempdir.ads, tree_gen.adb, tree_gen.ads,
9772         treepr.adb, treepr.ads, treeprs.adt, ttypef.ads, ttypes.ads,
9773         types.h, uintp.h, urealp.h, usage.adb, usage.ads,
9774         validsw.adb, validsw.ads, vxaddr2line.adb, xeinfo.adb, xnmake.adb,
9775         xref_lib.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads, xsinfo.adb,
9776         xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb, xgnatugn.adb,
9777         gprmake.adb, makegpr.ads, makegpr.adb, prj-attr-pm.ads, prj-attr-pm.adb,
9778         mlib-tgt-lynxos.adb, mlib-tgt-darwin.adb, symbols-vms.adb,
9779         symbols-processing-vms-alpha.adb, symbols-processing-vms-ia64.adb,
9780         mlib-tgt-specific.adb, mlib-tgt-specific.ads, mlib-tgt-vms.adb,
9781         mlib-tgt-vms.ads: Replace headers with GPL v3 headers.
9782
9783 2007-09-10  Emmanuel Briot  <briot@adacore.com>
9784
9785         * s-regpat.adb (Parse_Character_Class): Fix handling of empty character
9786         classes ("[]").
9787
9788 2007-09-10  Vasiliy Fofanov  <fofanov@adacore.com>
9789
9790         * adaint.c (__gnat_translate_vms): new function.
9791
9792 2007-09-10  Gary Dismukes  <dismukes@adacore.com>
9793             Thomas Quinot  <quinot@adacore.com>
9794
9795         * exp_ch3.adb (Predef_Spec_Or_Body): When the type is abstract, only
9796         create an abstract subprogram in the case of 'Input. For 'Output we now
9797         create a real spec/body when the type is abstract, since it can
9798         potentially be called.
9799         (Predefined_Primitive_Bodies): Now allow the creation of a predefined
9800         body for 'Output when the type is abstract (only the creation of the
9801         body for 'Input is excluded when the type is abstract).
9802         (Stream_Operation_OK): Add an additional condition in the return
9803         statement, so that False will be returned for TTS_Stream_Input if the
9804         associated tagged type is an abstract extension. Add comments for
9805         return statement.
9806         (Expand_N_Object_Declaration): For the case of a shared passive
9807         variable, insert init proc call only after the shared variable
9808         procedures have been processed, because the IP call needs to undergo
9809         shared passive variable reference expansion, which requires these
9810         procedures to be available (and elaborated).
9811
9812 2007-09-10  Vincent Celier  <celier@adacore.com>
9813
9814         * prj-env.ads, prj-env.adb (Create_Mapping_File (Language)): Remove
9815         parameter Runtime_Project.
9816
9817 2007-09-10  Ed Schonberg  <schonberg@adacore.com>
9818
9819         * sem_aggr.adb (Build_Record_Aggr_Code): If an aggregate component is
9820         given a box association, the type of the component is discriminated,
9821         and the value of the discriminant is the discriminant of the enclosing
9822         type, retrieve its value from the aggregate itself, where it must have
9823         been supplied.
9824
9825         * sem_ch4.adb (Analyze_One_Call): Further refinement to previous fix,
9826         to remove other spurious ambiguities on arithmetic operations involving
9827         literals and addresses, on systems where Address is a visible integer
9828         type, when the operator is called in functional notation.
9829         (Try_Primitive_Operation): Within an instance, a call in prefixed form
9830         is legal when the types match, even if the operation is currently
9831         hidden.
9832
9833 2007-09-10  Ed Schonberg  <schonberg@adacore.com>
9834
9835         * sem_ch12.adb (Build_Local_Package): A formal package with no
9836         associations is legal if all formals have defaults. It is not
9837         equivalent to a formal declared with a box.
9838
9839 2007-09-10  Sergey Rybin  <rybin@adacore.com>
9840
9841         * vms_data.ads: Add qualifier for the new gnatmetric '-lratio' option
9842
9843 2007-09-10  Sergey Rybin  <rybin@adacore.com>
9844
9845         * gnat_ugn.texi: Add description of the new '-lratio' option
9846         Update 7.3.1 section about availability of the feature.
9847
9848 2007-09-10  Thomas Quinot  <quinot@adacore.com>
9849
9850         * exp_smem.ads, exp_smem.adb (Make_Shared_Var_Procs): Return last
9851         inserted node.
9852
9853 2007-09-10  Olivier Hainque  <hainque@adacore.com>
9854
9855         * Makefile.in: (mips-irix section): Activate build of libgmem.
9856
9857 2007-09-10  Eric Botcazou  <ebotcazou@adacore.com>
9858
9859         * a-numaux-x86.adb (Logarithmic_Pow): Do not silently clobber
9860         x87 registers.
9861
9862 2007-09-10  Eric Botcazou  <ebotcazou@adacore.com>
9863
9864         * decl.c (gnat_to_gnu_entity) <object>: Deal with variable built for
9865         a debug renaming declaration specially.
9866
9867 2007-09-08  Eric Botcazou  <ebotcazou@adacore.com>
9868
9869         * decl.c (gnat_to_gnu_entity) <Object>: Simplify the condition under
9870         which a constant renaming is treated as a normal object declaration.
9871         * trans.c (lvalue_required_p) <N_Slice>: New case, extracted from
9872         the N_Indexed_Component case.
9873         <N_Indexed_Component>: Fall through to above case.
9874         <N_Object_Renaming_Declaration>: Return true for all composite types.
9875
9876 2007-09-08  Eric Botcazou  <ebotcazou@adacore.com>
9877
9878         * decl.c (make_packable_type): If the new type has been given BLKmode,
9879         try again to get an integral mode for it.
9880
9881 2007-09-07  Eric Botcazou  <ebotcazou@adacore.com>
9882
9883         Re-apply accidentally reverted change:
9884
9885         2007-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
9886
9887         * raise-gcc.c (get_region_description_for, get_call_site_action_for,
9888         get_action_description_for): Replace _Unwind_Word with _uleb128_t 
9889         and _Unwind_SWord with _sleb128_t.
9890
9891 2007-09-06  Eric Botcazou  <ebotcazou@adacore.com>
9892
9893         * trans.c (convert_with_check): Update call to real_2expN.
9894
9895 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
9896
9897         * trans.c (Compilation_unit_to_gnu): Use set_cfun.
9898         * utils.c (end_subprog_body): Likewise.
9899
9900 2007-09-03  Nick Clifton  <nickc@redhat.com>
9901
9902         * Make-lang.in: Change copyright header to refer to version 3 of
9903         the GNU General Public License and to point readers at the
9904         COPYING3 file and the FSF's license web page.
9905         * ada-tree.def, nmake.adt, nlists.h, snames.h, utils.c,
9906         Makefile.rtl, Makefile.in, config-lang.in, uintp.h, urealp.h,
9907         namet.h, decl.c, utils2.c, lang.opt, elists.h, atree.h, types.h,
9908         treeprs.adt, lang-specs.h, cuintp.c, stringt.h, gnatbl.c:
9909         Likewise.
9910
9911 2007-08-31  Vincent Celier  <celier@adacore.com>
9912
9913         PR ada/4720
9914
9915         * gnatchop.adb, gnatfind.adb, gnatlink.adb, gnatls.adb, 
9916         gnatname.adb, gnatxref.adb, gprep.adb, clean.adb gnatbind.adb
9917         (Check_Version_And_Help): New procedure in package Switch to process
9918         switches --version and --help.
9919         Use Check_Version_And_Help in GNAT tools
9920
9921         * make.adb:  Ditto.
9922         (Compile_Sources): Make sure that sources that are "excluded" are not
9923         compiled.
9924         (Gnatmake): Do not issue -aO. to gnatbind and only issue -I- if a
9925         project file is used.
9926         (Version_Switch): Remove, moved to Switch
9927         (Help_Switch): Remove, moved to Switch
9928         (Display_Version): Remove, moved to Switch
9929
9930         * switch.ads, switch.adb (Check_Version_And_Help): New procedure in
9931         package Switch to process switches --version and --help.
9932         (Display_Version): New procedure
9933
9934         * gnatvsn.ads, gnatvsn.adb (Copyright_Holder): New function.
9935
9936 2007-08-31  Javier Miranda  <miranda@adacore.com>
9937
9938         * a-tags.adb (Internal_Tag): Protect the run-time against wrong
9939         internal tags.
9940
9941 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
9942
9943         * checks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine.
9944         (Mark_Non_Null): If the node for which we just generated an access check
9945         is a reference to an *in* parameter and the reference appears in the
9946         declarative part of a subprogram body, mark the node as known non null.
9947
9948 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
9949
9950         * einfo.ads, einfo.adb: New flag Is_Raised (Flag224). Update the
9951         structure of E_Exception to reflect the new flag.
9952         (Is_Raised, Set_Is_Raised): New inlined routines.
9953         Update the usage of available flag to reflect the addition of Is_Raised.
9954         (Is_Raised, Set_Is_Raised): Bodies of new routines.
9955         (Write_Entity_Flags): Write the status of flag Is_Raised.
9956         (Is_Descendent_Of_Address): New entity flag, to simplify handling of
9957         spurious ambiguities when integer literals appear in the context of an
9958         address type that is a visible integer type.
9959
9960         * sem_ch11.adb (Analyze_Exception_Handler): Add code to warn on local
9961         exceptions never being raised.
9962         (Analyze_Raise_Statement): When analyzing an exception, mark it as being
9963         explicitly raised.
9964
9965 2007-08-31  Javier Miranda  <miranda@adacore.com>
9966
9967         * exp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise
9968         statement when compiling under restriction No_Exceptions_Proparation.
9969
9970 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
9971
9972         * exp_ch3.adb (Build_Record_Init_Proc): If there is a static
9973         initialization aggregate for the type, generate itype references for
9974         thetypes of its (sub)components, to prevent out-of-scope errors in gigi.
9975
9976 2007-08-31  Gary Dismukes  <dismukes@adacore.com>
9977
9978         * exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a
9979         library-level package renaming, pass the declaration associated with
9980         the renaming's special debug variable to Qualify_Entity_Names to ensure
9981         that its encoded name is properly qualified.
9982
9983         * exp_dbug.adb (Qualify_All_Entity_Names): Check for a variable entity
9984         occurring in the list of entities to qualify, and do not attempt to
9985         traverse an entity list in that case. Variables associated with
9986 `       library-level package renamings can now occur in the table.
9987
9988         * exp_dbug.ads: Revise documentation of the encoding for renaming
9989         declarations.
9990
9991 2007-08-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9992
9993         * layout.adb (Layout_Type): Use Underlying_Type to determine whether an
9994         access type points to an unconstrained array.
9995
9996 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
9997
9998         * restrict.adb, namet.adb, par-util.adb: Remove redundant type
9999         conversion.
10000
10001         * sem_res.adb (Resolve_Qualified_Expression): Add machinery to detect
10002         simple redundant qualifications. The check is performed whenever the
10003         expression is a non-overloaded identifier.
10004         (Resolve_Type_Conversion): Enchance the redundant type conversion check
10005         to include loop parameters.
10006         (Valid_Conversion): Avoid generation of spurious error message.
10007
10008 2007-08-31  Bob Duff  <duff@adacore.com>
10009
10010         * par-ch4.adb (P_Simple_Expression): Fold long sequences of
10011         concatenations of string literals into a single literal, in order to
10012         avoid very deep recursion in the front end, which was causing stack
10013         overflow.
10014
10015         * sem_eval.adb (Eval_Concatenation): If the left operand is the empty
10016         string, and the right operand is a string literal (the case of "" &
10017         "..."), optimize by avoiding copying the right operand -- just use the
10018         value of the right operand directly.
10019
10020         * stringt.adb (Store_String_Chars): Optimize by growing the
10021         String_Chars table all at once, rather than appending characters one by
10022         one.
10023         (Write_String_Table_Entry): If the string to be printed is very long,
10024         just print the first few characters, followed by the length. Otherwise,
10025         doing "pn(n)" in the debugger can take an extremely long time.
10026
10027         * sem_prag.adb (Process_Interface_Name): Replace loop doing
10028         Store_String_Char with Store_String_Chars.
10029
10030 2007-08-31  Vincent Celier  <celier@adacore.com>
10031
10032         * prj-attr.adb: Add new attribute Excluded_Source_Files
10033
10034         * prj-nmsc.adb: Use attribute Excluded_Source_Files before
10035         Locally_Removed_Files.
10036
10037         * snames.ads, snames.adb: New standard name Excluded_Source_Files
10038
10039 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
10040
10041         * sem_ch10.adb (Analyze_Subunit_Context): When analyzing context
10042         clauses of subunits, ignore limited_with_clauses that are illegal and
10043         have not been fully analyzed.
10044
10045 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
10046
10047         * sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity
10048         flag, for effiency. It is called when analyzing arithmetic operators
10049         and also for actuals in calls that are universal_integers. The flag is
10050         set for the predefined type address, and for any type or subtype
10051         derived from it.
10052
10053         * sem_ch4.adb (Analyze_One_Call): Reject an actual that is a
10054         Universal_Integer, when the formal is a descendent of address and the
10055         call appears in user code.
10056         (Analyze_Selected_Component): if the prefix is a private extension, the
10057         tag component is visible.
10058
10059         * sem_util.ads, sem_util.adb: Remove Is_Descendent_Of_Address, now an
10060         entity flag.
10061
10062 2007-08-31  Robert Dewar  <dewar@adacore.com>
10063
10064         * s-fileio.adb (Open): Normalize file name to lower case in non-case
10065         sensitive file name systems to avoid unexpected mismatch in Vista.
10066
10067 2007-08-31  Vincent Celier  <celier@adacore.com>
10068
10069         * tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR
10070
10071 2007-08-31  Vincent Celier  <celier@adacore.com>
10072
10073         * symbols-vms.adb (Initialize): Read symbol files with continuation
10074         lines
10075         (Finalize): If symbol is long, split the line
10076
10077 2007-08-31  Vincent Celier  <celier@adacore.com>
10078
10079         * fmap.ads: Minor comment updates
10080
10081 2007-08-31  GNAT Script  <nobody@adacore.com>
10082
10083         * Make-lang.in: Makefile automatically updated
10084
10085 2007-08-31  Bob Duff  <duff@adacore.com>
10086
10087         * sinfo.ads: Minor comment fix.
10088
10089 2007-08-31  Thomas Quinot  <quinot@adacore.com>
10090
10091         * stand.ads: (Standard_Debug_Renaming_Type): Make comment consistent
10092         with implementation.
10093         Documentation cleanup only.
10094
10095 2007-08-31  Sergey Rybin  <rybin@adacore.com>
10096
10097         * vms_data.ads: Add new qualifier /STMT_NAME_ON_NEW_LINE for the new
10098         gnatpp '--separate-stmt-name' option.
10099         Add new qualifier /USE_ON_NEW_LIN for the new gnatpp '--use-on-new-line'
10100         option.
10101
10102         * gnat_ugn.texi: Add description for the new gnatpp
10103         '--separate-stmt-name' and '--use-on-new-line' options.
10104
10105 2007-08-31  Ben Elliston  <bje@au.ibm.com>
10106
10107         * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
10108         when compiling for powerpc64-*-linux.
10109         * system-linux-ppc64.ads: New file.
10110
10111 2007-08-22  Krister Walfridsson  <cato@df.lth.se>
10112
10113         * env.c ( __gnat_clearenv): Use the __gnat_unsetenv mechanism for
10114         NetBSD.
10115
10116 2007-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10117
10118         * misc.c (gnat_type_max_size): Constify.
10119
10120 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
10121
10122         * cstand.adb (Create_Standard): Create an entity for a zero-sized type
10123         associated with Standard_Debug_Renaming_Type, to be used as the type of
10124         the special variables whose names provide debugger encodings for
10125         renaming declarations.
10126
10127         * einfo.ads, einfo.adb (Debug_Renaming_Link): Change to return Node25.
10128         (Set_Debug_Renaming_Link): Change to set Node25.
10129         (Write_Field13_Name): Remove case for E_Enumeration_Literal.
10130         (Write_Field25_Name): Add case for E_Variable to output
10131         "Debug_Renaming_Link".
10132         (Write_Field23_Name): Correct the output string for "Limited_View".
10133
10134         * exp_dbug.adb: Add with and use of Tbuild.
10135         (Debug_Renaming_Declaration): Replace creation of an enumeration type
10136         and literal with creation of a variable of type
10137         Standard_Debug_Renaming_Type whose name encodes both the renamed object
10138         and the entity of the renaming declaration.
10139         (Qualify_Entity_Name): Add the delayed qualification of the entity name
10140         part of the name of a variable that has a Debug_Renaming_Link.
10141
10142         * stand.ads (Standard_Debug_Renaming_Type): New Entity_Id denoting a
10143         special type to be associated with variables that provide debugger
10144         encodings for renaming declarations.
10145
10146 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
10147             Ed Schonberg  <schonberg@adacore.com>
10148             Javier Miranda  <miranda@adacore.com>
10149
10150         * exp_aggr.adb (Build_Record_Aggr_Code): Extend the test for an
10151         ancestor part given by an aggregate to test for an unchecked conversion,
10152         since this can occur in some cases when the ancestor part is a function
10153         call, and we don't want to fall into the recursive call to this
10154         procedure in that case.
10155
10156         * exp_ch3.adb (Stream_Operation_OK): Revise tests for availability of
10157         stream attributes on limited types to account for user-specified
10158         attributes as well as whether Input (resp. Output) becomes available
10159         due to Read (resp. Write) being available for the type. Change Boolean
10160         variable to the more accurate name
10161         Has_Predefined_Or_Specified_Stream_Attribute. Change convoluted
10162         double-"not" predicate at beginning of return statement to more
10163         understandable form.
10164
10165         * exp_ch5.adb (Expand_N_Extended_Return_Statement): If the extended
10166         return has an associated N_Handled_Sequence_Of_Statements, then wrap it
10167         in a block statement and use that as the first statement of the
10168         expanded return rather than incorrectly using the handled sequence as
10169         the first statement.
10170
10171         * exp_ch6.adb (Expand_N_Subprogram_Declaration): If this is a protected
10172         operation, generate an explicit freeze node for it rather than
10173         generating extra formals, to ensure that gigi has the proper order of
10174         elaboration for anonymous subtypes in the signature of the subprograms.
10175         (Build_In_Place_Formal): Move assertion to beginning of loop.
10176         (Is_Build_In_Place_Function_Call): Allow for an unchecked conversion
10177         applied to a function call (occurs for some cases of 'Input).
10178         (Make_Build_In_Place_Call_In_*): Allow for an unchecked conversion
10179         applied to a function call (occurs for some cases of 'Input).
10180
10181         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): For Ada
10182         2005, generate an extended return statement enclosing the result object
10183         and 'Read call.
10184
10185         * freeze.adb (Freeze_Record_Type): Extend the current management of
10186         components that are access type with an allocator as default value: add
10187         missing support to the use of qualified expressions of the
10188         allocator (which also cause freezing of the designated type!)
10189         (Freeze_Entity): Call Freeze_Subprogram in the case of a predefined
10190         dispatching operation, since extra formals may be needed by calls to
10191         build-in-place functions (such as stream 'Input).
10192
10193         * sem_ch6.adb (Create_Extra_Formals): Skip creation of the extra
10194         formals for 'Constrained and accessibility level in the case of a
10195         predefined dispatching operation.
10196
10197         * exp_util.adb (Insert_Actions): A protected body is a valid insertion
10198         point, no need to find the parent node.
10199
10200 2007-08-16  Javier Miranda  <miranda@adacore.com>
10201
10202         * exp_attr.adb (Attribute_Priority): Add missing support for entries
10203         and entry barriers.
10204
10205 2007-08-16  Javier Miranda  <miranda@adacore.com>
10206
10207         * exp_ch9.adb (Build_Protected_Entry): Undo previous change because it
10208         is not really required and can introduce regression with the debugger.
10209         The original problem is fixed with the patch written for checks.adb.
10210
10211 2007-08-16  Thomas Quinot  <quinot@adacore.com>
10212
10213         * g-dyntab.adb, g-table.adb, table.adb: (Set_Item): Suppress
10214         Range_Check on Allocated_Table.
10215
10216 2007-08-16  Vincent Celier  <celier@adacore.com>
10217
10218         * make.adb (Collect_Arguments): Call Test_If_Relative_Path with
10219         Including_Non_Switch set to False.
10220         (Gnatmake): For the compiler, call Test_If_Relative_Path with
10221         Including_Non_Switch set to False.
10222
10223         * makeutl.adb, makeutl.ads (Test_If_Relative_Path): New Boolean
10224         parameter Including_Non_Switch, defaulted to True. When
10225         Including_Non_Switch is False, options that are not switches and
10226         appear as relative path are not converted to absolute paths.
10227
10228 2007-08-16  Nicolas Roche  <roche@adacore.com>
10229
10230         * Makefile.in (gnatlib): Propagate FORCE_DEBUG_ADAFLAGS value to sub
10231         makefiles
10232
10233         * Make-lang.in: Update dependencies
10234
10235 2007-08-16  Hristian Kirtchev  <kirtchev@adacore.com>
10236
10237         * sem_ch10.adb (Has_With_Clause): If the name of the with clause
10238         currently inspected is a selected component, retrieve the entity of
10239         its selector.
10240         (Install_Limited_Withed_Unit): Call Has_Limited_With_Clause starting
10241         from the immediate ancestor of Main_Unit_Entity.
10242         (Install_Limited_Withed_Unit): Do not install the limited view of
10243         package P if P is reachable through an ancestor chain from package C
10244         and C also has a with clause for P in its body.
10245         (Has_Limited_With_Clause): New routine.
10246         (Has_With_Clause): New routine.
10247
10248 2007-08-16  Ed Schonberg  <schonberg@adacore.com>
10249
10250         * sem_ch12.adb (Copy_Generic_Node): A reference to a child unit of the
10251         generic for an enclosing instance is a global reference, even though
10252         its scope is the enclosing instance.
10253
10254 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
10255             Javier Miranda  <miranda@adacore.com>
10256
10257         * sem_ch3.adb (OK_For_Limited_Init_In_05): Allow calls to 'Input to
10258         initialize a limited object.
10259         (Build_Derived_Record_Type): Add missing check of rules ARM 3.9.4
10260         13/2 and 14/2.
10261         Make sure Has_Complex_Representation is inherited by derived type.
10262
10263 2007-08-16  Robert Dewar  <dewar@adacore.com>
10264
10265         * sem_ch5.adb (Analyze_Assignment): Make sure we still note update in
10266         exception case
10267
10268 2007-08-16  Ed Schonberg  <schonberg@adacore.com>
10269
10270         * sem_disp.adb (Check_Dispatching_Operation): If the operation
10271         implements an operation inherited from a progenitor interface, verify
10272         that they are subtype-conformant.
10273
10274 2007-08-16  Hristian Kirtchev  <kirtchev@adacore.com>
10275             Bob Duff  <duff@adacore.com>
10276             Nicolas Setton  <setton@adacore.com>
10277
10278         * sem_res.adb (Comes_From_Predefined_Lib_Unit): New.
10279         (Resolve): Alphabetize local variables. Add new variable From_Lib. When
10280         the statement which is being resolved comes from a predefined library
10281         unit, all non-predefined library interpretations are skipped.
10282         (Resolve_Op_Concat): If string concatenation was folded in the parser,
10283         but the "&" is user defined, give an error, because the folding would
10284         be wrong.
10285
10286         * sinfo.ads, sinfo.adb (Is_Folded_In_Parser): New flag to indicate that
10287         the parser has folded a long sequence of concatenations of string
10288         literals.
10289
10290         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Mark "JMPBUF_SAVE"
10291         and "JMP_BUF" variables as artificial.
10292         (N_String_Literal): Do not use alloca for very long string literals. Use
10293         xmalloc/free instead. Otherwise the stack might overflow.
10294
10295         * utils.c (init_gigi_decls): Mark "JMPBUF_T" type as created by the
10296         compiler.
10297
10298 2007-08-16  Vincent Celier  <celier@adacore.com>
10299
10300         * vms_conv.adb (Process_Argument): Ensure that project related options
10301         are not put in the -cargs section when using GNAT COMPILE.
10302
10303 2007-08-16  Robert Dewar  <dewar@adacore.com>
10304
10305         * gnat_ugn.texi: Add note on preprocessing (output file not written)
10306
10307 2007-08-16  Thomas Quinot  <quinot@adacore.com>
10308
10309         * a-tags.adb: Minor reformatting.
10310
10311 2007-08-16  Bob Duff  <duff@adacore.com>
10312
10313         * sem_type.ads, sem_ch4.adb: Minor reformatting.
10314
10315 2007-08-14  Thomas Quinot  <quinot@adacore.com>
10316
10317         * g-soccon-interix.ads, a-excpol-interix.adb, a-intnam-interix.ads, 
10318         s-osinte-interix.ads, system-interix.ads: Removed.
10319
10320 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
10321
10322         * a-calend-vms.adb, a-calend.adb ("+", "-", Add, Subtract): Remove
10323         calls to Check_Within_Time_Bounds.
10324         ("+", "-", Add, Subtract): Remove calls to Check_Within_Time_Bounds.
10325         (Difference): Account for possible rounding of the resulting difference
10326
10327 2007-08-14  Robert Dewar  <dewar@adacore.com>
10328
10329         * uintp.adb, a-ztedit.adb, s-wchcon.adb, xnmake.adb, s-wchcon.adb,
10330         par-ch5.adb, par-ch10.adb, get_targ.adb, a-wtedit.adb, a-teioed.adb,
10331         s-osinte-solaris.adb, s-osinte-solaris.ads,
10332         s-osinte-freebsd.ads, s-osinte-freebsd.adb: Minor reformatting.
10333
10334         * styleg.adb, styleg.ads, stylesw.adb, stylesw.ads: implement style
10335         switch -gnatyS. Enable -gnatyS in GNAT style check mode
10336
10337 2007-08-14  Robert Dewar  <dewar@adacore.com>
10338             Ed Schonberg  <schonberg@adacore.com>
10339
10340         * inline.adb, types.ads, inline.ads, frontend.adb, alloc.ads: 
10341         Suppress unmodified in-out parameter warning in some cases
10342         This patch is a also fairly significant change to the way suppressible
10343         checks are handled.
10344
10345         * checks.ads, checks.adb (Install_Null_Excluding_Check): No check
10346         needed for access to concurrent record types generated by the expander.
10347         (Generate_Range_Check): When generating a temporary to capture the
10348         value of a conversion that requires a range check, set the type of the
10349         temporary before rewriting the node, so that the type is always
10350         properly placed for back-end use.
10351         (Apply_Float_Conversion_Check): Handle case where the conversion is
10352         truncating.
10353         (Get_Discriminal): Code reformatting. Climb the scope stack looking
10354         for a protected type in order to examine its discriminants.
10355
10356 2007-08-14  Robert Dewar  <dewar@adacore.com>
10357             Gary Dismukes  <dismukes@adacore.com>
10358             Ed Schonberg  <schonberg@adacore.com>
10359             Thomas Quinot  <quinot@adacore.com>
10360
10361         * a-stzsup.adb, nlists.adb, lib-util.adb, treepr.adb, 
10362         a-stwisu.adb, a-strsup.adb: Fix warnings for range
10363         tests optimized out.
10364
10365         * exp_ch4.adb (Expand_N_In): Add warnings for range tests optimized out.
10366         (Get_Allocator_Final_List): For the case of an anonymous access type
10367         that has a specified Associated_Final_Chain, do not go up to the
10368         enclosing scope.
10369         (Expand_N_Type_Conversion): Test for the case of renamings of access
10370         parameters when deciding whether to apply a run-time accessibility
10371         check.
10372         (Convert_Aggr_In_Allocator): Use Insert_Actions to place expanded
10373         aggregate code before allocator, and ahead of declaration for
10374         temporary, to prevent access before elaboration when the allocator is
10375         an actual for an access parameter.
10376         (Expand_N_Type_Conversion): On an access type conversion involving an
10377         access parameter, do not apply an accessibility check when the
10378         operand's original node was an attribute other than 'Access. We now
10379         create access conversions for the expansion of 'Unchecked_Access and
10380         'Unrestricted_Access in certain cases and clearly accessibility should
10381         not be checked for those.
10382
10383         * exp_ch6.ads, exp_ch6.adb (Add_Call_By_Copy_Code): For an actual that
10384         includes a type conversion of a packed component that has been expanded,
10385         recover the original expression for the object, and use this expression
10386         in the post-call assignment statement, so that the assignment is made
10387         to the object and not to a back-end temporary.
10388         (Freeze_Subprogram): In case of primitives of tagged types not defined
10389         at the library level force generation of code to register the primitive
10390         in the dispatch table. In addition some code reorganization has been
10391         done to leave the implementation clear.
10392         (Expand_Call): When expanding an inherited implicit conversion,
10393         preserve the type of the inherited function after the intrinsic
10394         operation has been expanded.
10395
10396         * exp_ch2.ads, exp_ch2.adb
10397         (Expand_Entry_Parameter.In_Assignment_Context): An implicit dereference
10398         of an entry formal appearing in an assignment statement does not assign
10399         to the formal.
10400         (Expand_Current_Value): Instead of calling a routine to determine
10401         whether the prefix of an attribute reference should be optimized or
10402         not, prevent the optimization of such prefixes all together.
10403
10404         * lib-xref.adb (Generate_Reference.Is_On_LHS): An indexed or selected
10405         component whose prefix is known to be of an access type is an implicit
10406         dereference and does not assign to the prefix.
10407
10408 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
10409             Robert Dewar  <dewar@adacore.com>
10410
10411         * atree.ads, atree.adb (New_Copy_Tree): If hash table is being used and
10412         itype is visited, make an entry into table to link associated node and
10413         new itype.
10414         Add comments and correct harmless error in Build_NCT_Hash_Tables
10415         (Array_Aggr_Subtype): Associate each itype created for an index type to
10416         the corresponding range construct, and not to the aggregate itself. to
10417         maintain a one-to-one correspondence between itype and its associated
10418         node, to prevent errors when complex expression is copied.
10419         Fix mishandling of multiple levels of parens
10420
10421         * sem_aggr.adb: Create a limited view of an incomplete type, to make
10422         treatment of limited views uniform for all visible declarations in a
10423         limited_withed package.
10424         (New_Copy_Tree): If hash table is being used and itype is visited,
10425         make an entry into table to link associated node and new itype.
10426         (Resolve_Record_Aggregate): Do not add an others box association for a
10427         discriminated record component that has only discriminants, when there
10428         is a box association for the component itself.
10429
10430         * par-ch4.adb: Fix mishandling of multiple levels of parens
10431
10432 2007-08-14  Robert Dewar  <dewar@adacore.com>
10433
10434         * comperr.adb: Fix problem with suppressing warning messages from gigi
10435
10436         * erroutc.ads, erroutc.adb, errout.ads, 
10437         errout.adb (Write_Eol): Remove trailing spaces before writing the line
10438         (Write_Eol_Keep_Blanks): New procedure to write a line, including
10439         possible trailing spaces.
10440         (Output_Source_Line): Call Write_Eol_Keep_Blanks to output a source line
10441         Fix problem with suppressing warning messages from back end
10442         Improve handling of deleted warnings
10443
10444         * gnat1drv.adb: 
10445         Fix problem with suppressing warning messages from back end
10446         Handle setting of Static_Dispatch_Tables flag.
10447
10448         * prepcomp.adb: 
10449         Fix problem with suppressing warning messages from back end
10450
10451         * exp_intr.adb: Improve handling of deleted warnings
10452
10453 2007-08-14  Robert Dewar  <dewar@adacore.com>
10454
10455         * debug.adb: Improve -gnatdI to cover all cases of serialization
10456         Add documentation of dZ, d.t
10457
10458         * sprint.ads, sprint.adb: Improve -gnatdI to cover all cases of
10459         serialization.
10460         (Sprint_Node_Actual): Generate new output associated with implicit
10461         importation and implicit exportation of object declarations.
10462
10463 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
10464             Robert Dewar  <dewar@adacore.com>
10465             Javier Miranda  <miranda@adacore.com>
10466             Gary Dismukes  <dismukes@adacore.com>
10467
10468         * einfo.ads, einfo.adb: Create a limited view of an incomplete type,
10469         to make treatment of limited views uniform for all visible declarations
10470         in a limited_withed package.
10471         Improve warnings for in out parameters
10472         (Set_Related_Interaface/Related_Interface): Allow the use of this
10473         attribute with constants.
10474         (Write_Field26_Name): Handle attribute Related_Interface in constants.
10475         Warn on duplicate pragma Preelaborable_Initialialization
10476
10477         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Body): Force the
10478         generation of a freezing node to ensure proper management of null
10479         excluding access types in the backend.
10480         (Create_Extra_Formals): Test base type of the formal when checking for
10481         the need to add an extra accessibility-level formal. Pass the entity E
10482         on all calls to Add_Extra_Formal (rather than Scope (Formal) as was
10483         originally being done in a couple of cases), to ensure that the
10484         Extra_Formals list gets set on the entity E when the first entity is
10485         added.
10486         (Conforming_Types): Add missing calls to Base_Type to the code that
10487         handles anonymous access types. This is required to handle the
10488         general case because Process_Formals builds internal subtype entities
10489         to handle null-excluding access types.
10490         (Make_Controlling_Function_Wrappers): Create wrappers for constructor
10491         functions that need it, even when not marked Requires_Overriding.
10492         Improve warnings for in out parameters
10493         (Analyze_Function_Return): Warn for disallowed null return
10494         Warn on return from procedure with unset out parameter
10495         Ensure consistent use of # in error messages
10496         (Check_Overriding_Indicator): Add in parameter Is_Primitive.
10497         (Analyze_Function_Return): Move call to Apply_Constraint_Check before
10498         the implicit conversion of the expression done for anonymous access
10499         types. This is required to generate the code of the null excluding
10500         check (if required).
10501
10502         * sem_warn.ads, sem_warn.adb (Check_References.Publicly_Referenceable):
10503         A formal parameter is never publicly referenceable outside of its body.
10504         (Check_References): For an unreferenced formal parameter in an accept
10505         statement, use the same warning circuitry as for subprogram formal
10506         parameters.
10507         (Warn_On_Unreferenced_Entity): New subprogram, taken from
10508         Output_Unreferenced_Messages, containing the part of that routine that
10509         is now reused for entry formals as described above.
10510         (Goto_Spec_Entity): New function
10511         (Check_References): Do not give IN OUT warning for dispatching operation
10512         Improve warnings for in out parameters
10513         (Test_Ref): Check that the entity is not undefinite before calling
10514         Scope_Within, in order to avoid infinite loops.
10515         Warn on return from procedure with unset out parameter
10516         Improved warnings for unused variables
10517
10518 2007-08-14  Robert Dewar  <dewar@adacore.com>
10519             Javier Miranda  <miranda@adacore.com>
10520             Gary Dismukes  <dismukes@adacore.com>
10521
10522         * exp_attr.adb (Expand_N_Attribute_Reference): Handle case of child unit
10523         (Expand_N_Attribute_Reference): Further unify the handling of the
10524         three forms of access attributes, using common code now for all three
10525         cases. Add a test for the case of applying an access attribute to
10526         an explicit dereference when the context is an access-to-interface
10527         type. In that case we need to apply the conversion to the prefix
10528         of the explicit dereference rather than the prefix of the attribute.
10529         (Attribute_Version, UET_Address): Set entity as internal to ensure
10530         proper dg output of implicit importation.
10531         (Expand_Access_To_Type): Removed.
10532         (Expand_N_Attribute_Reference): Merge the code from the three cases
10533         of access attributes, since the processing is largely identical for
10534         these cases. The substantive fix here is to process the case of a
10535         type name prefix (current instance case) before handling the case
10536         of interface prefixes.
10537
10538 2007-08-14  Thomas Quinot  <quinot@adacore.com>
10539             Ed Schonberg  <schonberg@adacore.com>
10540             Javier Miranda  <miranda@adacore.com>
10541             Robert Dewar  <dewar@adacore.com>
10542
10543         * exp_ch3.ads, exp_ch3.adb (Add_Final_Chain): New subprogram.
10544         (Freeze_Array_Type, Freeze_Record_Type): For the case of a component
10545         type that is an anonymous access to controlled object, establish
10546         an associated finalization chain to avoid corrupting the global
10547         finalization list when a dynamically allocated object designated
10548         by such a component is deallocated.
10549         (Make_Controlling_Function_Wrappers): Create wrappers for constructor
10550         functions that need it, even when not marked Requires_Overriding.
10551         (Initialize_Tag): Replace call to has_discriminants by call to
10552         Is_Variable_Size_Record in the circuitry that handles the
10553         initialization of secondary tags.
10554         (Is_Variable_Size_Record): New implementation.
10555         (Expand_N_Object_Declaration): Suppress call to init proc if there is a
10556         Suppress_Initialization pragma for a derived type.
10557         (Is_Variable_Size_Record): New subprogram.
10558         (Build_Offset_To_Top_Functions): New implementation that simplifies the
10559         initial version of this routine and also fixes problems causing
10560         incomplete initialization of the table of interfaces.
10561         (Build_Init_Procedure): Improve the generation of code to initialize the
10562         the tag components of secondary dispatch tables.
10563         (Init_Secondary_Tags): New implementation that simplifies the previous
10564         version of this routine.
10565         (Make_DT): Add parameter to indicate when type has been frozen by an
10566         object declaration, for diagnostic purposes.
10567         (Check_Premature_Freezing): New subsidiary procedure of Make_DT, to
10568         diagnose attemps to freeze a subprogram when some untagged type of its
10569         profile is a private type whose full view has not been analyzed yet.
10570         (Freeze_Array_Type): Generate init proc for packed array if either
10571         Initialize or Normalize_Scalars is set.
10572         (Make_Controlling_Function_Wrappers, Make_Null_Procedure_Specs): when
10573         constructing the new profile, copy the null_exclusion indicator for each
10574         parameter, to ensure full conformance of the new body with the spec.
10575
10576         * sem_type.ads, sem_type.adb (Make_Controlling_Function_Wrappers):
10577         Create wrappers for constructor functions that need it, even when not
10578         marked Requires_Overriding.
10579         (Covers): Handle properly designated types of anonymous access types,
10580         whose non-limited views are themselves incomplete types.
10581         (Add_Entry): Use an entity to store the abstract operation which hides
10582         an interpretation.
10583         (Binary_Op_May_Be_Hidden): Rename to Binary_Op_Interp_Has_Abstract_Op.
10584         (Collect_Interps): Use Empty as an actual for Abstract_Op in the
10585         initialization aggregate.
10586         (Function_Interp_May_Be_Hidden): Rename to
10587         Function_Interp_Has_Abstract_Op.
10588         (Has_Compatible_Type): Remove machinery that skips interpretations if
10589         they are labeled as potentially hidden by an abstract operator.
10590         (Has_Hidden_Interp): Rename to Has_Abstract_Op.
10591         (Set_May_Be_Hidden): Rename to Set_Abstract_Op.
10592         (Write_Overloads): Output the abstract operator if present.
10593         (Add_Entry): Before inserting a new entry into the interpretation table
10594         for a node, determine whether the entry will be disabled by an abstract
10595         operator.
10596         (Binary_Op_Interp_May_Be_Hidden): New routine.
10597         (Collect_Interps): Add value for flag May_Be_Hidden in initialization
10598         aggregate.
10599         (Function_Interp_May_Be_Hidden): New routine.
10600         (Has_Compatible_Type): Do not consider interpretations hidden by
10601         abstract operators when trying to determine whether two types are
10602         compatible.
10603         (Has_Hidden_Interp): New routine.
10604         (Set_May_Be_Hidden_Interp): New routine.
10605         (Write_Overloads): Write the status of flag May_Be_Hidden.
10606
10607 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
10608             Javier Miranda  <miranda@adacore.com>
10609
10610         * exp_disp.ads, exp_disp.adb (Build_Dispatch_Tables): Handle tagged
10611         types declared in the declarative part of a nested package body or in
10612         the proper body of a stub.
10613         (Set_All_DT_Position): Add missing check to avoid wrong assignation
10614         of the same dispatch table slot to renamed primitives.
10615         (Make_Select_Specific_Data_Table): Handle private types.
10616         (Tagged_Kind): Handle private types.
10617         (Make_Tags, Make_DT): Set tag entity as internal to ensure proper dg
10618         output of implicit importation and exportation.
10619         (Expand_Interface_Thunk): Fix bug in the expansion assuming that the
10620         first formal of the thunk is always associated with the controlling
10621         type. In addition perform the following code cleanup: remove formal
10622         Thunk_Alias which is no longer required, cleanup evaluation of the
10623         the controlling type, and update the documentation.
10624         Replace occurrence of Default_Prim_Op_Count by
10625         Max_Predef_Prims. Addition of compile-time check to verify
10626         that the value of Max_Predef_Prims is correct.
10627         (Check_Premature_Freezing): Apply check in Ada95 mode as well.
10628         (Make_DT): Add parameter to indicate when type has been frozen by an
10629         object declaration, for diagnostic purposes.
10630         (Build_Static_Dispatch_Tables): New subprogram that takes care of the
10631         construction of statically allocated dispatch tables.
10632         (Make_DT): In case of library-level tagged types export the declaration
10633         of the primary tag. Remove generation of tags (now done by Make_Tags).
10634         Additional modifications to handle non-static generation of dispatch
10635         tables. Take care of building tables for asynchronous interface types
10636         (Make_Tags): New subprogram that generates the entities associated with
10637         the primary and secondary tags of Typ and fills the contents of Access_
10638         Disp_Table. In case of library-level tagged types imports the forward
10639         declaration of the primary tag that will be declared later by Make_DT.
10640         (Expand_Interface_Conversion): In case of access types to interfaces
10641         replace an itype declaration by an explicit type declaration to avoid
10642         problems associated with the scope of such itype in transient blocks.
10643
10644 2007-08-14  Robert Dewar  <dewar@adacore.com>
10645             Ed Schonberg  <schonberg@adacore.com>
10646             Javier Miranda  <miranda@adacore.com>
10647
10648         * exp_util.ads, exp_util.adb: 
10649         This patch replaces a number of occurrences of explicit tests for N_Null
10650         with calls to Known_Null. This improves tracking of null values, since
10651         Known_Null also catches null constants, and variables currently known to
10652         be null, so we get better tracking.
10653         (Ensure_Defined): create an itype reference only in the scope of the
10654         itype.
10655         (Side_Effect_Free): A selected component of an access type that
10656         denotes a component with a rep clause must be treated as not
10657         side-effect free, because if it is part of a linked structure its
10658         value may be affected by a renaming.
10659         (Expand_Subtype_From_Expr): For limited objects initialized with build
10660         in place function calls, do nothing; otherwise we prematurely introduce
10661         an N_Reference node in the expression initializing the object, which
10662         breaks the circuitry that detects and adds the additional arguments to
10663         the called function. Bug found working in the new patch for statically
10664         allocated dispatch tables.
10665         (Is_Library_Level_Tagged_Type): New subprogram.
10666         (Remove_Side_Effects): If the expression of an elementary type is an
10667         operator treat as a function call.
10668         (Make_Literal_Range): If the index type of the array is not integer, use
10669         attributes properly to compute the constraint on the resulting aggregate
10670         which is a string.
10671
10672         * freeze.ads, freeze.adb (Freeze_Entity): If the entity is a
10673         class-wide type whose base type is an incomplete private type, leave
10674         class-wide type unfrozen so that freeze nodes can be generated
10675         properly at a later point.
10676         (Freeze_Entity, array case): Handle case of pragma Pack and component
10677         size attributre clause for same array.
10678
10679 2007-08-14  Vincent Celier  <celier@adacore.com>
10680
10681         * prj.ads, prj.adb: Update Project Manager to new attribute names for
10682         gprbuild.
10683         Allow all valid declarations in configuration project files
10684         (Reset): Initialize all tables and hash tables in the project tree data
10685         Major update of the Project Manager and of the project aware tools,
10686         including gprmake, so that the same sources in the GNAT repository
10687         can be used by gprbuild.
10688         (Slash_Id): Change type to be Path_Name_Type
10689         (Slash): Return a Path_Name_Type instead of a File_Name_Type
10690
10691         * prj-attr.ads, prj-attr.adb: Remove attributes no longer used by
10692         gprbuild.
10693         Update Project Manager to new attribute names for ghprbuild
10694         Allow all valid declarations in configuration project files
10695         Major update of the Project Manager and of the project aware tools,
10696         including gprmake, so that the same sources in the GNAT repository
10697         can be used by gprbuild.
10698
10699         * prj-com.ads: 
10700         Major update of the Project Manager and of the project aware tools,
10701         including gprmake, so that the same sources in the GNAT repository
10702         can be used by gprbuild.
10703
10704         * prj-dect.adb (Prj.Strt.Attribute_Reference): Set correctly the case
10705         insensitive flag for attributes with optional index.
10706         (Prj.Dect.Parse_Attribute_Declaration): For case insensitive associative
10707         array attribute, put the index in lower case.
10708         Update Project Manager to new attribute names for ghprbuild
10709         Allow all valid declarations in configuration project files
10710         Major update of the Project Manager and of the project aware tools,
10711         including gprmake, so that the same sources in the GNAT repository
10712         can be used by gprbuild.
10713
10714         * prj-env.ads, prj-env.adb: 
10715         Major update of the Project Manager and of the project aware tools,
10716         including gprmake, so that the same sources in the GNAT repository
10717         can be used by gprbuild.
10718         (Get_Reference): Change type of parameter Path to Path_Name_Type
10719
10720         * prj-ext.ads, prj-ext.adb (Initialize_Project_Path): Make sure, after
10721         removing '-' from the path to start with the first character of the
10722         next directory.
10723         Major update of the Project Manager and of the project aware tools,
10724         including gprmake, so that the same sources in the GNAT repository
10725         can be used by gprbuild.
10726         Major update of the Project Manager and of the project aware tools,
10727         including gprmake, so that the same sources in the GNAT repository
10728         can be used by gprbuild.
10729
10730         * prj-nmsc.ads, prj-nmsc.adb: 
10731         Update Project Manager to new attribute names for ghprbuild
10732         Allow all valid declarations in configuration project files
10733         (Search_Directories): Detect subunits that are specified with an
10734         attribute Body in package Naming. Do not replace a source/unit in the
10735         same project when the order of the source dirs are known. Detect
10736         duplicate sources/units in the same project when the order of the
10737         source dirs are not known.
10738         (Check_Ada_Name): Allow all identifiers that are not reserved words
10739         in Ada 95.
10740         Major update of the Project Manager and of the project aware tools,
10741         including gprmake, so that the same sources in the GNAT repository
10742         can be used by gprbuild.
10743         (Look_For_Sources): If the list of sources is empty, set the object
10744         directory of non extending project to nil.
10745         Change type of path name variables to be Path_Name_Type
10746         (Locate_Directory): Make sure that on Windows '/' is converted to '\',
10747         otherwise creating missing directories will fail.
10748
10749         * prj-attr-pm.adb, prj-tree.ads, prj-proc.ads, prj-proc.adb, 
10750         prj-part.ads, prj-part.adb:
10751         Major update of the Project Manager and of the project aware tools,
10752         including gprmake, so that the same sources in the GNAT repository
10753         can be used by gprbuild.
10754
10755         * prj-strt.adb (Prj.Strt.Attribute_Reference): Set correctly the case
10756         insensitive flag for attributes with optional index.
10757         (Prj.Dect.Parse_Attribute_Declaration): For case insensitive associative
10758         array attribute, put the index in lower case.
10759         (Parse_Variable_Reference): Allow the current project name to be used in
10760         the prefix of an attribute reference.
10761
10762         * prj-util.ads, prj-util.adb
10763         (Value_Of (for arrays)): New Boolean parameter Force_Lower_Case_Index,
10764         defaulted to False. When True, always check against indexes in lower
10765         case.
10766
10767         * snames.ads, snames.h, snames.adb: 
10768         Update Project Manager to new attribute names for gprbuild
10769         Allow all valid declarations in configuration project files
10770
10771 2007-08-14  Robert Dewar  <dewar@adacore.com>
10772             Ed Schonberg  <schonberg@adacore.com>
10773
10774         * opt.ads: Warning for non-local exception propagation now off by
10775         default
10776         New switch -gnatI to disable representation clauses
10777         Implement new pragma Implicit_Packing
10778
10779         * usage.adb: 
10780         Warning for non-local exception propagation now off by default
10781         Add warning for unchecked conversion of pointers wi different
10782         conventions.
10783         New switch -gnatI to disable representation clauses
10784
10785         * usage.adb: new switch -gnatyS
10786
10787         * gnat_ugn.texi: For the gnatcheck Non_Qualified_Aggregates rule add a
10788         note that aggregates of anonymous array types are not flagged.
10789         -gnatwc now includes membership tests optimized away
10790         -gnatw.x warnings are now off by default
10791         Added conditional compilation Appendix
10792         Add documentation of -gnatI
10793         Add documentation for new -gnatyS style check
10794         Update documentation about SAL and auto-init on Windows.
10795
10796         * gnat_rm.texi: 
10797         Add documentation for pragma Check_Name and 'Enabled attribute
10798         Document that Eliminate on dispatching operation is ignored
10799         Document IDE attributes VCS_Repository_Root and VCS_Patch_Root.
10800         Document pragma Main
10801         Document pragma Implicit_Packing
10802
10803         * sem_ch13.adb: Add warning for unchecked conversion of pointers wi
10804         different conventions
10805         New switch -gnatI to disable representation clauses
10806
10807         * switch-c.adb (Scan_Front_End_Switches): When a -gnat switch is not
10808         recognized, report the invalid characters including "-gnat" instead of
10809         just the first character in the switch.
10810         New switch -gnatI to disable representation clauses
10811         Set Warn_On_Object_Renames_Function true for -gnatg
10812
10813         * vms_data.ads: Add doc for /IGNORE_REP_CLAUSES
10814         Add STATEMENTS_AFTER_THEN_ELSE as synonym for -gnatyS
10815         Add qualifier /ADD_PROJECT_SEARCH_DIR= for different tools, equivalent
10816         to switch -aP (add directory to project search dir).
10817
10818         * par-prag.adb: Implement new pragma Implicit_Packing
10819
10820         * sem_prag.adb (Analyze_Pragma, case Complex_Representation): Mark the
10821         type as having a non-standard representation, to force expansion on
10822         conversion to related types.
10823         (Analyze_Pragma): Warn on misspelled pragma
10824         (Analyze_Pragma, case Convention_Identifier): Fix checking of second arg
10825         Ensure consistent use of # in error messages
10826         Implement pragma Implicit_Packing
10827
10828 2007-08-14  Olivier Hainque  <hainque@adacore.com>
10829             Eric Botcazou  <ebotcazou@adacore.com>
10830
10831         * targtyps.c (get_target_maximum_default_alignment): New function.
10832         Maximum alignment
10833         that the compiler might choose by default for a type or object.
10834         (get_target_default_allocator_alignment): New function. Alignment known
10835         to be honored by the target default allocator.
10836         (get_target_maximum_allowed_alignment): New function. Maximum alignment
10837         we might accept for any type or object on the target.
10838         (get_target_maximum_alignment): Now synonym of maximum_default_alignment
10839
10840         * gigi.h (get_target_maximum_default_alignment): Declare new function.
10841         (get_target_default_allocator_alignment): Likewise.
10842         (get_target_maximum_allowed_alignment): Likewise.
10843
10844         PR ada/19037
10845         * decl.c (gnat_to_gnu_entity) <object>: Except for the renaming of the
10846         result of a function call, first try to use a stabilized reference for
10847         a constant renaming too.
10848         (validate_alignment): Use target_maximum_allowed_alignment instead of
10849         MAX_OFILE_ALIGNMENT as the upper bound to what we accept.
10850         (gnat_to_gnu_entity): Use common nodes directly.
10851         (gnat_to_gnu_entity) <object>: Pick the values of the type to annotate
10852         alignment and size for the object.
10853         (lvalue_required_p): Handle N_Parameter_Association like N_Function_Call
10854         and N_Procedure_Call_Statement.
10855         (takes_address): Rename to lvalue_required_p, add third parameter
10856         'aliased' and adjust recursive calls.
10857         <N_Indexed_Component>: Update 'aliased' from the array type.
10858         <N_Selected_Component>: New case.
10859         <N_Object_Renaming_Declaration>: New Likewise.
10860         (Identifier_to_gnu): Adjust for above changes.
10861         (maybe_stabilize_reference) <CONST_DECL>: New case.
10862
10863         * utils2.c (build_binary_op) <ARRAY_RANGE_REF>: Look through conversion
10864         between type variants.
10865         (build_simple_component_ref): Likewise.
10866         (build_call_alloc_dealloc): Use target_default_allocator_alignment
10867         instead of BIGGEST_ALIGNMENT as the threshold to trigger the super
10868         aligning type circuitry for allocations from the default storage pool.
10869         (build_allocator): Likewise.
10870         (build_simple_component_ref): Manually fold the reference for a
10871         constructor if the record type contains a template.
10872
10873         * utils.c (value_zerop): Delete.
10874         (gnat_init_decl_processing): Emit debug info for common types.
10875         (rest_of_record_type_compilation): If a union contains a field
10876         with a non-constant qualifier, treat it as variable-sized.
10877         (finish_record_type): Give the stub TYPE_DECL a name.
10878         (rest_of_record_type_compilation): Likewise.
10879         (convert) <CONSTRUCTOR>: New case.  Build a new constructor if
10880         types are equivalent array types.
10881         (create_field_decl): Claim fields of any ARRAY_TYPE are addressable,
10882         even if the type is not passed by reference.
10883         (static_ctors, static_dtors): Delete.
10884         (end_subprog_body): Do not record constructors and destructors.
10885         (build_global_cdtor): Delete.
10886         (gnat_write_global_declarations): Do not call build_global_cdtor.
10887
10888         * lang-spARGET_VXWORKS_RTP is defined, append -mrtp when
10889         -fRTS=rtp is specified.
10890         If CONFIG_DUAL_EXCEPTIONS is 1, append -fsjlj when -fRTS=sjlj is
10891         specified.
10892
10893         * misc.c (gnat_init_gcc_eh): Use __gnat_eh_personality_sj for the name
10894         of the personality function with SJLJ exceptions.
10895
10896         * raise-gcc.c (PERSONALITY_FUNCTION): Use __gnat_eh_personality_sj for
10897         the name of the personality function with SJLJ exceptions.
10898
10899 2007-08-14  Robert Dewar  <dewar@adacore.com>
10900             Ed Schonberg  <schonberg@adacore.com>
10901
10902         * par.ads, par.adb: Improve handling of extra right parens.
10903         (Par): Remove flag From_Limited_With_Clause.
10904
10905         * par-util.adb, par-ch3.adb: Improve error recovery for bad constraint
10906         Improve handling of extra right parens.
10907
10908 2007-08-14  Robert Dewar  <dewar@adacore.com>
10909
10910         * par-tchk.adb (TF_Semicolon): Improve error recovery
10911
10912 2007-08-14  Robert Dewar  <dewar@adacore.com>
10913             Ed Schonberg  <schonberg@adacore.com>
10914
10915         * sem_attr.ads, sem_attr.adb (Analyze_Attribute, case Value): For
10916         enumeration type, mark all literals as referenced.
10917         (Eval_Attribute, case 'Image): If the argument is an enumeration
10918         literal and names are available, constant-fold but mark nevertheless as
10919         non-static.
10920         Clean up function names.
10921         (Name_Modifies_Prefix): Rename to Name_Implies_Lvalue_Prefix. Clarify
10922         comment.
10923         (Requires_Simple_Name_Prefix): Removed.
10924
10925 2007-08-14  Robert Dewar  <dewar@adacore.com>
10926             Ed Schonberg  <schonberg@adacore.com>
10927
10928         * sem_ch11.adb: Improved warnings for unused variables
10929
10930         * sem_ch3.ads, sem_ch3.adb (Build_Derived_Record_Type): If the ancestor
10931         is a synchronized interface, the derived type is limited.
10932         (Analyze_Object_Declaration): Mark the potential coextensions in the
10933         definition and expression of an object declaration node.
10934         (Build_Derived_Type): For the completion of a private type declaration
10935         with a derived type declaration, chain the parent type's representation
10936         items to the last representation item of the derived type (not the
10937         first one) if they are not present already.
10938         (Analyze_Object_Declaration, Constant_Redeclaration): Allow incomplete
10939         object declaration of forward references to tags.
10940         (Access_Subprogram_Declaration): In Ada2005, anonymous access to
10941         subprogram types can appear as access discriminants of synchronized
10942         types.
10943         (OK_For_Limited_Init_In_05): The initialization is legal is it is a call
10944         given in prefixed form as a selected component.
10945         (Process_Discriminants): If not all discriminants have defaults, place
10946         error message on a default that is present.
10947         (Analyze_Private_Extension_Declaration): Diagnose properly an attempt to
10948         extend a synchronized tagged type.
10949         Improved warnings for unused variables
10950         (Is_Visible_Component): Fix a visibility hole on a component inherited
10951         by a private extension when parent is itself declared as a private
10952         extension, and the derivation is in a child unit.
10953         (Find_Hidden_Interface): Move spec from the package body.
10954
10955 2007-08-14  Robert Dewar  <dewar@adacore.com>
10956             Ed Schonberg  <schonberg@adacore.com>
10957
10958         * sem_ch5.adb: Improve warnings on redundant assignments
10959
10960         * sem_util.ads, sem_util.adb: (Is_Variable): Add defense against junk
10961         parameter
10962         (Is_Synchronized_Tagged_Type): New subprogram that returns true
10963         in case of synchronized tagged types (AARM 3.9.4 (6/2)).
10964         (Safe_To_Capture_Value): Can now return True for constants, even if Cond
10965         is set to False. Improves handling of Known_[Not_]Null.
10966         (Wrong_Type): Special case address arithmetic attempt
10967         (Collect_Abstract_Interfaces): Add new formal to allow collecting
10968         abstract interfaces just using the partial view of private types.
10969         (Has_Abstract_Interfaces): Add new formal to allow checking types
10970         covering interfaces using the partial view of private types.
10971         (Is_Fully_Initialized_Type): Special VM case for uTag component. This
10972         component still needs to be defined in this case, but is never
10973         initialized as VMs are using other dispatching mechanisms.
10974         (Abstract_Interface_List): For a protected type, use base type to get
10975         proper declaration.
10976         Improve warnings on redundant assignments
10977         (Is_Variable): Handle properly an implicit dereference of a prefixed
10978         function call.
10979         (Build_Actual_Subtype): If this is an actual subtype for an
10980         unconstrained formal parameter, use the sloc of the body for the new
10981         declaration, to prevent anomalises in the debugger.
10982
10983 2007-08-14  Robert Dewar  <dewar@adacore.com>
10984
10985         * sem_elim.adb (Set_Eliminated): Ignore pragma Eliminate for
10986         dispatching operation
10987
10988 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
10989             Gary Dismukes  <dismukes@adacore.com>
10990
10991         * exp_aggr.ads, 
10992         exp_aggr.adb (Convert_Aggr_In_Allocator): Use Insert_Actions to place
10993         expanded aggregate code before allocator, and ahead of declaration for
10994         temporary, to prevent access before elaboration when the allocator is
10995         an actual for an access parameter.
10996         (Is_Static_Dispatch_Table_Aggregate): Handle aggregates initializing
10997         the TSD and the table of interfaces.
10998         (Convert_To_Assignments): Augment the test for delaying aggregate
10999         expansion for limited return statements to include the case of extended
11000         returns, to prevent creation of an unwanted transient scope.
11001         (Is_Static_Dispatch_Table_Aggregate): New subprogram.
11002         (Expand_Array_Aggregate): Handle aggregates associated with
11003         statically allocated dispatch tables.
11004         (Expand_Record_Aggregate): Handle aggregates associated with
11005         statically allocated dispatch tables.
11006         (Gen_Ctrl_Actions_For_Aggr): Generate a finalization list for allocators
11007         of anonymous access type.
11008
11009 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11010
11011         * exp_ch5.adb (Expand_Assign_Array): If source or target of assignment
11012         is a variable that renames a slice, use the variable itself in the
11013         expannsion when the renamed expression itself may be modified between
11014         the declaration of the renaming and the array assignment.
11015
11016 2007-08-14  Jerome Guitton  <guitton@adacore.com>
11017
11018         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb, 
11019         s-taprop-hpux-dce.adb, s-taprop-dummy.adb, s-taprop-solaris.adb, 
11020         s-taprop-vms.adb, s-taprop-posix.adb (Continue_Task, Stop_All_Tasks):
11021         New functions; dummy implementations.
11022
11023         * s-osinte-vxworks.ads (Task_Stop, Task_Cont, Int_Lock, Int_Unlock): New
11024         functions, used to implement the multi-tasks mode routines on VxWorks.
11025
11026         * s-osinte-vxworks.adb, s-osinte-vxworks6.adb (Task_Cont, Task_Stop):
11027         New functions, thin
11028         binding to the VxWorks routines which have changed between VxWorks 5
11029         and 6.
11030         (Int_Lock, Int_Unlock): New function, thin binding to kernel routines
11031         which are not callable from a RTP.
11032
11033         * s-taprop-vxworks.adb (Stop_All_Tasks, Continue_Task): New functions,
11034         implemented for the multi-tasks mode on VxWorks 5 and 6.
11035
11036         * s-taprop.ads (Stop_All_Tasks, Continue_Task): New functions.
11037
11038         * s-tasdeb.ads, s-tasdeb.adb (Continue_All_Tasks, Stop_All_Tasks): New
11039         functions.
11040
11041 2007-08-14  Vincent Celier  <celier@adacore.com>
11042
11043         * clean.adb, fmap.adb, sinput-p.adb, sinput-p.ads, gnatcmd.adb, 
11044         gnatname.adb, makeutl.ads, makeutl.adb, makegpr.adb, mlib-tgt-vms.adb
11045         mlib-tgt-darwin.adb, mlib-tgt-lynxos.adb, mlib-prj.adb, mlib-tgt.adb, 
11046         mlib-tgt.ads, mlib-tgt-irix.adb mlib-tgt-hpux.adb, mlib-tgt-linux.adb, 
11047         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, 
11048         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, mlib-tgt-aix.adb,
11049         mlib-tgt-tru64.adb, mlib.ads, mlib.adb (Create_Sym_Links): New
11050         procedure.
11051         (Major_Id_Name): New function.
11052         mlib-tgt.ads/mlib.tgt.adb:
11053         (Library_Major_Minor_Id_Supported): New function, default returns True
11054         Most mlib-tgt-*.adb that support shared libraries and symbolic links:
11055         (Build_Dynamic_Library): Add support for major/minor ids for shared libs
11056         Other mlib-tgt-*.adb (aix, mingw, vms, vxworks, xi):
11057         Implementation of Library_Major_Minor_Id_Supported returns False
11058         clean.adb:
11059         (Clean_Library_Directory): If major/minor ids are supported, clean all
11060         library files.
11061         Major update of the Project Manager and of the project aware tools,
11062         including gprmake, so that the same sources in the GNAT repository
11063         can be used by gprbuild.
11064
11065 2007-08-14  Olivier Hainque  <hainque@adacore.com>
11066
11067         * system-solaris-x86.ads (ZCX_By_Default): Switch to True.
11068         (GCC_ZCX_Support): Switch to True.
11069         
11070         * s-intman-solaris.adb (Notify_Exception): Call
11071         Adjust_Context_For_Raise before raising, as expected for signal
11072         handlers in general.
11073         
11074         * s-intman-posix.adb (Notify_Exception): Remove declaration of
11075         Adjust_Context_For_Raise, moved to the spec of this unit to be visible
11076         to other implementation bodies.
11077         
11078         * s-intman.ads (Adjust_Context_For_Raise): Declare and import here, to
11079         be visible by multiple implementation bodies.
11080         
11081         * init.c [VMS section] (__gnat_handle_vms_condition): Adjust context
11082         only for conditions coming from hardware.
11083         [alpha-tru64 section] (__gnat_adjust_context_for_raise): Implement,
11084         adjustments to signal context prior to exception raise from signal
11085         handler.
11086         (__gnat_map_signal for VxWorks): Map SIGSEGV to Storage_Error in RTP
11087         mode.
11088         Solaris section: (__gnat_adjust_context_for_raise): New function.
11089         Implementation of the machine context adjustments to perform prior to
11090         raise from a signal handler. Version for both sparc and x86.
11091         (HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE): Define.
11092         (__gnat_error_handler): Expect a third argument, ucontext_t *. Adjust it
11093         prior to raising as expected for any handler, before possible nested
11094         faults to make sure all the contexts in a chain have been adjusted by
11095         the time we propagate.
11096
11097 2007-08-14  Pascal Obry  <obry@adacore.com>
11098
11099         * s-osinte-mingw.ads: Add support for Ada.Execution_Time on Windows.
11100         (SYSTEM_INFO): New record.
11101         (SetThreadIdealProcessor): New imported routine needed for supporting
11102         task_info pragma on Windows.
11103
11104         * s-taprop-mingw.adb (Enter_Task): Check if CPU number given in task
11105         info can be applied to the current host.
11106         (Create_Task): Set the ideal processor if information is present.
11107
11108         * s-tasinf-mingw.adb, s-tasinf-mingw.ads,
11109         a-exetim-mingw.adb, a-exetim-mingw.ads: New files.
11110
11111 2007-08-14  Olivier Hainque  <hainque@adacore.com>
11112
11113         * s-taprop-linux.adb (Get_Stack_Attributes): New subprogram. Fetch the
11114         stack size and initial stack pointer value for a given task.
11115         (Enter_Task): Get the stack attributes of the task we are entering and
11116         let the stack checking engine know about them.
11117
11118         * s-stchop.adb, s-stchop.ads (Notify_Stack_Attributes): New subprogram.
11119         Let the stack-checking engine know about the initial sp value and stack
11120         size associated with the current task.
11121         (Set_Stack_Info): If a stack base has been notified for the current
11122         task, honor it. Fallback to the previous less accurate method otherwise.
11123
11124         * s-stchop-vxworks.adb (Notify_Stack_Attributes): Dummy body.
11125
11126 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11127
11128         * sem_ch10.adb: Create a limited view of an incomplete type, to make
11129         treatment of limited views uniform for all visible declarations in a
11130         limited_withed package.
11131         Set flag indicating that a subprogram body for a child unit has a
11132         generated spec.
11133         (Analyze_Compilation_Unit): If unit is a subprogram body that has no
11134         separate declaration, remove the unit name from visibility after
11135         compilation, so that environment is clean for subsequent compilations.
11136         (Install_Limited_Context_Clauses): Do not install a
11137         limited_private_with_clause unless the current unit is a body or a
11138         private child unit.
11139         (Analyze_Subunit, Install_Parents): Treat generic and non-generic units
11140         in the same fashion.
11141         (Install_Limited_Withed_Unit): Do not install a limited with clause if
11142         it applies to the declaration of the current package body.
11143         (Remove_Private_With_Clauses): If there is a regular with_clause for
11144         the unit, delete Private_With_Clause from context, to prevent improper
11145         hiding when processing subsequent nested packages and instantiations.
11146
11147 2007-08-14  Jose Ruiz  <ruiz@adacore.com>
11148
11149         * adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept
11150         dir/file, device:/dir/file, and device:drive_letter:/dir/file as
11151         representing absolute path names.
11152         __gnat_set_file_time_name [VMS]: Fix some 64/32 bit issues.
11153
11154         * cstreams.c (__gnat_full_name for VxWorks): Use
11155         __gnat_is_absolute_path to detect whether we need to add the current
11156         directory to normalize the path.
11157
11158 2007-08-14  Javier Miranda  <miranda@adacore.com>
11159
11160         * a-tags.ads, 
11161         a-tags.adb (Displace): Associate a message with the raised CE
11162         exception.
11163         (To_Addr_Ptr, To_Address, To_Dispatch_Table_Ptr,
11164         To_Object_Specific_Data_Ptr To_Predef_Prims_Ptr,
11165         To_Tag_Ptr, To_Type_Specific_Data_Ptr): Moved here from the package
11166         spec.
11167         (Default_Prim_Op_Count): Removed.
11168         (IW_Membership, Get_Entry_Index, Get_Offset_Index, Get_Prim_Op_Kind,
11169         Register_Tag, Set_Entry_Index, Set_Offset_To_Top, Set_Prim_Op_Kind):
11170         Remove pragma Inline_Always.
11171
11172         * rtsfind.ads (Default_Prim_Op_Count): Removed
11173         (Max_Predef_Prims): New entity
11174         (RE_Expanded_Name): Removed
11175         (RE_HT_Link): Removed
11176         (RE_Iface_Tag): Remmoved
11177         (RE_Ifaces_Table): Removed
11178         (RE_Interfaces_Array): Removed
11179         (RE_Interface_Data_Element): Removed
11180         (RE_Nb_Ifaces): Removed
11181         (RE_RC_Offset): Removed
11182         (RE_Static_Offset_To_Top): Removed
11183
11184         * exp_atag.ads, exp_atag.adb (Build_Inherit_Prims): Addition of a new
11185         formal.
11186         (Build_Inherit_Predefined_Prims): Replace occurrences of Default_
11187         Prim_Op_Count by Max_Predef_Prims.
11188
11189 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11190             Vincent Celier  <celier@adacore.com>
11191
11192         * binde.adb (Elab_All_Links): Remove unnecessary call to
11193         Generic_Separately_Compiled (if a unit satisfies this predicate, there
11194         won't be an associated Afile).
11195         (Elab_All_Links): Fail if a referenced unit cannot be found
11196
11197         * bindgen.adb: 
11198         Fix comments in bindgen regarding consistency checks done in Bcheck:
11199         the checks are made across units within a partition, not across several
11200         partitions.
11201         Fix generation of C binder file for VxWorks.
11202
11203         * lib.ads, lib.adb (Generic_Separately_Compiled): Rename to
11204         Generic_May_Lack_ALI, more descriptive of the current use of the
11205         predicate, and update documentation.
11206
11207         * lib-writ.ads, lib-writ.adb (Write_With_Lines): Minor code
11208         reorganization and documentation update for the case of predefined
11209         library generics (for which we do not reference an Afile).
11210
11211 2007-08-14  Robert Dewar  <dewar@adacore.com>
11212
11213         * s-intman-irix.adb, s-osinte-irix.adb, s-osinte-irix.ads,
11214         s-proinf-irix-athread.ads, s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads,
11215         s-parame-hpux.ads, s-intman-dummy.adb, s-tasinf-solaris.adb,
11216         s-tasinf-solaris.ads, s-asthan-vms-alpha.adb, s-inmaop-vms.adb,
11217         s-intman-vms.adb, s-intman-vms.ads, s-osprim-mingw.adb,
11218         s-parame-vms-restrict.ads, s-parame-ae653.ads, s-intman-vxworks.ads,
11219         s-intman-vxworks.ads, s-intman-vxworks.adb, s-parame-vxworks.ads,
11220         s-tfsetr-vxworks.adb, s-interr.adb, s-interr.ads, a-tasatt.adb,
11221         exp_ch13.adb, s-htable.ads, s-imgboo.ads, s-imglli.ads, s-imgllu.ads,
11222         s-imguns.ads, g-eacodu.adb, par-ch12.adb, s-stache.ads, s-stausa.adb,
11223         s-poosiz.adb, s-parame.ads, s-mastop.ads, s-osinte-darwin.ads,
11224         a-chtgke.adb, s-asthan-vms-alpha.adb, s-parame-vms-alpha.ads,
11225         s-parame-vms-ia64.ads, s-parame-vxworks.adb, s-except.ads,
11226         g-altcon.adb: Minor reformatting
11227
11228         ada-tree.h: Delete empty line.
11229
11230         ali.ads: Minor reformatting
11231         Clarification of comments.
11232         Minor spelling correction
11233
11234         * exp_dbug.adb: Add Warnings Off to suppress new warning
11235
11236         * a-witeio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
11237         formal
11238
11239         * a-strunb.adb (Set_Unbounded_String): Avoid memory leak by freeing old
11240         value
11241
11242         * a-textio.adb (Write): Remove an unnecessary IN OUT mode from
11243
11244         * a-textio.ads: Reorder the standard input/output/error declarations
11245         for consistency.
11246
11247         * g-dirope.adb, g-dirope.ads: Change Dir to mode IN for Open call
11248
11249         * par-ch2.adb: Recognize RM specially in errout
11250         Change 'R'M to RM in all error messages
11251
11252         * scng.adb: Recognize RM specially in errout
11253
11254         * sem.ads, sem.adb, exp_strm.adb, exp_ch5.ads, expander.adb: Rename
11255         N_Return node to be N_Simple_Return, to reflect Ada 2005 terminology.
11256
11257         * s-direio.adb: Add missing routine header box.
11258
11259         * sem_attr.ads: Add ??? comments
11260
11261         * sem_eval.adb: Recognize RM specially in errout
11262         Change 'R'M to RM in all error messages
11263
11264         * sem_maps.adb, sem_maps.ads: Remove some unnecessary IN OUT modes
11265
11266         * s-tasinf.ads: Fix minor comment typo.
11267
11268         * a-cihama.adb: Minor comment addition
11269
11270         * a-ztexio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
11271         formal
11272
11273         * s-tasinf-tru64.ads: Fix minor comment typo.
11274
11275         * itypes.ads: Comment update.
11276
11277         * ali-util.adb: Remove Generic_Separately_Compiled guard, not needed
11278         anymore.
11279
11280         * argv.c: Added protection against null gnat_argv and gnat_envp.
11281
11282         * bcheck.adb (Check_Consistency): Use correct markup character ({) in
11283         warning message when Tolerate_Consistency_Errors is True.
11284
11285         * cstand.adb (Create_Standard): Do not call Init_Size_Alignment for
11286         Any_Id, as this subprogram is only applicable to *type* entities (it
11287         sets RM_Size). Instead initialize just Esize and Alignment.
11288
11289 2007-08-14  Bob Duff  <duff@adacore.com>
11290
11291         * a-cihama.ads, a-cidlli.ads, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads, 
11292         a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads, 
11293         a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorse.ads, a-cohama.ads, 
11294         a-cohata.ads, a-convec.adb, a-coinve.ads, a-coinve.adb, a-convec.ads,
11295         a-coorse.ads (Next): Applied pragma Inline.
11296         Make all Containers packages Remote_Types (unless they are already
11297         Pure).
11298         (Previous): applied pragma Inline
11299         (Elements_Type): is now a record instead of an array
11300
11301 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11302
11303         * table.adb, g-table.adb, g-dyntab.adb (Append): Reimplement in terms
11304         of Set_Item.
11305         (Set_Item): When the new item is an element of the currently allocated
11306         table passed by reference, save a copy on the stack if we're going
11307         to reallocate. Also, in Table.Set_Item, make sure we test the proper
11308         variable to determine whether to call Set_Last.
11309
11310         * sinput-d.adb, sinput-l.adb, stringt.adb, switch-m.adb,
11311         symbols-vms.adb, symbols-processing-vms-alpha.adb,
11312         symbols-processing-vms-ia64.adb, sem_elab.adb, repinfo.adb: Replace
11313         some occurrences of the pattern
11314            T.Increment_Last;
11315            T.Table (T.Last) := Value;
11316         with a cleaner call to
11317            T.Append (Value);
11318
11319 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11320             Gary Dismukes  <dismukes@adacore.com>
11321             Thomas Quinot  <quinot@adacore.com>
11322
11323         * sem_ch12.ads, sem_ch12.adb (Instantiate_Type): If the formal is a
11324         derived type with interface progenitors use the analyzed formal as the
11325         parent of the actual, to create renamings for all the inherited
11326         operations in Derive_Subprograms.
11327         (Collect_Previous_Instances): new procedure within of
11328         Load_Parent_Of_Generic, to instantiate all bodies in the compilation
11329         unit being loaded, to ensure that the generation of global symbols is
11330         consistent in different compilation modes.
11331         (Is_Tagged_Ancestor): New function testing the ancestor relation that
11332         takes progenitor types into account.
11333         (Validate_Derived_Type_Instance): Enforce the rule of 3.9.3(9) by
11334         traversing over the primitives of the formal and actual types to locate
11335         any abstract subprograms of the actual type that correspond to a
11336         nonabstract subprogram of the formal type's ancestor type(s), and issue
11337         an error if such is found.
11338         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation,
11339         Instantiate_Package_Body, Instantiate_Subprogram_Body):
11340         Remove bogus guard around calls to Inherit_Context.
11341         (Reset_Entity): If the entity is the selector of a selected component
11342         that denotes a named number, propagate constant-folding to the generic
11343         template only if the named number is global to the generic unit.
11344         (Set_Instance_Env): Only reset the compilation switches when compiling
11345         a predefined or internal unit.
11346
11347 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11348
11349         * sem_ch4.adb (Try_Class_Wide_Operation): use base type of first
11350         parameter to determine whether operation applies to the prefix.
11351         (Complete_Object_Operation): If actual has an access type and
11352         controlling formal is not an in_parameter, reject the actual if it is
11353         an access_to_constant type.
11354         (Try_Primitive_Operation): If the type of the prefix is a formal tagged
11355         type, the candidate operations are found in the scope of declaration of
11356         the type, because the type has no primitive subprograms.
11357         (Analyze_Selected_Component): If prefix is class-wide, and root type is
11358         a private extension, only examine visible components before trying to
11359         analyze as a prefixed call.
11360         Change Entity_List to Type_To_Use, for better readability.
11361         (Has_Fixed_Op): Use base type when checking whether the type of an
11362         operator has a user-defined multiplication/division
11363         (Check_Arithmetic_Pair): Use Ada 2005 rules to remove ambiguities when
11364         user-defined operators are available for fixed-point types.
11365
11366 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11367             Ed Schonberg  <schonberg@adacore.com>
11368
11369         * sem_cat.ads, sem_cat.adb (Has_Stream_Attribute_Definition): New
11370         formal At_Any_Place indicating, when True, that we want to test for
11371         availability of the stream attribute at any place (as opposed to the
11372         current visibility context only).
11373         (Missing_Read_Write_Attributes): A stream attribute is missing for the
11374         purpose of enforcing E.2.2(8) only if it is not available at any place.
11375         Take into account the Ada2005 pragma Has_Preelaborable_Initialization
11376         when checking the legality of an extension aggregate in a preelaborable
11377         package. Treat the literal null as a valid default expression in a
11378         component declaration for a type with preelaborable initialization.
11379         A limited interface is a legal progenitor for the designated type of a
11380         remote access to class-wide type.
11381
11382 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11383             Ed Schonberg  <schonberg@adacore.com>
11384
11385         * sem_ch8.ads, sem_ch8.adb (Find_Type, case of a 'Base attribute
11386         reference): Use correct entity as denoted entity for the selector of
11387         the rewritten node.
11388         (Find_Direct_Name): Add comment about Generate_Reference incorrectly
11389         setting the Referenced_As_LHS flag for entities that are implicitly
11390         dereferenced.
11391         (Find_Type): If the type is an internally generated incomplete type,
11392         mark the full view as referenced, to prevent spurious warnings.
11393         (Find_Selected_Component, Has_Components): Handle properly non-limited
11394         views that are themselves incomplete types.
11395         Handle interfaces visible through limited-with clauses.
11396         (Analyze_Subprogram_Renaming): Disambiguate and set the entity of a
11397         subprogram generic actual for which we have generated a renaming.
11398         Warn when the renaming introduces a homonym of
11399         the renamed entity, and the renamed entity is directly visible.
11400
11401 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11402             Hristian Kirtchev  <kirtchev@adacore.com>
11403
11404         * sem_res.adb (Resolve_Allocator): Propagate any coextensions that
11405         appear in the subtree to the current allocator if it is not a static
11406         coextension.
11407         (Resolve_Allocator): Perform cleanup if resolution has determined that
11408         the allocator is not a coextension.
11409         (Resolve): Skip an interpretation hidden by an abstract operator only
11410         when the type of the interpretation matches that of the context.
11411         (Resolve): When looping through all possible interpretations of a node,
11412         do not consider those that are hidden by abstract operators.
11413         (Resolve_Actuals): When verifying that an access to class-wide object
11414         is an actual  for a controlling formal, ignore anonymous access to
11415         subprograms whose return type is an access to class_wide type.
11416         (Resolve_Slice): If the prefix of the slice is a selected component
11417         whose type depends on discriminants, build its actual subtype before
11418         applying range checks on the bounds of the slice.
11419         (Valid_Conversion): In an instance or inlined body, compare root types,
11420         to prevent anomalies between private and public views.
11421         (Resolve): Improve error message for ambiguous fixed multiplication
11422         expressions that involve universal_fixed multiplying operations.
11423
11424 2007-08-14  Javier Miranda  <miranda@adacore.com>
11425             Hristian Kirtchev  <kirtchev@adacore.com>
11426
11427         * exp_ch9.adb (Build_Protected_Entry): Propagate the original source
11428         location to allow the correct generation of errors in case of
11429         restrictions applied to the expanded code.
11430         (Expand_Entry_Barrier): Remove all generated renamings for a barrier
11431         function if the condition does not reference them.
11432         (Expand_Entry_Body_Declarations): Mark the index constant as having a
11433         valid value.
11434
11435 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11436             Pablo Oliveira  <oliveira@adacore.com>
11437
11438         * exp_dist.adb (PolyORB_Support.Build_TypeCode_Function): When creating
11439         typecode parameters for a union (in a variant record), remove
11440         extraneous layer of Any wrapping for member label.
11441         (Expand_Receiving_Stubs_Bodies): For an RCI package body that has
11442         elabration statements, register the package with the name server
11443         at the beginning, not at the end, of the elaboration statements so
11444         that they can create remote access to subprogram values that designate
11445         remote subprograms from the package.
11446
11447 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
11448
11449         * g-catiio.adb (Image): For the case of %s, use Ada.Calendar.Time
11450         values to compute the number of seconds since the Unix Epoc in order to
11451         account for Daylight Savings Time. Perform special processing for dates
11452         that are earlier than the Unix Epoc to obtain a negative number.
11453
11454 2007-08-14  Emmanuel Briot  <briot@adacore.com>
11455
11456         * g-comlin.adb (Getopt): Fix handling of "*" switch when not collapsing
11457         switches.
11458
11459 2007-08-14  Eric Botcazou  <ebotcazou@adacore.com>
11460
11461         * gnatlink.adb (Gnatlink): Pass switches to the linker even if the
11462         binder-generated file is not in Ada.
11463         Pass -mrtp to the linker if it is GCC and --RTS=rtp has been
11464         recorded in the ALI file.
11465         Pass -fsjlj to the linker if it is GCC and --RTS=sjlj has been recorded.
11466
11467 2007-08-14  Vincent Celier  <celier@adacore.com>
11468
11469         * gnatls.adb: (Corresponding_Sdep_Entry): Always return a value
11470         (Output_Source): Do nothing if parameter is No_Sdep_Id
11471
11472         * make.adb (Gnatmake): Do not rebuild an archive simply because a
11473         shared library it imports has a later time stamp.
11474         (Check): Resolve the symbolic links in the path name of the object
11475         directory.
11476         Check that the ALI file is in the correct object directory
11477         Check if a file name does not correspond to the mapping of units
11478         to file names.
11479         (Display_Version): New procedure
11480         (Initialize): Process switches --version and --help
11481         Use type Path_Name_Type for path name
11482
11483 2007-08-14  Paul Hilfinger  <hilfinger@adacore.com>
11484
11485         * impunit.adb: Re-organize System.Random_Numbers and
11486         GNAT.Random_Numbers and add to builds.
11487
11488         * Makefile.rtl: Add s-rannum.ad* and g-rannum.ad*, a-assert*
11489
11490         * s-rannum.ads, s-rannum.adb, g-rannum.ads, g-rannum.adb: New files.
11491
11492         * a-assert.ads, a-assert.adb: New files.
11493
11494 2007-08-14  Gary Dismukes  <dismukes@adacore.com>
11495
11496         * layout.adb (Layout_Type): In the case of access-to-subprogram types,
11497         if AAMP_On_Target is True, then the size of the type encompasses two
11498         addresses (a static link and a subprogram address), except in the case
11499         of library-level access types.
11500
11501 2007-08-14  Vincent Celier  <celier@adacore.com>
11502
11503         * output.ads, output.adb (Write_Eol): Remove trailing spaces before
11504         writing the line.
11505         (Write_Eol_Keep_Blanks): New procedure to write a line, including
11506         possible trailing spaces.
11507         (Output_Source_Line): Call Write_Eol_Keep_Blanks to output a source line
11508
11509 2007-08-14  Javier Miranda  <miranda@adacore.com>
11510
11511         * par-ch6.adb (P_Formal_Part): Fix wrong error message associated with
11512         null-excluding access types.
11513
11514 2007-08-14  Javier Miranda  <miranda@adacore.com>
11515
11516         * sem_ch9.adb (Check_Interfaces): New subprogram that factorizes code
11517         that is common to Analyze_Protected_Type and Analyze_Task_Type. In case
11518         of private types add missing check on matching interfaces in the
11519         partial and full declarations.
11520         (Analyze_Protected_Type): Code cleanup.
11521         (Analyze_Task_Type): Code cleanup.
11522
11523 2007-08-14  Javier Miranda  <miranda@adacore.com>
11524
11525         * sem_disp.adb (Check_Dispatching_Operation): Do not emit warning on a
11526         generated interface thunk.
11527
11528 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11529
11530         * s-ficobl.ads: Declare AFCB as a tagged incomplete type, to prevent
11531         obsolescent warning on application of 'Class to an incomplete type.
11532
11533         * s-finroo.ads: Declare Root_Controlled as a tagged incomplete type, to
11534         prevent obsolescent warning on application of 'Class to an incomplete
11535         type.
11536
11537 2007-08-14  Pascal Obry  <obry@adacore.com>
11538
11539         * s-fileio.adb (Is_Open): Add check for usability of the underlying
11540         file stream.
11541
11542 2007-08-14  Cyrille Comar  <comar@adacore.com>
11543
11544         * s-finimp.adb (Detach_From_Final_List): make this procedure idempotent
11545         since it is potentially used in cases implying double finalization of
11546         the same object.
11547
11548 2007-08-14  Jose Ruiz  <ruiz@adacore.com>
11549
11550         * s-tasini.adb (Get_Stack_Info): Move this function to
11551         System.Soft_Links.Tasking because it is common to the full and the
11552         restricted run times.
11553         (Init_RTS): Do not set the Get_Stack_Info soft link because it is done
11554         in SSL.Tasking.Init_Tasking_Soft_Links.
11555
11556         * s-solita.adb (Get_Stack_Info): Function moved from
11557         System.Tasking.Initialization because it is common to the full and the
11558         restricted run times.
11559         (Init_Tasking_Soft_Links): Set the tasking soft link for Get_Stack_Info.
11560
11561 2007-08-14  Arnaud Charlet  <charlet@adacore.com>
11562
11563         * s-tpobop.ads, s-tpobop.adb, s-tasren.ads, s-tasren.adb,
11564         s-taskin.ads (Requeue_With_Abort): Rename field With_Abort.
11565         (PO_Do_Or_Queue, Task_Do_Or_Queue, Requeue_Call): Remove With_Abort
11566         parameter.
11567
11568         * s-tassta.adb (Task_Wrapper): Increased value of the small overflow
11569         guard to 12K.
11570
11571 2007-08-14  Gary Dismukes  <dismukes@adacore.com>
11572
11573         * s-veboop.adb (SU): New named number initialized to
11574         System.Storage_Unit.
11575         (True_Val): The initialization expression is revised to use SU (=
11576         Storage_Unit) rather than assuming 8 for the component size of an
11577         unpacked Boolean array.
11578
11579 2007-08-14  Tristan Gingold  <gingold@adacore.com>
11580
11581         * tracebak.c: Use tb-ivms.c on OpenVMS Itanium.
11582
11583         * tb-ivms.c: New file.
11584
11585         * g-trasym-vms-ia64.adb: Fixed for OpenVMS version 8.2
11586
11587 2007-08-14  Geert Bosch  <bosch@adacore.com>
11588
11589         * i-forbla.ads, i-forbla.adb, a-ngcoar.adb, a-ngcoar.ads, i-forlap.ads,
11590         s-gearop.adb, s-gecobl.adb, s-gecobl.ads, s-gerela.adb, s-gerela.ads:
11591         Add required linker pragmas for automatically linking with the gnalasup
11592         linear algebra support library, and the systems math library.
11593         Rename cdot to cdotu and zdot to zdotu.
11594         Update header comment to describe purpose of package.
11595
11596 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11597
11598         * exp_ch7.adb (Find_Final_List): For an anonymous access type that has
11599         an explicitly specified Associated_Final_Chain, use that list.
11600         (Expand_N_Package_Body): Build dispatch tables of library level tagged
11601         types.
11602         (Expand_N_Package_Declaration): Build dispatch tables of library level
11603         tagged types. Minor code cleanup.
11604
11605 2007-08-14  Vincent Celier  <celier@adacore.com>
11606
11607         * gnatchop.adb (Terminate_Program): Remove exception and use
11608         Types.Terminate_Program instead.
11609
11610         * osint.ads, osint.adb (Current_Exit_Status): New global variable
11611         (Find_Program_Name): Added protection against empty name.
11612         (OS_Exit_Through_Exception): New procedure
11613
11614         * s-os_lib.ads, s-os_lib.adb (OS_Exit): New procedure body
11615         (OS_Exit_Default): New procedure that contains the previous
11616         implementation of procedure OS_Exit.
11617         (Final_Value): Remove obsolete Interix stuff.
11618
11619 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11620
11621         * g-socket.ads: Reorganize example code so that it also works on
11622         Windows XP.
11623
11624 2007-08-14  Tristan Gingold  <gingold@adacore.com>
11625
11626         * g-trasym.ads: AIX now supports symbolic backtraces.
11627
11628 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11629
11630         * lib-load.adb (From_Limited_With_Chain): Always scan the stack of
11631         units being loaded to detect circularities. A circularity may be
11632         present even if the current chain of pending units to load starts from
11633         a limited_with_clause.
11634
11635         * lib-load.ads: Change profile of Load_Unit to use a with_clause
11636         rather than a boolean flag, in order to detect circularities in
11637         with_clauses.
11638
11639         * par-load.adb: Use current with_clause in calls to Load_Unit, rather
11640         than propagating the From_Limited_With flag, in order to handle
11641         properly circularities involving with_clauses.
11642
11643 2007-08-14  Nicolas Setton  <setton@adacore.com>
11644
11645         * link.c (FreeBSD): Add "const" keyword where needed, to eliminate
11646         warnings.
11647
11648 2007-08-14  Arnaud Charlet  <charlet@adacore.com>
11649
11650         * Makefile.in: GNATRTL_LINEARALGEBRA_OBJS: New variable holding objects
11651         to build for libgnala.
11652         libgnat: Add rules to build libgnala.a
11653         (LIBGNAT_TARGET_PAIRS for VxWorks): Remove s-osinte-vxworks.adb from
11654         target pairs of the VxWorks 6 kernel runtime, use it only for VxWorks 5.
11655         Add s-osinte-vxworks-kernel.adb to the target pairs of the
11656         kernel run-time lib for VxWorks 6, which would provide a different
11657         implementation for Task_Cont and Task_Stop than the VxWorks 5 version.
11658         x86-solaris section (EH_MECHANISM): Set to -gcc, as this port is now
11659         running ZCX by default.
11660         Add g-sttsne-locking to LynxOS version.
11661         Remove g-sttsne-vxworks.ads; use g-sttsne-locking.ads instead.
11662         On x86/darwin, use a-numaux-x86.ad? and system-darwin-x86.ads.
11663
11664         * system-darwin-x86.ads: New file.
11665
11666         * Make-lang.in: Delete files before copying onto them, so if they are
11667         read-only, the copy won't fail.
11668         Update dependencies
11669
11670 2007-08-14  Pascal Obry  <obry@adacore.com>
11671
11672         * mdll-fil.adb, * mdll.adb: Implement a more consistent libraries
11673         naming scheme.
11674
11675 2007-08-14  Vincent Celier  <celier@adacore.com>
11676
11677         * mlib-utl.adb (Gcc_Name): Change from constant String to String_Access
11678         (Gcc): Initialize Gcc_Name at the first call
11679
11680 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11681
11682         * sem_ch7.adb (Analyze_Package_Specification): Do not install private
11683         with_clauses of the enclosing unit when analyzing the package
11684         specification of a nested instance.
11685
11686 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
11687
11688         * sinfo.ads, sinfo.adb (Is_Coextension, Set_Is_Coextension): Removed.
11689         (Is_Dynamic_Coextension, Set_Is_Dynamic_Coextension): New routines.
11690         Remove flag Is_Coextension. Add flag Is_Dynamic_Coextension. Update the
11691         layout of N_Allocator.
11692
11693 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11694
11695         * rtsfind.adb (Check_RPC): Add PCS version check.
11696
11697         * gnatvsn.ads, gnatvsn.adb: Add PCS version.
11698         (Gnat_Free_Software): New function.
11699
11700         * sem_dist.ads, sem_dist.adb (Get_PCS_Version): New subprogram. Returns
11701         the PCS_Version value from s-parint, used to check that it is consistent
11702         with what exp_dist expects.
11703
11704         * s-parint.ads (PCS_Version): New entity for checking consistency
11705         between exp_dist and PCS.
11706
11707         * gen-soccon.c: (SO_REUSEPORT): New constant.
11708
11709 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
11710
11711         * a-calfor.adb (Image (Duration; Boolean)): Change type of local
11712         variable Sub_Second to Duration in order to accomodate a larger range
11713         of arithmetic operations.
11714
11715 2007-08-14  Bob Duff  <duff@adacore.com>
11716
11717         * g-sttsne-locking.ads: Move comments from spec to body.
11718         * g-sttsne-locking.adb: Move comments from spec to body.
11719         * g-sttsne-vxworks.ads: Removed.
11720         * g-sttsne-vxworks.adb: Removed.
11721
11722 2007-08-11  Ian Lance Taylor  <iant@google.com>
11723
11724         * misc.c (gnat_get_alias_set): Change return type to
11725         alias_set_type.
11726
11727 2007-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11728
11729         * decl.c, utils2.c: Fix whitespace in last change.
11730
11731 2007-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11732
11733         * decl.c (compare_field_bitpos): Constify.
11734         * utils2.c (compare_elmt_bitpos): Likewise.
11735
11736 2007-07-27  Aurelien Jarno  <aurelien@aurel32.net>
11737
11738         * s-osinte-kfreebsd-gnu.ads ((sigset_t_ptr): Removed, replaced by 
11739         anonymous access type.
11740         (pthread_sigmask): Now take an access sigset_t.
11741
11742 2007-07-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
11743
11744         * s-osinte-rtems.ads: Correct prototype of pthread_sigmask.
11745         
11746 2007-06-21  Eric Botcazou  <ebotcazou@adacore.com>
11747
11748         PR tree-optimization/25737
11749         * misc.c (gnat_post_options): Do not force flag_tree_salias to 0.
11750
11751 2007-06-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11752
11753         * trans.c (Attribute_to_gnu): When subtracting an
11754         offset from a pointer, use POINTER_PLUS_EXPR with
11755         NEGATE_EXPR instead of MINUS_EXPR.
11756         (gnat_to_gnu): Likewise.
11757         * utils.c (convert): When converting between
11758         thin pointers, use POINTER_PLUS_EXPR and sizetype
11759         for the offset.
11760         * utils2.c (known_alignment): POINTER_PLUS_EXPR
11761         have the same semantics as PLUS_EXPR for alignment.
11762         (build_binary_op): Add support for the semantics of
11763         POINTER_PLUS_EXPR's operands.
11764         When adding an offset to a pointer, use POINTER_PLUS_EXPR.
11765
11766 2007-06-11  Rafael Ávila de Espíndola  <espindola@google.com>
11767
11768         * trans.c (Attribute_to_gnu): Use signed_or_unsigned_type_for instead
11769         of get_signed_or_unsigned_type.
11770         * misc.c (LANG_HOOKS_SIGNED_TYPE): Remove.
11771
11772 2007-06-11  Bob Duff  <duff@adacore.com>
11773             Thomas Quinot  <quinot@adacore.com>
11774
11775         * g-stsifd-sockets.adb (Create): Work around strange behavior of
11776         'bind' on windows that causes 'connect' to fail intermittently, by
11777         retrying the 'bind'.
11778         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
11779
11780 2007-06-10  Duncan Sands  <baldrick@free.fr>
11781
11782         * decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, rather
11783         than to void, for the fields when making a new fat pointer type.
11784         (gnat_substitute_in_type): Now substitute_in_type.
11785         * gigi.h (gnat_substitute_in_type): Likewise.  Adjust recursive calls.
11786         * trans.c (gnat_gimplify_expr): Remove COMPONENT_REF kludge.
11787         * utils.c (update_pointer_to): Update fat pointers by updating the
11788         dummy node pointers used for the fields.
11789
11790 2007-06-06  Thomas Quinot  <quinot@adacore.com>
11791             Bob Duff  <duff@adacore.com>
11792
11793         * g-soccon-freebsd.ads, g-soccon-vxworks.ads:,
11794         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads, 
11795         g-soccon-solaris.ads, g-soccon-vms.ads, g-soccon-tru64.ads:  Add new
11796         constant Thread_Blocking_IO, always True by default, set False
11797         on a per-runtime basis.
11798         (Need_Netdb_Buffer): New constant.
11799
11800         * g-stheme.adb, g-sttsne.ads, g-sttsne-locking.ads,
11801         g-sttsne-locking.adb, g-sttsne-vxworks.ads, g-sttsne-vxworks.adb: New
11802         files.
11803
11804         * g-socthi-vxworks.ads, g-socthi-vxworks.adb,
11805         g-socthi-vms.ads, g-socthi-vms.adb (Safe_Gethostbyname,
11806         Safe_Gethostbyaddr, Safe_Getservbyname, Safe_Getservbyport): Use new
11807         child package Task_Safe_NetDB
11808         (Host_Error_Messages): Add stub body.
11809         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
11810
11811         * g-soccon-mingw.ads: Add Windows-specific constants.
11812         (Need_Netdb_Buffer): New constant.
11813         (GNAT.Sockets.Thin.C_Inet_Addr, Windows version): Remove useless Ada
11814         wrapper and import inet_addr(3) from the standard sockets library
11815         directly instead.
11816         (In_Addr): Add alignment clause.
11817         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
11818
11819 2007-06-06  Robert Dewar  <dewar@adacore.com>
11820
11821         * a-taster.adb, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
11822         s-osinte-irix.ads, s-interr-sigaction.adb, s-mastop-irix.adb,
11823         s-osinte-hpux-dce.ads, s-osinte-interix.ads, s-osinte-solaris.ads,
11824         s-taspri-solaris.ads, s-inmaop-vms.adb, s-interr-vms.adb,
11825         s-mastop-vms.adb, s-osinte-vms.ads, s-tpopde-vms.adb,
11826         s-osinte-mingw.ads, s-interr-vxworks.adb, i-cstrea-vms.adb,
11827         a-diocst.adb, a-direio.adb, a-interr.adb, a-sequio.adb, a-siocst.adb,
11828         a-ssicst.adb, a-storio.adb, a-ststio.adb, a-stwima.adb, a-tasatt.adb,
11829         a-taside.adb, a-tiocst.adb, a-witeio.adb, a-wtcstr.adb, g-crc32.adb,
11830         g-dirope.adb, g-dyntab.adb, g-memdum.adb, g-regexp.adb, g-spipat.adb,
11831         g-spitbo.adb, g-string.adb, g-string.ads, g-table.adb, g-thread.adb,
11832         i-cobol.adb, i-cpoint.adb, i-cstrea.adb, i-cstrin.adb, i-pacdec.adb,
11833         s-addima.adb, s-arit64.adb, s-auxdec.adb, s-auxdec.ads,
11834         s-auxdec-vms_64.ads, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
11835         s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
11836         s-direio.adb, s-fileio.adb, s-finimp.ads, s-geveop.adb, s-imgenu.adb,
11837         s-pack03.adb, s-pack05.adb, s-pack06.adb, s-pack07.adb, s-pack09.adb,
11838         s-pack10.adb, s-pack11.adb, s-pack12.adb, s-pack13.adb, s-pack14.adb,
11839         s-pack15.adb, s-pack17.adb, s-pack18.adb, s-pack19.adb, s-pack20.adb,
11840         s-pack21.adb, s-pack22.adb, s-pack23.adb, s-pack24.adb, s-pack25.adb,
11841         s-pack26.adb, s-pack27.adb, s-pack28.adb, s-pack29.adb, s-pack30.adb,
11842         s-pack31.adb, s-pack33.adb, s-pack34.adb, s-pack35.adb, s-pack36.adb,
11843         s-pack37.adb, s-pack38.adb, s-pack39.adb, s-pack40.adb, s-pack41.adb,
11844         s-pack42.adb, s-pack43.adb, s-pack44.adb, s-pack45.adb, s-pack46.adb,
11845         s-pack47.adb, s-pack48.adb, s-pack49.adb, s-pack50.adb, s-pack51.adb,
11846         s-pack52.adb, s-pack53.adb, s-pack54.adb, s-pack55.adb, s-pack56.adb,
11847         s-pack57.adb, s-pack58.adb, s-pack59.adb, s-pack60.adb, s-pack61.adb,
11848         s-pack62.adb, s-pack63.adb, s-pooloc.adb, s-poosiz.adb, s-scaval.adb,
11849         s-sequio.adb, s-shasto.adb, s-stalib.ads, s-stratt.adb, s-strcom.adb,
11850         s-taasde.adb, s-tasdeb.adb, s-tasuti.ads, s-tataat.ads, s-tpoben.ads,
11851         s-valenu.adb, s-widenu.adb, s-wwdenu.adb, s-addope.adb, a-stzmap.adb,
11852         a-ztcstr.adb, a-ztexio.adb, s-osinte-linux-hppa.ads: Replace
11853         Unchecked_* by Ada.Unchecked_*
11854
11855 2007-06-06  Robert Dewar  <dewar@adacore.com>
11856
11857         * g-string.adb, s-proinf-irix-athread.adb, s-gloloc-mingw.adb,
11858         s-tfsetr-default.adb, gnatfind.adb, gnatxref.adb, gprep.adb,
11859         g-regexp.adb, g-regexp.ads, g-regpat.ads, g-tasloc.adb, g-tasloc.ads,
11860         output.adb, switch-m.ads, tree_in.ads, tree_io.ads, indepsw.ads,
11861         g-utf_32.adb, g-utf_32.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
11862         a-zchuni.ads: Replace GNAT.xxx by System.xxx when appropriate.
11863
11864         * s-utf_32.adb, s-utf_32.ads, s-os_lib.adb, s-os_lib.ads, s-regexp.adb,
11865         s-regexp.ads, s-regpat.adb, s-regpat.ads, s-string.adb, s-string.ads,
11866         s-tasloc.adb, s-tasloc.ads: New files.
11867
11868 2007-06-06  Bob Duff  <duff@adacore.com>
11869
11870         * g-expect-vms.adb: 
11871         (Send_Signal, Close): Raise Invalid_Process if the process id is invalid.
11872         * g-expect.ads, g-expect.adb (Send): Avoid useless copy of the string.
11873         (Send_Signal, Close): Raise Invalid_Process if the process id is
11874         invalid.
11875         (Pattern_Matcher_Access): Is now a general access type to be able to
11876         use aliased string.
11877
11878 2007-06-06  Thomas Quinot  <quinot@adacore.com>
11879             Arnaud Charlet  <charlet@adacore.com>
11880
11881         * a-intnam-aix.ads: Adjust comment to account for SIGADAABORT change
11882         (SIGEMT is now used instead of SIGTERM on AIX).
11883
11884         * s-osinte-aix.ads (Linker_Options): Use -pthread instead of -lpthreads.
11885         (Time_Slice_Supported): Set to True.
11886         Use SIGEMT instead of SIGTERM as SIGADAABORT.
11887
11888 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
11889
11890         * a-calend.ads, a-calend.adb, a-calend-vms.ads, a-calend-vms.adb ("-"
11891         (Time, Time)): Use To_Relative_Time rather than manual calculation to
11892         express the bounds of Duration as Time. Raise Time_Error when the
11893         result is greater or equal to the higher bound of Duration (on the
11894         margin case).
11895         ("+" (Time, Duration)): Reorder code. Remove the declaration of constant
11896         Ada_High_And_Leaps.
11897         ("-" (Time, Duration)): Reorder code. Remove the declaration of constant
11898         Ada_High_And_Leaps.
11899         ("-" (Time, Time)): Reorder code.
11900         (All_Leap_Seconds): Removed.
11901         (Arithmetic_Operations.Add): Remove sign related kludge.
11902         (Arithmetic_Operations.Difference): Control the leaps seconds processing
11903         with flag Leap_Support.
11904         (Arithmetic_Operations.Subtract): Remove sign related kludge.
11905         (Check_Within_Time_Bounds): New procedure.
11906         (Clock): Control the leap seconds processing with flag Leap_Support.
11907         (Cumulative_Leap_Seconds): Assert that the target supports leap seconds.
11908         (Formatting_Operations.Split): Control the leap seconds processing with
11909         flag Leap_Support.
11910         (Formatting_Operations.Time_Of): Control the leaps seconds processing
11911         with flag Leap_Support. Adjust the year, month and day (if applicable)
11912         when the value of day seconds designates a new day.
11913         (Split): Use parameter associations for better readability. Integrate
11914         flag Is_Ada_05.
11915         (Time_Of): Use parameter associations for better readability. Integrate
11916         flag Is_Ada_05.
11917
11918         * a-calfor.adb (Split): Use parameter associations for better
11919         readability. Integrate flag Is_Ada_05.
11920         (Time_Of): Remove flag Leap_Checks. Use parameter associations for
11921         better readability. Integrate flag Is_Ada_05.
11922
11923 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
11924
11925         * s-taprop-vms.adb, s-taprop-hpux-dce.adb, s-taprop-vxworks.adb, 
11926         s-osprim-posix.adb, s-taprop-posix.adb, s-osprim-vxworks.adb, 
11927         s-taprop-solaris.adb, s-osprim-solaris.adb, s-taprop-dummy.adb, 
11928         s-osprim-unix.adb, s-osinte-freebsd.adb, s-osinte-freebsd.ads, 
11929         s-osinte-lynxos.adb, s-osinte-lynxos.ads, s-taprop-tru64.adb, 
11930         s-taprop-lynxos.adb, s-taprop-irix.adb, s-osinte-tru64.adb, 
11931         s-osinte-tru64.ads, s-taprop-linux.adb, s-parame.ads, 
11932         s-parame-vms-alpha.ads, s-parame-vms-ia64.ads, s-parame-hpux.ads, 
11933         s-parame-vms-restrict.ads, s-parame-ae653.ads, s-parame-vxworks.ads, 
11934         s-taprop-mingw.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos-3.adb,
11935         s-osprim-mingw.adb (Timed_Delay, Timed_Sleep): Register the base
11936         time when entering this routine to detect a backward clock setting
11937         (manual setting or DST adjustment), to avoid waiting for a longer delay
11938         than needed.
11939         (Time_Duration, To_Timeval, struct_timeval): Removed when not relevant.
11940         Remove handling of deferred priority change, and replace by setting the
11941         task priority directly, as required by AI-188.
11942         Update comments.
11943         (Max_Task_Image_Length): New constant.
11944         Replace Warnings (Off) by Unreferenced pragma, cleaner.
11945         (Dynamic_Priority_Support): Removed, no longer needed.
11946         (Poll_Base_Priority_Change): Ditto.
11947         (Set_Ceiling): Add this procedure to change the ceiling priority
11948         associated to a lock. This is a dummy implementation because dynamic
11949         priority ceilings are not supported by the underlying system.
11950
11951         * a-dynpri.adb (Set_Priority): Take into account case where Target is
11952         accepting a RV with its priority boosted.
11953         Remove handling of deferred priority change, and replace by setting the
11954         task priority directly, as required by AI-188.
11955
11956         * s-taenca.adb (Try_To_Cancel_Entry_Call): Remove special case for
11957         Succeeded = True.
11958         Remove handling of deferred priority change, and replace by setting the
11959         task priority directly, as required by AI-188.
11960         (Wait_For_Completion, Wait_For_Call, Timed_Selective_Wait): Change state
11961         of Self_Id earlier.
11962
11963         * s-tasini.ads, s-tasini.adb (Wakeup_Entry_Caller): Relax assertion.
11964         (Poll_Base_Priority_Change): Removed.
11965         Code clean up: use SSL.Current_Target_Exception.
11966
11967         * s-tasren.adb (Task_Count): Call Yield to let a chance to other tasks
11968         to run as this is a potentially dispatching point.
11969         (Call_Synchronous): Use Local_Defer_Abort.
11970         (Callable): Relax assertion.
11971         (Selective_Wait): Relax assertion in case abort is not allowed.
11972         Remove handling of deferred priority change, and replace by setting the
11973         task priority directly, as required by AI-188.
11974
11975         * s-tasuti.adb (Make_Passive): Adjust assertions.
11976         Remove handling of deferred priority change, and replace by setting the
11977         task priority directly, as required by AI-188.
11978
11979 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
11980
11981         * system-vxworks-sparcv9.ads, system-solaris-x86.ads, 
11982         system-irix-o32.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads, 
11983         system-lynxos-x86.ads, system-vxworks-m68k.ads, system-linux-x86.ads, 
11984         system-vxworks-mips.ads, system-vxworks-alpha.ads, 
11985         system-vxworks-x86.ads, system-linux-ppc.ads, system-mingw.ads, 
11986         system-vms-zcx.ads, system-darwin-ppc.ads, system-vxworks-ppc.ads, 
11987         system-interix.ads, system-linux-hppa.ads, system-tru64.ads, 
11988         system-hpux.ads, system-irix-n32.ads, system-solaris-sparc.ads, 
11989         system-solaris-sparcv9.ads, system-vms.ads, system.ads,
11990         system-vms_64.ads, system-hpux-ia64.ads, system-linux-x86_64.ads,
11991         system-linux-ia64.ads: Document mapping between Ada and OS priorities.
11992         This patch changes the largest non-binary modulus from 2**31-1 to
11993         2**32-1.
11994         (Compiler_System_Version): Removed, no longer used.
11995         Clean up system files by removing flags only used on a single target.
11996         Also remove obsolete flags, only used during bootstrap from system.ads
11997         (Address): Add a pragma Preelaborable_Initialization.
11998
11999         * system-aix.ads:  Ditto.
12000         (GCC_ZCX_Support): Set to true.
12001         Update priority range on AIX and map Ada priorities to target
12002         priorities appropriately for different scheduling policies.
12003
12004         * ttypes.ads: set largest non-binary modulus from 2**31-1 to 2**32-1
12005
12006 2007-06-06  Vincent Celier  <celier@adacore.com>
12007
12008         * mlib-tgt-specific.adb, mlib-tgt-specific.ads,
12009         mlib-tgt-vms.adb, mlib-tgt-vms.ads: New files.
12010
12011         * mlib-tgt.adb, mlib-tgt.ads, mlib-tgt-darwin.adb, 
12012         mlib-tgt-vxworks.adb, mlib-tgt-mingw.adb, mlib-tgt-lynxos.adb, 
12013         mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, 
12014         mlib-tgt-vms-ia64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb, 
12015         mlib-tgt-hpux.adb, mlib-tgt-tru64.adb: Make a common body for package
12016         MLib.Tgt, containing the default versions of the exported subprograms.
12017         For each platform, create a specific version of the body of new child
12018         package MLib.Tgt.Specific that contains only the body of subprograms
12019         that are different from the default.
12020         (Archive_Builder_Append_Options): New function.
12021
12022 2007-06-06  Matthew Gingell  <gingell@adacore.com>
12023
12024         * s-osinte-aix.adb: Map Ada priorities to target priorities
12025         appropriately for different scheduling policies.
12026
12027 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12028
12029         * s-osinte-linux.ads (sigset_t): Bump alignment to match more closely
12030         its C counterpart.
12031         Remove references to Unchecked_Conversion, and use Ada.xxx instead.
12032         Replace Unchecked_Conversion by Ada.Unchecked_Conversion. 
12033
12034 2007-06-06  Vasiliy Fofanov  <fofanov@adacore.com>
12035
12036         * s-osprim-vms.ads, s-osprim-vms.adb (Initialize): New procedure.
12037         Noop on VMS, added for interface commonality.
12038
12039 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
12040             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12041             Olivier Hainque  <hainque@adacore.com>
12042
12043         * decl.c (gnat_to_gnu_entity) <object>: Manually mark the top of the
12044         renamed expression of a full renaming at toplevel.
12045         (gnat_to_gnu_entity, case object): If not defining, do not look inside
12046         the values the constant is initialized to if it is an N_Allocator.
12047         (gnat_to_gnu_entity) <E_Array_Subtype>: Manually mark the top of the
12048         TYPE_SIZE_UNIT of inner types after the stride is elaborated.
12049         (make_aligning_type): Accept an extra ROOM argument for storage to be
12050         made available before the aligned field, and an extra BASE_ALIGN
12051         argument for callers to pass the alignment guaranteed to be honored for
12052         the whole aligning object. Avoid call to finish_record_type, which only
12053         interferes with the sizes we want to set.
12054         (gnat_to_gnu_entity) <E_Variable>: Pass the required extra arguments to
12055         make_aligning_type for super-aligned objects on stack.
12056         (components_to_record): Pass the adjusted size of the type when creating
12057         fields in the qualified union for the variant part.
12058         (gnat_substitute_in_type): Copy TYPE_USER_ALIGN.
12059         (gnat_to_gnu_entity, case E_Signed_Integer_Subtype): Likewise for
12060         packed array type.
12061         (maybe_pad_type): Set TYPE_USER_ALIGN.
12062         (make_aligning_type): Likewise.
12063         ALIGN argument is unsigned int.
12064         (gnat_to_gnu_entity, case E_Function): Back annotate return mechanism.
12065         (gnat_to_gnu_param): Likewise, for parameters.
12066         (gnat_to_gnu_entity) <object>: Always instantiate the renaming object
12067         if it is constant and stems from a function call.
12068         (gnat_to_gnu_entity) <E_Record_Type>: Set packed to -2 if the alignment
12069         of the record is specified.  Adjust accordingly.
12070         (adjust_packed): New static function.
12071         (gnat_to_gnu_field): Use it to adjust the packedness setting.
12072         (components_to_record): Likewise.
12073         (gnat_to_gnu_entity) <object>: Do not test the renamed expression for
12074         side-effects if the object is deemed constant.
12075         (gnat_to_gnu_entity) <E_Array_Type>: Create a name for the fat pointer
12076         type instead of merely finalizing it.  Tidy.
12077         <E_Access_Subprogram_Type>: Retrieve the type from the TYPE_DECL.
12078         <E_Access_Type>: Likewise.
12079         (defer_debug_incomplete_list): Rename to defer_finalize_list.
12080         (defer_debug_level): Delete.
12081         (gnat_to_gnu_entity) <debug_deferred>: Likewise
12082         <E_Array_Type>: Call rest_of_record_type_compilation on the fat pointer
12083         type.
12084         <E_Record_Type>: Do not explicitly defer finalizing the type.
12085         Adjust for write_record_type_debug_info renaming.
12086         <E_Subprogram_Type>: Likewise.
12087         Finalize deferred types right after deferred incomplete types are
12088         expanded.
12089         (rest_of_type_decl_compilation): New global function.
12090         (components_to_record): Rename defer_debug parameter to do_not_finalize.
12091         (components_to_record): Propagate the packedness to the fields of the
12092         qualified union type if there is a variant part.
12093         (gnat_to_gnu_entity) <E_Array_Type>: Use new function
12094         instead of inline code to adjust the XUT field offsets.
12095         (gnat_to_gnu_entity): Adjust for new prototype of finish_record_type.
12096         <E_Record_Subtype>: Do not let finish_record_type compute the sizes
12097         and write the debug info if the type derives from a discriminated one.
12098         (gnat_to_gnu_entity) <E_Array_Type>: Adjust call to create_index_type.
12099         <E_Array_Subtype>: Likewise.
12100         <E_String_Literal_Subtype>: Likewise.
12101         (gnat_to_gnu_entity): Set TYPE_USER_ALIGN on types only if they have
12102         an alignment clause.
12103         (maybe_pad_type): Update ORIG_SIZE to the minimum required to meet ALIGN
12104         before giving warning.
12105         (prepend_one_attribute_to): New function, helper to prepend an attribute
12106         to an attribute list.
12107         (gnat_to_gnu_entity) <E_Procedure>: Use it.
12108         (prepend_attributes): Likewise.
12109         (gnat_to_gnu_entity) <E_Variable>: Use constants of the proper type.
12110         <E_Array_Type>: Declare the padding type for the element type, if any.
12111         <E_Array_Subtype>: Likewise.
12112         (defer_limited_with): New variable.
12113         (Gigi_Equivalent_Type): New function.
12114         (gnat_to_gnu_entity): Use it at start and use result throughout.
12115         (gnat_to_gnu_entity, case E_Access_Type): Rework to use
12116         Gigi_Equivalent_Type, support Limited_With, allow two levels of
12117         indirection, precompute if unconstrained array to simplify logic, and
12118         use defer_limited_with to defer elaboration of some types from limited
12119         with.
12120         (finalize_from_with_types): New function.
12121
12122 2007-06-06  Gary Dismukes  <dismukes@adacore.com>
12123             Eric Botcazou  <ebotcazou@adacore.com>
12124             Tristan Gingold  <gingold@adacore.com>
12125             Olivier Hainque  <hainque@adacore.com>
12126
12127         * trans.c (Identifier_to_gnu): Change test for deferred constant by
12128         adding guard that the entity is an E_Constant before testing presence
12129         of Full_view (and remove unnecessary test that entity is not a type).
12130         For a CONST_DECL used by reference, manually retrieve
12131         the DECL_INITIAL.  Do not invoke fold in the other DECL_P cases either.
12132         (struct language_function): Move from utils.c to here.
12133         (struct parm_attr): New structure.
12134         (parm_attr, parm_attr vector, parm_attr GC vector): New types.
12135         (f_parm_attr_cache): New macro.
12136         (Attribute_to_gnu) <Attr_Length>: When not optimizing, cache the
12137         expressions for the 'First, 'Last and 'Length attributes of the
12138         unconstrained array IN parameters.
12139         (Subprogram_Body_to_gnu): Use gnu_subprog_decl throughout.
12140         Allocate the information structure for the function earlier, as well
12141         as the language-specific part.
12142         If the parameter attributes cache has been populated, evaluate the
12143         cached expressions on entry.
12144         (takes_address): Add OPERAND_TYPE parameter.  Handle N_Function_Call,
12145         N_Procedure_Call_Statement and N_Indexed_Component.
12146         (Pragma_to_gnu): Translate inspection_point to an asm statement
12147         containaing a comment and a reference to the object (either its address
12148         for BLKmode or its value).
12149         (Identifier_to_gnu): Use TREE_CONSTANT instead of CONST_DECL to decide
12150         to go to DECL_INITIAL. Together with the size constraint relaxation
12151         in create_var_decl, enlarges the set of situations in which an
12152         identifier may be used as an initializer without implying elaboration
12153         code.
12154         (Subprogram_Body_to_gnu): Do not fiddle with the debug interface but set
12155         DECL_IGNORED_P on the function if Needs_Debug_Info is not set on the
12156         node.
12157         (maybe_stabilize_reference): Remove lvalues_only parameter.
12158         (gnat_stabilize_reference): Adjust for above change.
12159         (gnat_to_gnu): Do not set location information on the result
12160         if it is a reference.
12161         (add_cleanup): Add gnat_node parameter and set the location of the
12162         cleanup to it.
12163         (Handled_Sequence_Of_Statements_to_gnu): Adjust calls to add_cleanup.
12164         (Exception_Handler_to_gnu_zcx): Likewise.
12165         (gigi): Remove the cgraph node if the elaboration procedure is empty.
12166         (Subprogram_Body_to_gnu): If a stub is attached to the subprogram, emit
12167         the former right after the latter.
12168         (start_stmt_group): Make global.
12169         (end_stmt_group): Likewise.
12170         (gnu_constraint_error_label_stack, gnu_storage_error_label_stack): New
12171         vars.
12172         (gnu_program_error_label_stack): Likewise.
12173         (gigi): Initialize them.
12174         (call_to_gnu, gnat_to_gnu, emit_check): Add new arg to build_call_raise.
12175         (gnat_to_gnu, N_{Push,Pop}_{Constraint,Storage,Program}_Error_Label):
12176         New cases.
12177         (push_exception_label_stack): New function.
12178         (takes_address): New function.
12179
12180         * utils.c (struct language_function): Move to trans.c from here.
12181         (unchecked_convert): Do not wrap up integer constants in
12182         VIEW_CONVERT_EXPRs.
12183         (create_var_decl_1): Decouple TREE_CONSTANT from CONST_DECL. Prevent
12184         the latter for aggregate types, unexpected by later passes, and relax an
12185         arbitrary size constraint on the former.
12186         (create_field_decl): Use tree_int_cst_equal instead of operand_equal_p
12187         to compare the sizes.
12188         (convert_vms_descriptor): When converting to a fat pointer type, be
12189         prepared for a S descriptor at runtime in spite of a SB specification.
12190         (shift_unc_components_for_thin_pointers): New function.
12191         (write_record_type_debug_info): For variable-sized fields, cap the
12192         alignment of the pointer to the computed alignment.
12193         (finish_record_type): Change HAS_REP parameter into REP_LEVEL.
12194         If REP_LEVEL is 2, do not compute the sizes.
12195         (build_vms_descriptor): Adjust for new prototype of finish_record_type.
12196         (build_unc_object_type): Likewise.
12197         (declare_debug_type): New function.
12198
12199         * ada-tree.def: USE_STMT: removed (not emitted anymore).
12200
12201         * misc.c (gnat_expand_expr): Call to gnat_expand_stmt removed because
12202         no statement is expandable anymore.
12203         (gnat_init_gcc_eh): Do not initialize the DWARF-2 CFI machinery twice.
12204         (gnat_handle_option): Only allow flag_eliminate_debug_types to be set
12205         when the user requested it explicitely.
12206         (gnat_post_options): By default, set flag_eliminate_unused_debug_types
12207         to 0 for Ada.
12208         (get_alias_set): Return alias set 0 for a type if
12209         TYPE_UNIVERSAL_ALIASING_P is set on its main variant.
12210
12211         * ada-tree.h: (TYPE_UNIVERSAL_ALIASING_P): New macro.
12212         (DECL_FUNCTION_STUB): New accessor macro.
12213         (SET_DECL_FUNCTION_STUB): New setter macro.
12214
12215         * lang.opt (feliminate-unused-debug-types): Intercept this flag for Ada.
12216
12217         * fe.h (Get_Local_Raise_Call_Entity, Get_RT_Exception_Entity): New
12218         declarations.
12219
12220 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
12221
12222         * s-intman-vxworks.ads, s-intman-vxworks.adb (Abort_Task_Signal):
12223         Rename to Abort_Task_Interrupt to be able to keep the same interface
12224         as the rest of the targets.
12225
12226         * s-osinte-vxworks.ads s-osinte-vxworks.adb
12227         (To_VxWorks_Priority): Remove explicit "in" mode indicator
12228
12229         * s-osinte-vxworks6.ads, s-vxwork-arm.ads, system-vxworks-arm.ads:
12230         New files.
12231
12232 2007-06-06  Robert Dewar  <dewar@adacore.com>
12233
12234         * a-chahan.ads: Remove obsolescent pragmas
12235
12236         * a-chlat1.ads: Minor reformatting
12237
12238 2007-06-06  Robert Dewar  <dewar@adacore.com>
12239
12240         * comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface
12241         for Errout
12242
12243         * errout.adb: New Finalize/Compilation_Errors/Output_Messages
12244         implementation
12245
12246         * errout.ads (Finalize): Changed interface
12247         (Output_Messages): New procedure
12248         (Compilation_Errors): New Interface
12249
12250         * prepcomp.ads, prepcomp.adb (Parse_Preprocessing_Data_File): New
12251         Finalize/Output_Messages interface for Errout
12252         (Prepare_To_Preprocess): New Finalize/Output_Messages interface for
12253         Errout.
12254
12255 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12256             Olivier Hainque  <hainque@adacore.com>
12257             Robert Dewar  <dewar@adacore.com>
12258
12259         * a-except.ads, a-except.adb: (Rmsg_28): Fix description for E.4(18)
12260         check.
12261         (Raise_Current_Excep): Call Debug_Raise_Exception just before
12262         propagation starts, to let debuggers know about the event in a reliable
12263         fashion.
12264         (Local_Raise): Moved to System.Exceptions
12265         More convenient to have this as a separate unit
12266
12267         * s-except.adb, s-except.ads: New files.
12268
12269         * a-exextr.adb (Unhandled_Exception): Delete - replaced by
12270         Debug_Unhandled_Exception in System.Exceptions where it belongs
12271         together with a couple of other debug helpers.
12272         (Notify_Unhandled_Exception): Use Debug_Unhandled_Exception instead of
12273         the former Unhandled_Exception.
12274
12275         * exp_ch11.ads, exp_ch11.adb: (Possible_Local_Raise): New procedure
12276         (Warn_No_Exception_Propagation): New procedure
12277         (Warn_If_No_Propagation): Rewritten for new warning generation
12278         (Expand_Exception_Handlers): New warning generation
12279         (Expand_N_Raise_xxx_Error): Rewritten for new warnings
12280         (Add_Exception_Label): Use Special_Exception_Package_Used for test
12281         instead of Most_Recent_Exception_Used (accomodates Exception_Traces)
12282         (Expand_Local_Exception_Handlers): Unconditionally add extra block wrap
12283         even if restriction is set (makes life easier in Check_Returns)
12284         (Expand_Local_Exception_Handlers): Follow renamed entity chain when
12285         checking exception identities.
12286         (Expand_Local_Exception_Handlers): Do not optimize when all others case
12287         (Expand_Local_Exception_Handlers): Set Exception_Junk flag on generated
12288         block for handler (used by Check_Returns)
12289         (Expand_Local_Exception_Handlers): Local_Raise now takes an address
12290         (Expand_N_Handled_Sequence_Of_Statements): Properly handle -gnatd.x to
12291         remove all exception handlers when optimizing local raise statements.
12292         (Find_Local_Handler): Use Get_Renamed_Entity
12293         (Expand_N_Handled_Sequence_Of_Statements): If the handled sequence is
12294         marked analyzed after expanding exception handlers, do not generate
12295         redundant cleanup actions, because they have been constructed already.
12296
12297 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12298
12299         * a-finali.ads (Ada.Finalization): Add missing pragma Remote_Types. The
12300         presence of this categorization pragma is mandated by the language.
12301         (Limited_Controlled): Add missing pragma Preelaborable_Initialization
12302         for this type.
12303
12304 2007-06-06  Vincent Celier  <celier@adacore.com>
12305             Robert Dewar  <dewar@adacore.com>
12306
12307         * bcheck.adb, binde.adb, binderr.adb, binderr.ads, butil.adb, 
12308         butil.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads, 
12309         err_vars.ads, exp_tss.adb, exp_tss.ads, fmap.adb, fmap.ads, 
12310         fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads, 
12311         lib-sort.adb, lib-util.adb, lib-util.ads, lib-xref.adb, makeutl.ads, 
12312         makeutl.adb, nmake.adt, osint.adb, osint.ads, osint-b.adb, 
12313         par-load.adb, prj-attr.adb, prj-dect.adb, prj-err.adb, prj-makr.adb, 
12314         prj-part.adb, prj-pp.adb, prj-proc.adb, prj-tree.adb, prj-tree.ads, 
12315         prj-util.adb, prj-util.ads, scans.adb, scans.ads, sem_ch2.adb, 
12316         sinput-c.adb, styleg-c.adb, tempdir.adb, tempdir.ads, uname.adb, 
12317         uname.ads, atree.h, atree.ads, atree.adb, ali-util.ads, ali-util.adb,
12318         ali.ads, ali.adb: 
12319         Move Name_Id, File_Name_Type and Unit_Name_Type from package Types to
12320         package Namet. Make File_Name_Type and Unit_Name_Type types derived from
12321         Mame_Id. Add new type Path_Name_Type, also derived from Name_Id.
12322         Use variables of types File_Name_Type and Unit_Name_Type in error
12323         messages.
12324         (Get_Name): Add parameter Ignore_Special, and set it reading file name
12325         (New_Copy): When debugging the compiler, call New_Node_Debugging_Output
12326         here.
12327         Define flags Flag217-Flag230 with associated subprograms
12328         (Flag_Word5): New record type.
12329         (Flag_Word5_Ptr): New access type.
12330         (To_Flag_Word5): New unchecked conversion.
12331         (To_Flag_Word5_Ptr): Likewise.
12332         (Flag216): New function.
12333         (Set_Flag216): New procedure.
12334
12335 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12336
12337         * a-stzunb.adb, a-stwiun.adb, a-strunb.adb: (Insert): Use 'Length
12338         instead of 'Size.
12339
12340         * a-stwifi.ads, a-stzfix.ads: Minor reformatting
12341
12342 2007-06-06  Javier Miranda  <miranda@adacore.com>
12343
12344         * a-tags.ads, a-tags.adb (Tag_Size): This constant is now internal to
12345         the package.
12346         (Object_Specific_Data_Array): This is now internal to the package.
12347         (Object_Specific_Data): This is now internal to the package.
12348         (Select_Specific_Data_Element): This is now internal to the package.
12349         (Select_Specific_Data_Array): This is now internal to the package.
12350         (Select_Specific_Data): This is now internal to the package.
12351         (Offset_To_Top_Function_Ptr): This is now public.
12352         (To_Offset_To_Top_Function_Ptr): Removed.
12353         (Storage_Offset_Ptr,To_Storage_Offset_Ptr): These declarations are now
12354          local to subprogram Offset_To_Top.
12355         (Predefined_DT): Removed.
12356         (Typeinfo_Ptr): Removed.
12357         (OSD): This function is now internal to this package.
12358         (SSD): This function is now internal to this package.
12359         (DT): New function that displaces the pointer to the table of primitives
12360          to get access to the enclosing wrapper record.
12361         (IW_Membership): Code cleanup.
12362         (Offset_To_Top): Code cleanup.
12363         (Predefined_DT): Removed.
12364         (Register_Interface_Tag): Removed.
12365         (Set_Interface_Table): Removed.
12366         (Set_Offset_Index): Removed.
12367         (Set_Offset_To_Top): Code cleanup.
12368         (Set_OSD): Removed.
12369         (Set_Signature): Removed.
12370         (Set_SSD): Removed.
12371         (Set_Tagged_Kind): Removed.
12372         (Typeinfo_Ptr): Removed.
12373         (TSD): Removed.
12374         (Displace): Add missing check on null actual.
12375
12376         * exp_disp.ads, exp_disp.adb
12377         (Select_Expansion_Utilities): Removed.
12378         (Build_Common_Dispatching_Select_Statements): Moved to exp_atags.
12379         (Expand_Dispatching_Call): Update calls to Get_Prim_Op_Address because
12380         the interface requires a new parameter.
12381         (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
12382         Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Replace
12383         calls to subprograms Build_T, Build_S, etc. by the corresponding code.
12384         Done to remove package Select_Expansion_Utilities.
12385         (Make_DT): New implementation for statically allocated dispatch tables.
12386         (Make_Secondary_DT): Moved to the scope of Make_DT.
12387         (Register_Primitive): Code cleanup plus incoporate the use of the new
12388         function DT_Address_Attribute.
12389         (Expand_Interface_Thunk): The profile of this subprogram has been
12390         changed to return the Thunk_Id and the corresponding code.
12391         (Fill_DT_Entry): Removed. Its functionality is now provided by
12392         subprogram Register_Primitive.
12393         (Fill_Secondary_DT_Entry): Removed. Its functionality is now provided by
12394         subprogram Register_Primitive.
12395         (Register_Primitive): New subprogram that incorporates the previous
12396         functionalities of Fill_DT_Entry and Fill_Secondary_DT_Entry.
12397         (Build_Common_Dispatching_Select_Statements): Remove formal Typ. This
12398         was only required to call Make_DT_Access_Action, which is now removed.
12399         (Ada_Actions): Removed
12400         (Action_Is_Proc): Removed
12401         (Action_Nb_Arg): Removed
12402         Replace all the calls to Make_DT_Access_Action by direct calls to
12403         Make_Procedure_Call_Statement or Make_Function_Call.
12404         (Set_DTC_Entity_Value): New subprogram.
12405         (Set_All_DT_Position): Add call to new subprogram Set_DTC_Entity_Value.
12406         (Expand_Interface_Thunk): Add missing support for primitives that are
12407         functions with a controlling result (case in which there is no need
12408         to generate the thunk).
12409
12410         * exp_atag.ads, exp_atag.adb
12411         (Build_DT): New subprogram that displaces the pointer to reference the
12412         base of the wrapper record.
12413         (Build_Typeinfo_Offset): Removed.
12414         (RTE_Tag_Node): Removed.
12415         (Build_Common_Dispatching_Select_Statements): Moved here from exp_disp
12416         (Build_Get_RC_Offset): Removed.
12417         (Build_Inherit_Predefined_Prims): Removed.
12418         (Build_Inherit_TSD: Removed.
12419         (Build_New_TSD): Removed.
12420         (Build_Set_External_Tag): Removed.
12421         (Build_Set_Predefined_Prim_Op_Address): Add documentation.
12422         (Build_Set_Prim_Op_Address): Add documentation.
12423         (Build_Set_TSD): Removed.
12424
12425         * rtsfind.ads, rtsfind.adb
12426         (Load_Fail): If load fails and we are not in configurable run-time
12427         mode, then raise Unrecoverable_Error.
12428         (Text_IO_Kludge): Generate an error message if a run-time library is
12429         not available in a given run-time (ie. zfp run-time).
12430         (RTE_Record_Component): Add code to check that the component we search
12431         for is not found in two records in the given run-time package.
12432         (RE_DT_Offset_To_Top_Size, RE_DT_Predef_Prims_Size): Removed
12433         (RE_DT_Predef_Prims_Offset): New entity
12434         (RE_Static_Offset_To_Top): New entity
12435         (RE_HT_Link): New entity.
12436         (System_Address_Image): Addition of this run-time package.
12437         (RE_Address_Image): New entity.
12438         (RE_Abstract_Interface): Removed.
12439         (RE_Default_Prim_Op_Count): Removed.
12440         (RE_DT_Entry_Size): Removed.
12441         (RE_DT_Min_Prologue_Size): Removed.
12442         (RE_DT_Prologue_Size): Removed.
12443         (RE_Ifaces_Table_Ptr): Removed.
12444         (RE_Interface_Data_Ptr): Removed.
12445         (RE_Type_Specific_Data): Removed.
12446         (RE_Primary_DT): Removed.
12447         (RE_Register_Interface_Tag): Removed.
12448         (RE_Set_Offset_Index): Removed.
12449         (RE_Set_OSD): Removed.
12450         (RE_Set_SSD): Removed.
12451         (RE_Set_Signature): Removed.
12452         (RE_Set_Tagged_Kind): Removed.
12453         (RE_Address_Array): New entity.
12454         (RE_DT): New entity.
12455         (RE_Iface_Tag): New entity.
12456         (RE_Interfaces_Table): New entity.
12457         (RE_No_Dispatch_Table): New entity.
12458         (RE_NDT_Prims_Ptr): New entity.
12459         (RE_NDT_TSD): New entity.
12460         (RE_Num_Prims): New entity.
12461         (RE_Offset_To_Top_Function_Ptr): New entity.
12462         (RE_OSD_Table): New entity.
12463         (RE_OSD_Num_Prims): New entity.
12464         (RE_Predef_Prims): New entity
12465         (RE_Predef_Prims_Table_Ptr): New entity.
12466         (RE_Primary_DT): New entity.
12467         (RE_Signature): New entity.
12468         (RE_SSD): New entity.
12469         (RE_TSD): New entity.
12470         (RE_Type_Specific_Data): New entity.
12471         (RE_Tag_Kind): New entity.
12472
12473 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12474
12475         * a-textio.ads, a-textio.adb (Write): Add explicit size clause for the
12476         C imported variable.
12477         (Skip_Line): Do not reset Before_LM_PM immediately when Before_LM is set
12478         on entry.
12479
12480 2007-06-06  Robert Dewar  <dewar@adacore.com>
12481
12482         * a-tienio.adb (Get): Adjust buffer size to accomodate one extra
12483         character
12484
12485 2007-06-06  Vincent Celier  <celier@adacore.com>
12486
12487         * a-tifiio.adb (Put, internal): For negative numbers, check that there
12488         is room for at least one digit and the minus sign.
12489         (Put.Put_Character): Never put a character outside of the range of
12490         string To.
12491
12492 2007-06-06  Olivier Hainque  <hainque@adacore.com>
12493             Eric Botcazou  <ebotcazou@adacore.com>
12494
12495         * utils2.c (build_allocator): Provide the extra arguments to
12496         make_aligning_type for super-aligned objects allocated from the default
12497         pool. Leave enough room for a pointer before the aligning field, and
12498         store the system's allocator return value there.
12499         (build_call_alloc_dealloc): When releasing a super-aligned object,
12500         retrieve the system's allocator return value from where build_allocator
12501         has stored it, just ahead of the adjusted address we are passed.
12502         (build_call_raise): Handle properly the generation of line numbers when
12503         the node is marked No_Location.
12504         (compare_elmt_bitpos): Use tree_int_cst_compare.  Stabilize the sort
12505         by using DECL_UID on ties.
12506         (build_binary_op) <EQ_EXPR>: Accept fat pointer types with the same
12507         main variant.
12508         (build_call_raise): Handle converting exception into goto; support new
12509         argument KIND.
12510         (build_component_ref): Add new arg to build_call_raise.
12511
12512 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
12513
12514         * a-ztflau.adb, a-wtflau.adb, a-tiflau.adb (Load_Real): Do not parse
12515         "." in the case of nnn.xxx when nnn terminates with an underscore.
12516         Parse the remaining "#" or ":" in the case of nnn#.xxx#
12517
12518 2007-06-06  Robert Dewar  <dewar@adacore.com>
12519
12520         * a-tigeau.ads, a-tigeau.adb: (Store_Char): Change Buf to IN OUT
12521
12522 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12523             Vincent Celier  <celier@adacore.com>
12524             Robert Dewar  <dewar@adacore.com>
12525
12526         * bindgen.adb (Gen_Output_File_Ada): Generate pragma No_Run_Time when
12527         needed.
12528         (Gen_Output_File_Ada, Gen_Output_File_C): Never use __attribute
12529         ((destructor)) for adafinal, even when switch -a is used.
12530         Do not issue pragma Linker_Destructor for adafinal when switch -a is
12531         used.
12532         (Gen_Object_Files_Options): Add formatting of Linker Options, when
12533         Output_Linker_Option_List is set. Suppress this formatting when
12534         Zero_Formatting is set.
12535         Add case for CLI_Target.
12536         (System_Restrictions_Used): New flag, used to avoid generating with of
12537         System_Restrictions and initialization of the data unless there is
12538         some use of System.Restrictions in the partition.
12539         (Check_System_Restrictions_Used): New procedure
12540
12541         * s-stalib.adb: Remove with of System.Restrictions. No longer needed
12542         since we only with this unit in the binder file if it is used elsewhere
12543         in the partition.
12544
12545 2007-06-06  Vincent Celier  <celier@adacore.com>
12546
12547         * bindusg.adb: Add line for @<response file>
12548         Add lines for new switches -R and -Z
12549
12550         * gnatbind.adb (Gnatbind): Do not include sources from the GNAT
12551         hierarchy in the list of files of the closure when -R is used
12552         (Gnatbind): Accept arguments starting with '@' to indicate response
12553         files and take the arguments from the response files.
12554         If List_Closure is set, display the referenced files
12555
12556 2007-06-06  Javier Miranda  <miranda@adacore.com>
12557             Robert Dewar  <dewar@adacore.com>
12558             Ed Schonberg  <schonberg@adacore.com>
12559
12560         * checks.ads, checks.adb (Apply_Address_Clause_Check): Handle case in
12561         which the address-clause is applied to in-mode actuals (allowed by
12562         13.1(22)).
12563         (Apply_Discriminant_Check): Do not generate a check if the type is
12564         constrained by a current instance.
12565         (Activate_Division_Check): New procedure
12566         (Activate_Overflow_Check): New procedure
12567         (Activate_Range_Check): New procedure
12568         Call these new Activate procedures instead of setting flags directly
12569         (Apply_Array_Size_Check): Removed, no longer needed.
12570         Code clean up: remove obsolete code related to GCC 2.
12571         (Get_E_Length): Protect against bomb in case scope is standard
12572         (Selected_Range_Checks): If the node to be checked is a conversion to
12573         an unconstrained array type, and the expression is a slice, use the
12574         bounds of the slice to construct the required constraint checks.
12575         Improve NOT NULL error messages
12576         (Apply_Constraint_Check): If the context is a null-excluding access
12577         type, diagnose properly the literal null.
12578
12579 2007-06-06  Pascal Obry  <obry@adacore.com>
12580
12581         * clean.adb (Clean_Archive): Use untouched casing for the archive name
12582         and the corresponding .deps file.
12583         (Clean_Interface_Copy_Directory): Use untouched casing for the library
12584         src directory. Minor code-clean-up. Use untouched casing for files
12585         read into the library src dir.
12586         (Clean_Library_Directory): Idem.
12587         (Parse_Cmd_Line): Accept new switch -aP
12588
12589 2007-06-06  Javier Miranda  <miranda@adacore.com>
12590             Ed Schonberg  <schonberg@adacore.com>
12591             Robert Dewar  <dewar@adacore.com>
12592             Eric Botcazou  <ebotcazou@adacore.com>
12593             Arnaud Charlet  <charlet@adacore.com>
12594
12595         * einfo.ads, einfo.adb (Available_View): New synthesized attribute
12596         applicable to types that have the With_Type flag set. Returns the
12597         non-limited view of the type, if available, otherwise the type itself.
12598         For class-wide types, there is no direct link in the tree, so we have
12599         to retrieve the class-wide type of the non-limited view of the Etype.
12600         New attributes Static_Initialization and Static_Elaboration_Desired.
12601         Remove the pragma Thread_Body, and the associated flag
12602         Is_Thread_Body in entities, and all related code.
12603         (Suppress_Value_Tracking_On_Call): New flag
12604         E_Exception has Esize and Alignment fields
12605         (Universal_Aliasing): New function.
12606         (Set_Universal_Aliasing): New procedure.
12607         (Write_Entity_Flags): Deal with Universal_Aliasing flag.
12608         (Check_Nested_Access): New procedure.
12609         (Has_Up_Level_Access, Set_Has_Up_Level_Access): New procedures.
12610         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
12611         (Related_Interface): New attribute. Present in dispatch table pointer
12612         components of records. Set to point to the entity of the corresponding
12613         interface type.
12614         (Is_By_Reference_Type): Recurse on the full view of an incomplete type.
12615         (Original_Access_Type): Remove, not needed.
12616         (Root_Type): Handle properly subtypes of class-wide-types.
12617         Update comments.
12618
12619         * sem_ch4.adb (Analyze_Explicit_Dereference): Add support for
12620         class-wide types visible through limited-with clauses.
12621         (Try_Primitive_Operation): When examining all primitive operations of a
12622         tagged type, do not consider subprograms labeled as hidden unless they
12623         belong to a private generic type with a tagged parent.
12624         (Try_Object_Operation): Extensive rewriting, to handle properly various
12625         overloading cases, when several ancestors may have class-wide operations
12626         that are possible candidates, and when the overloaded functions return
12627         array types and have defaulted parameters so that the call may be
12628         interpreted as an indexing.
12629         (Analyze_Allocator): Remove Mark_Allocator and its invocation.
12630         (Process_Function_Call): use Next, rather than Next_Actual, to analyze
12631         successive actuals before analyzing the call itself.
12632         (Try_Primitive_Operation): A primitive operation is compatible with the
12633         prefix if the prefix has a synchronized type and the type of the formal
12634         is its corresponding record, as can be the case when the primitive
12635         operation is declared outside of the body of the type.
12636         (Traverse_Homonyms): New subprocedure of Try_Class_Wide_Operation, to
12637         perform homonym traversal, looking for class-wide operation matches
12638         (formerly done in statements of Try_Class_Wide_Operation). Matches on
12639         access parameters are now restricted to anonymous access types.
12640         (Mark_Allocator): An allocator with a discriminant association parent is
12641         a coextension.
12642         (Try_One_Prefix_Interpretation): If the type of the object is
12643         incomplete, as can be happen when it is a limited view obtained through
12644         a limited_with_clause, the selected component is not part of a prefixed
12645         call.
12646         (Complete_Object_Operation): Diagnose properly an object that is not
12647         aliased when the corresponding controlling formal is an access
12648         parameter.
12649         (Try_Primitive_Operation, Try_Class_Wide_Operation): Diagnose properly
12650         ambiguous calls in prefixed notation, where two primitives differ only
12651         in that the controlling argument of one is an access parameter.
12652
12653         * sem_ch6.adb (Has_Single_Return): Add guard in code that determines
12654         whether a function that returns an unconstrained type can be inlined.
12655         (Process_Formals): Diagnose properly the illegal use of an incomplete
12656         type in the profile of an access_to_subprogram declaration.
12657         (Check_Synchronized_Overriding): Nothing check for concurrent types, the
12658         operations are attached to the corresponding record.
12659         (Analyze_Subprogram_Specification): Add variables Formal and Formal_Typ.
12660         When processing a primitive of a concurrent type which implements an
12661         interface change the type of all controlling formals to that of the
12662         corresponding record type.
12663         (Check_Synchronized_Overriding): Relax the conditional logic when trying
12664         to determine the tagged type to which a primitive belongs.
12665         (Check_Conventions): Capture condition to ignore a primitive operation
12666         (which is shared between the loop in Check_Conventions and the one in
12667         Check_Convention) in a new local function Skip_Check.
12668         (Check_Convention): Rename Prim_Op to Second_Prim_Op to avoid possible
12669         confusion with Check_Conventions' own Prim_Op local variable.
12670         (Create_Extra_Formals): Test for a tagged result type rather than a
12671         controlling result when determining whether to add a BIP_Alloc_Form
12672         formal and a BIP_Final_List formal to the function.
12673         (Check_Conformance); For parameters that are anonymous access types,
12674         subtype conformance requires that the not null and the constant
12675         indicators must match
12676         (Check_Synchronized_Overriding): New parameter Formal_Typ. Add machinery
12677         to retrieve the appropriate type when processing a concurrent type
12678         declared within a generic. Minor comment reformatting. Change invocation
12679         of Overrides_Synchronized_Primitive to Find_Overridden_Synchronized_Pri-
12680         mitive.
12681         (Analyze_Subprogram_Body): If the return type of a function is an
12682         anonymous access to the limited view of a class-wide type, and the
12683         non-limited view of the type is available, update the type of the
12684         function so that code can be generated.
12685         (Process_Formals): In case of access-subtype itype whose designated
12686         type is also an itype (situation that happens now with access to
12687         subprograms) we mark the access-type itype with the Has_Delayed_Freeze
12688         attribute to avoid backend problems.
12689         (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
12690         init of R_Stm_Type_Is_Anon_Access. Also check that base types of the
12691         anonymous types' designated types are same before testing
12692         Subtypes_Statically_Match.
12693         (Create_Extra_Formals): Test for a named access parameter that is a
12694         controlling formal as an additional condition for adding an
12695         accessibility level formal. This can occur in the subp type created for
12696         dispatching calls in Expand_Dispatching_Call, and allows calling
12697         Create_Extra_Formals from that procedure rather than special-casing the
12698         extra formals there.
12699         (Create_Extra_Formals): Add BIP_Alloc_Form and BIP_Final_List formals
12700         when the function has a controlling result.
12701         (Check_Returns): Add much more knowledge of the optimization of local
12702         raise statements to gotos, to retain proper warnings in this case.
12703         (Check_Statement_Sequence): Ignore N_Push_xxx_Label and N_Pop_xxx_Label
12704         nodes when looking for last statement.
12705
12706         * sem_type.ads, sem_type.adb (Specific_Type): Add support for
12707         class-wide types visible through limited with clauses.
12708         (Add_One_Interp): If the operands are anonymous access types, the
12709         predefined operator on universal_access is immediately visibles
12710         (Find_Unique_Type): Handle anonymous access to subprogram types just as
12711         other anonymous access types.
12712         (Disambiguate): Take into account CIL convention.
12713         (Interface_Present_In_Ancestor): Add support for class-wide interfaces.
12714
12715 2007-06-06  Robert Dewar  <dewar@adacore.com>
12716
12717         * sinput.ads, sinput.adb, uintp.ads, urealp.adb, stringt.adb,
12718         sem_elim.adb, prj-strt.adb, repinfo.ads, repinfo.adb, namet.ads,
12719         elists.ads, elists.adb, lib.ads, lib.adb (Unlock): New procedure.
12720         Fix lower bound of tables.
12721         Add rep clauses.
12722
12723         * nlists.adb: Ditto.
12724         (Prev_Node, Next_Node): Change index type to Int so that it properly
12725         covers the range First_Node_Id - 1 up.
12726
12727 2007-06-06  Javier Miranda  <miranda@adacore.com>
12728             Ed Schonberg  <schonberg@adacore.com>
12729             Bob Duff  <duff@adacore.com>
12730             Hristian Kirtchev  <kirtchev@adacore.com>
12731
12732         * exp_aggr.ads, exp_aggr.adb: 
12733         (Build_Record_Aggr_Code): Add missing initialization of secondary tags
12734         in extension aggregates.
12735         (Flatten): Other conditions being met, an aggregate is static if the
12736         low bound given by component associations is different from the low
12737         bound of the base index type.
12738         (Packed_Array_Aggregate_Handled): If the component type is itself a
12739         packed array or record, the front-end must expand into assignments.
12740         (Gen_Ctrl_Actions_For_Aggr): In call to Init_Controller, pass False to
12741         Init_Pr, instead of Ancestor_Is_Expression.
12742         (Gen_Ctrl_Actions_For_Aggr): When processing an aggregate of a
12743         coextension chain root, either generate a list controller or use the
12744         already existing one.
12745         (Static_Array_Aggregate): New procedure to construct a positional
12746         aggregate that can be handled by the backend, when all bounds and
12747         components are compile-time known constants.
12748         (Expand_Record_Aggregate): Force conversion of aggregates of tagged
12749         types covering interface types into assignments.
12750         (Replace_Type): move to Build_Record_Aggr_Code.
12751         (Expand_Record_Aggr_Code): if the target of the aggregate is an
12752         interface type, convert to the definite type of the aggregate itself,
12753         so that needed components are visible.
12754         (Convert_Aggr_In_Object_Decl): If the aggregate has controlled
12755         components and the context is an extended return statement do not
12756         create a transient block for it, to prevent premature finalization
12757         before the return is executed.
12758         (Gen_Assign): Do not generate a call to deep adjust routine if the
12759         component type is itself an array of controlled (sub)-components
12760         initialized with an inner aggregate.
12761         (Component_Check): New name for Static_Check. This name is now more
12762         appropriate, and documentation is added which was missing.
12763         (Component_Check): Add test for bit aligned component value
12764         (Component_Not_OK_For_Backend): Renames Has_Delayed_Nested_Aggregate_Or_
12765         Tagged_Comps, name is more appropriate given added function below.
12766         (Component_Not_OK_For_Backend): Check for bit aligned component ref.
12767
12768 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
12769             Javier Miranda  <miranda@adacore.com>
12770             Robert Dewar  <dewar@adacore.com>
12771
12772         * exp_attr.adb (Expand_N_Attribute_Reference): Case Callable and
12773         Terminated: Add unchecked type conversion from System.Address to
12774         System.Tasking.Task_Id when calling the predefined primitive
12775         _disp_get_task_id.
12776         Disable new Ada 05 accessibility check for JVM.NET targets, which
12777         cannot be implemented in a practical way.
12778         (Expand_N_Attribute_Reference: case Attribute_Tag): The use of 'Tag in
12779         the sources always references the tag of the actual object. Therefore,
12780         if 'Tag is applied in the sources to class-wide interface objects we
12781         generate code that displaces "this" to reference the base of the object.
12782         (Expand_N_Attribute_Reference, case Size): Return specified size if
12783         known to front end.
12784         (Expand_N_Attribute_Reference): The expansion of the 'Address attribute
12785         has code that displaces the pointer of the object to manage interface
12786         types. However this code must not be executed when the prefix is a
12787         subprogram. This bug caused the wrong expansion of the internally
12788         generated assignment that fills the dispatch table when the primitive
12789         is a function returning a class-wide interface type.
12790         (Expand_N_Attribute_Reference:Attribute_Valid): Remove incorrect call to
12791         Set_Attribute_Name for Name_Unaligned_Valid.
12792
12793 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
12794             Gary Dismukes  <dismukes@adacore.com>
12795
12796         * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case 'Address):
12797         If the initialization is the equivalent aggregate of the initialization
12798         procedure of the type, do not remove it.
12799         (Expand_N_Attribute_Definition_Clause): Exclude access variables
12800         initialized to null from having their expression reset to empty and
12801         note this exception in the comment.
12802
12803 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
12804             Robert Dewar  <dewar@adacore.com>
12805             Ed Schonberg  <schonberg@adacore.com>
12806             Gary Dismukes  <dismukes@adacore.com>
12807
12808         * exp_ch2.adb: Remove "with" and "use" clauses for Namet and Snames.
12809         Add "with" and "use" clauses for Sem_Attr.
12810         (Expand_Current_Value): Do not replace occurences of attribute
12811         references where the prefix must be a simple name.
12812
12813         * sem_attr.ads, sem_attr.adb: Remove "with" and "use" clauses for
12814         Namet. Add new arrays Attribute_Name_Modifies_Prefix and
12815         Attribute_Requires_Simple_Name_Prefix.
12816         (Name_Modifies_Prefix): Body of new function.
12817         (Requires_Simple_Name_Prefix): Body of new function.
12818         (Resolve_Attribute, case Access): Improve error message for case of
12819         mismatched conventions.
12820         (Analyze_Attribute, case 'Tag): The prefix the attribute cannot be of an
12821         incomplete type.
12822         (Analyze_Attribute, case 'Access): If the type of the prefix is a
12823         constrained subtype for a nominal unconstrained type, use its base type
12824         to check for conformance with the context.
12825         (Resolve_Attribute): Remove test of the access type being associated
12826         with a return statement from condition for performing accessibility
12827         checks on access attributes, since this case is now captured by
12828         Is_Local_Anonymous_Access.
12829         (Analyze_Access_Attribute): Set Address_Taken on entity
12830         (Analyze_Attribute, case Address): Set Address_Taken on entity
12831         (OK_Self_Reference): Traverse tree to locate enclosing aggregate when
12832         validating an access attribute whose prefix is a current instance.
12833         (Resolve_Attribute): In case of attributes 'Code_Address and 'Address
12834         applied to dispatching operations, if freezing is required then we set
12835         the attribute Has_Delayed_Freeze in the prefix's entity.
12836         (Check_Local_Access): Set flag Suppress_Value_Tracking_On_Call in
12837         current scope if access of local subprogram taken
12838         (Analyze_Access_Attribute): Check legality of self-reference even if the
12839         expression comes from source, as when a single component association in
12840         an aggregate has a box association.
12841         (Resolve_Attribute, case 'Access): Do not apply accessibility checks to
12842         the prefix if it is a protected operation and the attribute is
12843         Unrestricted_Access.
12844         (Resolve_Attribute, case 'Access): Set the Etype of the attribute
12845         reference to the base type of the context, to force a constraint check
12846         when the context is an access subtype with an explicit constraint.
12847         (Analyze_Attribute, case 'Class): If the prefix is an interface and the
12848         node is rewritten as an interface conversion. leave unanalyzed after
12849         resolution, to ensure that type checking against the context will take
12850         place.
12851
12852 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
12853             Javier Miranda  <miranda@adacore.com>
12854             Robert Dewar  <dewar@adacore.com>
12855
12856         * exp_ch3.adb (Make_Controlling_Function_Wrappers): generate wrapper a
12857         wrapper when the full view of the controlling type of an inherited
12858         function that dispatches on result implements interfaces.
12859         (Expand_N_Object_Declaration): In cases where the type of the
12860         declaration is anonymous access, create finalization list for it.
12861         (Expand_N_Object_Declaration): Generate a persistent_bss directive only
12862         if the object has no explicit initialization, to match description of
12863         functionality of pragam Persistent_BSS.
12864         (Build_Equivalent_Array_Aggregate, Build_Equivalent_Record_Aggregate):
12865         new function to build static aggregates, to replace initialization call
12866         when static initialization is desired.
12867         (Freeze_Type): Generate a list controller for an access type whenever
12868         its designated type has controlled anonymous access discriminants.
12869         (Build_Equivalent_Aggregate): New procedure to compute a static
12870         aggregate to be used as default initialization for composite types,
12871         instead of a generating a call to the initialization procedure for the
12872         type.
12873         (Build_Initialization_Call): When available, replace a call to the
12874         initialization procedure with a copy of the equivalent static aggregate
12875         for the type.
12876         (Expand_N_Object_Declaration):  Use New_Occurrence_Of in generated
12877         declarations for objects of a class-wide interface type, rather than
12878         just identifiers, to prevent visibility problems.
12879         (Expand_N_Object_Declaration): When expanding the declaration for an
12880         object of a class-wide interface type, preserve the homonym chain of
12881         the original entity before exchanging it with that of the generated
12882         renaming declaration.
12883         (Freeze_Enumeration_Type): Don't raise CE if No_Exception_Propagation
12884         active, because there is no way to handle the exception.
12885         (Freeze_Record_Type): In case of CPP_Class types add a call to Make_DT
12886         to do a minimum decoration of the Access_Disp_Table list.
12887         (Expand_Record_Controller): Avoid the addition of the controller between
12888         the component containing the tag of a secondary dispatch table and its
12889         adjacent component that stores the offset to the base of the object.
12890         This latter component is only generated when the parent type has
12891         discriminants ---documented in Add_Interface_Tag_Components).
12892         (Apply_Array_Size_Check): Removed, no longer needed.
12893         (Expand_N_Full_Type_Declaration): If the type has anonymous access
12894         components, create a Master_Entity for it only if it contains tasks.
12895         (Build_Init_Procedure): Suppress the tag assignment compiling under
12896         no run-time mode.
12897         (Freeze_Record_Type): Remove code associated with creation of dispatch
12898         table.
12899         (Init_Secondary_Tags): Update type of actuals when generating calls to
12900         Ada.Tags.Set_Offset_To_Top
12901         (Stream_Operation_OK): Disable use of streams compiling under no
12902         run-time mode
12903         (Expand_N_Object_Declaration): Don't do Initialize_Scalars initalization
12904         if Has_Init_Expression set.
12905         (Build_Init_Procedure): Replace call to Fill_DT_Entry by call to
12906         Register_Primitive, which provides the same functionality.
12907         (Requires_Init_Proc): Return false in case of interface types.
12908         (Add_Secondary_Tables): Use the new attribute Related_Interface to
12909         cleanup the code.
12910         (Predefined_Primitive_Freeze): Do not assume that an internal entity
12911         is always associated with a predefined primitive because the internal
12912         entities associated with interface types are not predefined primitives.
12913         Therefore, the call to Is_Internal is replaced by a call to the
12914         function Is_Predefined_Dispatching_Operation.
12915         (Make_Eq_If): When generating the list of comparisons for the
12916         components of a given variant, omit the controller component that is
12917         present if the variant has controlled components.
12918
12919 2007-06-06  Javier Miranda  <miranda@adacore.com>
12920             Hristian Kirtchev  <kirtchev@adacore.com>
12921             Bob Duff  <duff@adacore.com>
12922
12923         * exp_ch4.adb (Complete_Coextension_Finalization): Add machinery to
12924         handle the creation of finalization lists and calls for nested
12925         coextensions when the root of the chains is part of a return statement.
12926         (Inside_A_Return_Statement): New function inside Complete_Coextension_
12927         Finalization.
12928         (Expand_Record_Equality): Skip components that are interface types.
12929         (Displace_Allocator_Pointer): Add missing support for interface subtypes
12930         (Expand_N_Allocator): Replace invocation of Is_Local_Access_Discriminant
12931         with Rewrite_Coextension. Change the condition for detecting coextension
12932         root nodes.
12933         (Is_Local_Access_Discriminant): Removed.
12934         (Rewrite_Coextension): New routine which rewrites a static coextension
12935         as a temporary and uses its unrestricted access in the construction of
12936         the outer object.
12937         (Complete_Coextension_Finalization): New routine. Generate finalization
12938         attachment calls to all delayed coextensions.
12939         (Expand_N_Allocator): Call Complete_Coextension_Finalization whenever
12940         the allocator is not a coextension itself and has delayed coextensions.
12941         If the current allocator is controlled, but also a coextension, delay
12942         the generation of the finalization attachment call.
12943         Rename local variable "Node" to "Nod" in order to avoid confusion with
12944         "Elists.Node".
12945         (Expand_Allocator_Expression): Call Adjust for initialized allocators of
12946         limited types that are not inherently limited. Such an allocator is
12947         illegal, but is generated by the expander for a return statement, to
12948         copy the result onto the secondary stack. This is the only case where a
12949         limited object can be copied. Generate code to displace the pointer
12950         to the object if the qualified expression is a class-wide interface
12951         object. Such displacement was missing and hence the copy of the object
12952         was wrong.
12953         (Apply_Accessibility_Check): Handle allocated objects initialized in
12954         place.
12955         (Displace_Allocator_Pointer): Subsidiary procedure to Expand_N_Allocator
12956         and Expand_Allocator_Expression. Allocating class-wide interface objects
12957         this routine displaces the pointer to the allocated object to reference
12958         the component referencing the corresponding secondary dispatch table.
12959         Expand_Allocator_Expression): Add missing support to allocate class-wide
12960         interface objects initialized with a qualified expression.
12961         (Get_Allocator_Final_List): Test for an anonymous access type that is a
12962         function result type, and use the finalization list associated with the
12963         function scope in that case (such an anonymous type should not be
12964         treated like an access parameter's type).
12965
12966 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
12967             Gary Dismukes  <dismukes@adacore.com>
12968             Javier Miranda  <miranda@adacore.com>
12969
12970         * exp_ch5.adb (Expand_N_Assignment_Statement): For the assignment of a
12971         controlled type, use Make_Handler_For_Ctrl_Operation to construct the
12972         required exception handler.
12973         (Expand_Simple_Function_Return, Expand_N_Return_Statement): Handle
12974         properly the case of a function whose return type is a limited
12975         class-wide interface type. Modify the code of the accessibility
12976         check to handle class-wide interface objects. In this case we need to
12977         displace "this" to reference the primary dispatch table to get access
12978         to the TSD of the object (to evaluate its accessibility level).
12979         (Expand_N_Extended_Return_Statement): Test for a tagged result type
12980         rather than a controlling result as one of the conditions for
12981         generating tests of the implicit BIP_Alloc_Form formal. The
12982         initialization assignment is also handled according to whether the
12983         result is tagged instead of controlling.
12984         In the case where the init assignment is inserted in the "then" part of
12985         the allocation conditional, rewrite the target to be a dereference of
12986         the implicit BIP_Object_Access formal.
12987         If the returned value is unconstrained and created on the secondary
12988         stack, mark the enclosing block and function so that the secondary
12989         stack is not reclaimed on return.
12990         Treat returns from functions with controlling results similarly to
12991         returns from functions with unconstrained result subtypes.
12992         If the object returned is unconstrained, and an allocator must be
12993         created for it, analyze the allocator once the block for the extended
12994         return is installed, to ensure that finalizable components
12995         of the expression use the proper finalization list. Guard the call to
12996         Move_Final_List with a check that there is something to finalize.
12997         (Make_Tag_Ctrl_Assignment): Use "old" handling
12998         of controlled type assignment for virtual machines, since new code uses
12999         unsupported features (such as direct access to bytes in memory).
13000
13001 2007-06-06  Gary Dismukes  <dismukes@adacore.com>
13002             Ed Schonberg  <schonberg@adacore.com>
13003
13004         * exp_ch6.ads, exp_ch6.adb (Expand_Call): When adding an extra
13005         accessibility actual, check for the case of an aliased object that has
13006         been rewritten as an Access attribute, and assign Prev to Prev_Orig so
13007         we fall into processing for the attribute rather than the name of the
13008         object.
13009         (Expand_Inline_Call): If an actual is a literal, and the corresponding
13010         formal has its address taken in the body, create a temporary to capture
13011         value.  If the return type is a limited interface, do not treat the
13012         return value as Controlled.
13013         (Is_In_Place_Function):  If the return type is a limited interface,
13014         treat as returning in place. The actual returned object may not always
13015         be limited, but the caller has to assume that it is returned in place.
13016         (Add_Final_List_Actual_To_Build_In_Place_Call): If the call is the
13017         context of an allocator, use the correct finalization chain (that is,
13018         the chain belonging to the access type, rather than the chain belonging
13019         to the current scope).
13020         (Add_Alloc_Form_Actual_To_Build_In_Place_Call): Test for a tagged
13021         result type rather than a controlling result as a precondition for
13022         adding an allocation form actual to a build-in-place call.
13023         (Add_Final_List_Actual_To_Build_In_Place_Call): Ditto.
13024         (Freeze_Subprogram): Code cleanup. Remove all the code that register the
13025         primitive in the dispatch tables. This work is now done by Make_DT when
13026         the type is frozen.
13027         (Register_Predefined_DT_Entry): Removed.
13028         (Add_Return): If end label is not present, use sloc of last statement
13029         for generated return statement in procedure, for better gdb behavior
13030         on expanded code.
13031         (Add_Access_Actual_To_Build_In_Place_Call): Set parent fields of the
13032         object address nodes to ensure proper processing by routines like
13033         Insert_After*.
13034         (Expand_Call): Fix generation of validity check for parameter
13035         (Add_Alloc_Form_Actual_To_Build_In_Place_Call): Return without passing
13036         the allocation form parameter if the result subtype is constrained,
13037         except when the function has a controlling result.
13038         (Add_Final_List_Actual_To_Build_In_Place_Call): Test Controlled_Type
13039         rather than Is_Controlled and Has_Controlled_Component, since we want to
13040         include class-wide result types in this treatment. Also test for a
13041         controlling result, since that also requires passing a finalization
13042         list.
13043         (Make_Build_In_Place_Call_In_Allocator): Call Add_Alloc_Form_Actual_*
13044         even when the result subtype is constrained, to handle calls involving
13045         controlling results.
13046         (Make_Build_In_Place_Call_In_Anonymous_Context): Add_Alloc_Form_Actual_*
13047         is now called even when the result subtype is constrained, to handle
13048         calls involving controlling results.
13049         (Make_Build_In_Place_Call_In_Assignment): Remove test for Is_Constrained
13050         on call to Add_Alloc_Form_Actual_To_Build_In_Place_Call (that procedure
13051         now performs the test).
13052         (Make_Build_In_Place_Call_In_Object_Declaration):
13053         Add_Alloc_Form_Actual_* is now called even when the result subtype is
13054         constrained, to handle calls involving controlling results.
13055         (Add_Return): Accomodate rewritten pattern from local raise to goto
13056         transformation, so that we still recognize an transfer statement
13057         and do the right thing here in that case.
13058         (Expand_N_Subprogram_Body): Add dummy Push/Pop_xxx_Label nodes at start
13059         and end of subprogram code.
13060         (Register_Interface_DT_Entry, Register_Predefined_DT_Entry): Add missing
13061         support for primitives that are functions (without formals) with a
13062         controlling result.
13063         (Inherited_From_Formal): If the actual subtype has not generic parent
13064         type, it is not an actual for a formal derived type, and there is no
13065         operation to inherit from the formal.
13066
13067 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13068             Thomas Quinot  <quinot@adacore.com>
13069
13070         * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): Set Sloc of
13071         inserted cleanup code appropriately for GDB use.
13072         (Make_Deep_Proc): Use Make_Handler_For_Ctrl_Operation to create
13073         exception handler for Deep_Adjust or Deep_Finalize.
13074         (Make_Handler_For_Ctrl_Operation): New subprogram. When runtime entity
13075         Raise_From_Controlled_Operation is available, use a call to that
13076         subprogram instead of a plain "raise Program_Error" node to raise
13077         Program_Error if an exception is propagated from an Adjust or Finalize
13078         operation.
13079         (Insert_Actions_In_Scope_Around): If the statement to be wrapped
13080         appears in the optional statement list of a triggering alternative, the
13081         scope actions can be inserted directly there, and not in the list that
13082         includes the asynchronous select itself.
13083
13084 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13085             Robert Dewar  <dewar@adacore.com>
13086             Hristian Kirtchev  <kirtchev@adacore.com>
13087
13088         * exp_ch9.ads, exp_ch9.adb (Build_Protected_Entry): Set sloc of
13089         generated exception handler appropriately when debugging generated code.
13090         Deal properly with No_Exception_Propagation restriction mode.
13091         (Expand_N_Abort_Statement): Add an unchecked type conversion from
13092         System.Address to System.Tasking.Task_Id when processing the result of
13093         the predefined primitive _disp_get_task_id.
13094         (Expand_N_Asynchronous_Select): Clarify comment.
13095         (Expand_N_Protected_Type_Declaration): Minor code cleanup.
13096         (Find_Parameter_Type): New routine inside Type_Conformant_Parameters.
13097         (Type_Conformant_Parameters): New parameter Prim_Op_Typ. Code cleanup.
13098         (Add_Private_Declarations, Build_Protected_Body): Use proper slocs for
13099         privals and for generated call to Complete_Entry_Body, for better gdb
13100         behavior.
13101         (Copy_Result_Type): Utility to construct a parameter and result profile
13102         for protected functions whose return type is an anonymous access to
13103         subprogram.
13104         (Build_Protected_Sub_Spec and Expand_Access_Protected_Subprogram_Type):
13105         call the above.
13106         (Build_Task_Activation_Call): Insert Activate_Tasks call at proper
13107         point when the local-raise-to-goto transformation has taken place.
13108
13109 2007-06-06  Javier Miranda  <miranda@adacore.com>
13110             Nicolas Setton  <setton@adacore.com>
13111
13112         * exp_dbug.adb (Get_Encoded_Name): Modified to continue providing its
13113         functionality when the backend is generating code.
13114         Otherwise any serious error
13115         reported by the backend calling the frontend routine Error_Msg
13116         changes the Compilation_Mode to Check_Semantics, disables the
13117         functionality of this routine and causes the generation of
13118         spureous additional errors.
13119
13120         * exp_dbug.ads (Pointers to Unconstrained Arrays): Document the
13121         debugging information now generated by the compiler for fat-pointer
13122         types.
13123         Document the contents of DW_AT_producer in the GNAT Vendor extensions to
13124         DWARF2/3.
13125         Document GNAT Vendor extensions to DWARF 2/3 and the "-gdwarf+" switch.
13126
13127 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13128
13129         * exp_dist.ads, exp_dist.adb (Make_Transportable_Check): New subprogram
13130         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
13131         PolyORB_Support.Build_Subprogram_Receiving_Stubs):
13132         For a remote call to a function with a classwide return type, apply an
13133         E.4(18) check to the returned value.
13134         (Add_RACW_Primitive_Declarations_And_Bodies): Do not generate stubs for
13135         stream attributes of the designated type of an RACW, as they are not
13136         dispatching primitive operations.
13137
13138 2007-06-06  Geert Bosch  <bosch@adacore.com>
13139
13140         * exp_fixd.adb (Integer_Literal): Add optional argument to construct a
13141         negative literal
13142         (Do_Divide_Fixed_Fixed): Add comments to indicate Frac is always
13143         positive
13144         (Do_Divide_Fixed_Universal): Handle case of negative Frac.
13145         (Do_Multiply_Fixed_Fixed): Add coments to indicate Frac is always
13146         positive
13147         (Do_Multiply_Fixed_Universal): Handle case of negative Frac.
13148
13149 2007-06-06  Javier Miranda  <miranda@adacore.com>
13150
13151         * exp_imgv.adb (Expand_Value_Attribute): Disable compilation of this
13152         attribute compiling package Ada.Tags under No_Run_Time_Mode.
13153
13154 2007-06-06  Javier Miranda  <miranda@adacore.com>
13155
13156         * exp_intr.adb (Expand_Unc_Deallocation): Add missing support for
13157         deallocation of class-wide interface objects.
13158         (Expand_Dispatching_Constructor_Call): Take into account that if the
13159         result of the dispatching constructor is an interface type, the
13160         function returns a class-wide interface type; otherwise the returned
13161         object would be actual. The frontend previously accepted returning
13162         interface types because Expand_Interface_Actuals silently performed
13163         the management of the returned type "as if" it were a class-wide
13164         interface type.
13165         (Expand_Dispatching_Constructor_Call): Replace call to
13166         Make_DT_Access_Action by direct call to Make_Function_Call.
13167
13168 2007-06-06  Robert Dewar  <dewar@adacore.com>
13169             Ed Schonberg  <schonberg@adacore.com>
13170
13171         * exp_pakd.adb (Expand_Packed_Not): Use RM_Size rather than ESize to
13172         compute masking constant, since we now set Esize properly to the
13173         underlying size.
13174         (Create_Packed_Array_Type): Set proper Esize value adjusted as required
13175         to match the alignment.
13176         (Create_Packed_Array_Type): Use Short_Short_Unsigned as base type for
13177         packed arrays of 8 bits or less.
13178
13179         * freeze.adb (Freeze_Entity): When freezing the formals of a
13180         subprogram, freeze the designated type of a parameter of an access type
13181         only if it is an access parameter.
13182         Increase size of C convention enumeration object
13183         (Freeze_Entity, array type case): Make sure Esize value is properly
13184         adjusted for the alignment if it is known.
13185         (Freeze_Entity, array type case): When checking bit packed arrays for
13186         the size being incorrect, check RM_Size, not Esize.
13187         (Freeze_Record_Type): Check for bad discriminated record convention
13188         (In_Exp_Body): Return true if the body is generated for a subprogram
13189         renaming, either an attribute renaming or a renaming as body.
13190         (Check_Itype): If the designated type of an anonymous access component
13191         is a non-protected subprogram type, indicate that it is frozen, to
13192         prevent out-of-scope freeze node at some subsequent call.
13193         (Freeze_Subprogram): On OpenVMS, reject descriptor passing mechanism
13194         only if the subprogram is neither imported nor exported, as well as the
13195         NCA descriptor class if the subprogram is exported.
13196
13197 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13198             Arnaud Charlet  <charlet@adacore.com>
13199             Robert Dewar  <dewar@adacore.com>
13200             Gary Dismukes  <dismukes@adacore.com>
13201
13202         * exp_prag.adb (Expand_Pragma_Import_Or_Interface): Remove properly a
13203         default initialization on an imported object, when there is no
13204         initialization call generated for it.
13205         (Expand_Pragma_Assert): Add handling of No_Exception_Propagation
13206         restriction
13207
13208         * snames.h, snames.ads, snames.adb, par-prag.adb: New pragma
13209         Static_Elaboration_Desired.
13210         Remove pragma Thread_Body.
13211         Implement a new pragma No_Body
13212         Removes the Explicit_Overriding pragma
13213         Remove Optional_Overriding pragma
13214         (Prag): Deal with Universal_Aliasing.
13215         (Name_CIL, Name_CIL_Constructor, Convention_CIL,
13216         Pragma_CIL_Constructor): New names.
13217
13218         * sem_cat.adb (Validate_Object_Declaration): An initialization that
13219         uses the equivalent aggregate of a type must be treated as an implicit
13220         initialization.
13221         (Get_Categorization): Check a unit for pragma Preelaborate only if it
13222         has none of the other categories.
13223         (Process_Import_Or_Interface_Pragma): Report an error for an attempt
13224         to apply Import to an object renaming declaration.
13225
13226         * sem_prag.adb (Process_Import_Or_Interface): Warn that a type imported
13227         from a C++ class should be declared as limited and that it will be
13228         considererd limited.
13229         (Analyze_Pragma): Warn that a type specified with pragma CPP_Class
13230         should be declared as limited and that it will be considererd limited.
13231         (Ada_2005_Pragma): New procedure, used to deal with Ada 2005 pragmas
13232         (Analyze_Pragma, case Export): Diagnose export of enumeration literal
13233         (Analyze_Pragma): Deal with Universal_Aliasing.
13234         (Sig_Flags): Likewise.
13235         (Set_Encoded_Interface_Name): Suppress encoding when compiling for AAMP.
13236         (Overflow_Checks_Unsuppressed): New flag.
13237         (Process_Suppress_Unsuppress): Set Overflow_Checks_Unsuppressed.
13238         (Analyze_Pragma [case Pack]): Ignore pragma Pack and post warning in
13239         case of JVM or .NET targets, and compiling user code.
13240         Add debugging convenience routine rv
13241
13242 2007-06-06  Robert Dewar  <dewar@adacore.com>
13243
13244         * exp_strm.adb (Make_Field_Attributes): Avoid _Parent components that
13245         are interface type.
13246         (Build_Elementary_Input_Call): For floating-point use right type in the
13247         absence of strange size or stream size clauses.
13248         (Build_Elementary_Write_Call): Same fix
13249         (Has_Stream_Standard_Rep): Returns False if Stream_Size attribute
13250         set to value that does not match base type size.
13251
13252 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13253
13254         * exp_util.ads, exp_util.adb (Expand_Subtype_From_Expr): In Ada2005, an
13255         object of a limited type can be initialized with a call to a function
13256         that returns in place. If the limited type has unknown discriminants,
13257         and the underlying type is a constrained composite type, build an actual
13258         subtype from the function call, as is done for private types.
13259         (Side_Effect_Free): An expression that is the renaming of an object or
13260         whose prefix is the renaming of a object, is not side-effect free
13261         because it may be assigned through the renaming and its value must be
13262         captured in a temporary.
13263         (Has_Controlled_Coextensions): New routine.
13264         (Expand_Subtype_From_Expr): Do nothing if type is a limited interface,
13265         as is done for other limited types.
13266         (Non_Limited_Designated_Type): new predicate.
13267         (Make_CW_Equivalent_Type): Modified to handle class-wide interface
13268         objects.
13269         Remove all handling of with_type clauses.
13270
13271         * par-ch10.adb: Remove all handling of with_type clauses.
13272
13273         * lib-load.ads, lib-load.adb (Load_Main_Source): Do not get the
13274         checksum if the main source could not be parsed.
13275         (Loat_Unit): When processing a child unit, determine properly whether
13276         the parent unit is a renaming when the parent is itself a child unit.
13277         Remove handling of with_type clauses.
13278
13279         * sinfo.ads, sinfo.adb (Is_Static_Coextension): New function.
13280         (Set_Is_Static_Coextension): New procedure.
13281         (Has_Local_Raise): New function
13282         (Set_Has_Local_Raise): New procedure
13283         (Renaming_Exception): New field
13284         (Has_Init_Expression): New flag
13285         (Delay_Finalize_Attach): Remove because flag is obsolete.
13286         (Set_Delay_Finalize_Attach): Remove because flag is obsolete.
13287         Remove all handling of with_type clauses.
13288         (Exception_Junk): Can now be set in N_Block_Statement
13289
13290 2007-06-06  Vincent Celier  <celier@adacore.com>
13291             Robert Dewar  <dewar@adacore.com>
13292
13293         * frontend.adb (Frontend): Return immediately if the main source could
13294         not be parsed, because of preprocessing errors.
13295
13296         * gnat1drv.adb (gnat1drv): Handle RE_Not_Available gracefully.
13297         (Gnat1drv): Exit with errors if the main source could not be parsed,
13298         because of preprocessing errors.
13299         (Check_Rep_Info): New procedure
13300
13301 2007-06-06  Robert Dewar  <dewar@adacore.com>
13302
13303         * g-hesorg.ads, g-heasor.ads,
13304         g-busorg.ads, g-bubsor.ads: Update documentation
13305         GNAT.Heap/Bubble_Sort_G is now pure
13306
13307 2007-06-06  Robert Dewar  <dewar@adacore.com>
13308
13309         * g-catiio.ads, g-catiio.adb (Image): Check for null picture string
13310
13311 2007-06-06  Robert Dewar  <dewar@adacore.com>
13312             Ed Schonberg  <schonberg@adacore.com>
13313
13314         * g-comlin.ads, g-comlin.adb: 
13315         Add new warning for renaming of function return objects
13316
13317         * opt.adb (Tree_Write, Tree_Read): Use proper expressions for size
13318         (Tree_Read): Use size of object instead of type'object_size, since the
13319         latter is incorrect for packed array types.
13320         (Tree_Write): Same fix
13321
13322         * opt.ads: Add new warning for renaming of function return objects
13323         (Generating_Code): New boolean variable used to indicate that the
13324         frontend as finished its work and has called the backend to process
13325         the tree and generate the object file.
13326         (GCC_Version): Is now private
13327         (Static_Dispatch_Tables): New constant declaration.
13328         (Overflow_Checks_Unsuppressed): New flag.
13329         (Process_Suppress_Unsuppress): Set Overflow_Checks_Unsuppressed.
13330         (List_Closure): New flag for gnatbind (-R)
13331         Zero_Formatting: New flag for gnatbind (-Z)
13332         (Special_Exception_Package_Used): New flag.
13333         (Warn_On_Unrepped_Components): New flag.
13334
13335         * sem_ch8.adb (Check_Library_Unit_Renaming): Check that the renamed
13336         unit is a compilation unit, rather than relying on its scope, so that
13337         Standard can be renamed.
13338         (Analyze_Object_Renaming): Add new warning for renaming of function
13339         return objects.
13340         Also reject attempt to rename function return object in Ada 83 mode.
13341         (Attribute_Renaming): In case of tagged types, add the body of the
13342         generated function to the freezing actions of the type.
13343         (Find_Type): A protected type is visible right after the reserved word
13344         "is" is encountered in its type declaration. Set the entity and type
13345         rather than emitting an error message.
13346         (New_Scope): Properly propagate Discard_Names to inner scopes
13347         (Check_Nested_Access): New procedure.
13348         (Has_Nested_Access, Set_Has_Nested_Access): New procedures.
13349         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
13350
13351         * sem_warn.ads, sem_warn.adb: Improvements to infinite loop warning
13352         Add new warning for renaming of function return objects
13353         (Check_References): Suppress warnings for objects whose type or
13354         base type has Warnings suppressed.
13355         (Set_Dot_Warning_Switch): Add processing for -gnatw.c/C
13356         (Set_Warning_Switch): Include new -gnatwc in -gnatwa
13357
13358 2007-06-06  Vincent Celier  <celier@adacore.com>
13359             Emmanuel Briot  <briot@adacore.com>
13360             Olivier Hainque  <hainque@adacore.com>
13361
13362         * g-debpoo.ads, g-debpoo.adb (Free_Physically.Free_Blocks): Use the
13363         absolute value of Header.Block_Size when displaying the freed physical
13364         memory in traces.
13365         (Allocate): Compute Storage_Address using Integer_Address, not
13366         Storage_Offset, because the range of Storage_Offset may not be large
13367         enough.
13368         (Configure): New parameter Low_Level_Traces
13369         (Allocate, Deallocation, Free_Physically): Added low-level traces
13370         (Configure): new parameter Errors_To_Stdout.
13371         (Output_File): new subprogram
13372         (Deallocate, Dereference): Send error messages to the proper stream
13373         (Print_Pool, Print_Info_Stdout): Make sure the output goes to stdout, as
13374         documented. Previous code would send it to the current output file
13375         defined in GNAT.IO, which might not be stdout
13376         (Is_Valid): Adjust comment to mention that a positive reply means that
13377         Header_Of may be used to retrieve the allocation header associated with
13378         the subprogram Storage address argument. Return False early if this
13379         address argument is misaligned.
13380
13381 2007-06-06  Vincent Celier  <celier@adacore.com>
13382
13383         * gnatcmd.adb (GNATCmd): Accept switch -aP for commands that accept
13384         switch -P
13385         (ASIS_Main): New global variable
13386         (Get_Closure): New procedure
13387         (GNATCmd): Set ASIS_Main when -P and -U with a main is used for gnat
13388         check, metric or pretty. Call Get_Closure in this case.
13389         (Check_Files): For GNAT LIST, check all sources of all projects when
13390         All_Projects is True.
13391         (GNATCmd): Accept -U for GNAT LIST
13392
13393 2007-06-06  Vincent Celier  <celier@adacore.com>
13394
13395         * gnatlink.adb (Gnatlink): Do not specify -static-libgcc when --LINK=
13396         has been specified
13397         Correct error message when invocation of the linker fails
13398         Add explicit size clause for the C imported variables
13399         Object_List_File_Supported and Using_GNU_Linker to emphasize that
13400         we expect char size.
13401         Read target parameters earlier, since this is needed to set
13402         Target_VM properly. Also do not use -static/shared-libgcc for non GCC
13403         targets.
13404
13405 2007-06-06  Vincent Celier  <celier@adacore.com>
13406
13407         * gnatls.adb: 
13408         Add 3 spaces before the default project directory when displaying
13409         the project search path.
13410         Add new command line switch '-l' to display license information.
13411
13412 2007-06-06  Vasiliy Fofanov  <fofanov@adacore.com>
13413
13414         * gmem.c: Add support for timestamps on memory operations.
13415
13416         * memtrack.adb, gnatmem.adb: Add support for timestamps on memory
13417         operations (not used currently, just foundation for future
13418         enhancements). Add possibility to perform full dump of gmem.out file.
13419         (Print_Back_Traces): Declare accesses to root arrays constants since
13420         they aren't modified.
13421         (Print_Back_Traces): allocate root arrays on the heap rather than stack.
13422
13423 2007-06-06  Vincent Celier  <celier@adacore.com>
13424
13425         * gnatsym.adb: Update Copyright notice
13426         (Parse_Cmd_Line): Accept new switch -D
13427         (Gnatsym): In Direct policy (switch -D) copy reference file to symbol
13428          file.
13429
13430         * prj.ads (Policy): New policy Direct
13431         (Yes_No_Unknown): New enumeration type
13432         (Project_Data): New component Libgnarl_Needed
13433
13434         * prj-nmsc.adb (Check_For_Source): When recording a source file make
13435         use the untouched pathname casing.
13436         (Get_Directories): Ensure that the Display_Exec_Directory is using the
13437         proper casing on non case-sensitive platforms like Windows.
13438         (Get_Unit): Accept file names x__... and x~... (where x = a, g, i or s)
13439         on all platforms, as it is not possible to know which one is allowed
13440         before processing the project files.
13441         (Check_Stand_Alone_Library): Check that Library_Reference_Symbol_File is
13442         specified when symbol policy is Direct. Check that when there is a
13443         symbol file defined (either by default or with attribute
13444         Library_Symbol_File) it is not the same as the reference symbol file.
13445         (Check_Stand_Alone_Library): Recognize new symbol policy Direct.
13446         (Look_For_Sources): Allow Locally_Removed_Files to be declare in non
13447         extending projects.
13448         (Record_Ada_Source): Record a source that has been locally removed in an
13449         imported project.
13450
13451         * symbols.ads (Policy): New policy Direct
13452
13453         * symbols-vms.adb (Initialize): Take new policy Direct in case
13454         statement
13455
13456 2007-06-06  Vincent Celier  <celier@adacore.com>
13457
13458         * g-os_lib.ads, g-os_lib.adb (Normalize_Pathname.Get_Directory):
13459         Correct obvious bug (return Dir; instead of return Directory;).
13460         (Normalize_Pathname): Use Reference_Dir'Length, not Reference_Dir'Last
13461
13462 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13463
13464         * g-pehage.adb (Produce): Open output files in Binary mode, so that
13465         they have UNIX line endings (LF only) even on Windows, and thus pass
13466         all GNAT style checks.
13467
13468 2007-06-06  Emmanuel Briot  <briot@adacore.com>
13469
13470         * g-regpat.adb (Quote): Fix improper quoting of '.'
13471
13472 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13473
13474         * g-soccon.ads: Add new constant Thread_Blocking_IO, always True by
13475         default, set False on a per-runtime basis.
13476         (Need_Netdb_Buffer): New constant.
13477
13478         * g-socket.ads, g-socket.adb: Import new package
13479         GNAT.Sockets.Thin.Task_Safe_NetDB.
13480         (Raise_Host_Error): Use Host_Error_Message from platform-specific thin
13481         binding to obtain proper message.
13482         (Close_Selector): Use GNAT.Sockets.Thin.Signalling_Fds.Close.
13483         Replace various occurrences of Arry (Arry'First)'Address with the
13484         equivalent Arry'Address (GNAT always follows implementation advice from
13485         13.3(14)).
13486         (Get_Host_By_Address, Get_Host_By_Name,
13487         Get_Service_By_Name, Get_Service_By_Port): Do not use GNAT.Task_Lock;
13488         instead, rely on platform-specific task safe netdb operations provided
13489         by g-socthi.
13490
13491         * g-socthi.ads, g-socthi.adb (Initialize): Remove obsolete formal
13492         parameter Process_Blocking_IO.
13493         (Host_Error_Messages): Add stub body.
13494         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
13495         (Safe_Gethostbyname, Safe_Gethostbyaddr, Safe_Getservbyname,
13496         Safe_Getservbyport): Move functions into new child package
13497         Task_Safe_NetDB.
13498         (Nonreentrant_Gethostbyname, Nonreentrant_Gethostbyaddr,
13499         Nonreentrant_Getservbyname, Nonreentrant_Getservbyport): New routines.
13500         (In_Addr): Add alignment clause.
13501
13502 2007-06-06  Robert Dewar  <dewar@adacore.com>
13503
13504         * g-trasym.ads, g-traceb.ads: Update list of supported targets
13505         Add note about symbolic traceback
13506
13507 2007-06-06  Pascal Obry  <obry@adacore.com>
13508
13509         * hostparm.ads (Normalized_CWD): Use the host directory separator
13510         instead of the hardcoded forward slash which is not the proper
13511         character on Windows for example.
13512         (Java_VM): Removed.
13513
13514 2007-06-06  Vincent Celier  <celier@adacore.com>
13515             Arnaud Charlet  <charlet@adacore.com>
13516
13517         * a-clrefi.adb, a-clrefi.ads: New files
13518
13519         * impunit.adb: Add s-os_lib in the list of user visible units.
13520         (Non_Imp_File_Names_95): Add a-clrefi to this list
13521         Remove obsolete run-time entries.
13522         (Non_Imp_File_Names_05): Add Ada 2005 entries for:
13523          "a-exetim" -- Ada.Execution_Time
13524          "a-extiti" -- Ada.Execution_Time.Timers
13525
13526         * mlib-prj.ads, mlib-prj.adb
13527         (Build_Library): Use untouched object dir and library dir. At the
13528         same time makes sure that the checks are done using the canonical
13529         form. Removes hard-coded directory separator and use the proper host
13530         one instead.
13531         (Process_Project): Do not look in object directory to check if libgnarl
13532         is needed for a library, if there is no object directory.
13533         (Build_Library): Scan the ALI files to decide if libgnarl is needed for
13534         linking.
13535         (Build_Library): When invoking gnatbind, use a response file if the
13536         total size of the arguments is too large.
13537
13538         * Makefile.rtl: (g-sttsne): New object file.
13539         Add entry for a-clrefi, s-utf_32, System.Exceptions
13540
13541         * Make-lang.in: Remove bogus dependency of s-memory.o on memtrack.o.
13542         (GNAT_ADA_OBJS, GNATBIND_OBJS): Add s-except.o.
13543         (GNATBIND_OBJS): Add new objects a-clrefi.o and a-comlin.o
13544         Change g-string to s-string, g-os_lib to s-os_lib
13545         Change all g-utf_32 references to s-utf_32
13546
13547 2007-06-06  Tristan Gingold  <gingold@adacore.com>
13548             Olivier Hainque  <hainque@adacore.com>
13549
13550         * init.c: Do not adjust IP of an imported VMS exception of ia64.
13551         LIB$STOP is called to raise an exception and the IP of the exception
13552         is the instruction right after the call.
13553         (__gnat_adjust_context_for_raise, AIX): Implement.
13554         (__gnat_error_handler, AIX): Accept SIGINFO related arguments and call
13555          adjust_context_for_raise before Raise_From_Signal_Hanler.
13556         (__gnat_install_handler, AIX): Add SA_SIGINFO to the sa_flags, to ensure
13557         siginfo is passed to the handler, necessary to let the zcx propagation
13558         engine unwind past it.
13559
13560 2007-06-06  Olivier Hainque  <hainque@adacore.com>
13561
13562         * initialize.c (__gnat_initialize for vxworks):  Update documentation
13563         on the ZCX support, using different sets of crtstuff objects than with
13564         GCC 3.4.
13565
13566 2007-06-06  Robert Dewar  <dewar@adacore.com>
13567
13568         * layout.ads, layout.adb (Adjust_Esize_Alignment): Move spec to package
13569         spec from body
13570         (Layout_Type): Fix recomputation of size from alignment.
13571
13572 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13573             Javier Miranda  <miranda@adacore.com>
13574
13575         * sem_ch12.adb (Analyze_Associations): Diagnose use of an others
13576         association in an instance.
13577         (Copy_Generic_Node): If the node is a string literal, no need to copy
13578         its descendants.
13579         (Is_Generic_Formal): For a formal subprogram, the declaration is the
13580         grandparent of the entity.
13581         (Analyze_Formal_Interface_Type): Transform into a full type declaration,
13582         to simplify handling of formal interfaces that derive from other formal
13583         interfaces.
13584         (Instantiate_Subprogram_Body): The defining unit name of the body of
13585         the instance should be a defining identifier.
13586         (Install_Formal_Packages): make global to the package, for use in
13587         instantiations of child units.
13588         (Analyze_Package_Instantiation): Do not attempt to set information on an
13589         enclosing master of an entry when expansion is disabled.
13590         (Instantiate_Type): If the actual is a tagged synchronized type and the
13591         generic ancestor is an interface, create a generic actual for the
13592         corresponding record.
13593         (Analyze_Formal_Derived_Interface_Type): Rewrite as a derived type
13594         declaration, to ensure that the interface list is processed correctly.
13595         (Inline_Instance_Body): If enclosing scope is an instance body, remove
13596         its entities from visibiility as well.
13597         (Pre_Analyze_Actuals): if the actual is an allocator with  constraints
13598         given with a named association, analyze the expression only, not the
13599         discriminant association itself.
13600         (Reset_Entity): If the analysis of a selected component is transformed
13601         into an expanded name in the prefix of a call with parameters, do not
13602         transform the original node into an expanded name, to prevent visibility
13603         errors in the case of nested generics.
13604         (Check_Private_View): For an array type, check whether the index types
13605         may need exchanging.
13606
13607 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
13608             Vincent Celier  <celier@adacore.com>
13609
13610         * lib-writ.adb: Handle Convention_CIL in addition to Convention_Java,
13611         since both are separated.
13612         Add support for imported CIL packages.
13613         Add further special handling of "value_type" for CIL.
13614         Add special handling of pragma Import for CIL.
13615
13616         * make.ads, make.adb: When switch -eS is used, direct all outputs to
13617         standard output instead of standard error, except errors.
13618         (Absolute_Path): Use untouched casing for the parent directory.
13619         (Add_Library_Search_Dir): Use the untouched directory name.
13620         (Add_Source_Search_Dir): Idem.
13621         (Change_To_Object_Directory): Update output to use proper casing.
13622         (Create_Binder_Mapping_File): Use the untouched filename to set
13623         ALI_Name.
13624         (Gnatmake): Use untouched library and executable directory names.
13625         (Insert_Project_Sources): Use untouched filename for spec and body.
13626         (Is_In_Object_Directory): Use untouched object directory.
13627         (Mark_Directory): Idem.
13628         (Collect_Arguments_And_Compile): Ensure that Full_Source_File always
13629         contains the non-canonical filename in all cases.
13630         (Change_To_Object_Directory): In verbose mode, display the name of the
13631         object directory we're changing to.
13632         (Compile_Sources): Make sure, when a project file is used, to compile
13633         the body of the unit, when there is one, even when only the spec is
13634         recorded in an ALI file.
13635         (Gcc_Switches, Binder_Switches, Linker_Switches): Tables moved from the
13636         spec to the body.
13637         (Report_Compilation_Failed): New procedure
13638         (Bind, Display_Commands, Compile_Sources, Initialize, Scan_Make_Arg):
13639         procedures moved from the spec to the body.
13640         (Extract_Failure): Removed, not used
13641         Replace explicit raises of exception Bind_Failed and Link_Failed with
13642         calls to Make_Failed with the proper message.
13643         Replace explicit raises of exception Compilation_Failed with calls to
13644         procedure Report_Compilation_Failed.
13645         (Initialize): Create mapping files unconditionally when using project
13646         files.
13647
13648         * sem_mech.adb: (Name_CIL, Name_CIL_Constructor, Convention_CIL,
13649         Pragma_CIL_Constructor): New names.
13650
13651         * targparm.ads, targparm.adb
13652         (Compiler_System_Version): Removed, no longer used.
13653         (Get_Target_Parameters): Relax checks on system.ads validity. Add
13654         handling of two new system flags: JVM and CLI.
13655
13656 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
13657             Arnaud Charlet  <charlet@adacore.com>
13658
13659         * Makefile.in (LIBGNAT_TARGET_PAIRS for VxWorks 6): For the RTP run
13660         time, use the default s-interr body that provides interrupt support
13661         based on signals.
13662         (LIBGNAT_TARGET_PAIRS for x86-linux): Use specialized versions of
13663         a-exetim.ad{s,b}, a-extiti.ad{s,b}, a-rttiev.ad{s,b}, s-osinte.ad{s,b},
13664         g-soccon.ads, and s-taprop.adb for the marte run time.
13665         (EXTRA_GNATRTL_TASKING_OBJS for x86-linux): Execution time clocks and
13666         timers are supported on marte.
13667         (EH_MECHANISM for marte): Do not use ZCX.
13668         (THREADSLIB for marte): Use -lmarte.
13669         Add mlib-tgt-vms.o to the list of objects for gnatmake for VMS
13670         Add mlib-tgt-specific.o to gnatmake objects
13671         mlib-tgt-<platforms>.adb is now the body of MLib.Tgt.Specific, no
13672         longer of MLib.Tgt.
13673         (LIBGNAT_TARGET_PAIRS for vxworks): When building a run time for VxWorks
13674         6, either kernel or rtp, use a specialized version of s-osinte.ads.
13675
13676 2007-06-06  Pascal Obry  <obry@adacore.com>
13677
13678         * mkdir.c (__gnat_mkdir): Add support for UTF-8.
13679
13680 2007-06-06  Vincent Celier  <celier@adacore.com>
13681
13682         * mlib.ads, mlib.adb (Build_Library): Do not use hard-coded directory
13683         separator, use instead the proper host directory separator.
13684         (Copy_ALI_Files): Make sure that an already existing ALI file in the
13685         ALI copy dir is writable, before doing the copy.
13686
13687         * mlib-utl.ads, mlib-utl.adb: 
13688         (Gcc): If length of command line is too long, put the list of object
13689         files in a response file, if this is supported by the platform.
13690         (Ar): If invocation of the archive builder is allowed to be done in
13691         chunks and building it in one shot would go above an OS dependent
13692         limit on the number of characters on the command line, build the archive
13693         in chunks.
13694
13695 2007-06-06  Vincent Celier  <celier@adacore.com>
13696
13697         * osinte-c.ads, osint-c.adb (Set_Library_Info_Name): Fail if base name
13698         of specified object file is not equal to base name of source.
13699
13700 2007-06-06  Javier Miranda  <miranda@adacore.com>
13701             Hristian Kirtchev  <kirtchev@adacore.com>
13702             Ed Schonberg  <schonberg@adacore.com>
13703
13704         * sem_ch3.adb (Process_Full_View): Propagate the CPP_Class attribute to
13705         the full type declaration.
13706         (Analyze_Component_Declaration): Add local variable E to capture the
13707         initialization expression of the declaration. Replace the occurences of
13708         Expression (N) with E.
13709         (OK_For_Limited_Init_In_05): Allow initialization of class-wide
13710         limited interface object with a function call.
13711         (Array_Type_Declaration): If the declaration lacks subtype marks for
13712         indices, create a simple index list to prevent cascaded errors.
13713         (Is_Null_Extension): Ignore internal components created for secondary
13714         tags when checking whether a record extension is a null extension.
13715         (Check_Abstract_Interfaces): Add missing support for interface subtypes
13716         and generic formals.
13717         (Derived_Type_Declaration): Add missing support for interface subtypes
13718         and generic formals.
13719         (Analyze_Object_Declaration): If an initialization expression is
13720         present, traverse its subtree and mark all allocators as static
13721         coextensions.
13722         (Add_Interface_Tag_Component): When looking for components that may be
13723         secondary tags, ignore pragmas that can appear within a record
13724         declaration.
13725         (Check_Abstract_Overriding): an inherited function that dispatches on
13726         result does not need to be overriden if the controlling type is a null
13727         extension.
13728         (Mentions_T): Handle properly a 'class attribute in an anonymous access
13729         component declaration, when the prefix is an expanded name.
13730         (Inherit_Component): If the derivation is for a private extension,
13731         inherited components remain visible and their ekind should not be set
13732         to Void.
13733         (Find_Type_Of_Object): In the case of an access definition, always set
13734         Is_Local_Anonymous_Access. We were previously not marking the anonymous
13735         access type of a return object as a local anonymous type.
13736         (Make_Index): Use Ambiguous_Character to report ambiguity on a discrete
13737         range with character literal bounds.
13738         (Constrain_Array): Initialize the Packed_Array_Type field to Empty.
13739         (Access_Subprogram_Declaration): Indicate that the type declaration
13740         depends on an incomplete type only if the incomplete type is declared
13741         in an open scope.
13742         (Analyze_Subtype_Declaration): Handle properly subtypes of
13743         synchronized types that are tagged, and that may appear as generic
13744         actuals.
13745         (Access_Subprogram_Declaration): An anonymous access to subprogram can
13746         appear as an access discriminant in a private type declaration.
13747         (Add_Interface_Tag_Components): Complete decoration of the component
13748         containing the tag of a secondary dispatch table and the component
13749         containing the offset to the base of the object (this latter component
13750         is only generated when the parent type has discriminants --as documented
13751         in this routine).
13752         (Inherit_Components): Use the new decoration of the tag components to
13753         improve the condition that avoids inheriting the components associated
13754         with secondary tags of the parent.
13755         (Build_Discriminanted_Subtype): Indicate to the backend that the
13756         size of record types associated with dispatch tables is known at
13757         compile time.
13758         (Analyze_Subtype_Declaration): Propagate Is_Interface flag when needed.
13759         (Analyze_Interface_Declaration): Change setting of Is_Limited_Interface
13760         to include task, protected, and synchronized interfaces as limited
13761         interfaces.
13762         (Process_Discriminants): Remove the setting of
13763         Is_Local_Anonymous_Access on the type of (anonymous) access
13764         discriminants of nonlimited types.
13765         (Analyze_Interface_Type_Declaration): Complete the decoration of the
13766         class-wide entity it is is already present. This situation occurs if
13767         the limited-view has been previously built.
13768         (Enumeration_Type_Declaration): Initialize properly the Enum_Pos_To_Rep
13769         field.
13770         (Add_Interface_Tag_Components.Add_Tag): Set the value of the attribute
13771         Related_Interface.
13772
13773 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13774
13775         * sem_aggr.adb (Resolve_Record_Aggregate): Ignore internal components
13776         of the type that specify the position of interface tags when the type
13777         inherits discriminated array components from the parent type.
13778         If a component is initialized with a box, check for the presence of a
13779         default expression in its declaration before using its default
13780         initialization procedure.
13781         (Resolve_Record_Aggregate): If a component is box-initialized, and the
13782         component type has a discriminants, create a partial aggregate for it
13783         by copying the discriminants of the component subtype.
13784         Reject attempt to initialize a discriminant with a box.
13785         (Array_Aggr_Subtype): Indicate to the backend that the size of arrays
13786         associated with dispatch tables is known at compile time.
13787         (Get_Value): If an association in a record aggregate has a box
13788         association, and the corresponding record component has a default
13789         expression, always copy the default expression, even when the
13790         association has a single choice, in order to create a proper
13791         association for the expanded aggregate.
13792
13793 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13794             Robert Dewar  <dewar@adacore.com>
13795
13796         * par-ch12.adb (P_Generic_Associations): The source position of an
13797         Others association is that of the others keyword, not that of the token
13798         that follows the box.
13799         (P_Formal_Type_Definition): Handle formal access types that carry a
13800         not null indicator.
13801
13802         * par-ch3.adb (P_Known_Discriminant_Part_Opt, P_Component_Items): If
13803         multiple identifier are present, save Scan_State before scanning the
13804         colon, to ensure that separate trees are constructed for each
13805         declaration.
13806         (P_Identifier_Declarations): For object declaration, set new flag
13807         Has_Init_Expression if initialization expression present.
13808         (P_Null_Exclusion): Properly diagnose NOT NULL coming before NULL
13809         Improve NOT NULL error messages
13810
13811 2007-06-06  Robert Dewar  <dewar@adacore.com>
13812
13813         * par-ch4.adb: (P_Name): Recover from literal used as name
13814
13815 2007-06-06  Vincent Celier  <celier@adacore.com>
13816
13817         * prep.ads, prep.adb (Expression): New Boolean parameter Complemented,
13818         defaulted to False.
13819         In the "not" case, recursive call with Complemented set to True.
13820         Do not allow "or" or "and" operators when Complemented is True.
13821
13822 2007-06-06  Vincent Celier  <celier@adacore.com>
13823
13824         * prj.adb (Project_Empty): Gives default value for new component
13825         Libgnarl_Needed
13826
13827         * prj-attr.ads: Minor reformatting
13828
13829         * prj-env.ads, prj-env.adb (For_All_Object_Dirs): Register object
13830         directory using the untouched casing.
13831         (For_All_Source_Dirs): Idem.
13832
13833         * prj-ext.ads, prj-ext.adb (Search_Directories): New table to record
13834         directories specified with switches -aP.
13835         (Add_Search_Project_Directory): New procedure
13836         (Initialize_Project_Path): Put the directories in table
13837         Search_Directories in the project search path.
13838         (Initialize_Project_Path): For VMS, transform into canonical form the
13839         project path.
13840
13841 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
13842
13843         * restrict.ads, restrict.adb (No_Exception_Handlers_Set): Only return
13844         true if configurable run-time or No_Run_Time is set.
13845         (Set_Restriction): Avoid setting restriction No_Elaboration_Code when
13846         processing an unit which is not the one being compiled.
13847
13848 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
13849
13850         * s-arit64.adb: Replace System.Pure_Exceptions by Ada 05 syntax.
13851         Replace UC by Ada.UC
13852
13853         * s-bitops.adb: Get rid of System.Pure_Exceptions.
13854         Replace UC by Ada.UC
13855
13856 2007-06-06  Robert Dewar  <dewar@adacore.com>
13857
13858         * scng.adb: (Check_End_Of_Line): Deal with very long lines
13859
13860 2007-06-06  Robert Dewar  <dewar@adacore.com>
13861
13862         * sem.ads, sem.adb (Semantics): Save and restore Global_Discard_Names
13863         Remove no longer used nodes.
13864
13865 2007-06-06  Javier Miranda  <miranda@adacore.com>
13866             Ed Schonberg  <schonberg@adacore.com>
13867             Robert Dewar  <dewar@adacore.com>
13868
13869         * sem_ch10.ads, sem_ch10.adb (Analyze_Compilation_Unit): Disable check
13870         on obsolescent withed unit in case of limited-withed units.
13871         (Analyze_Compilation_Unit): Add guard to code that removed an
13872         instantiation from visibility, to prevent compiler aborts when
13873         instantiation is abandoned early on.
13874         (Install_Limited_Withed_Unit): Recognize a limited-with clause on the
13875         current unit being analyzed, and Distinguish local incomplete types
13876         from limited views of types declared elsewhere.
13877         (Build_Limited_Views.Decorate_Tagged_Type): Add documentation
13878         to state that the class-wide entity is shared by the limited-view
13879         and the full-view.
13880         (Analyze_With_Clause): Improve placement of flag for case of
13881         unimplemented unit.
13882         (Analyze_With_Clause): Recognize use of GNAT.Exception_Traces in a
13883         manner similar to GNAT.Current_Exception. This is a violation of
13884         restriction (No_Exception_Propagation), and also inhibits the
13885         optimization of local raise to goto.
13886         (Analyze_With_Clause): Check for Most_Recent_Exception being with'ed,
13887         and if so set Most_Recent_Exception_Used flag in Opt, and also check
13888         for violation of restriction No_Exception_Propagation.
13889
13890 2007-06-06  Javier Miranda  <miranda@adacore.com>
13891             Hristian Kirtchev  <kirtchev@adacore.com>
13892             Gary Dismukes  <dismukes@adacore.com>
13893
13894         * sem_ch11.adb (Analyze_Exception_Handlers): Add barrier to avoid the
13895         use of entity Exception_Occurrence if it is not available in the
13896         target run-time.
13897
13898         * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): When
13899         concurrent types are declared within an Ada 2005 generic, build their
13900         corresponding record types since they are needed for overriding-related
13901         semantic checks.
13902         (Analyze_Protected_Type): Rearrange and simplify code for testing that a
13903         protected type does not implement a task interface or a nonlimited
13904         interface.
13905         (Analyze_Task_Type): Rearrange and simplify code for testing that a task
13906         type does not implement a protected interface or a nonlimited interface.
13907         (Single_Task_Declaration, Single_Protected_Declaration): use original
13908         entity for variable declaration, to ensure that debugging information
13909         is correcty generated.
13910         (Analyze_Protected_Type, Analyze_Task_Type): Do not call expander
13911         routines if the expander is not active.
13912         (Analyze_Task_Body): Mark all handlers to stop optimization of local
13913         raise, since special things happen for task exception handlers.
13914
13915         * sem_disp.adb (Check_Controlling_Formals): Add type retrieval for
13916         concurrent types declared within a generic.
13917         (Check_Dispatching_Operation): Do not emit warning about late interface
13918         operations in the context of an instance.
13919         (Check_Dispatching_Call): Remove restriction against calling a
13920         dispatching operation with a limited controlling result.
13921         (Check_Dispatching_Operation): Replace calls to Fill_DT_Entry and
13922         Register_Interface_DT_Entry by calls to Register_Primitive.
13923         (Check_Dispatching_Formals): Handle properly a function with a
13924         controlling access result.
13925
13926 2007-06-06  Robert Dewar  <dewar@adacore.com>
13927             Arnaud Charlet  <charlet@adacore.com>
13928
13929         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Stream_Size):
13930         Check for restriction No_Implementation_Attributes if in Ada 95 mode.
13931         (Storage_Pool): Do not crash when RE_Stack_Bounded_Pool is not available
13932         (Analyze_Attribute_Definition_Clause [External_Tag]): Generate error
13933         message when using a VM, since this attribute is not supported.
13934         (Analyze_Record_Representation_Clause): Give unrepped component warnings
13935
13936         * usage.adb: Add new warning for renaming of function return objects
13937         Indicate that -gnatwp and -gnatwP concern front-end inlining
13938         Add line for -gnatyg
13939         Add usage information for -gnatw.c/C
13940
13941 2007-06-06  Robert Dewar  <dewar@adacore.com>
13942             Ed Schonberg  <schonberg@adacore.com>
13943
13944         * sem_ch5.adb
13945         (Find_Var): Do not consider function call in test for infinite loop
13946         warning if warnings set off for function entity.
13947         (One_Bound): Do not create a temporary for a loop bound if it is a
13948         character literal.
13949         (Analyze_Assignment): Traverse the right hand side of an assignment and
13950         mark all allocators as static coextensions.
13951         (Analyze_Assignment): Exempt assignments involving a dispatching call
13952         to a function with a controlling access result from the check requiring
13953         the target to be class-wide.
13954
13955 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
13956             Ed Schonberg  <schonberg@adacore.com>
13957             Robert Dewar  <dewar@adacore.com>
13958             Javier Miranda  <miranda@adacore.com>
13959
13960         * sem_res.ads, sem_res.adb (Process_Allocator): Do not propagate the
13961         chain of coextensions when an allocator serves as the root of such a
13962         chain.
13963         (Propagate_Coextensions): Remove the test for the root being an
13964         allocator.
13965         (Resolve_Allocator): Add condition to ensure that all future decoration
13966         occurs on an allocator node. Add processing and cleanup for static
13967         coextensions.
13968         (Valid_Conversion): If the operand type is the limited view of a
13969         class-wide type, use the non-limited view is available to determine
13970         legality of operation.
13971         (Ambiguous_Character): move to spec, for use elsewhere.
13972         (Ambiguous_Character): Handle Wide_Wide_Character in Ada 2005 mode
13973         (Resolve_Range): Diagnose properly an ambiguous range whose bounds are
13974         character literals.
13975         (Resolve_Arithmetic_Op): Call Activate_Division_Check instead of setting
13976         Do_Division_Check flag explicitly.
13977         (Resolve_Actuals): If the actual is of a synchronized type, and the
13978         formal is of the corresponding record type, this is a call to a
13979         primitive operation of the type, that is declared outside of the type;
13980         the actual must be unchecked-converted to the type of the actual
13981         (Resolve_Call): Kill all current values for any subprogram call if
13982         flag Suppress_Value_Tracking_On_Call is set.
13983         (Resolve_Type_Conversion): Generate error message the the operand
13984         or target of interface conversions come from a limited view.
13985         (Check_Infinite_Recursion): Ignore generated calls
13986         (Check_Allocator_Discrim_Accessibility): New procedure for checking
13987         that an expression that constrains an access discriminant in an
13988         allocator does not denote an object with a deeper level than the
13989         allocator's access type.
13990         (Resolve_Allocator): In the case of an allocator initialized by an
13991         aggregate of a discriminated type, check that associations for any
13992         access discriminants satisfy accessibility requirements by calling
13993         Check_Allocator_Discrim_Accessibility.
13994         (Resolve_Equality_Op): Handle comparisons of anonymous access to
13995         subprogram types in the same fashion as other anonymous access types.
13996         (Resolve_Concatenation_Arg): Remove initial character '\' in an error
13997         message that is not a continuation message.
13998         (Resolve_Type_Conversion): Add missing support for conversion to
13999         interface type.
14000         (Resolve_Actuals): Introduce a transient scope around the call if an
14001         actual is a call to a function returning a limited type, because the
14002         resulting value must be finalized after the call.
14003         (Resolve_Actuals): If the call was given in prefix notations, check
14004         whether an implicit 'Access reference or implicit dereference must be
14005         added to make the actual conform to the controlling formal.
14006
14007 2007-06-06  Robert Dewar  <dewar@adacore.com>
14008             Javier Miranda  <miranda@adacore.com>
14009
14010         * sem_ch7.adb (Check_Anonymous_Access_Types): Fix error for null body
14011         (Derive_Inherited_Private_Subprogram): Code cleanup. In case of explicit
14012         overriding of an inherited private subprogram now there is no need to
14013         inherit its dispatching slot and reduce the size of the dispatch table.
14014         Set_All_DT_Position now ensures that the same slot is now assigned to
14015         both entities. This is required to statically build the dispatch table.
14016         (Declare_Inherited_Private_Subprograms): Rewriten to avoid the need
14017         of calling Set_All_DT_Position to re-evaluate the position of the
14018         entries in the dispatch table. Such reevaluation is not desired if
14019         the tagged type is already frozen.
14020
14021 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
14022             Gary Dismukes  <dismukes@adacore.com>
14023             Robert Dewar  <dewar@adacore.com>
14024             Javier Miranda  <miranda@adacore.com>
14025
14026         * sem_util.ads, sem_util.adb (May_Be_Lvalue): A prefix of an attribute
14027         reference acts as an lvalue when the attribute name modifies the prefix
14028         (Is_Coextension_Root): New routine.
14029         (Mark_Static_Coextensions): New routine.
14030         (Type_Access_Level): Revise code for checking the level of the
14031         anonymous access type of a return object.
14032         (Safe_To_Capture_Value): Not safe to capture if Address_Taken
14033         (Matches_Prefixed_View_Profile): Remove the no longer necessary
14034         retrieval of the corresponding controlling record type.
14035         (Find_Overridden_Synchronized_Primitive): Code cleanup. Add handling of
14036         concurrent types declared within a generic as well as class wide types.
14037         Emit a mode incompatibility error whenever a protected entry or routine
14038         override an interface routine whose first parameter is not of mode
14039         "out", "in out" or access to variable.
14040         (Overrides_Synchronized_Primitive): Rename to
14041         Find_Overridden_Synchronized_Primitive.
14042         (Collect_Interface_Components): New subprogram that collects all the
14043         components of a tagged record containing tags of secondary dispatch
14044         tables.
14045         (Add_Global_Declaration): New procedure
14046         (Abstract_Interface_List): Handle properly the case of a subtype of a
14047         private extension.
14048         (Type_Access_Level): In the case of a type whose parent scope is a
14049         return statement, call Type_Access_Level recursively on the enclosing
14050         function's result type to determine the level of the return object's
14051         type.
14052         (Build_Elaboration_Entity): Build name of elaboration entity from the
14053         scope chain of the entity, rather than the unit name of the file name.
14054         (Check_Nested_Access): New procedure.
14055         (Has_Up_Level_Access, Set_Has_Up_Level_Access): New procedures.
14056         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
14057         (Get_Renamed_Entity): Utility routine for performing common operation
14058         of chasing the Renamed_Entity field of an entity.
14059
14060 2007-06-06  Robert Dewar  <dewar@adacore.com>
14061
14062         * sem_elab.adb (Check_A_Call): Specialize elaboration warnings on
14063         elaboration model
14064         (Check_A_Call): Add check for entry call which was causing blowup
14065
14066 2007-06-06  Olivier Hainque  <hainque@adacore.com>
14067
14068         * raise-gcc.c (__gnat_eh_personality): Tweak the signature and add
14069         special code on ia64-vms to handle major incompatibilities between the
14070         GCC unwinding ABI and the VMS Condition Handling Facility, both calling
14071         this routine with a very different set of arguments and expectations on
14072         the return value.
14073
14074 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14075
14076         * socket.c (__gnat_close_signalling_fd): New function.
14077         (__gnat_safe_gethostbyaddr, __gnat_safe_gethostbyname,
14078         __gnat_safe_getservbyname, __gnat_safe_getservbyport):
14079         New supporting functions for task safe Netdb operations.
14080
14081 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14082             Olivier Hainque  <hainque@adacore.com>
14083
14084         * a-except-2005.ads, a-except-2005.adb
14085         (Raise_From_Controlled_Operation): New procedure in
14086         (private part of) Ada.Exceptions (standard runtime version). Used to
14087         provide informational exception message when Program_Error is raised as
14088         a result of an Adjust or Finalize operation propagating an exception.
14089         (Rmsg_28): Fix description for E.4(18) check.
14090         (Raise_Current_Excep): Call Debug_Raise_Exception just before
14091         propagation starts, to let debuggers know about the event in a reliable
14092         fashion.
14093         Take the address of E and dereference to make sure it is homed on stack
14094         and prevent the stores from being deleted, necessary for proper
14095         debugger behavior on "break exception" hits.
14096         (Local_Raise): Moved to System.Exceptions
14097
14098         * s-finimp.adb (Raise_From_Finalize): Code to construct an appropriate
14099         exception message from the current occurrence and raise Program_Error
14100         has been moved to Ada.Exceptions.Raise_From_Controlled_Operation.
14101
14102 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
14103             Arnaud Charlet  <charlet@adacore.com>
14104
14105         * s-taprob.adb (Unlock): Change the ceiling priority of the underlying
14106         lock, if needed.
14107
14108         * s-taprop.ads (Set_Ceiling): Add this procedure to change the ceiling
14109         priority associated to a lock.
14110
14111         * s-tpoben.adb ([Vulnerable_]Complete_Task, Lock_Entries): Relax
14112         assertion to take into account case of no abort restriction.
14113         (Initialize_Protection_Entries): Add initialization for the field
14114         New_Ceiling associated to the protected object.
14115         (Unlock_Entries): Change the ceiling priority of the underlying lock, if
14116         needed.
14117
14118         * s-solita.adb (Get_Current_Excep): Moved back to s-tasini/s-tarest,
14119         since this function needs to be set consistently with Update_Exception.
14120
14121         * s-tarest.adb (Get_Current_Excep): Moved back to s-tasini/s-tarest,
14122         since this function needs to be set consistently with Update_Exception.
14123
14124         * s-taskin.ads: Update comments on
14125         Interrupt_Server_Blocked_On_Event_Flag.
14126         (Unbind_Handler): Fix handling of server_task wakeup
14127         (Server_Task): Set self's state so that Unbind_Handler can take
14128         appropriate actions.
14129         (Common_ATCB): Now use a constant from System.Parameters to determine
14130         the max size of the Task_Image field.
14131
14132         * s-tassta.adb (Task_Wrapper): Now pass the overflow guard to the
14133         Initialize_Analyzer function.
14134         ([Vulnerable_]Complete_Task, Lock_Entries): Relax assertion to
14135         take into account case of no abort restriction.
14136         ([Vulnerable_]Complete_Master): Modify assertion.
14137
14138         * s-tataat.adb (Finalize): Use the nestable versions of
14139         Defer/Undefer_Abort.
14140
14141         * s-tpobop.adb (Protected_Entry_Call): Relax assertion.
14142
14143         * s-tpobop.ads: Update comments.
14144
14145         * s-tposen.adb (Protected_Single_Entry_Call): Call Lock_Entry instead
14146         of locking the object manually, to avoid inconsistencies between
14147         Lock/Unlock_Entry assertions.
14148
14149         * s-interr.ads, s-interr.adb (Server_Task): Fix race condition when
14150         terminating
14151         application and System.Parameters.No_Abort is True.
14152         Update comments on Interrupt_Server_Blocked_On_Event_Flag.
14153         (Unbind_Handler): Fix handling of server_task wakeup
14154         (Server_Task): Set self's state so that Unbind_Handler can take
14155         appropriate actions.
14156
14157 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14158
14159         * s-finroo.ads, s-finroo.adb (Read, Write): Use null procedure
14160         declarations instead of an explicit null body, for conciseness.
14161
14162 2007-06-06  Robert Dewar  <dewar@adacore.com>
14163
14164         * sem_eval.adb (Eval_Relational_Op): nothing to do if an operand is an
14165         illegal aggregate and the type is still Any_Composite.
14166         (Subtypes_Statically_Match): Fix problem of empty discriminant list
14167
14168 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14169
14170         * sem_smem.adb (Check_Shared_Var): Check explicitly for as task object,
14171         to prevent subsequent expansion.
14172
14173 2007-06-06  Robert Dewar  <dewar@adacore.com>
14174
14175         * sinput-l.ads, sinput-l.adb: implement a new pragma No_Body
14176
14177 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14178             Robert Dewar  <dewar@adacore.com>
14179
14180         * sprint.ads, sprint.adb (Sprint_Node_Actual): Output aggregate for
14181         exceptions.
14182         (Write_Itype): Handle case of string literal subtype, which
14183         comes up in this context.
14184         (Update_Itype): when debugging expanded code, update sloc of itypes
14185         associated with defining_identifiers and ranges, for gdb use.
14186         (Sprint_Node_Actual): Add static keyword to object or exception
14187         declaration output if Is_Statically_Allocated is True.
14188         (Sprint_End_Label): Set entity of end marker for a subprogram, package,
14189         or task body, so that the tree carries the proper Sloc information for
14190         debugging use.
14191         (Write_Indent): In Dump_Source_Text mode, ignore implicit label nodes
14192
14193 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
14194
14195         * s-secsta.adb (Chunk): Ensure this object has a static size known at
14196         compile time, to avoid dynamic memory allocation
14197         (Elaboration code): Only use dynamic memory allocation when needed.
14198
14199 2007-06-06  Quentin Ochem  <ochem@adacore.com>
14200
14201         * s-stausa.ads, s-stausa.adb (Initialize_Analyzer): Added parameter
14202         "Overflow_Guard".
14203         (Stack_Analyzer): Added field "Overflow_Guard"
14204         (Task_Result): Added field "Overflow_Guard".
14205         (Index_Str): New constant.
14206         (Task_Name_Str): New constant.
14207         (Actual_Size_Str): New constant.
14208         (Pattern_Array_Element_Size): New constant.
14209         (Get_Usage_Range): New subprogram.
14210         (Output_Result): Added parameter Max_Size_Len and Max_Actual_Use_Len.
14211         Now align the output.
14212         Added comments.
14213         (Initialize): Added value for Overflow_Guard.
14214         (Fill_Stack): Use constant Pattern_Array_Elem_Size when relevant.
14215         Update the value of the overflow guard according to the actual
14216         beginning of the pattern array.
14217         (Initialize_Analyzer): Added parameter Overflow_Guard.
14218         Take this parameter into accound when computing the max size.
14219         (Compute_Result): Use constant Pattern_Array_Elem_Size when relevant.
14220         (Report_Result): Removed extra useless procedure.
14221         Updated call to Output_Result.
14222         Moved full computation of the Task_Result here.
14223
14224 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14225
14226         * g-soccon-darwin.ads, gen-soccon.c: Add new constant
14227         Thread_Blocking_IO, always True by default, set False on a per-runtime
14228         basis.
14229         Add Windows-specific constants
14230         Add new constant Need_Netdb_Buffer.
14231         Add new macros to indicate whether getXXXbyYYY is thread safe and, if
14232         not, whether to use getXXXbyYYY_r.
14233
14234         * gsocket.h: Add new constant Need_Netdb_Buffer.
14235         Add new macros to indicate whether getXXXbyYYY is thread safe and, if
14236         not, whether to use getXXXbyYYY_r.
14237
14238 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
14239
14240         * s-stoele.ads, s-stoele.adb: Move inline_always subprograms earlier
14241         than their first call.
14242         Add type Dummy_Communication_Block used in the generation of the pre-
14243         defined dispatching primitive _disp_asynchronous_select.
14244         (Storage_Element): Put Pragma Universal_Aliasing on it.
14245
14246 2007-06-06  Vincent Celier  <celier@adacore.com>
14247
14248         * a-dirval-vms.adb, a-dirval.ads, a-dirval.adb (Windows): New Boolean
14249         function.
14250
14251         * a-dirval-mingw.adb (Is_Valid_Path_Name): Forbid a path with a drive
14252         letter if it is not followed by a '/' or a '\'.
14253         (Windows): New Boolean function
14254
14255         * a-direct.ads, a-direct.adb: Remove unnecessary and misplaced pragma
14256         Ada 2005.
14257         (Containing_Directory): On Windows, keep at least one '/' or '\' after a
14258         drive letter.
14259         (Containing_Directory): Raise Use_Error when the directory is a root
14260         directory.
14261         (Extension): When returning the result, use a conversion to Result_Type,
14262         not a qualification.
14263
14264 2007-06-06  Robert Dewar  <dewar@adacore.com>
14265
14266         * stylesw.ads, stylesw.adb (Set_GNAT_Style_Check): New procedure
14267         (Set_Style_Check_Options): Recognize new -gnatyg style switch
14268
14269         * switch-c.adb (Scan_Front_End_Switches, case -gnatg): Set
14270         Warn_On_Non_Local_Exception to False, to turn off warnings for
14271         No_Exception_Propagation in ZFP runtime.
14272         (Scan_Front_End_Switches): Fix handling of --RTS switch for non GCC
14273         back-ends.
14274         (Scan_Front_End_Switches): For 'g', call Set_GNAT_Style_Checks
14275
14276 2007-06-06  Vincent Celier  <celier@adacore.com>
14277
14278         * switch-b.adb (Scan_Binder_Switches): Add processing for new
14279         switches -R and -Z
14280
14281         * switch-m.adb (Normalize_Compiler_Switches): Do not record switch -E
14282         (Scan_Make_Switches): Recognize new switch -aP
14283
14284 2007-06-06  Matthew Gingell  <gingell@adacore.com>
14285             Jose Ruiz  <ruiz@adacore.com>
14286
14287         * s-stchop-vxworks.adb (Set_Stack_Info): Instead of trying to map the
14288         VxWorks task descriptor in the Ada run time, call a C subprogram
14289         (__gnat_get_stack_info) that extracts the required information.
14290
14291         * sysdep.c: Back out temporary lynxos workaround.
14292         (__gnat_get_stack_info): Add this procedure that passes to the Ada run
14293         time the stack information associated to the currently executing task.
14294         Only VxWorks systems require this function.
14295
14296 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
14297
14298         * tracebak.c (FRAME_OFFSET): Add parameter FP. On SPARC/Solaris, do not
14299         add the stack bias if the offset is computed from a frame address.
14300         (__gnat_backtrace): Adjust for above change.
14301
14302 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14303
14304         * types.h, types.ads: Rename PE_Illegal_CW_Actual_E_4_18 to
14305         PE_Non_Transportable_Actual.
14306         (By_Descriptor_Last): New constant.
14307         (By_Copy_Return): Likewise.
14308
14309 2007-06-06  Vincent Celier  <celier@adacore.com>
14310
14311         * vms_conv.adb (Process_Argument): Keep arguments starting with '+' as
14312         is.
14313
14314         * vms_data.ads: Add entries for -gnatw.x and -gnatw.X
14315         /STYLE_CHECKS=GNAT: Change meaning to -gnatyg
14316         /GNAT_INTERNAL: New compiler qualifier corresponding to -gnatg
14317         Add missing comment for /OPTIMIZE=SPACE
14318         Add entry for OPTIMIZE=SPACE
14319         Add new qualifier /ALL_PROJECTS (= -U) for GNAT LIST
14320         Add documentation for new qualifiers corresponding to -gnatw.c/.C
14321
14322 2007-06-06  Vincent Celier  <celier@adacore.com>
14323             Robert Dewar  <dewar@adacore.com>
14324
14325         * xgnatugn.adb: Allow dots to be used in ug_words (-gnatw.c and
14326         -gnatw.C)
14327
14328         * gnat_ugn.texi: Fix ordering of -g switch for gnatmake
14329         Document gnatbind switch -a
14330         (case Constructions): Document that variables declarations are allowed
14331         for previously declared variables.
14332         Fix external lib project example
14333         -gnatg: Indicate new VMS qualifier /GNAT_INTERNAL
14334         Indicate that "#if not X or Y then" is not allowed in input files to
14335         gnatprep.
14336         Document gnatw.x and gnatw.X warning flags
14337         Mention -Winline switch to activate warnings when back-end inlining is
14338         ineffective.
14339         Add gnatcheck rule descriptions
14340         Describe how to use the GNAT driver to call a tool on a closure.
14341         Describe how to run project-wide checks or metrics.
14342         Document gnatbind's -R option
14343         Updated to account for Ada 2005 support
14344
14345         * gnat_rm.texi (Case Construction): Allow variable declarations for
14346         previously declared variables.
14347         (Representation Clauses and Pragmas): Lift restriction on alignment
14348         clauses for record types.
14349         (Ada.Characters.*): Fix typo in reference to A.3.3(27).
14350         Document No_Exception_Propagation restriction
14351         Document No_Body pragma
14352         Updated to account for Ada 2005 support; corrected some typos
14353         (Implementation Defined Pragmas): Document pragma Universal_Aliasing.
14354
14355         * gnat-style.texi: Make it clear that we never use mode IN for
14356         procedures or functions
14357
14358         * ug_words: Add entries for -gnatw.x and -gnatw.X
14359         Add entries for -gnatw.c/.C
14360
14361 2007-06-06  Pascal Obry  <obry@adacore.com>
14362             Vincent Celier  <celier@adacore.com>
14363
14364         * makegpr.adb (Add_Archive_Path): Use untouched object and library
14365         dirs and library name.
14366         (Build_Global_Archive): Idem. Minor code clean-up. Removes duplicate
14367         comments.
14368         (Build_Library): Idem.
14369         (Compile_Individual_Sources): Idem.
14370         (Compile_Link_With_Gnatmake): Idem.
14371         (Compile_Sources): Idem.
14372         (Get_Imported_Directories): Idem.
14373         (Link_Executables): Idem. Same change for the executable dir.
14374         (Check_Compilation_Needed): C_Source_Path new variable containing
14375         the canonical form of Source_Path to check against the source names
14376         in the dependency file.
14377         (Build_Global_Archive, Compile_Individual_Sources, Compile_Sources): In
14378         verbose mode, display the name of the object directory we're changing
14379         to.
14380         (Saved_Switches): New name of table X_Switches
14381         (Scan_Arg): Recognize new switch -aP and save in table Saved_Switches
14382         (Usage): New line for switch -aP
14383         (Get_Imported_Directories.Add): Make sure that Add_Arg is True before
14384         testing if a directory should be added to the search path.
14385
14386 2007-06-06  Javier Miranda  <miranda@adacore.com>
14387
14388         * a-cidlli.ads, a-cdlili.ads, a-cohama.ads, a-coinve.ads, 
14389         a-convec.ads (Empty_Vector, Empty_Map, Empty_List): Move this object
14390         declaration after freezing point of all its associated tagged types;
14391         otherwise such types are frozen too early.
14392
14393 2007-06-06  Robert Dewar  <dewar@adacore.com>
14394
14395         * a-reatim.adb: Documentation addition
14396
14397         * g-cgideb.adb: Minor code reorganization
14398
14399         * tree_io.adb, treepr.adb, cstand.adb, krunch.adb, par.adb,
14400         mdll-utl.adb, par-ch5.adb, par-tchk.adb, s-exctab.ads, s-memory.ads,
14401         s-osprim.ads, s-restri.ads, s-soflin.ads: Minor reformatting.
14402
14403         * debug.ads, debug.adb (Get_Debug_Flag_K): Remove unused obsolete
14404         function.  Change name New_Scope to Push_Scope
14405         (Get_Debug_Flag_K): Remove unused obsolete function.
14406
14407         * exp_ch8.adb, inline.adb, sem_ch8.ads: Change name New_Scope to
14408         Push_Scope.
14409
14410         * makeusg.adb: Update Copyright notice
14411         Add line for switch -aP
14412
14413         * makeusg.adb: Fix wording of some usage messages
14414
14415         * s-assert.adb (Raise_Assert_Failure): Add call to
14416         Debug_Raise_Assert_Failure.
14417
14418         * s-unstyp.ads (type Packed_Bytes2): Change alignment to use 'Min
14419         (2, Standard'Alignment) for compatibility with AAMP (where alignment
14420         is restricted to 1).
14421
14422         * s-wchjis.adb: Remove use of System.Pure_Exceptions
14423
14424         * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): Set the
14425         node location to No_Location when we're not debugging the expanded
14426         code.
14427
14428 2007-05-22  Alexandre Oliva  <aoliva@redhat.com>
14429
14430         * misc.c (enumerate_modes): Consider log2_b to always be one.
14431
14432 2007-05-14  Rafael Ávila de Espíndola  <espindola@google.com>
14433
14434         * misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
14435
14436 2007-05-02  Pascal Obry  <obry@adacore.com>
14437
14438         * gnatchop.adb (Write_Source_Reference_Pragma): Change implementation
14439         to use Stream_IO.File_Type. This is needed to make use of the UTF-8
14440         encoding support of Stream_IO.
14441         (Write_Unit): Idem.
14442
14443         * adaint.h, adaint.c (__gnat_os_filename): New routine. Returns the
14444         filename and corresponding encoding to match the OS requirement.
14445         (__gnat_file_exists): Do not call __gnat_stat() on Windows as this
14446         routine will fail on specific devices like CON: AUX: ...
14447
14448         PR ada/29856: Add missing braces
14449
14450 2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
14451
14452         PR ada/31660
14453         * ada-tree.h (lang_tree_node): Fix typo in chain_next.
14454
14455 2007-04-21  Jan Hubicka  <jh@suse.cz>
14456
14457         * misc.c (gnat_expand_body): Don't call target for destructors,
14458         avoid redundant check on syntax errors.
14459
14460 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
14461
14462         * ada-tree.h (lang_tree_node): Use GENERIC_NEXT
14463         instead of checking GIMPLE_STMT_P in chain_next.
14464
14465 2007-04-17  Andreas Krebbel  <krebbel1@de.ibm.com>
14466
14467         PR ada/31576
14468         * system-linux-alpha.ads: Disable constant condition warning for the
14469         Default_Bit_Order variable.
14470         * system-linux-s390.ads: Likewise.
14471         * system-linux-s390x.ads: Likewise.
14472         * system-linux-sparc.ads: Likewise.
14473
14474 2007-04-06  Javier Miranda  <miranda@adacore.com>
14475             Matt Heaney  <heaney@adacore.com>
14476             Robert Dewar  <dewar@adacore.com>
14477
14478         a-coprnu.ads, a-cohata.ads, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
14479         a-cgarso.ads, a-secain.ads, a-slcain.ads, a-shcain.ads, a-chtgke.ads,
14480         a-chtgke.ads, a-coprnu.ads, a-contai.ads, a-chtgke.ads, a-chtgke.adb,
14481         a-stwiha.ads, a-strhas.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
14482         a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads, a-stzfix.ads,
14483         a-stzhas.ads, a-szuzha.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoio.ads,
14484         a-ztinio.ads, a-zttest.ads, a-zzunio.ads, a-astaco.ads, a-charac.ads,
14485         a-chlat1.ads, ada.ads, a-dynpri.ads, a-flteio.ads, a-fwteio.ads,
14486         a-inteio.ads, a-intnam.ads, a-ioexce.ads, a-iwteio.ads, a-lfteio.ads,
14487         a-lfwtio.ads, a-liteio.ads, a-liwtio.ads, a-llftio.ads, a-llfwti.ads,
14488         a-llitio.ads, a-lliwti.ads, a-ncelfu.ads, a-ngcefu.ads, a-ngelfu.ads,
14489         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads, a-nllcty.ads,
14490         a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads, a-nucoty.ads,
14491         a-nuelfu.ads, a-numeri.ads, a-sfteio.ads, a-sfwtio.ads, a-siteio.ads,
14492         a-siwtio.ads, a-ssitio.ads, a-ssiwti.ads, a-storio.ads, a-strfix.ads,
14493         a-string.ads, a-stwifi.ads, a-titest.ads, a-unccon.ads, a-uncdea.ads,
14494         a-wtcoio.ads, a-wtinio.ads, a-wttest.ads, calendar.ads, directio.ads,
14495         i-c.ads, ioexcept.ads, machcode.ads, sequenio.ads, text_io.ads,
14496         unchconv.ads, unchdeal.ads, a-widcha.ads, a-zchara.ads, a-stboha.ads,
14497         a-stfiha.ads, a-coteio.ads, a-envvar.ads, a-lcteio.ads, a-llctio.ads,
14498         a-scteio.ads, a-swbwha.ads, a-swfwha.ads, a-szbzha.ads, a-szfzha.ads,
14499         a-tiboio.ads, a-wwboio.ads, a-zzboio.ads, a-dispat.ads, a-tgdico.ads,
14500         expander.adb, g-socket.ads, par-labl.adb, sinput-c.adb, s-tarest.ads,
14501         s-stchop.ads, g-expect-vms.adb, s-taprop-lynxos.adb,
14502         s-taprop-tru64.adb, s-taprop-irix.adb,
14503         s-taprop-hpux-dce.adb, s-traceb-hpux.adb,
14504         s-taprop-linux.adb, s-taprop-dummy.adb, s-osprim-unix.adb,
14505         s-osprim-solaris.adb, s-taprop-solaris.adb, s-taprop-vms.adb,
14506         s-osprim-mingw.adb, s-taprop-mingw.adb, s-osprim-posix.adb, 
14507         s-taprop-posix.adb, a-exexpr-gcc.adb, a-ststio.adb, a-ststio.ads, 
14508         a-textio.adb, a-textio.ads, a-tideau.adb, a-tideau.ads, a-witeio.adb, 
14509         a-witeio.ads, a-wtdeau.adb, a-wtdeau.ads, g-calend.adb, g-calend.ads, 
14510         g-dirope.adb, g-expect.ads, gnatchop.adb, g-spipat.adb, g-spipat.ads, 
14511         s-direio.adb, s-direio.ads, s-fatgen.adb, s-fatgen.ads, s-parint.adb, 
14512         s-sequio.adb, s-sequio.ads, s-taprop.ads, s-valdec.adb, s-valdec.ads, 
14513         s-valint.adb, s-valint.ads, s-vallld.adb, s-vallld.ads, s-vallli.adb, 
14514         s-vallli.ads, s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads, 
14515         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads, xref_lib.adb, 
14516         s-stchop.adb, i-vxwork-x86.ads, a-crbtgo.ads, a-crbtgo.adb, 
14517         a-coorse.ads, a-coorse.adb, a-cohama.ads, a-cohama.adb, a-ciorse.ads, 
14518         a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-chtgop.ads, a-chtgop.ads, 
14519         a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cihase.ads, a-cohase.adb, 
14520         a-cohase.ads, a-swuwha.ads, a-ciormu.ads, a-coormu.ads, a-rbtgso.ads,
14521         a-stunha.ads, a-ciorma.adb, a-coorma.adb, a-ztdeau.adb, a-ztdeau.ads, 
14522         a-ztexio.adb, a-ztexio.ads: Addition of null-exclusion to anonymous
14523         access types.
14524         Update documentation.
14525         Minor rewording.
14526
14527 2007-04-06  Robert Dewar  <dewar@adacore.com>
14528
14529         * system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
14530         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
14531         system-vxworks-sparcv9.ads, system-solaris-x86.ads, system-irix-o32.ads,
14532         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
14533         system-linux-x86.ads, system-vxworks-mips.ads, system-interix.ads,
14534         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
14535         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
14536         system-vxworks-alpha.ads, system-vms_64.ads, system-darwin-ppc.ads,
14537         system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
14538         system-hpux-ia64.ads, targparm.adb,
14539         targparm.ads (Functions_Return_By_DSP_On_Target): Removed
14540
14541         * system.ads: Move Functions_Return_By_DSP to obsolete section,
14542         kept for bootstrap purposes only.
14543
14544 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
14545
14546         * s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
14547         s-osinte-freebsd.ads, s-osinte-aix.ads, s-osinte-darwin.ads,
14548         s-taprop-posix.adb (Create_Task): Fix handling of Task_Info.
14549         (PTHREAD_SCOPE_PROCESS, PTHREAD_SCOPE_SYSTEM): New constants.
14550
14551 2007-04-06  Robert Dewar  <dewar@adacore.com>
14552
14553         * a-except.adb, a-except.ads, a-except-2005.ads, a-except-2005.adb
14554         (Local_Raise): New dummy procedure called when a raise is converted
14555         to a local goto. Used for debugger to detect that the exception
14556         is raised.
14557
14558         * debug.adb: Document new d.g flag (expand local raise statements to
14559         gotos even if pragma Restriction (No_Exception_Propagation) is not set)
14560
14561         * exp_sel.adb: Use Make_Implicit_Exception_Handler
14562
14563         * exp_ch11.adb (Expand_Exception_Handlers): Use new flag -gnatw.x to
14564         suppress warnings for unused handlers.
14565         (Warn_If_No_Propagation):  Use new flag -gnatw.x to suppress
14566         warnings for raise statements not handled locally.
14567         (Get_RT_Exception_Entity): New function
14568         (Get_Local_Call_Entity): New function
14569         (Find_Local_Handler): New function
14570         (Warn_If_No_Propagation): New procedure
14571         (Expand_At_End_Handler): Call Make_Implicit_Handler
14572         (Expand_Exception_Handlers): Major additions to deal with local handlers
14573         (Expand_N_Raise_Constraint_Error, Expand_N_Raise_Program_Error,
14574         Expand_N_Raise_Storage_Error, (Expand_N_Raise_Statement): Add handling
14575         for local raise
14576
14577         * exp_ch11.ads (Get_RT_Exception_Entity): New function
14578         (Get_Local_Call_Entity): New function
14579
14580         * gnatbind.adb (Restriction_List): Add No_Exception_Propagation to list
14581         of restrictions that the binder will never suggest adding.
14582
14583         * par-ch11.adb (P_Exception_Handler): Set Local_Raise_Statements field
14584         to No_Elist.
14585
14586         * restrict.adb (Check_Restricted_Unit): GNAT.Current_Exception may not
14587         be with'ed in the presence of pragma Restriction
14588         (No_Exception_Propagation).
14589
14590         * sem.adb (Analyze): Add entries for N_Push and N_Pop nodes
14591
14592         * sem_ch11.adb (Analyze_Exception_Handler): If there is a choice
14593         parameter, then the handler is not a suitable target for a local raise,
14594         and this is a violation of restriction No_Exception_Propagation.
14595         (Analyze_Handled_Statements): Analyze choice parameters in exception
14596         handlers before analyzing statement sequence (needed for proper
14597         detection of local raise statements).
14598         (Analyze_Raise_Statement): Reraise statement is a violation of the
14599         No_Exception_Propagation restriction.
14600
14601         * s-rident.ads: Add new restriction No_Exception_Propagation
14602
14603         * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): New
14604         function, like Make_Exception_Handler but sets Local_Raise_Statements
14605         to No_List.
14606         (Add_Unique_Serial_Number): Deal with case where this is called during
14607         processing of configuration pragmas.
14608
14609 2007-04-06  Thomas Quinot  <quinot@adacore.com>
14610             Pat Rogers  <rogers@adacore.com>
14611             Pascal Obry  <obry@adacore.com>
14612
14613         * g-stsifd-sockets.adb: New file.
14614
14615         * g-socthi.ads, g-socket.adb, g-socthi-vxworks.adb,
14616         g-socthi-vxworks.ads, g-socthi-mingw.ads, g-socthi-vms.ads,
14617         g-socthi-vms.adb: Move signalling
14618         fd management to a nested package, so that they can conveniently be
14619         moved to a subunit that is shared across Windows, VMS, and VxWorks
14620         (Ada implementation) or completed with imported bodies from socket.c
14621         (UNIX case).
14622         (Read_Signalling_Fd, Write_Signalling_Fd, Create_Signalling_Fds): New
14623         subprograms.
14624         (Check_Selector): Use Read_Signalling_Fd to read and discard data from
14625         the signalling file descriptor.
14626         (Abort_Selector): Use Write_Signalling_Fd to write dummy data to the
14627         signalling file descriptor.
14628         (Create_Selector): Use new C-imported subprogram Create_Signalling_Fds
14629         instead of creating a pair of sockets for signalling here.
14630
14631         * g-socthi.adb: Ditto.
14632         Set the runtime process to ignore SIGPIPEs on platforms that support
14633         neither SO_NOSIGPIPE nor MSG_NOSIGNAL functionality.
14634
14635         * g-socthi-mingw.adb: Ditto.
14636         (WS_Version): Use Windows 2.2.
14637         Use Winsock 2.2 (instead of 1.1) for the GNAT.Socket API.
14638
14639         * g-soliop-mingw.ads: Link with ws2_32 for Windows 2.x support.
14640         Use Winsock 2.2 (instead of 1.1) for the GNAT.Socket API.
14641
14642         * Makefile.in: New libgnat pair g-stsifd.adb<g-stsifd-sockets.adb.
14643         added GNAT byte swapping facility
14644         Update FreeBSD THREADSLIB from -lc_r to -lpthread, for FreeBSD 6.
14645
14646         * g-bytswa.adb, g-bytswa-x86.adb, g-bytswa.ads: New files.
14647
14648         * socket.c (__gnat_read_signalling_fd, __gnat_write_controlling_fd):
14649         New subprograms.
14650         (__gnat_create_signalling_fds): New subprogram.
14651         Set the runtime process to ignore SIGPIPEs on platforms that support
14652         neither SO_NOSIGPIPE nor MSG_NOSIGNAL functionality.
14653
14654 2007-04-06  Hristian Kirtchev  <kirtchev@adacore.com>
14655             Vincent Celier  <celier@adacore.com>
14656
14657         * a-calend-vms.ads, a-calend.ads, a-calend.adb, a-calend-vms.adb:
14658         New version of Ada.Calendar which supports the new upper bound of Ada
14659         time (2399-12-31 86_399.999999999).
14660         The following modifications have been made to the package:
14661          - New representation of time as count of nanoseconds since the start of
14662            Ada time (1901-1-1 0.0).
14663          - Target independent Split and Time_Of routines which service both
14664            Ada 95 and Ada 2005 code.
14665          - Target independent interface to the Ada 2005 children of Calendar.
14666          - Integrated leap seconds into Ada 95 and Ada 2005 mode.
14667          - Handling of non-leap centenial years.
14668          - Updated clock function.
14669          - Updated arithmetic and comparison operators.
14670
14671         * a-caldel.adb (To_Duration): Add call to target independent routine in
14672         Ada.Calendar to handle the conversion of time to duration.
14673
14674         * sysdep.c (__gnat_localtime_tzoff): Test timezone before setting off
14675         (UTC Offset).
14676         If timezone is obviously incorrect (outside of -14 hours .. 14 hours),
14677         set off to 0.
14678         (__gnat_localtime_tzoff for Lynx and VxWorks): Even though these
14679         targets do not have a natural time zone, GMT is used as a default.
14680         (__gnat_get_task_options): New.
14681
14682         * a-direct.adb (Modification_Time): Add with and use clauses for
14683         Ada.Calendar and Ada.
14684         Calendar.Formatting. Remove with clause for Ada.Unchecked_Conversion
14685         since it is no longer needed.
14686         (Duration_To_Time): Removed.
14687         (OS_Time_To_Long_Integer): Removed.
14688         (Modification_Time): Rewritten to use Ada.Calendar and Ada.Calendar.
14689         Formatting Time_Of routines which automatically handle time zones,
14690         buffer periods and leap seconds.
14691
14692         * a-calari.ads, a-calari.adb ("+", "-", Difference): Add calls to
14693         target independent routines in Ada.Calendar.
14694
14695         * a-calfor.ads, a-calfor.adb: 
14696         Code cleanup and addition of validity checks in various routines.
14697         (Day_Of_Week, Split, Time_Of): Add call to target independent routine in
14698         Ada.Calendar.
14699
14700         * a-catizo.ads, a-catizo.adb (UTC_Time_Offset): Add call to target
14701         independent routine in Ada.Calendar.
14702
14703 2007-04-06  Olivier Hainque  <hainque@adacore.com>
14704
14705         * adaint.c: 
14706         (convert_addresses): Adjust prototype and dummy definition to expect an
14707          extra file_name argument.
14708
14709         * gmem.c (__gnat_convert_addresses): Wrapper to convert_addresses,
14710         filling the now expected file_name argument with the appropriate
14711         argv[0] expansion.
14712         (__gnat_gmem_a2l_initialize, __gnat_gmem_read_next_frame): Use it.
14713         (tracebk): Array of void * instead of char *, corresponding to what
14714          convert_addresses expects.
14715         (exename): New static global, to hold the executable file name to be
14716         used in all convert_addresses invocations.
14717         (gmem_read_backtrace, __gnat_gmem_symbolic): Account for tracebk type
14718         change.
14719         (__gnat_gmem_a2l_initialize): Resolve exename.
14720         (__gnat_convert_addresses): Use exename as the convert_addresses
14721         file_name argument.
14722
14723         * g-trasym.adb (Symbolic_Traceback): Adjust signature of imported
14724         "convert_addresses", now expecting a filename argument. Import the
14725         necessary entities to compute the filename to use and pass it to
14726         convert_addresses.
14727
14728 2007-04-06  Matt Gingell  <gingell@adacore.com>
14729
14730         * system-aix.ads: Back out previous change.
14731         (Functions_Return_By_DSP): Removed
14732
14733 2007-04-06  Pascal Obry  <obry@adacore.com>
14734
14735         * s-osprim-mingw.adb (Timed_Delay): Use the right clock (standard one
14736         or the monotonic used by Ada.Real_Time) to compute the sleep duration
14737         on Windows.
14738
14739 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
14740
14741         * s-osinte-vxworks.ads, s-osinte-vxworks.adb (VX_FP_TASK): Remove this
14742         function. Its value changes in different VxWorks versions, and it is
14743         now handled by the function __gnat_get_task_options.
14744
14745         * s-taprop-vxworks.adb (Create_Task): Call the function
14746         __gnat_get_task_options to get the required options for creating a task.
14747
14748 2007-04-06  Pascal Obry  <obry@adacore.com>
14749             Thomas Quinot  <quinot@adacore.com>
14750
14751         * adaint.c: Replace all occurences of S2WS to S2WSU (Unicode) when
14752         dealing with filename.
14753         (__gnat_fopen): Call the proper macro (8bits or UTF8) to convert the
14754         filename from a standard string to a wide-string depending on the
14755         encoding value.
14756         (__gnat_freopen): Idem.
14757         (__gnat_current_time): New function (wrapper for time(3) standard C
14758         function).
14759
14760         * g-os_lib.ads (Current_Time): New function. Returns the current
14761         system time as an OS_Time value.
14762
14763         * s-osprim.ads (Clock): Add more precise definition of UNIX epoch.
14764         (Monotonic_Clock): Same.
14765
14766 2007-04-06  Quentin Ochem  <ochem@adacore.com>
14767
14768         * ali.ads, ali.adb (Get_Nat): Raise an exception if the file cursor is
14769         not on a natural.
14770         (Scan_ALI): Cancel the xref line if there has been a reading ALI error.
14771
14772 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
14773
14774         * a-retide.adb: Add elaboration code to ensure that the tasking run
14775         time is initialized when using delay operations even when no task is
14776         created.
14777
14778 2007-04-06  Javier Miranda  <miranda@adacore.com>
14779
14780         * a-tags.ads, a-tags.adb (Object_Specific_Data): Remove
14781         component Num_Prim_Ops.
14782         (Set_Num_Prim_Ops): Removed.
14783         Remove all the assertions because all the routines of this
14784         package are inline always.
14785         (Get_Offset_Index): Add support to primary dispatch tables.
14786         Move the documentation about the dispatch table to a-tags.ads
14787         (Set_External_Tag): Removed
14788         (Inherit_TSD): Removed.
14789         (Interface_Data_Element, Interfaces_Array, Interface_Data): Declarations
14790         moved to a-tags.ads
14791         (Displace, IW_Membership, Inherit_TSD, Interface_Ancestor_Tags,
14792         Register_Interface_Tag, Set_Offset_To_Top): Update all the occurrences
14793         of the TSD field "Table" because this field has been renamed to
14794         "Ifaces_Table".
14795         (Inherit_CPP_DT): Removed.
14796         (K_Typeinfo, K_Offset_To_Top, K_Tagged_Kind, K_Signature,
14797         Cstring, Tag_Table, Type_Specific_Data, Dispatch_Table): These
14798         declarations have been moved to a-tags.ads
14799         (Check_Size): Removed.
14800         (Expanded_Name): Updated to get access to the new field of TSD
14801         containing the address of the expanded name.
14802         (Get_Access_Level/Set_Access_Level): Removed.
14803         (Get_Predefined_Prim_Op_Address): Removed.
14804         (Set_Predefined_Prim_Op_Address): Removed.
14805         (Get_Prim_Op_Address/Set_Prim_Op_Address): Removed.
14806         (Get_Remotely_Callable/Set_Remotely_Callable): Removed.
14807         (Set_Expanded_Name): Removed.
14808         (Inherit_DT): Removed.
14809         (Inherit_CPP_DT): Removed.
14810         (Set_RC_Offset): Removed.
14811         (Set_TSD): Removed.
14812         (Base_Address): New function that displaces "this" to point to the base
14813         of the object (that is, to point to the primary tag of the object).
14814
14815 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
14816             Javier Miranda  <miranda@adacore.com>
14817
14818         * exp_ch3.ads, exp_ch3.adb (Analyze_N_Full_Type_Declaration): For an
14819         anonymous access component, do not create a master_id if type already
14820         has one, as may happen if the type is a subcomponent of a packed array
14821         type.
14822         (Build_Init_Procedure, Component_Needs_Simple_Initialization,
14823         Initialize_Tag): Remove code associated with the old CPP pragmas.
14824         CPP_Virtual and CPP_Vtable are no longer supported.
14825         (Build_Offset_To_Top_Internal): Add support for concurrent record types
14826         (Build_Offset_To_Top_Functions): Add support for concurrent record types
14827         (Freeze_Record_Type): Remove call to
14828         Init_Predefined_Interface_Primitives.
14829         (Init_Secondary_Tags.Initialize_Tag): New subprogram containing all the
14830         code required to initialize the tags of the secondary dispatch tables.
14831         This leaves the algoritm more clear.
14832         (Init_Secondary_Tags): Add support for concurrent record types
14833         (Make_Predefined_Primitive_Specs): Code cleanup.
14834         (Predefined_Primitive_Bodies): Code cleanup.
14835         (Build_Master_Renaming): New local subprogram.
14836         (Expand_N_Full_Type_Declaration): Build the master_id associated with
14837         anonymous access to task type components.
14838         (Expand_N_Subtype_Indication): The bounds of a range constraint in a
14839         subtype indication are resolved during analysis, and must not be done
14840         here.
14841         (Stream_Operation_OK): Check Restriction_Active before RTE_Available.
14842
14843 2007-04-06  Geert Bosch  <bosch@adacore.com>
14844             Ed Schonberg  <schonberg@adacore.com>
14845             Javier Miranda  <miranda@adacore.com>
14846             Bob Duff  <duff@adacore.com>
14847
14848         * exp_ch4.adb (Expand_N_Type_Conversion): Remove special processing
14849         for conversion of a Float_Type'Truncation to integer.
14850
14851         * exp_attr.adb (Is_Inline_Floating_Point_Attribute): New function to
14852         check if a node is an attribute that can be handled directly by the
14853         back end.
14854         (Expand_N_Attribute_Reference): Suppress expansion of floating-point
14855         attributes that can be handled directly by the back end.
14856         (Expand_N_Attribute_Reference, case 'Access and 'Unchecked_Access):
14857         use new predicate Is_Access_Protected_Subprogram_Type.
14858         (Expand_N_Attribute_Reference, case 'Write): The reference is legal for
14859         and Unchecked_Union if it is generated as part of the default  Output
14860         procedure for a type with default discriminants.
14861         (Expand_N_Attribute_Reference): Avoid the expansion of dispatching calls
14862         if we are compiling under restriction No_Dispatching_Calls.
14863         (Constrained): Use Underlying_Type, in case the type is private without
14864         discriminants, but the full type has discriminants.
14865         (Expand_N_Attribute_Reference): Replace call to Get_Access_Level by
14866         call to Build_Get_Access_Level.
14867         (Expand_N_Attribute_Reference): The use of 'Address with class-wide
14868         interface objects requires a call to the run-time subprogram that
14869         returns the base address of the object.
14870         (Valid_Conversion): Improve error message on illegal attempt to store
14871         an anonymous access to subprogram value into a record component.
14872
14873         * sem_res.adb (Resolve_Equality_Op): Detect ambiguity for "X'Access =
14874         null".
14875         (Simplify_Type_Conversion): New procedure that performs simplification
14876         of Int_Type (Float_Type'Truncation (X)).
14877         (Resolve_Type_Conversion): Call above procedure after resolving operand
14878         and before performing checks. This replaces the existing ineffective
14879         code in Exp_Ch4.
14880         (Set_String_Literal_Subtype): When creating the internal static lower
14881         bound subtype for a string literal, use a newly created copy of the
14882         subtree representing the lower bound.
14883         (Resolve_Call): Exclude build-in-place function calls from transient
14884         scope treatment. Update comments to describe this exception.
14885         (Resolve_Equality_Op): In case of dispatching call check violation of
14886         restriction No_Dispatching_Calls.
14887         (Resolve_Call): If the call returns an array, the context imposes the
14888         component type of the array, and the function has one non-defaulted
14889         parameter, rewrite the call as the indexing of a call with a single
14890         parameter, to handle an Ada 2005 syntactic ambiguity for calls written
14891         in prefix form.
14892         (Resolve_Actuals): If an actual is an allocator for an access parameter,
14893         the master of the created object is the innermost enclosing statement.
14894         (Remove_Conversions): For a binary operator, check if type of second
14895         formal is numeric, to check if an abstract interpretation is present
14896         in the case of exponentiation as well.
14897
14898 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
14899             Bob Duff  <duff@adacore.com>
14900
14901         * atree.h, atree.ads, atree.adb (Copy_Node_With_Replacement): When
14902         copying a parameter list in a call, set properly the First_Named_Formal
14903         and Next_Named_Formal fields in the new list and in the enclosing call.
14904         (Watch_Node,New_Node_Breakpoint,New_Node_Debugging_Output): Shorten
14905         names, to ease typing in the debugger. Improve comments.
14906         (Watch_Node): New variable, intended to be set in the debugger.
14907         (New_Node_Breakpoint): New do-nothing procedure to set a breakpoint on,
14908         called when the watched node is created.
14909         (New_Node_Debugging_Output): Combined version of local procedures
14910         New_Node_Debugging_Output and New_Entity_Debugging_Output, now global,
14911         with a parameter so that conditional breakpoints like "if Node = 12345"
14912         work.
14913         (New_Node, New_Entity): Call the global New_Node_Debugging_Output.
14914         Add Elist1 function
14915
14916 2007-04-06  Thomas Quinot  <quinot@adacore.com>
14917             Ed Schonberg  <schonberg@adacore.com>
14918             Gary Dismukes  <dismukes@adacore.com>
14919
14920         * checks.ads, checks.adb (Selected_Range_Checks): No range check is
14921         required for a conversion between two access-to-unconstrained-array
14922         types.
14923         (Expr_Known_Valid): Validity checks do not apply to discriminants, but
14924         to discriminant constraints on discriminant objects. This rule must
14925         apply as well to discriminants of protected types in private components.
14926         (Null_Exclusion_Static_Checks): If No_Initialization is set on an
14927         object of a null-excluding access type then don't require the
14928         the object declaration to have an expression and don't emit a
14929         run-time check.
14930
14931 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
14932             Eric Botcazou  <botcazou@adacore.com>
14933
14934         * gnatvsn.ads, comperr.adb (Get_Gnat_build_Type): Renamed Build_Type
14935         and made constant.
14936
14937         * comperr.ads, comperr.adb (Compiler_Abort): Add third parameter
14938         Fallback_Loc. Use it as the sloc info when Current_Error_Node doesn't
14939         carry any.
14940
14941         * fe.h (Compiler_Abort): Add third parameter.
14942
14943         * misc.c (internal_error_function): Build third argument from current
14944         input location and pass it to Compiler_Abort.
14945
14946 2007-04-06  Gary Dismukes  <dismukes@adacore.com>
14947
14948         * cstand.adb (Create_Standard): When the target's storage unit size is
14949         greater than a byte, set Has_Non_Standard_Rep and Has_Pragma_Pack on
14950         Standard_String.
14951
14952 2007-04-06  Nicolas Roche  <roche@adacore.com>
14953
14954         * cstreams.c (__gnat_full_name): Fix issues on VxWorks 6.x for which
14955         absolute path can have the following form: device:/a/b. In this case
14956         '/' should be inserted between the path and the filename.
14957
14958 2007-04-06  Olivier Hainque  <hainque@adacore.com>
14959             Eric Botcazou  <botcazou@adacore.com>
14960
14961         * decl.c (gnat_to_gnu_entity) <E_Constant>: Associate an external
14962         VAR_DECL to a CONST_DECL we make for a public constant when we know the
14963         corresponding definition has created the so made visible variable.
14964         Handle anonymous access to protected subprogram.
14965         (gnat_to_gnu_entity) <E_Variable>: Do not make the underlying type of an
14966         object with an address clause volatile.  Re-enable original fix.
14967         <E_Subprogram_Type>: Set TYPE_REF_CAN_ALIAS_ALL on the reference type
14968         too.
14969         (gnat_to_gnu_entity) <E_Class_Wide_Type>: Retrieve the TYPE_DECL
14970         associated with either the Equivalent or Root type, instead of the
14971         naked type node.
14972         (gnat_to_gnu_entity): Manually mark the top of the DECL_FIELD_OFFSET
14973         subtree for every field of a global record type.
14974         (gnat_to_gnu_entity) <E_Record_Subtype>: If the subtype has
14975         discriminants, invoke again variable_size on its newly computed sizes.
14976
14977 2007-04-06  Robert Dewar  <dewar@adacore.com>
14978             Thomas Quinot  <quinot@adacore.com>
14979             Ed Schonberg  <schonberg@adacore.com>
14980             Bob Duff  <duff@adacore.com>
14981
14982         * einfo.ads, einfo.adb: (First_Component_Or_Discriminant): New function
14983         (Next_Component_Or_Discriminant): New function and procedure
14984         (First_Index, First_Literal, Master_Id,
14985         Set_First_Index, Set_First_Literal, Set_Master_Id):
14986         Add missing Ekind assertions.
14987         (Is_Access_Protected_Subprogram_Type): New predicate.
14988         (Has_RACW): New entity flag, set on package entities to indicate that
14989         the package contains the declaration of a remote accecss-to-classwide
14990         type.
14991         (E_Return_Statement): This node type has the Finalization_Chain_Entity
14992         attribute, in case the result type has controlled parts.
14993         (Requires_Overriding): Add this new flag, because "requires
14994         overriding" is subtly different from "is abstract" (see AI-228).
14995         (Is_Abstract): Split Is_Abstract flag into Is_Abstract_Subprogram and
14996         Is_Abstract_Type. Make sure these are called only when appropriate.
14997         (Has_Pragma_Unreferenced_Objects): New flag
14998
14999         * exp_ch5.adb (Expand_N_Assignment_Statement): If the left-hand side is
15000         class-wide, the tag of the right-hand side must be an exact match, not
15001         an ancestor of that of the object on left-hand side.
15002         (Move_Activation_Chain): New procedure to create the call to
15003         System.Tasking.Stages.Move_Activation_Chain.
15004         (Expand_N_Extended_Return_Statement): Generate code to call
15005         System.Finalization_Implementation.Move_Final_List at the end of a
15006         return statement if the function's result type has controlled parts.
15007         Move asserts to Build_In_Place_Formal.
15008         (Move_Final_List): New function to create the call statement.
15009         (Expand_N_Assignment_Statement): In case of assignment to a class-wide
15010         tagged type, replace generation of call to the run-time subprogram
15011         CW_Membership by call to Build_CW_Membership.
15012         (Expand_N_Return_Statement): Replace generation of call to the run-time
15013         subprogram Get_Access_Level by call to Build_Get_Access_Level.
15014         (Expand_N_Simple_Function_Return): Replace generation of call to the
15015         run-time subprogram Get_Access_Level by call to Build_Get_Access_Level.
15016
15017         * exp_ch6.ads, exp_ch6.adb (Expand_Call): Use new predicate
15018         Is_Access_Protected_Subprogram_Type, to handle both named and anonymous
15019         access to protected operations.
15020         (Add_Task_Actuals_To_Build_In_Place_Call): New procedure to add the
15021         master and chain actual parameters to a build-in-place function call
15022         involving tasks.
15023         (BIP_Formal_Suffix): Add new enumeration literals to complete the case
15024         statement.
15025         (Make_Build_In_Place_Call_In_Allocator,
15026         Make_Build_In_Place_Call_In_Anonymous_Context,
15027         Make_Build_In_Place_Call_In_Assignment,
15028         Make_Build_In_Place_Call_In_Object_Declaration): Call
15029         Add_Task_Actuals_To_Build_In_Place_Call with the appropriate master.
15030         (Expand_Inlined_Call): If the subprogram is a null procedure, or a
15031         stubbed procedure with a null body, replace the call with a null
15032         statement without using the full inlining machinery, for efficiency
15033         and to avoid invalid values in source file table entries.
15034
15035         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Add support for
15036         renamings of calls to build-in-place functions.
15037
15038         * rtsfind.adb (RTE_Record_Component_Available): New subprogram that
15039         provides the functionality of RTE_Available to record components.
15040         (RTU_Entity): The function Entity has been renamed to RTU_Entity
15041         to avoid undesired overloading.
15042         (Entity): New subprogram that returns the entity for the referened
15043         unit. If this unit has not been loaded, it returns Empty.
15044         (RE_Activation_Chain_Access, RE_Move_Activation_Chain): New entities.
15045         Remove no longer used entities.
15046         (RE_Finalizable_Ptr_Ptr, RE_Move_Final_List): New entities.
15047         (RE_Type_Specific_Data): New entity.
15048         (RE_Move_Any_Value): New entity.
15049         (RE_TA_A, RE_Get_Any_Type): New entities.
15050         (RE_Access_Level, RE_Dispatch_Table, E_Default_Prim_Op_Count,
15051          RE_Prims_Ptr, RE_RC_Offset, RE_Remotely_Callable,
15052          RE_DT_Typeinfo_Ptr_Size, RE_Cstring_Ptr, RE_DT_Expanded_Name): Added.
15053         (Entity): New subprogram that returns the entity for the referened
15054         unit. If this unit has not been loaded, it returns Empty.
15055         (RTE): Addition of a new formal that extends the search to the scopes
15056         of the record types found in the chain of the package.
15057
15058         * sem_ch6.ads, sem_ch6.adb (Check_Overriding_Indicator): Print
15059         "abstract subprograms must be visible" message, whether or not the type
15060         is an interface; that is, remove the special case for interface types.
15061         (Analyze_Function_Return): Remove error message "return of task objects
15062         is not yet implemented" because this is now implemented.
15063         (Create_Extra_Formals): Add the extra master and activation chain
15064         formals in case the result type has tasks.
15065         Remove error message "return of limited controlled objects is not yet
15066         implemented".
15067         (Create_Extra_Formals): Add the extra caller's finalization list formal
15068         in case the result type has controlled parts.
15069         (Process_Formals): In case of access formal types there is no need
15070         to continue with the analysis of the formals if we already notified
15071         errors.
15072         (Check_Overriding_Indicator): Add code to check overriding of predefined
15073         operators.
15074         (Create_Extra_Formals): Prevent creation of useless Extra_Constrained
15075         flags for formals that do not require them,.
15076         (Enter_Overloaded_Entity): Do not give -gnatwh warning message unless
15077         hidden entity is use visible or directly visible.
15078         (Analyze_Abstract_Subprogram_Declaration,Analyze_Subprogram_Body,
15079         Analyze_Subprogram_Declaration,Analyze_Subprogram_Specification,
15080         Check_Conventions,Check_Delayed_Subprogram,Make_Inequality_Operator,
15081         New_Overloaded_Entity): Split Is_Abstract flag into
15082         Is_Abstract_Subprogram and Is_Abstract_Type.
15083
15084         * s-finimp.ads, s-finimp.adb (Move_Final_List): New procedure to move
15085         a return statement's finalization list to the caller's list, used for
15086         build-in-place functions with result type with controlled parts.
15087         Remove no longer used entities.
15088
15089         * s-taskin.ads (Activation_Chain): Remove pragma Volatile. It is no
15090         longer needed, because the full type is now limited, and therefore a
15091         pass-by-reference type.
15092         (Foreign_Task_Level): New constant.
15093
15094         * s-tassta.ads, s-tassta.adb (Move_Activation_Chain): New procedure to
15095         move tasks from the activation chain belonging to a return statement to
15096         the one passed in by the caller, and update the master to the one
15097         passed in by the caller.
15098         (Vulnerable_Complete_Master, Check_Unactivated_Tasks): Check the master
15099         of unactivated tasks, so we don't kill the ones that are being returned
15100         by a build-in-place function.
15101         (Create_Task): Ignore AI-280 for foreign threads.
15102
15103 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15104             Robert Dewar  <dewar@adacore.com>
15105             Bob Duff  <duff@adacore.com>
15106             Gary Dismukes  <dismukes@adacore.com>
15107
15108         * errout.adb (Unwind_Internal_Type): Use predicate
15109         Is_Access__Protected_Subprogram_Type.
15110
15111         * freeze.adb (Size_Known): Use First/Next_Component_Or_Discriminant
15112         (Freeze_Entity, packed array case): Do not override explicitly set
15113         alignment and size clauses.
15114         (Freeze_Entity):  An entity declared in an outer scope can be frozen if
15115         the enclosing subprogram is a child unit body that acts as a spec.
15116         (Freeze_Entity): Use new predicate Is_Access_Protected_Subprogram_Type.
15117         (Freeze_Record_Type): New Ada 2005 processing for reverse bit order
15118         Remove all code for DSP option
15119
15120         * layout.adb (Layout_Record_Type): Use First/
15121         Next_Component_Or_Discriminant
15122         (Layout_Type): Use new predicate Is_Access_Protected_Subprogram_Type,
15123         to handle properly the anonymous access case.
15124
15125         * sem_attr.adb (Build_Access_Object_Type): Use E_Access_Attribute_Type
15126         for all access attributes, because overload resolution should work the
15127         same for 'Access, 'Unchecked_Access, and 'Unrestricted_Access. This
15128         causes the error message for the ambiguous "X'Access = Y'Access" and
15129         "X'Unrestricted_Access = Y'Access" and so forth to match.
15130         (Resolve_Attribute, case 'Access): Remove use of Original_Access_Type,
15131         now that anonymous access to protected operations have their own kind.
15132         (Resolve_Attribute): In case of dispatching call check the violation of
15133         restriction No_Dispatching_Calls.
15134         (Check_Array_Type): Check new -gnatyA array index style option
15135
15136         * sem_ch3.ads, sem_ch3.adb (Derived_Type_Declaration): Reject an
15137         attempt to derive from a synchronized tagged type.
15138         (Analyze_Type_Declaration): If there is a incomplete tagged view of the
15139         type, inherit the class-wide type already created, because it may
15140         already have been used in a self-referential anonymous access component.
15141         (Mentions_T): Recognize self-referential anonymous access components
15142         that use (a subtype of) the class-wide type of the enclosing type.
15143         (Build_Derived_Record_Type): Add earlier setting of Is_Tagged_Type. Pass
15144         Derived_Type for Prev formal on call to
15145         Check_Anonymous_Access_Components rather than Empty.
15146         (Make_Incomplete_Type_Declaration): Add test for case where the type has
15147         a record extension in deciding whether to create a class-wide type,
15148         rather than just checking Tagged_Present.
15149         (Replace_Anonymous_Access_To_Protected_Subprogram): Procedure applies
15150         to stand-alone object declarations as well as component declarations.
15151         (Array_Type_Declaration): Initialize Packed_Array_Type to Empty, to
15152         prevent accidental overwriting when enclosing package appears in
15153         a limited_with_clause.
15154         (Array_Type_Declaration): If the component type is an anonymous access,
15155         the associated_node for the itype is the type declaration itself.
15156         (Add_Interface_Tag_Components): Modified to support concurrent
15157         types with abstract interfaces.
15158         (Check_Abstract_Interfaces): New subprogram that verifies the ARM
15159         rules 3.9.4 (15/2), 9.1 (9.d/2) and 9.4 (11.d/2).
15160         (Build_Derived_Record_Type): Add call to Analyze_Interface_Declaration
15161         to complete the decoration of synchronized interface types. Add also
15162         a call to Check_Abstract_Interfaces to verify the ARM rules.
15163         (Derive_Interface_Subprograms): Modified to support concurrent types
15164         with abstract interfaces.
15165         (Analyze_Subtype_Indication): Resolve the range with the given subtype
15166         mark, rather than delaying the full resolution depending on context.
15167         (Analyze_Component_Declaration,Analyze_Interface_Declaration,
15168         Analyze_Object_Declaration,Analyze_Subtype_Declaration,
15169         Array_Type_Declaration,Build_Derived_Record_Type,
15170         Build_Discriminated_Subtype,Check_Abstract_Overriding,Check_Completion,
15171         Derive_Interface_Subprograms,Derive_Subprogram,Make_Class_Wide_Type,
15172         Process_Full_View,Record_Type_Declaration): Split Is_Abstract flag into
15173         Is_Abstract_Subprogram and Is_Abstract_Type. Make sure these are
15174         called only when appropriate.
15175         (Copy_And_Swap): Copy Has_Unreferenced_Objects flag from full type
15176         to private type.
15177         (Analyze_Subtype_Declaration): For an access subtype declaration, create
15178         an itype reference for the anonymous designated subtype, to prevent
15179         scope anonmalies in gigi.
15180         (Build_Itype_Reference): New utility, to simplify construction of such
15181         references.
15182
15183 2007-04-06  Vincent Celier  <celier@adacore.com>
15184
15185         * errutil.adb (Initialize): Initialize warnings table, if all warnings
15186         are suppressed, supply an initial dummy entry covering all possible
15187         source locations.
15188
15189         * make.adb (Scan_Make_Arg): Reject options that should start with "--"
15190         and start with only one, such as "-RTS=none".
15191         (Collect_Arguments): Do not check for sources outside of projects.
15192         Do not collect arguments if project is externally built.
15193         (Compile_Sources): Do nothing, not even check if the source is up to
15194         date, if its project is externally built.
15195         (Compile): When compiling a predefined source, add -gnatpg
15196         as the second switch, after -c.
15197         (Compile_Sources): Allow compilation of Annex J renames without -a
15198         (Is_In_Object_Directory): Check if the ALI file is in the object
15199         even if there is no project extension.
15200         (Create_Binder_Mapping_File): Only put a unit in the mapping file for
15201         gnatbind if the ALI file effectively exists.
15202         (Initialize): Add the directory where gnatmake is invoked in front of
15203         the path if it is invoked from a bin directory, even without directory
15204         information, so that the correct GNAT tools will be used when spawned
15205         without directory information.
15206
15207         * makeusg.adb: Change switch -S to -eS
15208         Add lines for new switches -we, -wn and -ws
15209         Add line for new switch -p
15210
15211         * prj-proc.adb (Process): Set Success to False when Warning_Mode is
15212         Treat_As_Error and there are warnings.
15213
15214         * switch-m.ads, switch-m.adb (Normalize_Compiler_Switches): Do not skip
15215         -gnatww Change gnatmake switch -S to -eS
15216         (Scan_Make_Switches): Code reorganisation. Process separately multi
15217         character switches and single character switches.
15218         (Scan_Make_Switches): New Boolean out parameter Success. Set Success to
15219         False when switch is not recognized by gnatmake.
15220         (Scan_Make_Switches): Set Setup_Projects True when -p or
15221         --create-missing-dirs is specified.
15222
15223         * fname.adb (Is_Predefined_File_Name): Return True for annex J
15224         renamings Calendar, Machine_Code, Unchecked_Conversion and
15225         Unchecked_Deallocation only when Renamings_Included is True.
15226
15227         * par.adb: Allow library units Calendar, Machine_Code,
15228         Unchecked_Conversion and Unchecked_Deallocation to be recompiled even
15229         when -gnatg is not specified.
15230         (P_Interface_Type_Definition): Remove the formal Is_Synchronized because
15231         there is no need to generate always a record_definition_node in case
15232         of synchronized interface types.
15233         (SIS_Entry_Active): Initialize global variable to False
15234         (P_Null_Exclusion): For AI-447: Add parameter Allow_Anonymous_In_95 to
15235         indicate cases where AI-447 says "not null" is legal.
15236
15237         * makeutl.ads, makeutil.adb (Executable_Prefix_Path): New function
15238
15239         * makegpr.adb (Check_Compilation_Needed): Take into account dependency
15240         files with with several lines starting with the object fileb name.
15241         (Scan_Arg): Set Setup_Projects True when -p or --create-missing-dirs
15242         is specified.
15243         (Initialize): Add the directory where gprmake is invoked in front of the
15244         path, if it is invoked from a bin directory or with directory
15245         information, so that the correct GNAT tools will be used when invoked
15246         directly.
15247         (Check_Compilation_Needed): Process correctly backslashes on Windows.
15248
15249         * vms_data.ads: Update switches/qualifiers
15250
15251 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15252             Thomas Quinot  <quinot@adacore.com>
15253
15254         * exp_aggr.adb:
15255         If the array component is a discriminated record, the array aggregate
15256         is non-static even if the component is given by an aggregate with
15257         static components.
15258         (Expand_Record_Aggregate): Use First/Next_Component_Or_Discriminant
15259         (Convert_Aggr_In_Allocator): If the allocator is for an access
15260         discriminant and the type is controlled. do not place on a finalization
15261         list at this point. The proper list will be determined from the
15262         enclosing object.
15263         (Build_Record_Aggr_Code): If aggregate has box-initialized components,
15264         initialize record controller if needed, before the components, to ensure
15265         that they are properly finalized.
15266         (Build_Record_Aggr_Code): For the case of an array component that has a
15267         corresponding array aggregate in the record aggregate, perform sliding
15268         if required.
15269
15270 2007-04-06  Javier Miranda  <miranda@adacore.com>
15271             Gary Dismukes  <dismukes@adacore.com>
15272             Ed Schonberg  <schonberg@adacore.com>
15273
15274         * exp_ch13.adb (Expand_External_Tag_Definition): Replace call to the
15275         run-time subprogram Set_External_Tag by call to Build_Set_External_Tag.
15276
15277         * exp_ch4.adb (Expand_Allocator_Expression): Don't perform a run-time
15278         accessibility on class-wide allocators if the allocator occurs at the
15279         same scope level as the allocator's type. The check is guaranteed to
15280         succeed in that case, even when the expression originates from a
15281         parameter of the containing subprogram.
15282         (Expand_N_Op_Eq): Do nothing in case of dispatching call if compiling
15283         under No_Dispatching_Calls restriction. During the semantic analysis
15284         we already notified such violation.
15285         (Tagged_Membership): Constant folding. There is no need to check
15286         the tag at run-time if the type of the right operand is non
15287         class-wide abstract.
15288         Replace call to Is_Ancestor by call to Is_Parent
15289         to support concurrent types with interface types.
15290         (Expand_N_Allocator): Add an assertion associated with the generation
15291         of the master_id.
15292         (Expand_N_Slice): Do not enable range check to nodes associated
15293         with the frontend expansion of the dispatch table.
15294         (Is_Local_Access_Discriminant): Subsidiary function to
15295         Expand_N_Allocator.
15296         (Tagged_Membership): Replace generation of call to the run-time
15297         subprogram CW_Membership by call to Build_CW_Membership.
15298         (Expand_Allocator_Expression): Replace generation of call to the
15299         run-time subprogram Get_Access_Level by call to Build_Get_Access_Level.
15300
15301         * exp_disp.ads, exp_disp.adb (Make_DT): Code reorganization to
15302         initialize most the TSD components by means of an aggregate.
15303         Modify the declaration of the object containing the TSD
15304         because we now expand code that has a higher level of abstraction.
15305         The TSD has a discriminant containing the Inheritance Depth Level,
15306         value that is used in the membership test but also to fix the size
15307         of the table of ancestors.
15308         (Expand_Interface_Conversion): Insert function body at the closest place
15309         to the conversion expression, to prevent access-before-elaboration
15310         errors in the backend.
15311         Code improved to reduce the size of the dispatch table if
15312         compiling under restriction No_Dispatching_Calls plus code cleanup.
15313         Code reorganization plus removal of calls to Set_Num_Prim_Ops
15314         (Make_Secondary_DT): Remove call to Set_Num_Prim_Ops.
15315         (Expand_Dispatching_Call): Minor code reorganization plus addition of
15316         code to return immediately if compiling under No_Dispatching_Calls
15317         restriction.
15318         (Set_All_DT_Position): Remove code associated with the old CPP pragmas.
15319         CPP_Virtual and CPP_Vtable are no longer supported.
15320         (Expand_Interface_Conversion): Add missing support for interface type
15321         derivations.
15322         (Expand_Interface_Actuals): Replace calls to Is_Ancestor by calls to
15323         Is_Parent to support concurrent types with interfaces.
15324         (Init_Predefined_Interface_Primitives): Removed.
15325         (Make_Secondary_DT): Modified to support concurrent record types.
15326         (Set_All_DT_Position): Modified to support concurrent record types.
15327         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entries associated
15328         with Get_External_Tag, Inherit_TSD, Set_External_Tag.
15329         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entry associated
15330         with CW_Membership.
15331         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entries associated
15332         with Get_Access_Level, Get_Predefined_Prim_Op_Address,
15333         Get_Prim_Op_Address Get_RC_Offset, Get_Remotely_Callable, Inherit_DT,
15334         Set_Access_Level, Set_Expanded_Name, Set_Predefined_Prim_Op_Address,
15335         Set_Prim_Op_Address, Set_RC_Offset, Set_Remotely_Callable, Set_TSD.
15336         (Expand_Dispatching_Call): Replace generation of call to the run-time
15337         subprograms Get_Predefined_Prim_Op_Address and Get_Prim_Op_Address by
15338         calls to Build_Get_Predefined_Prim_Op_Address, and Build_Get_Prim_Op_
15339         Address.
15340         (Fill_DT_Entry, Fill_Secondary_DT_Entry): Replace generation of call to
15341         the run-time subprograms Set_Predefined_Prim_Op_Address and Set_Prim_
15342         Op_Address by calls to Build_Set_Predefined_Prim_Op_Address, and
15343         Build_Set_Prim_Op_Address.
15344         (Get_Remotely_Callable): Subprogram removed.
15345         (Init_Predefined_Interface_Primitives): Replace generation of call to
15346         the run-time subprograms Inherit_DT by call to Build_Inherit_Predefined_
15347         Prims.
15348
15349         * sem_elab.adb (Set_Elaboration_Constraint): Replace the call to
15350         First (Parameter_Associations ()) with the call to First_Actual that
15351         returns an actual parameter expression for both named and positional
15352         associations.
15353
15354         * sem_disp.adb (Check_Dispatching_Call): In case of dispatching call
15355         check violation of restriction No_Dispatching_Calls.
15356         (Check_Controlling_Type): A formal of a tagged incomplete type is a
15357         controlling argument.
15358
15359         * exp_util.ads, exp_util.adb (Type_May_Have_Bit_Aligned_Components): Use
15360         First/Next_Component_Or_Discriminant
15361         (Insert_Actions): Add entries for new N_Push and N_Pop nodes
15362         (Find_Implemented_Interface): Removed. All the calls to this subprogram
15363         specify Any_Limited_Interface, and this functionality is already
15364         provided by the function Has_Abstract_Interfaces.
15365         (Find_Interface, Find_Interface_Tag, Find_Interface_ADT): Modified to
15366         support concurrent types implementing interfaces.
15367         (Find_Implemented_Interface): Removed. All the calls to this subprogram
15368         specify kind Any_Limited_Interface, and this functionality is already
15369         provided by the function Has_Abstract_Interfaces.
15370         (Remove_Side_Effects): replace Controlled_Type by
15371         CW_Or_Controlled_Type whenever the issue is related to
15372         using or not the secondary stack.
15373
15374         * par-ch12.adb (P_Formal_Type_Definition): Update calls to
15375         P_Interface_Type_Definition to fulfill the new interface (the formal
15376         Is_Synchronized is no longer required).
15377
15378         * Make-lang.in (GNAT_ADA_OBJS): Addition of exp_atag.o
15379         Update dependencies.
15380
15381         * exp_atag.ads, exp_atag.adb: New file
15382
15383 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15384             Bob Duff  <duff@adacore.com>
15385             Cyrille Comar  <comar@adacore.com>
15386
15387         * exp_ch7.ads, exp_ch7.adb (Find_Final_List): If the access type is
15388         anonymous, use finalization list of enclosing dynamic scope.
15389         (Expand_N_Package_Declaration): For a library package declaration
15390         without a corresponding body, generate RACW subprogram bodies in the
15391         spec (just as we do for the task activation call).
15392         (Convert_View): Split Is_Abstract flag into Is_Abstract_Subprogram and
15393         Is_Abstract_Type. Make sure these are called only when appropriate.
15394         Remove all code for DSP option
15395         (CW_Or_Controlled_Type): new subprogram.
15396
15397 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
15398             Ed Schonberg  <schonberg@adacore.com>
15399             Gary Dismukes  <dismukes@adacore.com>
15400
15401         * exp_ch9.ads, exp_ch9.adb (Family_Offset): Add new 'Cap' boolean
15402         parameter. If it is set to true, return a result capped according to
15403         the global upper bound for the index of an entry family.
15404         (Family_Size): Add new 'Cap' boolean parameter. Pass it to Family_Offset
15405         (Build_Find_Body_Index): Adjust for above change.
15406         (Entry_Index_Expression): Likewise.
15407         (Is_Potentially_Large_Family): New function extracted from...
15408         (Collect_Entry_Families): ...here. Call it to detect whether the family
15409         is potentially large.
15410         (Build_Entry_Count_Expression): If the family is potentially large, call
15411         Family_Size with 'Cap' set to true.
15412         (Expand_N_Protected_Type_Declaration, Expand_N_Protected_Body): Generate
15413         a protected version of an operation declared in the private part of
15414         a protected object, because they may be invoked through a callback.
15415         (Set_Privals): If the type of a private component is an anonymous access
15416         type, do not create a new itype for each protected body.
15417         If the body of a protected operation creates
15418         controlled types (including allocators for class-widetypes), the
15419         body of the corresponding protected subprogram must include a
15420         finalization list.
15421         (Build_Activation_Chain_Entity): Build the chain entity for extended
15422         return statements.
15423         (Type_Conformant_Parameters): Use common predicate Conforming_Types
15424         to determine whether operation overrides an inherited primitive.
15425         (Build_Wrapper_Spec): Add code to examine the parents while looking
15426         for a possible overriding candidate.
15427         (Build_Simple_Entry_Call): Set No_Initialization on the object used to
15428         hold an actual parameter value since its initialization is separated
15429         from the the declaration. Prevents errors on null-excluding access
15430         formals.
15431
15432 2007-04-06  Thomas Quinot  <quinot@adacore.com>
15433             Pablo Oliveira  <oliveira@adacore.com>
15434
15435         * exp_dist.ads, exp_dist.adb (Build_To_Any_Call, Build_From_Any_Call):
15436         Do an Unchecked_Conversion to handle the passage from the Underlying
15437         Type to the Base Type when calling Build_To_Any_Call and
15438         Build_From_Any_Call.
15439         (Build_Actual_Object_Declaration): Set Object's Ekind to E_Variable or
15440         E_Constant, depending upon Variable formal.
15441         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
15442         PolyORB_Support.Build_Subprogram_Receiving_Stubs): For a formal
15443         parameter that requires an extra constrained parameter, declare
15444         temporary for actual as a variable, not a constant.
15445         (Add_RACW_Primitive_Declarations_And_Bodies): Generate bodies only when
15446         the unit being compiled is the one that contains the stub type.
15447         Change primitive operation name for the RACW associated with a RAS
15448         from Call to _Call so it cannot clash with any legal identifier.
15449         (PolyORB_Support.Add_RACW_Write_Attribute): Remove unused constant
15450         Is_RAS.
15451         (Append_RACW_Bodies): New subprogram.
15452         (Expand_Receiving_Stubs_Bodies): Pass a 'Stmts' list to
15453         Add_Receiving_Stubs_To_Declarations functions.
15454         When expanding a package body, this list correspond to the
15455         statements in the HSS at the end of the pacakge.
15456         When expanding a package spec, this list correspond to the
15457         spec declarations.
15458         (Add_Receiving_Stubs_To_Declarations): Append the function
15459         registering the receiving stubs at the end of the 'Stmts' list.
15460         (RCI_Package_Locator): Pass the new Version generic formal when
15461         instantiating a RCI_Locator package.
15462         (Build_From_Any_Function): To compute the High bound for an
15463         unconstrained array actual, we add the Low bound with the length.
15464         Thus we must convert the low bound and the length to an appropriate
15465         type before doing the sum.
15466         (Build_Subprogram_Receiving_Stubs, PolyORB):
15467          * Retrieve the extra formals parameters at the
15468            end of the parameter stream.
15469          * Use Move_Any_Value to write back out parameters
15470            after executing the request as it is more efficient
15471            than Copy_Any_Value.
15472          * Build the any containing Extra Formals with the
15473            appropriate typecode.
15474         (PolyORB_Support.Helpers.Append_Record_Traversal): Nothing to do for an
15475         empty Component_List.
15476         (Build_Actual_Object_Declaration): New subprogram. Build and insert into
15477         the tree the declaration for an object that serves as actual parameter
15478         in server-side stubs.
15479         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
15480         PolyORB_Support.Build_Subprogram_Receiving_Stubs):
15481         Use Build_Actual_Object_Declaration to prepare the actuals.
15482         (Add_Parameter_To_NVList): Set the parameter mode to In for
15483         Extra Constrained Parameters.
15484         (Build_General_Calling_Stubs): Set the parameter type to boolean for
15485         Extra Constrained parameters.
15486         (Build_To_Any_Function, Build_From_Any_Function,
15487         Built_TypeCode_Function): When Typ is implicit, call the correct
15488         function with the first not implicit parent type.
15489         (TC_Rec_Add_Process_Element, FA_Rec_Add_Process_Element,
15490         (FA_Ary_Add_Process_Element): When Datum is an Any, we cannot infer the
15491         typecode from the Etype. Therefore we retrieve the correct typecode
15492         with a call to Get_Any_Type.
15493         (Copy_Specification): Do controlling formal type substitution based on
15494         Is_Controlling_Formal flag, instead of caller-provided object type.
15495         (Build_Subprogram_Calling_Stubs): When retrieveing the original spec for
15496         a RACW primitive operation, we might get a subprogram declaration for an
15497         ancestor of the RACW designated type (not for the designated type
15498         itself), in the case where this operation is inherited. In this case we
15499         have no easy means of determining the original tagged type for which
15500         the primitive was declared, so instead we now rely on
15501         Copy_Specification to use the Is_Controlling_Formal flag to determine
15502         which formals require type substitution.
15503
15504 2007-04-06  Robert Dewar  <dewar@adacore.com>
15505             Ed Schonberg  <schonberg@adacore.com>
15506
15507         * exp_intr.adb (Expand_Exception_Call): Calls to subprograms in
15508         GNAT.Current_Exception are not allowed if pragma Restrictions
15509         (No_Exception_Propagation) is set and in any case make the associated
15510         handler unsuitable as a target for a local raise statement.
15511         (Expand_Dispatching_Constructor_Call): Replace generation of call to the
15512         run-time subprogram CW_Membership by call to Build_CW_Membership.
15513         (Expand_Dispatching_Constructor_Call): If the dispatching tag is given
15514         by a function call, a temporary must be created before expanding the
15515         Constructor_Call itself, to prevent out-of-order elaboration in the
15516         back-end when stack checking is enabled..
15517
15518 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15519
15520         * exp_pakd.adb (Expand_Packed_Boolean_Operator): The bounds of the
15521         result are the bounds of the left operand, not the right.
15522
15523 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15524
15525         * exp_strm.adb
15526         (Build_Mutable_Record_Write_Procedure): For an Unchecked_Union type, use
15527          discriminant defaults.
15528         (Build_Record_Or_Elementary_Output_Procedure): Ditto.
15529         (Make_Component_List_Attributes): Ditto.
15530
15531 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15532             Bob Duff  <duff@adacore.com>
15533
15534         * sem_aggr.adb (Resolve_Record_Aggregate): In semantics-only mode treat
15535         an association with a box as providing a value even though the
15536         initialization procedure for the type is not available.
15537         (Resolve_Record_Aggregate): Check that a choice of an association with a
15538         box corresponds to a component of the type.
15539         (Resolve_Record_Aggregate): Split Is_Abstract flag into
15540         Is_Abstract_Subprogram and Is_Abstract_Type.
15541
15542         * exp_tss.adb (Base_Init_Proc): Use Is_Type instead of Type_Kind for
15543         assert.
15544
15545         * inline.adb (Add_Inlined_Body): Split Is_Abstract flag into
15546         Is_Abstract_Subprogram and Is_Abstract_Type. Make sure these are
15547         called only when appropriate.
15548
15549 2007-04-06  Olivier Hainque  <hainque@adacore.com>
15550
15551         * g-alleve.ads (Low Level Vector type definitions): Map each to the
15552         associated vector view instead of all to the unsigned char view.
15553
15554         * g-altcon.adb (Generic_Conversions): New internal generic package,
15555         offering facilities for all the Vector/View conversion routines
15556         implemented by this unit.
15557         (To_View/To_Vector - all versions): Reimplemented in a systematic
15558         manner, using the internal Generic_Conversions facilities.
15559
15560 2007-04-06  Pascal Obry  <obry@adacore.com>
15561
15562         * g-arrspl.adb (Free) [Element_Access]: New routine to free the source
15563         string.
15564         (Create): Free the source string before storing the new one.
15565
15566 2007-04-06  Vincent Celier  <celier@adacore.com>
15567
15568         * g-debpoo.adb (Validity): New package with a complete new
15569         implementation of subprograms Is_Valid and Set_Valid.
15570         (Is_Valid): Move to local package Validity
15571         (Set_Valid): Move to local package Validity
15572
15573 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
15574             Pablo Oliveira  <oliveira@adacore.com>
15575
15576         * g-expect.adb (Get_Command_Output): When expanding the output buffer
15577         we must ensure that there is enough place for the new data we are going
15578         to copy in.
15579
15580 2007-04-06  Thomas Quinot  <quinot@adacore.com>
15581
15582         * g-md5.ads, g-md5.adb (Digest): Fix off-by-one error in padding
15583         computation.
15584
15585 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
15586             Vincent Celier  <celier@adacore.com>
15587
15588         * gnatcmd.adb (B_Start): Add prefix of binder generated file.
15589         (Stack_String): Add this String that contains the name of the Stack
15590         package in the project file.
15591         (Packages_To_Check_By_Stack): Add this list that contains the packages
15592         to be checked by gnatstack, which are the naming and the stack packages.
15593         (Check_Files): If no .ci files were specified for gnatstack we add all
15594         the .ci files belonging to the projects, including binder generated
15595         files.
15596         (Non_VMS_Usage): Document that gnatstack accept project file switches.
15597         (GNATCmd): Update the B_Start variable if we are in a VMS environment.
15598         Add gnatstack to the list of commands that use project file related
15599         switches, and get the single attribute Switches from the stack package
15600         in a project file when calling gnatstack. Parse the -U flag for
15601         processing files belonging to all projects in the project tree.
15602         Remove all processing for command Setup
15603
15604         * prj-attr.adb: Add new package Stack with single attribute Switches
15605
15606         * vms_conv.ads (Command_Type): Add command Stack.
15607         Move to body declarations that are only used in the body: types Item_Id,
15608         Translation_Type, Item_Ptr, Item and its subtypes.
15609
15610         * vms_conv.adb: (Initialize): Add data for new command Stack.
15611         Add declarations moved from the spec: types Item_Id, Translation_Type,
15612         Item_Ptr, Item and its subtypes.
15613         (Cargs_Buffer): New table
15614         (Cargs): New Boolean global variable
15615         (Process_Buffer): New procedure to create arguments
15616         (Place): Put character in table Buffer or Cargs_Buffer depending on the
15617          value of Cargs.
15618         (Process_Argument): Set Cargs when processing qualifiers for GNAT
15619         COMPILE
15620         (VMS_Conversion): Call Process_Buffer for table Buffer and, if it is not
15621         empty, for table Cargs_Buffer.
15622         (Initialize): Remove component Setup in Command_List
15623
15624 2007-04-06  Vincent Celier  <celier@adacore.com>
15625
15626         * gprep.adb (Process_Files.Process_One_File): Use full file name when
15627         issuing pragma Source_Reference.
15628
15629 2007-04-06  Emmanuel Briot  <briot@adacore.com>
15630
15631         * g-regpat.adb (Parse_Posix_Character_Class): Fix handling of
15632         [[:xdigit:]] character class.
15633         Also raise an exception when an invalid character class is used.
15634
15635 2007-04-06  Pascal Obry  <obry@adacore.com>
15636
15637         * i-cstrea.ads: (fopen): Add encoding parameter.
15638         (freopen): Idem.
15639         Change reference from a-sysdep.c to sysdep.c in comment.
15640         Update copyright notice.
15641         This set of patch add support for the encoding form parameter.
15642
15643         * mingw32.h (S2WSU): New macro to convert from a string to a
15644         wide-string using the UTF-8 encoding. The S2WS macro supports now only
15645         standard 8bits encoding.
15646         (WS2SU): As above but converting from wide-sring to string.
15647         This is needed as it is necessary to have access to both versions in the
15648         runtime for the form parameter encoding support.
15649         This set of patch add support for the encoding form parameter.
15650         (S2WS): Improve implementation to handle cases where the filename is not
15651         UTF-8 encoded. In this case we default to using the current code page
15652         for the conversion.
15653
15654         * s-crtl-vms64.ads, s-crtl.ads (Filename_Encoding): New enumeration
15655         type (UTF8, ASCII_8bits). This enumeration has a rep clause to match
15656         the constants defined in adaint.h.
15657         (fopen): Add encoding parameter.
15658         (freopen): Idem.
15659
15660         * s-ficobl.ads (AFCB): Add Encoding field to record the filename
15661         encoding. This is needed for the Reset routine (freopen low level-call).
15662
15663         * s-fileio.adb (Open): Decode encoding form parameter and set the
15664         corresponding encoding value into AFCB structure.
15665         (Reset): Pass the encoding value to freopen.
15666         (Close): Move the call to Lock_Task to the beginning of the procedure.
15667
15668 2007-04-06  Geert Bosch  <bosch@adacore.com>
15669             Robert Dewar  <dewar@adacore.com>
15670
15671         * i-fortra.ads: Add Double_Complex type.
15672
15673         * impunit.adb: (Is_Known_Unit): New function
15674         Add Gnat.Byte_Swapping
15675         Add GNAT.SHA1
15676         Add new Ada 2005 units
15677         Ada.Numerics.Generic_Complex_Arrays, Ada.Numerics.Generic_Real_Arrays,
15678         Ada.Numerics.Complex_Arrays, Ada.Numerics.Real_Arrays,
15679         Ada.Numerics.Long_Complex_Arrays, Ada.Numerics.Long_Long_Complex_Arrays,
15680         Ada.Numerics.Long_Long_Real_Arrays and Ada.Numerics.Long_Real_Arrays
15681
15682         * impunit.ads (Is_Known_Unit): New function
15683
15684         * a-ngcoar.adb, a-ngcoar.ads, a-ngrear.adb,
15685         a-ngrear.ads, a-nlcoar.ads, a-nllcar.ads, a-nllrar.ads, a-nlrear.ads,
15686         a-nucoar.ads, a-nurear.ads, g-bytswa.adb, g-bytswa-x86.adb,
15687         g-bytswa.ads, g-sha1.adb, g-sha1.ads, i-forbla.ads, i-forlap.ads,
15688         s-gearop.adb, s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb,
15689         s-gecola.ads, s-gerebl.adb, s-gerebl.ads, s-gerela.adb, s-gerela.ads:
15690         New files.
15691
15692         * Makefile.rtl: Add g-bytswa, g-sha1, a-fzteio and a-izteio
15693
15694         * a-fzteio.ads, a-izteio.ads: New Ada 2005 run-time units.
15695
15696 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
15697             Arnaud Charlet  <charlet@adacore.com>
15698
15699         * init.c: Reuse PA/HP-UX code for IA-64/HP-UX, except
15700         __gnat_adjust_context_for_raise.
15701         (__gnat_init_float): on x86 vxworks 5.x and 6.x, we use the same
15702         implementation of floating point operations as native x86 targets.
15703         So the FPU should be initialized in the same way using finit. Fix
15704         floating point operations accuracy issues.
15705         (__gnat_install_handler, case FreeBSD): Use proper type for sa_sigaction
15706         member in struct sigaction, so as to avoid warning for incompatible
15707         pointer types.
15708
15709 2007-04-06 Serguei Rybin  <rybin@adacore.com>
15710
15711         * lib.ads, lib.adb (Tree_Read): Release the memory occupied by the
15712         switches from previously loaded tree
15713
15714 2007-04-06  Thomas Quinot  <quinot@adacore.com>
15715
15716         * lib-writ.adb (Write_With_Lines): Factor duplicated code between the
15717         cases where a given dependency has a body or not.
15718         (Write_With_File_Names): New subprogram, common code for the two cases
15719         above.
15720
15721 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15722             Javier Miranda  <miranda@adacore.com>
15723
15724         * lib-xref.ads, lib-xref.adb: 
15725         Modify the loop that collects type references, to include interface
15726         types that the type implements. List each of these interfaces when
15727         building the entry for the type.
15728         (Generate_Definition): Initialize component Def and Typ of new entry
15729         in table Xrefs, to avoid to have these components unitialized.
15730         (Output_References): Split Is_Abstract flag into
15731         Is_Abstract_Subprogram and Is_Abstract_Type.
15732         (Generate_Reference): Add barrier to do not generate the warning
15733         associated with Ada 2005 entities with entities generated by the
15734         expander.
15735
15736 2007-04-06  Robert Dewar  <dewar@adacore.com>
15737             Arnaud Charlet  <charlet@adacore.com>
15738             Vincent Celier  <celier@adacore.com>
15739
15740         * gnat_rm.texi, gnat_ugn.texi: Add -gnatyl documentation
15741         Update 'Exception Handling Control' chapter which was outdated.
15742         Minor fix to documentation of -gnatwq
15743         Remove section "Adapting the Run Time to a New C++ Compiler" because
15744         it is now obsolete.
15745         Add passage on need of -nostart-files in some non-ada-main cases.
15746         Document new switch -eS (/STANDARD_OUTPUT_FOR_COMMANDS) for gnatmake
15747         Update documentation about Interfacing with C++
15748         Add documentation for new gnatmake switch -p
15749         Add missing protocol part in URLs.
15750         Document -gnatyA
15751         Document pragma Compile_Time_Error
15752         Add documentation for Object_Size indicating that stand alone
15753         objects can have a larger size in some cases.
15754         Add node for GNAT.Byte_Swapping, GNAT.SHA1
15755         Update reference to the Ravenscar profile.
15756         Document pragma Unreferenced_Objects
15757
15758         * gnat-style.texi: Fix typo
15759
15760 2007-04-06  Vincent Celier  <celier@adacore.com>
15761
15762         * mlib.adb (Building_Library): Only output "building a library..." in
15763         verbose mode
15764
15765         * mlib-prj.adb (Build_Library): Only output lists of object and ALI
15766         files in verbose mode.
15767
15768         * mlib-utl.adb (Ar): Only output the first object files when not in
15769         verbose mode.
15770         (Gcc): Do not display all the object files if not in verbose mode, only
15771         the first one.
15772
15773 2007-04-06  Robert Dewar  <dewar@adacore.com>
15774
15775         * namet.ads, namet.adb (wn): Improve this debugging routine. Calling
15776         it no longer destroys the contents of Name_Buffer or Name_Len and
15777         non-standard and invalid names are handled better.
15778         (Get_Decoded_Name_String): Improve performance by using
15779         Name_Has_No_Encodings flag in the name table.
15780         (Is_Valid_Name): New function to determine whether a Name_Id is valid.
15781         Used for debugging printouts.
15782
15783 2007-04-06  Robert Dewar  <dewar@adacore.com>
15784             Javier Miranda  <miranda@adacore.com>
15785             Bob Duff  <duff@adacore.com>
15786
15787         * par-ch3.adb: (P_Type_Declaration): Set Type_Token_Location
15788         (P_Interface_Type_Definition): Remove the formal Is_Synchronized because
15789         there is no need to generate always a record_definition_node in case
15790         of synchronized interface types.
15791         (P_Type_Declaration): Update calls to P_Interface_Type_Definition.
15792         (P_Null_Exclusion): For AI-447: Remove warnings about "not null" being
15793         illegal in Ada 95, in cases where it is legal. Change the warnings to
15794         errors in other cases. Don't give the error unless the "not null"
15795         parses properly. Correct the source position at which the error occurs.
15796         (P_Known_Discriminant_Part_Opt): Pass Allow_Anonymous_In_95 => True to
15797         P_Null_Exclusion, to suppress "not null" warnings.
15798         (P_Identifier_Declarations): Code cleanup. Removed unrequired label and
15799         associated goto statements.
15800
15801         * par-endh.adb (Pop_End_Context): Allow more flexibility in placement
15802         of END RECORD
15803
15804         * scans.ads (Type_Token_Location): New flag
15805
15806         * par-ch6.adb (P_Mode): Check specifically for case of IN ACCESS
15807         (P_Formal_Part): Pass Allow_Anonymous_In_95 => True to
15808         P_Null_Exclusion, to suppress "not null" warnings.
15809
15810 2007-04-06  Robert Dewar  <dewar@adacore.com>
15811             Javier Miranda  <miranda@adacore.com>
15812             Bob Duff  <duff@adacore.com>
15813             Vincent Celier  <celier@adacore.com>
15814
15815         * par-prag.adb (Prag): Add dummy entry for pragma Compile_Time_Error
15816         (Extensions_Allowed): No longer sets Ada_Version
15817         Entry for pragma Unreferenced_Objects
15818
15819         * sem_prag.adb (Analyze_Pragma, case Priority): Force with of
15820         system.tasking if pragma priority used in a procedure
15821         (Analyze_Pragma, case Warning): Handle dot warning switches
15822         (Process_Compile_Time_Warning_Or_Error): New procedure
15823         (Analyze_Pragma): Add processing for Compile_Time_Error
15824         Add support for extra arguments External_Name and Link_Name.
15825         Remove code associated with pragmas CPP_Virtual and CPP_Vtable.
15826         (Process_Import_Or_Interface): Add support for the use of pragma Import
15827         with tagged types.
15828         (Extensions_Allowed): No longer affects Ada_Version
15829         (Analyze_Pragma): Split Is_Abstract flag into Is_Abstract_Subprogram and
15830         Is_Abstract_Type. Make sure these are called only when appropriate.
15831         Add processing for pragma Unreferenced_Objects
15832
15833         * snames.h, snames.ads, snames.adb: Add entry for pragma
15834         Compile_Time_Error
15835         Add new standard name Minimum_Binder_Options for new gprmake
15836         Add new standard names for gprmake: Archive_Suffix,
15837         Library_Auto_Init_Supported, Library_Major_Minor_Id_Supported,
15838         Library_Support, Library_Version_Options,
15839         Shared_Library_Minimum_Options,
15840         Shared_Library_Prefix, Shared_Library_Suffix, Symbolic_Link_Supported.
15841         Change Name_Call to Name_uCall so that it cannot clash with a legal
15842         subprogram name.
15843         Add new standard names Mapping_Spec_Suffix and Mapping_Body_Suffix
15844         Append C_Plus_Plus to convention identifiers as synonym for CPP
15845         Add new standard names Stack and Builder_Switches
15846         Add new standard names: Compiler_Minimum_Options, Global_Config_File,
15847         Library_Builder, Local_Config_File, Objects_Path, Objects_Path_File,
15848         Run_Path_Option, Toolchain_Version.
15849         Entry for pragma Unreferenced_Objects
15850
15851         * switch-c.adb (Scan_Front_End_Switches): Store correct -gnateD
15852         switches, without repetition of "eD". Make sure that last character of
15853         -gnatep= switch is not taken as -gnat switch character.
15854         Complete rewrite of circuit for handling saving compilation options
15855         Occasioned by need to support dot switchs for -gnatw, but cleans up
15856         things in general.
15857         -gnatX does not affect Ada_Version
15858         Include -gnatyA in -gnatg style switches
15859
15860         * sem_warn.ads, sem_warn.adb (Output_Unreferenced_Messages): Exclude
15861         warnings on return objects.
15862         (Warn_On_Useless_Assignment): Exclude warnings on return objects
15863         (Set_Dot_Warning_Switch): New procedure
15864         (Check_References): Add missing case of test for
15865         Has_Pragma_Unreferenced_Objects
15866         (Output_Unreferenced_Messages): Implement effect of new pragma
15867         Unreferenced_Objects, remove special casing of limited controlled
15868         variables.
15869
15870 2007-04-06  Vincent Celier  <celier@adacore.com>
15871
15872         * prj-ext.adb (Initialize_Project_Path): New procedure that initialize
15873         the default project path, initially done during elaboration of the
15874         package.
15875         If the prefix returned by Sdefault is null, get the prefix from a call
15876         to Executable_Prefix_Path.
15877         (Project_Path): Call Initialize_Project_Path if Current_Project_Path is
15878         null.
15879
15880         * prj-nmsc.adb (Get_Path_Names_And_Record_Sources): Use the non
15881         canonical directory name to open the directory from which files are
15882         retrieved.
15883         (Record_Other_Sources): Idem.
15884         (Locate_Directory): Add the possibility to create automatically missing
15885         directories when Setup_Projects is True.
15886         Call Locate_Directory so that the directory will be created when
15887         Setup_Projects is True, for object dir, library dir, library ALI dir,
15888         library source copy dir and exec dir.
15889
15890         * prj-pp.adb (Max_Line_Length): Set to 255 for compatibility with older
15891         versions of GNAT.
15892
15893 2007-04-06  Robert Dewar  <dewar@adacore.com>
15894
15895         * sem_ch13.ads, sem_ch13.adb (Adjust_Record_For_Reverse_Bit_Order):
15896         Use First/Next_Component_Or_Discriminant
15897         (Analyze_Record_Representation_Clause):
15898         Use First/Next_Component_Or_Discriminant
15899         (Check_Component_Overlap): Use First/Next_Component_Or_Discriminant
15900         (Analyze_Attribute_Definition_Clause, case Value_Size): Reject
15901         definition if type is unconstrained.
15902         (Adjust_Record_For_Reverse_Bit_Order): New procedure
15903         (Analyze_Attribute_Definition_Clause): Split Is_Abstract flag into
15904         Is_Abstract_Subprogram and Is_Abstract_Type.
15905         (Adjust_Record_For_Reverse_Bit_Order): New procedure
15906
15907         * repinfo.adb (List_Record_Info): Use First/
15908         Next_Component_Or_Discriminant.
15909
15910         * style.ads, styleg-c.adb, styleg-c.ads (Check_Array_Attribute_Index):
15911         New procedure.
15912
15913         * stylesw.ads, stylesw.adb: Recognize new -gnatyA style switch
15914         Include -gnatyA in default switches
15915
15916         * opt.ads: (Warn_On_Non_Local_Exception): New flag
15917         (Warn_On_Reverse_Bit_Order): New flag
15918         (Extensions_Allowed): Update the documentation.
15919         (Warn_On_Questionable_Missing_Parens): Now on by default
15920
15921         * usage.adb: Add documentation of -gnatw.x/X switches
15922         Document new -gnatyA style switch
15923         -gnatq warnings are on by default
15924
15925 2007-04-06  Ed Falis  <falis@adacore.com>
15926
15927         * s-carun8.adb, s-carsi8.adb (Compare_Array_?8): modify so that last
15928         full word is no longer compared twice.
15929
15930 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15931
15932         * sem_ch10.adb (Install_Limited_Context_Clauses.
15933         Expand_Limited_With_Clause): Use a new copy of selector name in the
15934         call to Make_With_Clause. This fixes the tree structure for ASIS
15935         purposes. Nothing is changed in the compiler behaviour.
15936         (Process_Body_Clauses): Handle properly use clauses whose prefix is
15937         a package renaming.
15938         (Install_Limited_With_Clauses): Do not install non-limited view when it
15939         is still incomplete.
15940
15941 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15942             Gary Dismukes  <dismukes@adacore.com>
15943
15944         * sem_ch12.adb (Check_Generic_Actuals): Use first subtype of actual
15945         when capturing size information, instead of base type, which for a
15946         formal array type will be the unconstrained type.
15947         (Analyze_Formal_Object_Declaration): Add check for illegal default
15948         expressions for a formal in object of a limited type.
15949         (Instantiate_Object): Ditto.
15950         (Check_Formal_Package_Instance): Skip entities that are formal objects,
15951         because they were defaulted in the formal package and no check applies
15952         to them.
15953         (Check_Formal_Package_Instance): Extend conformance check to other
15954         discrete types beyond Integer.
15955         (Process_Default): Copy directly the unmatched formal. A generic copy
15956         has already been performed in Analyze_Formal_Package.
15957         (Analyze_Associations): If a formal subprogram has no match, check for
15958         partial parametrization before looking for a default, to prevent
15959         spurious errors.
15960         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation): Do
15961         not set the instantiation environment before analyzing the actuals.
15962         Fixes regression on 8515-003 with implementation of AI-133.
15963         Set_Instance_Env checks whether the generic unit is a predefined
15964         unit, in which case the instance must be analyzed with the latest Ada
15965         mode. This setting must take place after analysis of the actuals,
15966         because the actuals must be analyzed and frozen in the Ada mode extant
15967         outside of the current instantiation.
15968         (Save_Env, Restore_Env): Preserve and restore the configuration
15969         parameters so that predefined units can be compiled in the proper Ada
15970         mode.
15971         (Analyze_Formal_Object_Declaration,Analyze_Formal_Subprogram,
15972         Instantiate_Type): Split Is_Abstract flag into Is_Abstract_Subprogram
15973         and Is_Abstract_Type.
15974         (Analyze_Formal_Package): For better error recovery, Add exception
15975         handler to catch Instantion_Error, which can be raised in
15976         Analyze_Associations
15977
15978 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15979             Bob Duff  <duff@adacore.com>
15980             Gary Dismukes  <dismukes@adacore.com>
15981
15982         * sem_ch4.adb (Try_Primitive_Operation): The call is legal if the
15983         prefix type is a discriminated subtype of the type of the formal.
15984         (Analyze_Allocator): Collect all coextensions regardless of the context.
15985         Whether they can be allocated statically is determined in exp_ch4.
15986         (Analyze_Selected_Component): If the prefix is a limited view and the
15987         non-limited view is available, use the non-limited one.
15988         (Operator_Check): For "X'Access = Y'Access" (which is ambiguous, and
15989         therefore illegal), suggest a qualified expression rather than a type
15990         conversion, because a type conversion would be illegal in this context.
15991         (Anayze_Allocator): Trace recursively all nested allocators so that all
15992         coextensions are on the corresponding list for the root. Do no mark
15993         coextensions if the root allocator is within a declaration for a stack-
15994         allocated object, because the access discriminants will be allocated on
15995         the stack as well.
15996         (Analyze_Call): Remove restriction on calls to limited functions for the
15997         cases of generic actuals for formal objects, defaults for formal objects
15998         and defaults for record components.
15999         (Analyze_Allocator): Before analysis, chain coextensions on the proper
16000         element list. Their expansion is delayed until the enclosing allocator
16001         is processed and its finalization list constructed.
16002         (Try_Primitive_Operation): If the prefix is a concurrent type, looks
16003         for an operation with the given name among the primitive operations of
16004         the corresponding record type.
16005         (Analyze_Selected_Component): If the prefix is a task type that
16006         implements an interface, and there is no entry with the given name,
16007         check whether there is another primitive operation (e.g. a function)
16008         with that name.
16009         (Try_Object_Operation, Analyze_One_Call, Try_Indexed_Call): Handle
16010         properly the indexing of a function call written in prefix form, where
16011         the function returns an array type, and all parameters of the function
16012         except the first have defaults.
16013         (Analyze_Equality_Op): If this is a call to an implicit inequality, keep
16014         the original operands, rather than relocating them, for efficiency and
16015         to work properly when an operand is overloaded.
16016         (Analyze_Allocator,Operator_Check,Remove_Abstract_Operations): Split
16017         Is_Abstract flag into Is_Abstract_Subprogram and Is_Abstract_Type.
16018         (Analyze_Selected_Component): If the prefix is a private extension, only
16019         scan the visible components, not those of the full view.
16020         (Try_Primitive_Operation): If the operation is a procedure, collect all
16021         possible interpretations, as for a function, because in the presence of
16022         classwide parameters several primitive operations of the type can match
16023         the given arguments.
16024
16025 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16026             Robert Dewar  <dewar@adacore.com>
16027
16028         * sem_ch5.adb (Analyze_Assignment): Reject a right-hand side that is a
16029         tag-indeterminate call to an abstract function, when the left-hand side
16030         is not classwide.
16031         (Analyze_Loop_Statement): Improve detection of infinite loops
16032
16033 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16034             Thomas Quinot  <quinot@adacore.com>
16035
16036         * sem_ch7.ads, sem_ch7.adb (Inspect_Deferred_Constant_Completion): Move
16037         out of Analyze_Package_Declaration, because processing must be applied
16038         to package bodies as well, for deferred constants completed by pragmas.
16039         (Analyze_Package_Declaration): When the package declaration being
16040         analyzed does not require an explicit body, call Check_Completion.
16041         (May_Need_Implicit_Body): An implicit body is required when a package
16042         spec contains the declaration of a remote access-to-classwide type.
16043         (Analyze_Package_Body): If the package contains RACWs, append the
16044         pending subprogram bodies generated by exp_dist at the end of the body.
16045         (New_Private_Type,Unit_Requires_Body): Split Is_Abstract flag into
16046         Is_Abstract_Subprogram and Is_Abstract_Type.
16047         (Preserve_Full_Attributes): The full entity list is not an attribute
16048         that must be preserved from full to partial view.
16049
16050         * sem_dist.adb (Add_RAS_Dereference_TSS):
16051         Change primitive name to _Call so it cannot clash with any legal
16052         identifier, and be special-cased in Check_Completion.
16053         Mark the full view of the designated type for the RACW associated with
16054         a RAS as Comes_From_Source to get proper view switching when installing
16055         private declarations.
16056         Provite a placeholder nested package body along with the nested spec
16057         to have a place for Append_RACW_Bodies to generate the calling stubs
16058         and stream attributes.
16059
16060 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16061             Robert Dewar  <dewar@adacore.com>
16062
16063         * sem_ch8.adb (Has_Components): If the argument is an incomplete type
16064         that is a limited view, check the non-limited view if available.
16065         (Undefined): Refine error message for missing with of Text_IO
16066         (Find_Expanded_Name): Use Is_Known_Unit for more accurate error message
16067         to distinguish real missing with cases.
16068         Fix format of all missing with messages
16069         (Analyze_Subprogram_Renaming): Emit proper error message on illegal
16070         renaming as body when renamed entity is abstract.
16071
16072 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16073             Javier Miranda  <miranda@adacore.com>
16074
16075         * sem_type.ads, sem_type.adb (Has_Abstract_Interpretation): Make
16076         predicate recursive, to handle complex expressions on literals whose
16077         spurious ambiguity comes from the abstract interpretation of some
16078         subexpression.
16079         (Interface_Present_In_Ancestor): Add support to concurrent record
16080         types.
16081         (Add_One_Interp,Disambiguate): Split Is_Abstract flag into
16082         Is_Abstract_Subprogram and Is_Abstract_Type.
16083
16084 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16085             Javier Miranda  <miranda@adacore.com>
16086
16087         * sem_util.ads, sem_util.adb (Object_Access_Level): If the object is a
16088         dereference of a local object R created as a reference to another
16089         object O, use the access level of O.
16090         (Matches_Prefixed_View_Profile): Use common predicate Conforming_Types,
16091         rather than local Same_Formal_Type, to check whether protected operation
16092         overrides an inherited one.
16093         (Same_Formal_Type): New predicate, used when matching signatures of
16094         overriding synchronized operations, to handle the case when a formal
16095         has a type that is a generic actual.
16096         (Is_Aliased_View): Replace check on E_Task_Type and E_Protected_Type by
16097         predicate Is_Concurrent_Type. This ensures supportin case of subtypes.
16098         (Needs_One_Actual): New predicate, for Ada 2005 use, to resolve
16099         syntactic ambiguities involving indexing of function calls that return
16100         arrays.
16101         (Abstract_Interface_List): New subprogram that returns the list of
16102         abstract interfaces associated with a concurrent type or a
16103         concurrent record type.
16104         (Interface_Present_In_Parent): New subprogram used to check if a
16105         given type or some of its parents implement a given interface.
16106         (Collect_Abstract_Interfaces): Add support for concurrent types
16107         with interface types.
16108         (Has_Abstract_Interfaces): Add support for concurrent types with
16109         interface types.
16110         (Is_Parent): New subprogram that determines whether E1 is a parent
16111         of E2. For a concurrent type its parent is the first element of its
16112         list of interface types; for other types this function provides the
16113         same result than Is_Ancestor.
16114         (Enclosing_Subprogram): Add test for N_Extended_Return_Statement.
16115         (Collect_Synchronized_Interfaces): Removed because the subprogram
16116         Collect_Abstract_Interfaces provides this functionality.
16117         (Collect_Abstract_Interfaces): Minor update to give support to
16118         concurrent types and thus avoid undesired code duplication.
16119         (Get_Subprogram_Entity): Handle entry calls.
16120         (May_Be_Lvalue): Include actuals that appear as in-out parameters in
16121         entry calls.
16122         (Enter_Name): Do not give -gnatwh hiding warning for record component
16123         entities, they never result in hiding.
16124
16125 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16126             Robert Dewar  <dewar@adacore.com>
16127
16128         * sinfo.ads, sinfo.adb (Coextensions): New element list for allocators,
16129         to chain nested components that are allocators for access discriminants
16130         of the enclosing object.
16131         Add N_Push and N_Pop nodes
16132         New field Exception_Label added
16133         (Local_Raise_Statements): New field in N_Exception_Handler_Node
16134         (Local_Raise_Not_OK): New flag in N_Exception_Handler_Node
16135         (Is_Coextension): New flag for allocators, to mark allocators that
16136         correspond to access discriminants of dynamically allocated objects.
16137         (N_Block_Statement): Document the fact that the corresponding entity
16138         can be an E_Return_Statement.
16139         (Is_Coextension): New flag for allocators.
16140         Remove all code for DSP option
16141
16142         * sprint.ads, sprint.adb: Display basic information for class_wide
16143         subtypes. Add handling of N_Push and N_Pop nodes
16144
16145 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
16146
16147         * s-tpobop.adb (Exceptional_Complete_Entry_Body): Undefer abortion
16148         before propagating exception.
16149
16150 2007-04-06  Olivier Hainque  <hainque@adacore.com>
16151
16152         * tracebak.c (PC_ADJUST - ia64): -4 instead of -16, expected to yield
16153         an address always within the call instruction from a return address.
16154
16155 2007-04-06  Olivier Hainque  <hainque@adacore.com>
16156             Eric Botcazou  <botcazou@adacore.com>
16157
16158         * trans.c (call_to_gnu) <TYPE_RETURNS_BY_TARGET_PTR_P>: Return an
16159         expression with a COMPOUND_EXPR including the call instead of emitting
16160         the call directly here.
16161         (gnat_to_gnu) <N_Slice>: Do not return a non-constant low bound if the
16162         high bound is constant and the slice is empty.  Tidy.
16163         (tree_transform, case N_Op_Not): Handle properly the case where the
16164         operation applies to a private type whose full view is a modular type.
16165         (Case_Statement_To_gnu): If an alternative is an E_Constant with an
16166         Address_Clause, use the associated Expression as the GNAT tree
16167         representing the choice value to ensure the corresponding GCC tree is
16168         of the proper kind.
16169         (maybe_stabilize_reference): Stabilize COMPOUND_EXPRs as a whole
16170         instead of just the operands, as the base GCC stabilize_reference does.
16171         <CALL_EXPR>: New case. Directly stabilize the call if an lvalue is not
16172         requested; otherwise fail.
16173         (addressable_p) <COMPONENT_REF>: Do not test DECL_NONADDRESSABLE_P.
16174
16175 2007-04-06  Thomas Quinot  <quinot@adacore.com>
16176
16177         * uintp.ads, uintp.adb (UI_Div_Rem): New subprogram, extending previous
16178         implementation of UI_Div.
16179         (UI_Div): Reimplement as a call to UI_Div_Rem.
16180         (UI_Rem): Take advantage of the fact that UI_Div_Rem provides the
16181         remainder, avoiding the cost of a multiplication and a subtraction.
16182         (UI_Modular_Inverse): Take advantage of the fact that UI_Div_Rem
16183         provides both quotient and remainder in a single computation.
16184         (UI_Modular_Exponentiation, UI_Modular_Inverse): New modular arithmetic
16185         functions for uint.
16186         (UI_Modular_Inverse): Add a note that the behaviour of this subprogram
16187         is undefined if the given n is not inversible.
16188
16189 2007-04-06  Olivier Hainque  <hainque@adacore.com>
16190
16191         * utils2.c (known_alignment): Handle COMPOUND_EXPR, COND_EXPR and
16192         BIT_AND_EXPR. Handle also VIEW_CONVERT_EXPR, as the other conversion
16193         opcodes.
16194
16195 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
16196             Olivier Hainque  <hainque@adacore.com>
16197
16198         * utils.c (update_pointer_to): Make a copy of the couple of FIELD_DECLs
16199         when updating the contents of the old pointer to an unconstrained array.
16200         (end_subprog_body): Set error_gnat_node to Empty.
16201         (write_record_type_debug_info): Do not be unduly sparing with our bytes.
16202         (unchecked_convert): For subtype to base type conversions, require that
16203         the source be a subtype if it is an integer type.
16204         (builtin_decls): New global, vector of available builtin functions.
16205         (gnat_pushdecl): Add global builtin function declaration nodes to the
16206         builtin_decls list.
16207         (gnat_install_builtins): Adjust comments.
16208         (builtin_function): Set DECL_BUILTIN_CLASS and DECL_FUNCTION_CODE before
16209         calling gnat_pushdecl, so that it knows when it handed a builtin
16210         function declaration node.
16211         (builtin_decl_for): Search the builtin_decls list.
16212
16213 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
16214
16215         * s-stchop-vxworks.adb: 
16216         (Stack_Check): Raise Storage_Error if the argument has wrapped around.
16217
16218 2007-04-06  Robert Dewar  <dewar@adacore.com>
16219             Arnaud Charlet  <charlet@adacore.com>
16220
16221         * a-diroro.ads: Inserted the pragma Unimplemented_Unit
16222
16223         * bindgen.adb (Gen_Output_File_Ada): Generate pragma Ada_95 at start
16224         of files
16225         Add mention of -Sev (set initialize_scalars option from environment
16226         variable at run time) in gnatbind usage message.
16227
16228         * elists.ads, elists.adb: (Append_Unique_Elmt): New procedure
16229
16230         * fname-uf.ads: Minor comment fix
16231
16232         * osint.ads: Change pragma Elaborate to Elaborate_All
16233
16234         * par-load.adb: Add documentation.
16235
16236         * sem_cat.ads, sem_cat.adb: Minor code reorganization
16237
16238         * s-parint.ads (RCI_Locator) : Add 'Version' generic formal
16239
16240         * s-secsta.ads: Extra comments
16241
16242         * s-soflin.ads: Minor comment fixes
16243
16244         * s-stratt.ads (Block_Stream_Ops_OK): Removed.
16245
16246         * s-wchcon.ads: Minor comment addition
16247
16248         * treepr.adb: Minor change in message
16249         (Print_Name,Print_Node): Make these debug printouts more robust: print
16250         "no such..." instead of crashing on bad input.
16251
16252 2007-03-30  Rafael Ávila de Espíndola  <espindola@google.com>
16253
16254         * trans.c (Attribute_to_gnu): Use get_signed_or_unsigned_type
16255         instead of gnat_signed_or_unsigned_type.
16256         * utils.c (gnat_signed_or_unsigned_type): Remove.
16257         * misc.c (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove
16258         * gigi.h (gnat_signed_or_unsigned_type): Remove
16259
16260 2007-03-09  Roger Sayle  <roger@eyesopen.com>
16261
16262         * cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling
16263         fold with the result of buildN.
16264         * decl.c (gnat_to_gnu_entity): Likewise.
16265         * trans.c (Attribute_to_gnu, gnat_to_gnu, emit_check): Likewise.
16266         * utils.c (finish_record_type, merge_sizes, max_size, convert):
16267         Likewise.
16268         * utils2.c (gnat_truthvalue_conversion, compare_arrays,
16269         nonbinary_modular_operation, build_binary_op, build_unary_op,
16270         build_cond_expr): Likewise.
16271
16272         * utils.c (convert): Use fold_build1 when casting values to void.
16273         * utils2.c (gnat_truthvalue_conversion): Use build_int_cst and
16274         fold_convert instead of convert when appropriate.
16275
16276 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
16277
16278         * Make-lang.in: Add install-pdf target as copied from
16279         automake v1.10 rules.
16280
16281 2007-02-28  Andreas Schwab  <schwab@suse.de>
16282
16283         * Make-lang.in (doc/gnat_ugn_unw.texi): Depend on
16284         $(gcc_docdir)/include/gcc-common.texi and gcc-vers.texi.
16285         (doc/gnat-style.info): Likewise.
16286
16287 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
16288
16289         * gnat-style.texi: Standardize title page.
16290         * gnat_rm.texi: Likewise.
16291         * gnat_ugn.texi: Likewise.
16292
16293 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
16294
16295         * decl.c (annotate_value): Adjust for refactoring of tree_map
16296         hierarchy.
16297
16298 2007-02-24  Mark Mitchell  <mark@codesourcery.com>
16299
16300         * decl.c (annotate_value): Adjust for refactoring of tree_map
16301         hierarchy.
16302
16303 2007-02-21  Ed Schonberg  <schonberg@adacore.com>
16304
16305         PR ada/18819
16306         * sem_ch3.adb (Create_Constrained_Components): for a subtype of an
16307         untagged derived type, add hidden components to keep discriminant
16308         layout consistent, when a given discriminant of the derived type
16309         constraints several discriminants of the parent type.
16310
16311 2007-02-16  Eric Botcazou  <ebotcazou@adacore.com>
16312             Sandra Loosemore  <sandra@codesourcery.com>
16313
16314         * trans.c (call_to_gnu):  Use build_call_list instead of build3 to
16315         build the call expression.
16316         (gnat_stabilize_reference_1): Handle tcc_vl_exp.
16317         * utils.c (max_size) <tcc_exceptional>: Delete.
16318         <tcc_vl_exp>: New case.
16319         <tcc_expression>: Delete CALL_EXPR subcase.
16320         (build_global_cdtor): Use build_call_nary instead of build3.
16321         * utils2.c (build_call_1_expr): Likewise.
16322         (build_call_2_expr): Likewise.
16323         (build_call_0_expr): Likewise.
16324         (build_call_alloc_dealloc): Likewise.
16325
16326 2007-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
16327
16328         * raise-gcc.c (get_region_description_for, get_call_site_action_for,
16329         get_action_description_for): Replace _Unwind_Word with _uleb128_t 
16330         and _Unwind_SWord with _sleb128_t.
16331
16332 2007-02-06  Paolo Bonzini  <bonzini@gnu.org>
16333
16334         * Make-lang.in (ada/decl.o): Add gt-ada-decl.h dependency.
16335         * decl.c: Include gt-ada-decl.h.
16336         (annotate_value_cache): New.
16337         (annotate_value): Use it instead of TREE_COMPLEXITY.
16338
16339 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
16340
16341         * misc.c, utils2.c: Fix comment typos.
16342
16343 2007-01-24  Roger Sayle  <roger@eyesopen.com>
16344
16345         * decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of
16346         TREE_CONSTANT_OVERFLOW.
16347         (allocatable_size_p, annotate_value): Likewise.
16348         * trans.c (gnat_to_gnu): Likewise.
16349         * utils.c (unchecked_convert): Likewise.
16350         * utils2.c (build_simple_component_ref): Likewise.
16351
16352 2007-01-23  Richard Guenther  <rguenther@suse.de>
16353
16354         PR bootstrap/30541
16355         * Make-lang.in: Replace invocations of gnatmake with $(GNATMAKE).
16356         (gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX.
16357         (gnatboot3): Likewise.
16358         (GNATBIND): Do not define.
16359         * Makefile.in (GNATBIND): Do not define.
16360
16361 2007-01-08  Richard Guenther  <rguenther@suse.de>
16362
16363         * cuintp.c (build_cst_from_int): Use built_int_cst_type.
16364         * trans.c (gnat_to_gnu): Likewise.
16365
16366 2006-12-07  Geoffrey Keating  <geoffk@apple.com>
16367
16368         * Makefile.in: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.
16369         * adaint.c: Likewise.
16370
16371 2006-12-05  Aldy Hernandez  <aldyh@redhat.com>
16372
16373         Merge from gimple-tuples-branch:
16374         2006-11-02  Aldy Hernandez  <aldyh@redhat.com>
16375
16376         * ada-tree.h (lang_tree_node): Handle gimple tuples.
16377         * trans.c (gnat_gimplify_expr): Replace MODIFY_EXPR with
16378         GIMPLE_MODIFY_STMT.
16379
16380 2006-12-02  Kazu Hirata  <kazu@codesourcery.com>
16381
16382         * Makefile.in, mingw32.h, trans.c: Fix comment typos.
16383         * gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions.
16384         Fix typos.
16385
16386 2006-11-17  Eric Botcazou  <ebotcazou@adacore.com>
16387
16388         PR ada/27936
16389         * trans.c (add_decl_expr): Do not dynamically elaborate padded objects
16390         if the initializer takes into account the padding.
16391
16392 2006-11-11  Richard Guenther  <rguenther@suse.de>
16393
16394         * trans.c (maybe_stabilize_reference): Remove handling of
16395         FIX_CEIL_EXPR, FIX_FLOOR_EXPR and FIX_ROUND_EXPR.
16396
16397 2006-11-05  Arnaud Charlet  <charlet@adacore.com>
16398
16399         PR ada/29707
16400         * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads
16401         (To_Target_Priority): New function.
16402
16403 2006-10-31  Robert Dewar  <dewar@adacore.com>
16404
16405         * a-taster.adb, s-traent-vms.adb, a-elchha.ads, a-elchha.adb,
16406         a-exctra.adb, ali-util.adb, exp_disp.ads, s-stalib.ads, s-traent.adb,
16407         s-addope.ads, s-addope.adb, a-rbtgso.adb, a-crbltr.ads, a-coprnu.adb,
16408         a-cgcaso.adb, a-cgarso.adb, a-cgaaso.adb, a-coormu.adb, a-ciormu.adb,
16409         a-rbtgso.ads, a-stunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb,
16410         a-secain.adb, a-slcain.adb, a-shcain.adb, a-stwiha.adb, a-stwiha.adb,
16411         a-strhas.adb, a-strhas.adb, a-stzhas.adb, a-stzhas.adb, a-szuzha.adb,
16412         a-chacon.adb, a-chacon.adb, a-chacon.ads, a-stboha.adb, a-swbwha.adb,
16413         a-szbzha.adb: Minor reformatting. Fix header.
16414
16415         * a-numaux-x86.adb: Add parentheses for use of unary minus
16416         * a-ngcefu.adb: Supply missing parentheses for unary minus
16417         * a-ngcoty.adb: Add parens for use of unary minus
16418         * a-ngelfu.adb: Add missing parens for unary minus
16419         * a-tifiio.adb: Add parentheses for uses of unary minus
16420
16421 2006-10-31  Robert Dewar  <dewar@adacore.com>
16422             Bob Duff  <duff@adacore.com>
16423             Ed Schonberg  <schonberg@adacore.com>
16424
16425         * sem_res.adb (Resolve_Unary_Op): Add warning for use of unary minus
16426         with multiplying operator.
16427         (Expected_Type_Is_Any_Real): New function to determine from the Parent
16428         pointer whether the context expects "any real type".
16429         (Resolve_Arithmetic_Op): Do not give an error on calls to the
16430         universal_fixed "*" and "/" operators when they are used in a context
16431         that expects any real type. Also set the type of the node to
16432         Universal_Real in this case, because downstream processing requires it
16433         (mainly static expression evaluation).
16434         Reword some continuation messages
16435         Add some \\ sequences to continuation messages
16436         (Resolve_Call): Refine infinite recursion case. The test has been
16437         sharpened to eliminate some false positives.
16438         Check for Current_Task usage now includes entry barrier, and is now a
16439         warning, not an error.
16440         (Resolve): If the call is ambiguous, indicate whether an interpretation
16441         is an inherited operation.
16442         (Check_Aggr): When resolving aggregates, skip associations with a box,
16443         which are priori correct, and will be replaced by an actual default
16444         expression in the course of expansion.
16445         (Resolve_Type_Conversion): Add missing support for conversion from
16446         a class-wide interface to a tagged type. Minor code cleanup.
16447         (Valid_Tagged_Converion): Add support for abstact interface type
16448         conversions.
16449         (Resolve_Selected_Component): Call Generate_Reference here rather than
16450         during analysis, and use May_Be_Lvalue to distinguish read/write.
16451         (Valid_Array_Conversion): New procedure, abstracted from
16452         Valid_Conversion, to incorporate accessibility checks for arrays of
16453         anonymous access types.
16454         (Valid_Conversion): For a conversion to a numeric type occurring in an
16455         instance or inlined body, no need to check that the operand type is
16456         numeric, since this has been checked during analysis of the template.
16457         Remove legacy test for scope name Unchecked_Conversion.
16458
16459         * sem_res.ads: Minor reformatting
16460
16461         * a-except.adb, a-except-2005.adb: Turn off subprogram ordering
16462         (PE_Current_Task_In_Entry_Body): New exception code
16463         (SE_Restriction_Violation): Removed, not used
16464
16465         * a-except.ads:  Update comments.
16466
16467         * types.h, types.ads: Add definition for Validity_Check
16468         (PE_Current_Task_In_Entry_Body): New exception code
16469         (SE_Restriction_Violation): Removed, not used
16470
16471 2006-10-31  Thomas Quinot  <quinot@adacore.com>
16472
16473         * g-socthi-vxworks.adb (C_Gethostbyname): Fix wrong test for returned
16474         error status.
16475
16476 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
16477             Jose Ruiz  <ruiz@adacore.com>
16478
16479         * a-calend-vms.adb (Leap_Sec_Ops): Temp body for package in private
16480         part of Ada.Calendar: all subprogram raise Unimplemented.
16481         (Split_W_Offset): Temp function body, raising Unimplemented
16482
16483         * a-calend.ads, a-calend-vms.ads: 
16484         Add imported variable Invalid_TZ_Offset used to designate targets unable
16485         to support time zones.
16486         (Unimplemented): Temporary function raised by the body of new
16487         subprograms below.
16488         (Leap_Sec_Ops): New package in the private part of Ada.Calendar. This
16489         unit provides handling of leap seconds and is used by the new Ada 2005
16490         packages Ada.Calendar.Arithmetic and Ada.Calendar.Formatting.
16491         (Split_W_Offset): Identical spec to that of Ada.Calendar.Split. This
16492         version returns an extra value which is the offset to UTC.
16493
16494         * a-calend.adb (Split_W_Offset): Add call to localtime_tzoff.
16495         (Leap_Sec_Ops): New body for package in private part of Ada.Calendar.
16496         (Split_W_Offset): New function body.
16497         (Time_Of): When a date is close to UNIX epoch, compute the time for
16498         that date plus one day (that amount is later substracted after
16499         executing mktime) so there are no problems with time zone adjustments.
16500
16501         * a-calend-mingw.adb: Remove Windows specific version no longer needed.
16502
16503         * a-calari.ads, a-calari.adb, a-calfor.ads, a-calfor.adb,
16504         a-catizo.ads, a-catizo.adb: New files.
16505
16506         * impunit.adb: Add new Ada 2005 entries
16507
16508         * sysdep.c: Add external variable __gnat_invalid_tz_offset.
16509         Rename all occurences of "__gnat_localtime_r" to
16510         "__gnat_localtime_tzoff".
16511         (__gnat_localtime_tzoff for Windows): Add logic to retrieve the time
16512         zone data and calculate the GMT offset.
16513         (__gnat_localtime_tzoff for Darwin, Free BSD, Linux, Lynx and Tru64):
16514         Use the field "tm_gmtoff" to extract the GMT offset.
16515         (__gnat_localtime_tzoff for AIX, HPUX, SGI Irix and Sun Solaris): Use
16516         the external variable "timezone" to calculate the GMT offset.
16517
16518 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
16519             Jose Ruiz  <ruiz@adacore.com>
16520
16521         * s-osinte-posix.adb, s-osinte-linux.ads, s-osinte-freebsd.adb, 
16522         s-osinte-freebsd.ads, s-osinte-solaris-posix.ads, s-osinte-hpux.ads, 
16523         s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-lynxos-3.ads,
16524         s-osinte-lynxos-3.adb (To_Target_Priority): New function maps from
16525         System.Any_Priority to a POSIX priority on the target.
16526
16527         * system-linux-ia64.ads: 
16528         Extend range of Priority types on Linux to use the whole range made
16529         available by the system.
16530
16531         * s-osinte-aix.adb, s-osinte-aix.ads (To_Target_Priority): New
16532         function maps from System.Any_Priority to a POSIX priority on the
16533         target.
16534         (PTHREAD_PRIO_PROTECT): Set real value.
16535         (PTHREAD_PRIO_INHERIT): Now a function.
16536         (SIGCPUFAIL): New signal.
16537         (Reserved): Add SIGALRM1, SIGWAITING, SIGCPUFAIL, since these signals
16538         are documented as reserved by the OS.
16539
16540         * system-aix.ads: Use the full range of priorities provided by the
16541         system on AIX.
16542
16543         * s-taprop-posix.adb: Call new function To_Target_Priority.
16544         (Set_Priority): Take into account Task_Dispatching_Policy and
16545         Priority_Specific_Dispatching pragmas when determining if Round Robin
16546         must be used for scheduling the task.
16547
16548         * system-linux-x86_64.ads, system-linux-x86.ads, 
16549         system-linux-ppc.ads: Extend range of Priority types on Linux to use
16550         the whole range made available by the system.
16551
16552         * s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-irix.adb, 
16553         s-taprop-tru64.adb, s-taprop-linux.adb, s-taprop-hpux-dce.adb, 
16554         s-taprop-lynxos.adb (Finalize_TCB): invalidate the stack-check cache
16555         when deallocating the TCB in order to avoid potential references to
16556         deallocated data.
16557         (Set_Priority): Take into account Task_Dispatching_Policy and
16558         Priority_Specific_Dispatching pragmas when determining if Round Robin
16559         or FIFO within priorities must be used for scheduling the task.
16560
16561         * s-taprop-vxworks.adb (Enter_Task): Store the user-level task id in
16562         the Thread field (to be used internally by the run-time system) and the
16563         kernel-level task id in the LWP field (to be used by the debugger).
16564         (Create_Task): Reorganize to unify the calls to taskSpawn into a single
16565         instance, and propagate the current task options to the spawned task.
16566         (Set_Priority): Take into account Priority_Specific_Dispatching pragmas.
16567         (Initialize): Set Round Robin dispatching when the corresponding pragma
16568         is in effect.
16569
16570 2006-10-31  Robert Dewar  <dewar@adacore.com>
16571
16572         * system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads, 
16573         system-linux-hppa.ads, system-hpux-ia64.ads, 
16574         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-tru64.ads, 
16575         system-vxworks-sparcv9.ads, system-solaris-x86.ads, 
16576         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads, 
16577         system-vxworks-m68k.ads, system-vxworks-mips.ads, system-interix.ads, 
16578         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads, 
16579         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads, 
16580         system-vxworks-alpha.ads, system.ads: Add pragma Warnings(Off,
16581         Default_Bit_Order) to kill constant condition warnings for references
16582         to this switch.
16583
16584 2006-10-31  Vincent Celier  <celier@adacore.com>
16585             Eric Botcazou  <ebotcazou@adacore.com>
16586
16587         * mlib-tgt-lynxos.adb, mlib-tgt-mingw.adb, mlib-tgt-tru64.adb,
16588         mlib-tgt-aix.adb, mlib-tgt-irix.adb, mlib-tgt-hpux.adb,
16589         mlib-tgt-linux.adb, mlib-tgt-solaris.adb: Use Append_To, instead of
16590         Ext_To, when building the library file name
16591
16592         * mlib-tgt-vxworks.adb: ditto.
16593         (Get_Target_Suffix): Add support for x86 targets.
16594
16595         * mlib-fil.ads, mlib-fil.adb: (Append_To): New function
16596
16597         * mlib-tgt-darwin.adb: 
16598         Use Append_To, instead of Ext_To, when building the library file name
16599         (Flat_Namespace): New global variable.
16600         (No_Shared_Libgcc_Switch): Rename to No_Shared_Libgcc_Options.
16601         (Shared_Libgcc_Switch): Rename to With_Shared_Libgcc_Options.
16602         (Link_Shared_Libgcc): Delete.
16603         (Build_Dynamic_Library): Adjust for above changes.
16604         Use Opt package.
16605         (Build_Dynamic_Library): Pass -shared-libgcc if GCC 4 or later.
16606
16607 2006-10-31  Eric Botcazou  <ebotcazou@adacore.com>
16608
16609         * s-taprop-solaris.adb: (Time_Slice_Val): Change type to Integer.
16610         (Initialize): Add type conversions required by above change.
16611
16612 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
16613
16614         * s-osinte-vxworks.ads, s-osinte-vxworks.adb: 
16615         (getpid): New body for this function that uses the underlying taskIdSelf
16616         function for VxWorks 5 and VxWorks 6 in kernel mode.
16617         (unsigned_int): New type, modular to allow logical bit operations.
16618         (taskOptionsGet): New imported function.
16619
16620         * s-taspri-vxworks.ads (Private_Data): Change the type for the LWP
16621         field to be compliant with the type used by the corresponding operating
16622         system primitive.
16623
16624 2006-10-31  Pascal Obry  <obry@adacore.com>
16625             Eric Botcazou  <ebotcazou@adacore.com>
16626             Vincent Celier  <celier@adacore.com>
16627
16628         * adaint.c (__gnat_get_libraries_from_registry): Call explicitly the
16629         ASCII version of the registry API. This is needed as the GNAT runtime
16630         is now UNICODE by default.
16631         Include version.h.
16632         (get_gcc_version): Do not hardcode the return value.
16633         (__gnat_file_time_name): On Windows properly set the default returned
16634         value to -1 which corresponds to Invalid_Time.
16635         (__gnat_fopen): New routine. A simple wrapper on all plateforms
16636          except on Windows where it does conversion for unicode support.
16637         (__gnat_freopen): Idem.
16638         (__gnat_locate_exec_on_path): If environment variable PATH does not
16639         exist, return a NULL pointer
16640
16641         * adaint.h: (__gnat_fopen): Declare.
16642         (__gnat_freopen): Likewise.
16643
16644         * mingw32.h (_tfreopen): Define this macro here for older MingW
16645         version.
16646         Activate the unicode support on platforms using a MingW runtime
16647         version 3.9 or newer.
16648
16649         * s-crtl.ads (fopen): Is now an import to the wrapper __gnat_freopen.
16650         This is needed for proper unicode support on Windows.
16651         (freopen): Idem.
16652
16653 2006-10-31  Eric Botcazou  <ebotcazou@adacore.com>
16654             Nicolas Setton  <setton@adacore.com>
16655             Olivier Hainque  <hainque@adacore.com>
16656             Gary Dismukes  <dismukes@adacore.com>
16657
16658         * gigi.h: (tree_code_for_record_type): Declare.
16659         (add_global_renaming_pointer): Rename to record_global_renaming_pointer.
16660         (get_global_renaming_pointers): Rename to
16661         invalidate_global_renaming_pointers.
16662         (static_ctors): Delete.
16663         (static_dtors): Likewise.
16664         (gnat_write_global_declarations): Declare.
16665         (create_var_decl): Adjust descriptive comment to indicate that the
16666         subprogram may return a CONST_DECL node.
16667         (create_true_var_decl): Declare new function, similar to
16668         create_var_decl but forcing the creation of a VAR_DECL node.
16669         (get_global_renaming_pointers): Declare.
16670         (add_global_renaming_pointer): Likewise.
16671
16672         * ada-tree.h (DECL_READONLY_ONCE_ELAB): New macro.
16673
16674         * decl.c (gnat_to_gnu_entity) <case E_Function>: Don't copy the type
16675         tree before setting TREE_ADDRESSABLE for by-reference return mechanism
16676         processing.
16677         (gnat_to_gnu_entity): Remove From_With_Type from computation for
16678         imported_p.
16679         <E_Access_Type>: Use the Non_Limited_View as the full view of the
16680         designated type if the pointer comes from a limited_with clause.  Make
16681         incomplete designated type if it is in the main unit and has a freeze
16682         node.
16683         <E_Incomplete_Type>: Rework to treat Non_Limited_View, Full_View, and
16684         Underlying_Full_View similarly.  Return earlier if the full view already
16685         has an associated tree.
16686         (gnat_to_gnu_entity) <E_Record_Type>: Restore comment.
16687         (gnat_to_gnu_entity) <E_Record_Type>: Do not use a dummy type.
16688         (gnat_to_gnu_entity) <E_Variable>: Set TYPE_REF_CAN_ALIAS_ALL on the
16689         reference type built for objects with an address clause.
16690         Use create_true_var_decl with const_flag set for
16691         DECL_CONST_CORRESPONDING_VARs, ensuring a VAR_DECL is created with
16692         TREE_READONLY set.
16693         (gnat_to_gnu_entity, case E_Enumeration_Type): Set TYPE_NAME
16694         for Character and Wide_Character types. This info is read by the
16695         dwarf-2 writer, and is needed to be able to use the command "ptype
16696         character" in the debugger.
16697         (gnat_to_gnu_entity): When generating a type representing
16698         a Character or Wide_Character type, set the flag TYPE_STRING_FLAG,
16699         so that debug writers can distinguish it from ordinary integers.
16700         (elaborate_expression_1): Test the DECL_READONLY_ONCE_ELAB flag in
16701         addition to TREE_READONLY to assert the constantness of variables for
16702         elaboration purposes.
16703         (gnat_to_gnu_entity, subprogram cases): Change loops on formal
16704         parameters to call new Einfo function First_Formal_With_Extras.
16705         (gnat_to_gnu_entity): In type_annotate mode, replace a discriminant of a
16706         protected type with its corresponding discriminant, to obtain a usable
16707         declaration
16708         (gnat_to_gnu_entity) <E_Access_Protected_Subprogram_Type>: Be prepared
16709         for a multiple elaboration of the "equivalent" type.
16710         (gnat_to_gnu_entity): Adjust for renaming of add_global_renaming_pointer
16711         into record_global_renaming_pointer.
16712         (gnat_to_gnu_entity) <E_Array_Type>: Do not force
16713         TYPE_NONALIASED_COMPONENT to 0 if the element type is an aggregate.
16714         <E_Array_Subtype>: Likewise.
16715         (gnat_to_gnu_entity) <E_Incomplete_Subtype>: Add support for regular
16716         incomplete subtypes and incomplete subtypes of incomplete types visible
16717         through a limited with clause.
16718         (gnat_to_gnu_entity) <E_Array_Subtype>: Take into account the bounds of
16719         the base index type for the maximum size of the array only if they are
16720         constant.
16721         (gnat_to_gnu_entity, renaming object case): Do not wrap up the
16722         expression into a SAVE_EXPR if stabilization failed.
16723
16724         * utils.c (create_subprog_decl): Turn TREE_ADDRESSABLE on the type of
16725         a result decl into DECL_BY_REFERENCE on this decl, now what is expected
16726         by lower level compilation passes.
16727         (gnat_genericize): New function, lowering a function body to GENERIC.
16728         Turn the type of RESULT_DECL into a real reference type if the decl
16729         has been marked DECL_BY_REFERENCE, and adjust references to the latter
16730         accordingly.
16731         (gnat_genericize_r): New function. Tree walking callback for
16732         gnat_genericize.
16733         (convert_from_reference, is_byref_result): New functions. Helpers for
16734         gnat_genericize_r.
16735         (create_type_decl): Call gnat_pushdecl before calling
16736         rest_of_decl_compilation, to make sure that field TYPE_NAME of
16737         type_decl is properly set before calling the debug information writers.
16738         (write_record_type_debug_info): The heuristics which compute the
16739         alignment of a field in a variant record might not be accurate. Add a
16740         safety test to make sure no alignment is set to a smaller value than
16741         the alignment of the field type.
16742         (make_dummy_type): Use the Non_Limited_View as the underlying type if
16743         the type comes from a limited_with clause. Do not loop on the full view.
16744         (GET_GNU_TREE, SET_GNU_TREE, PRESENT_GNU_TREE): New macros.
16745         (dummy_node_table): New global variable, moved from decl.c.
16746         (GET_DUMMY_NODE, SET_DUMMY_NODE, PRESENT_DUMMY_NODE): New macros.
16747         (save_gnu_tree): Use above macros.
16748         (get_gnu_tree): Likewise.
16749         (present_gnu_tree): Likewise.
16750         (init_dummy_type): New function, moved from decl.c. Use above macros.
16751         (make_dummy_type): Likewise.
16752         (tree_code_for_record_type): New function extracted from make_dummy_type
16753         (init_gigi_decls): Set DECL_IS_MALLOC on gnat_malloc.
16754         (static_ctors): Change it to a vector, make static.
16755         (static_dtors): Likewise.
16756         (end_subprog_body): Adjust for above change.
16757         (build_global_cdtor): Moved from trans.c.
16758         (gnat_write_global_declarations): Emit global constructor and
16759         destructor, and call cgraph_optimize before emitting debug info for
16760         global declarations.
16761         (global_decls): New global variable.
16762         (gnat_pushdecl): Store the global declarations in global_decls, for
16763         later use.
16764         (gnat_write_global_declarations): Emit debug information for global
16765          declarations.
16766         (create_var_decl_1): Former create_var_decl, with an extra argument to
16767          state whether the creation of a CONST_DECL is allowed.
16768         (create_var_decl): Behavior unchanged. Now a wrapper around
16769         create_var_decl_1 allowing CONST_DECL creation.
16770         (create_true_var_decl): New function, similar to create_var_decl but
16771         forcing the creation of a VAR_DECL node (CONST_DECL not allowed).
16772         (create_field_decl): Do not always mark the field as addressable
16773         if its type is an aggregate.
16774         (global_renaming_pointers): New static variable.
16775         (add_global_renaming_pointer): New function.
16776         (get_global_renaming_pointers): Likewise.
16777
16778         * misc.c (gnat_dwarf_name): New function.
16779         (LANG_HOOKS_DWARF_NAME): Define to gnat_dwarf_name.
16780         (gnat_post_options): Add comment about structural alias analysis.
16781         (gnat_parse_file): Do not call cgraph_optimize here.
16782         (LANG_HOOKS_WRITE_GLOBALS): Define to gnat_write_global_declarations.
16783
16784         * trans.c (process_freeze_entity): Don't abort if we already have a
16785         non dummy GCC tree for a Concurrent_Record_Type, as it might
16786         legitimately have been elaborated while processing the associated
16787         Concurrent_Type prior to this explicit freeze node.
16788         (Identifier_to_gnu): Do not make a variable referenced in a SJLJ
16789         exception handler volatile if it is of variable size.
16790         (process_type): Remove bypass for types coming from a limited_with
16791         clause.
16792         (call_to_gnu): When processing the copy-out of a N_Type_Conversion GNAT
16793         actual, convert the corresponding gnu_actual to the real destination
16794         type when necessary.
16795         (add_decl_expr): Set the DECL_READONLY_ONCE_ELAB flag on variables
16796         originally TREE_READONLY but whose elaboration cannot be performed
16797         statically.
16798         Part of fix for F504-021.
16799         (tree_transform, subprogram cases): Change loops on formal parameters to
16800         call new Einfo function First_Formal_With_Extras.
16801         (gnat_to_gnu) <N_Op_Shift_Right_Arithmetic>: Ignore constant overflow
16802         stemming from type conversion for the lhs.
16803         (Attribute_to_gnu) <Attr_Alignment>: Also divide the alignment by the
16804         number of bits per unit for components of records.
16805         (gnat_to_gnu) <N_Code_Statement>: Mark operands addressable if needed.
16806         (Handled_Sequence_Of_Statements_to_gnu): Register the cleanup associated
16807         with At_End_Proc after the SJLJ EH cleanup.
16808         (Compilation_Unit_to_gnu): Call elaborate_all_entities only on the main
16809         compilation unit.
16810         (elaborate_all_entities): Do not retest type_annotate_only.
16811         (tree_transform) <N_Abstract_Subprogram_Declaration>: Process the
16812         result type of an abstract subprogram, which may be an itype associated
16813         with an anonymous access result (related to AI-318-02).
16814         (build_global_cdtor): Move to utils.c.
16815         (Case_Statement_to_gnu): Avoid adding the choice of a when statement if
16816         this choice is not a null tree nor an integer constant.
16817         (gigi): Run unshare_save_expr via walk_tree_without_duplicates
16818         on the body of elaboration routines instead of mark_unvisited.
16819         (add_stmt): Do not mark the tree.
16820         (add_decl_expr): Tweak comment.
16821         (mark_unvisited): Delete.
16822         (unshare_save_expr): New static function.
16823         (call_to_gnu): Issue an error when making a temporary around a
16824         procedure call because of non-addressable actual parameter if the
16825         type of the formal is by_reference.
16826         (Compilation_Unit_to_gnu): Invalidate the global renaming pointers
16827         after building the elaboration routine.
16828
16829 2006-10-31  Bob Duff  <duff@adacore.com>
16830
16831         * a-filico.adb (Finalize(List_Controller)): Mark the finalization list
16832         as finalization-started, so we can raise Program_Error on 'new'.
16833
16834         * s-finimp.adb: Raise Program_Error on 'new' if finalization of the
16835         collection has already started.
16836
16837         * s-finimp.ads (Collection_Finalization_Started): Added new special
16838         flag value for indicating that a collection's finalization has started.
16839
16840         * s-tassta.adb (Create_Task): Raise Program_Error on an attempt to
16841         create a task whose master has already waited for dependent tasks.
16842
16843 2006-10-31  Robert Dewar  <dewar@adacore.com>
16844
16845         * lib.adb, lib.ads: (In_Predefined_Unit): New functions
16846
16847         * a-finali.ads, a-ngcoty.ads, a-strbou.ads, a-stream.ads, a-strmap.ads, 
16848         a-strunb.ads, a-stwibo.ads, a-stwima.ads, a-stwiun.ads, a-taside.ads, 
16849         a-coorse.ads, a-convec.ads, a-coinve.ads, a-cohama.ads, a-ciorse.ads, 
16850         a-cihama.ads, a-cihase.ads, a-cohase.ads, a-ciorma.ads, a-coorma.ads, 
16851         a-ciormu.ads, a-coormu.ads, a-stzbou.ads, a-stzmap.ads, a-stzunb.ads, 
16852         a-except-2005.ads: Add pragma Preelaborable_Warning
16853
16854 2006-10-31  Robert Dewar  <dewar@adacore.com>
16855             Jose Ruiz  <ruiz@adacore.com>
16856
16857         * a-dispat.ads, a-dispat.adb, a-diroro.ads, a-diroro.adb: New files.
16858
16859         * ali.adb (Get_Name): Properly handle scanning of wide character names
16860         encoded with brackets notation.
16861         (Known_ALI_Lines): Add S lines to this list.
16862         (Scan_ALI): Acquire S (priority specific dispatching) lines.
16863         New flag Elaborate_All_Desirable in unit table
16864
16865         * ali.ads (Priority_Specific_Dispatching): Add this range of
16866         identifiers to be used for Priority_Specific_Dispatching table entries.
16867         (ALIs_Record): Add First_Specific_Dispatching and
16868         Last_Specific_Dispatching that point to the first and last entries
16869         respectively in the priority specific dispatching table for this unit.
16870         (Specific_Dispatching): Add this table for storing each S (priority
16871         specific dispatching) line encountered in the input ALI file.
16872         New flag Elaborate_All_Desirable in unit table
16873
16874         * bcheck.adb: (Check_Configuration_Consistency): Add call to
16875         Check_Consistent_Dispatching_Policy.
16876         (Check_Consistent_Dispatching_Policy): Add this procedure in charge of
16877         verifying that the use of Priority_Specific_Dispatching,
16878         Task_Dispatching_Policy, and Locking_Policy is consistent across the
16879         partition.
16880
16881         * bindgen.adb: (Public_Version_Warning): function removed.
16882         (Set_PSD_Pragma_Table): Add this procedure in charge of getting the
16883         required information from ALI files in order to initialize the table
16884         containing the specific dispatching policy.
16885         (Gen_Adainit_Ada): Generate the variables required for priority specific
16886         dispatching entries (__gl_priority_specific_dispatching and
16887         __gl_num_specific_dispatching).
16888         (Gen_Adainit_C): Generate the variables required for priority specific
16889         dispatching entries (__gl_priority_specific_dispatching and
16890         __gl_num_specific_dispatching).
16891         (Gen_Output_File): Acquire settings for Priority_Specific_Dispatching
16892         pragma entries.
16893         (Gen_Restrictions_String_1, Gen_Restrictions_String_2): Removed.
16894         (Gen_Restrictions_Ada, Gen_Restrictions_C, Set_Boolean): New procedures.
16895         (Tab_To): Removed.
16896         (Gen_Output_File_Ada/_C): Set directly __gl_xxx variables instead of
16897         a call to gnat_set_globals.
16898         Generate a string containing settings from
16899         Priority_Specific_Dispatching pragma entries.
16900         (Gen_Object_Files_Options): Do not include the runtime libraries when
16901         pragma No_Run_Time is specified.
16902
16903         * init.c (__gnat_install_handler, case FreeBSD): Use SA_SIGINFO, for
16904         consistency with s-intman-posix.adb.
16905         (__gnat_error_handler, case FreeBSD): Account for the fact that the
16906         handler is installed with SA_SIGINFO.
16907         (__gnat_adjust_context_for_raise, FreeBSD case): New function for
16908         FreeBSD ZCX support, copied from Linux version.
16909         Add MaRTE-specific definitions for the linux target. Redefine sigaction,
16910         sigfillset, and sigemptyset so the routines defined by MaRTE.
16911         (__gl_priority_specific_dispatching): Add this variable that stores the
16912         string containing priority specific dispatching policies in the
16913         partition.
16914         (__gl_num_specific_dispatching): Add this variable that indicates the
16915         highest priority for which a priority specific dispatching pragma
16916         applies.
16917         (__gnat_get_specific_dispatching): Add this routine that returns the
16918         priority specific dispatching policy, as set by a
16919         Priority_Specific_Dispatching pragma appearing anywhere in the current
16920         partition. The input argument is the priority number, and the result
16921         is the upper case first character of the policy name.
16922         (__gnat_set_globals): Now a dummy function.
16923         (__gnat_handle_vms_condition): Feed adjust_context_for_raise with
16924         mechargs instead of sigargs, as the latter can be retrieved from the
16925         former and sigargs is not what we want on ia64.
16926         (__gnat_adjust_context_for_raise, alpha-vms): Fetch sigargs from the
16927         mechargs argument.
16928         (__gnat_adjust_context_for_raise, ia64-vms): New function.
16929         (tasking_error): Remove unused symbol.
16930         (_abort_signal): Move this symbol to the IRIX specific part since this
16931         is the only target that uses this definition.
16932         (Check_Abort_Status): Move this symbol to the IRIX specific part since
16933         this is the only target that uses this definition.
16934         (Lock_Task): Remove unused symbol.
16935         (Unlock_Task): Remove unused symbol.
16936
16937         * lib-writ.adb (Write_ALI): Output new S lines for
16938         Priority_Specific_Dispatching pragmas.
16939         Implement new flag BD for elaborate body desirable
16940
16941         * lib-writ.ads: Document S lines for Priority Specific Dispatching.
16942         (Specific_Dispatching): Add this table for storing the entries
16943         corresponding to Priority_Specific_Dispatching pragmas.
16944         Document new BD flag for elaborate body desirable
16945
16946         * par-prag.adb (Prag): Add Priority_Specific_Dispatching to the list
16947         of known pragmas.
16948
16949 2006-10-31  Javier Miranda  <miranda@adacore.com>
16950
16951         * a-tags.ads, a-tags.adb: 
16952         (Predefined_DT): New function that improves readability of the code.
16953         (Get_Predefined_Prim_Op_Address, Set_Predefined_Prim_Op_Address,
16954         Inherit_DT): Use the new function Predefined_DT to improve code
16955         readability.
16956         (Register_Interface_Tag): Update assertion.
16957         (Set_Interface_Table): Update assertion.
16958         (Interface_Ancestor_Tags): New subprogram required to implement AI-405:
16959         determining progenitor interfaces in Tags.
16960         (Inherit_CPP_DT): New subprogram.
16961
16962         * exp_disp.adb (Expand_Interface_Thunk): Suppress checks during the
16963         analysis of the thunk code.
16964         (Expand_Interface_Conversion): Handle run-time conversion of
16965         access to class wide types.
16966         (Expand_Dispatching_Call): When generating the profile for the
16967         subprogram itype for a dispatching operation, properly terminate the
16968         formal parameters chaind list (set the Next_Entity of the last formal
16969         to Empty).
16970         (Collect_All_Interfaces): Removed. This routine has been moved to
16971         sem_util and renamed as Collect_All_Abstract_Interfaces.
16972         (Set_All_DT_Position): Hidden entities associated with abstract
16973         interface primitives are not taken into account in the check for
16974         3.9.3(10); this check is done with the aliased entity.
16975         (Make_DT, Set_All_DT_Position): Enable full ABI compatibility for
16976         interfacing with CPP by default.
16977         (Expand_Interface_Conversion): Add missing support for static conversion
16978         from an interface to a tagged type.
16979         (Collect_All_Interfaces): Add new out formal containing the list of
16980         abstract interface types to cleanup the subprogram Make_DT.
16981         (Make_DT): Update the code to generate the table of interfaces in case
16982         of abstract interface types.
16983         (Is_Predefined_Dispatching_Alias): New function that returns true if
16984         a primitive is not a predefined dispatching primitive but it is an
16985         alias of a predefined dispatching primitive.
16986         (Make_DT): If the ancestor of the type is a CPP_Class and we are
16987         compiling under full ABI compatibility mode we avoid the generation of
16988         calls to run-time services that fill the dispatch tables because under
16989         this mode we currently inherit the dispatch tables in the IP subprogram.
16990         (Write_DT): Emit an "is null" indication for a null procedure primitive.
16991         (Expand_Interface_Conversion): Use an address as the type of the formal
16992         of the internally built function that handles the case in which the
16993         target type is an access type.
16994
16995 2006-10-31  Robert Dewar  <dewar@adacore.com>
16996
16997         * binde.adb (Better_Choice, Worse_Choice): Implement new preferences.
16998
16999 2006-10-31  Robert Dewar  <dewar@adacore.com>
17000
17001         * bindusg.ads, bindusg.adb:
17002         Change to package and rename procedure as Display, which
17003         now ensures that it only outputs usage information once.
17004
17005 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
17006
17007         * cal.c: Use the header sys/time.h for VxWorks 6.2 or greater when
17008         using RTPs.
17009
17010         * mkdir.c: Use a different version of mkdir for VxWorks 6.2 or greater
17011         when using RTPs.
17012
17013 2006-10-31  Robert Dewar  <dewar@adacore.com>
17014             Ed Schonberg  <schonberg@adacore.com>
17015
17016         * treepr.adb: Use new subtype N_Membership_Test
17017
17018         * checks.ads, checks.adb: Add definition for Validity_Check
17019         (Range_Or_Validity_Checks_Suppressed): New function
17020         (Ensure_Valid): Test Validity_Check suppressed
17021         (Insert_Valid_Check): Test Validity_Check suppressed
17022         (Insert_Valid_Check): Preserve Do_Range_Check flag
17023         (Validity_Check_Range): New procedure
17024         (Expr_Known_Valid): Result of membership test is always valid
17025         (Selected_Range_Checks): Range checks cannot be applied to discriminants
17026         by themselves. Disabling those checks must also be done for task types,
17027         where discriminants may be used for the bounds of entry families.
17028         (Apply_Address_Clause_Check): Remove side-effects if address expression
17029         is non-static and is not the name of a declared constant.
17030         (Null_Exclusion_Static_Checks): Extend to handle Function_Specification.
17031         Code cleanup and new error messages.
17032         (Enable_Range_Check): Test for some cases of suppressed checks
17033         (Generate_Index_Checks): Suppress index checks if index checks are
17034         suppressed for array object or array type.
17035         (Apply_Selected_Length_Checks): Give warning for compile-time detected
17036         length check failure, even if checks are off.
17037         (Ensure_Valid): Do not generate a check on an indexed component whose
17038         prefix is a packed boolean array.
17039         * checks.adb: (Alignment_Checks_Suppressed): New function
17040         (Apply_Address_Clause_Check): New procedure, this is a completely
17041         rewritten replacement for Apply_Alignment_Check
17042         (Get_E_Length/Get_E_First_Or_Last): Add missing barrier to ensure that
17043         we request a discriminal value only in case of discriminants.
17044         (Apply_Discriminant_Check): For Ada_05, only call Get_Actual_Subtype for
17045         assignments where the target subtype is unconstrained and the target
17046         object is a parameter or dereference (other aliased cases are known
17047         to be unconstrained).
17048
17049 2006-10-31  Robert Dewar  <dewar@adacore.com>
17050
17051         * clean.adb, gnatname.adb, gnatsym.adb, prep.adb, prep.ads,
17052         prepcomp.adb, prj.ads, prj-strt.adb, sem_maps.ads,
17053         vms_conv.adb: Fix bad table increment values (much too small)
17054
17055         * table.adb (Realloc): Make sure we get at least some new elements
17056         Defends against silly small values for table increment
17057
17058 2006-10-31  Robert Dewar  <dewar@adacore.com>
17059             Ed Schonberg  <schonberg@adacore.com>
17060             Bob Duff  <duff@adacore.com>
17061
17062         * einfo.ads, einfo.adb (Obsolescent_Warning): Now defined on all
17063         entities. Move other fields around to make this possible
17064         (Is_Derived_Type): Add missing call to Is_Type.
17065         (Extra_Formals): New function for subprograms, entries, subprogram
17066         types.
17067         (Set_Extra_Formals): New procedure for subprograms, entries, subp types.
17068         (First_Formal_With_Extras): New function for subprogs, entries, subp
17069         types.
17070         (Write_Field28_Name): New procedure for node display of "Extra_Formals".
17071         Add node information for E_Return_Statement.
17072         (Elaborate_Body_Desirable): New flag
17073         (Is_Return_By_Reference_Type): Rename Is_Return_By_Reference_Type
17074         to be Is_Inherently_Limited_Type, because return-by-reference has
17075         no meaning in Ada 2005.
17076         (E_Return_Statement): New entity kind.
17077         (Return_Applies_To): Field of E_Return_Statement.
17078         (Is_Return_Object): New flag in object entities.
17079         (Is_Dynamic_Scope): Make it True for E_Return_Statement.
17080         (Must_Have_Preelab_Init): New flag
17081         (Known_To_Have_Preelab_Init): New flag
17082         (Is_Formal_Object): Move from Sem_Ch8 body to Einfo
17083         (Is_Visible_Formal): New flag on entities in formal packages.
17084         (Low_Bound_Known): New flag
17085         (Non_Limited_View, Set_Non_Limited_View): Add membership test agains
17086         Incomplete_Kind.
17087         (Write_Field17_Name): Correct spelling of Non_Limited_View. Add name
17088         output when Id is an incomplete subtype.
17089
17090 2006-10-31  Robert Dewar  <dewar@adacore.com>
17091
17092         * errout.ads, errout.adb (Finalize): Implement switch -gnatd.m
17093         Avoid abbreviation Creat
17094         (Finalize): List all sources in extended mail source if -gnatl
17095         switch is active.
17096         Suppress copyright notice to file in -gnatl=f mode if -gnatd7 set
17097         (Finalize): Implement new -gnatl=xxx switch to output listing to file
17098         (Set_Specific_Warning_On): New procedure
17099         (Set_Specific_Warning_Off): New procedure
17100         Add implementation of new insertion \\
17101         (Error_Msg_Internal): Add handling for Error_Msg_Line_Length
17102         (Unwind_Internal_Type): Improve report on anonymous access_to_subprogram
17103         types.
17104         (Error_Msg_Internal): Make sure that we set Last_Killed to
17105         True when a message from another package is suppressed.
17106         Implement insertion character ~ (insert string)
17107         (First_Node): Minor adjustments to get better placement.
17108
17109         * frontend.adb: 
17110         Implement new -gnatl=xxx switch to output listing to file
17111
17112         * gnat1drv.adb: 
17113         Implement new -gnatl=xxx switch to output listing to file
17114
17115         * opt.ads: (Warn_On_Questionable_Missing_Paren): New switch
17116         (Commands_To_Stdout): New flag
17117         Implement new -gnatl=xxx switch to output listing to file
17118         New switch Dump_Source_Text
17119         (Warn_On_Deleted_Code): New warning flag for -gnatwt
17120         Define Error_Msg_Line_Length
17121         (Warn_On_Assumed_Low_Bound): New switch
17122
17123         * osint.ads, osint.adb
17124         (Normalize_Directory_Name): Fix bug.
17125         Implement new -gnatl=xxx switch to output listing to file
17126         (Concat): Removed, replaced by real concatenation
17127         Make use of concatenation now allowed in compiler
17128         (Executable_Prefix.Get_Install_Dir): First get the full path, so that
17129         we find the 'lib' or 'bin' directory even when the tool has been
17130         invoked with a relative path.
17131         (Executable_Name): New function taking string parameters.
17132
17133         * osint-c.ads, osint-c.adb: 
17134         Implement new -gnatl=xxx switch to output listing to file
17135
17136         * sinput-d.adb: Change name Creat_Debug_File to Create_Debug_File
17137
17138         * switch-c.adb: 
17139         Implement new -gnatl=xxx switch to output listing to file
17140         Recognize new -gnatL switch
17141         (no longer keep in old warning about old style usage)
17142         Use concatenation to simplify code
17143         Recognize -gnatjnn switch
17144         (Scan_Front_End_Switches): Clean up handling of -gnatW
17145         (Scan_Front_End_Switches): Include Warn_On_Assumed_Low_Bound for -gnatg
17146
17147 2006-10-31  Robert Dewar  <dewar@adacore.com>
17148
17149         * erroutc.ads, erroutc.adb (Set_Specific_Warning_On): New procedure
17150         (Set_Specific_Warning_Off): New procedure
17151         (Warning_Specifically_Suppressed): New function
17152         (Validate_Specific_Warnings): New procedure
17153         (Output_Msg_Text): Complete rewrite to support -gnatjnn
17154
17155         * err_vars.ads: Implement insertion character ~ (insert string)
17156
17157 2006-10-31  Bob Duff  <duff@adacore.com>
17158             Ed Schonberg  <schonberg@adacore.com>
17159
17160         * exp_aggr.adb (Build_Record_Aggr_Code): For extension aggregates, if
17161         the parent part is a build-in-place function call, generate assignments.
17162         (Expand_Record_Aggregate): Call Convert_To_Assignments if any components
17163         are build-in-place function calls.
17164         (Replace_Self_Reference): New subsidiary of
17165         Make_OK_Assignment_Statement, to replace an access attribute that is a
17166         self-reference into an access to the appropriate component of the
17167         target object. Generalizes previous mechanism to handle self-references
17168         nested at any level.
17169         (Is_Self_Referential_Init): Remove, not needed.
17170         (Is_Self_Referential_Init): New predicate to simplify handling of self
17171         referential components in record aggregates.
17172         (Has_Default_Init_Comps, Make_OK_Assignment_Statement): Add guard to
17173         check for presence of entity before checking for self-reference.
17174         (Has_Default_Init_Comps): Return True if a component association is a
17175         self-reference to the enclosing type, which can only come from a
17176         default initialization.
17177         (Make_OK_Assignment_Statement): If the expression is of the form
17178         Typ'Acc, where Acc is an access attribute, the expression comes from a
17179         default initialized self-referential component.
17180         (Build_Record_Aggr_Code): If the type of the aggregate is a tagged type
17181         that has been derived from several abstract interfaces we must also
17182         initialize the tags of the secondary dispatch tables.
17183
17184 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
17185             Thomas Quinot  <quinot@adacore.com>
17186             Javier Miranda  <miranda@adacore.com>
17187             Robert Dewar  <dewar@adacore.com>
17188
17189         * exp_attr.adb: 
17190         (Expand_Access_To_Protected_Op): If the context indicates that an access
17191         to a local operation may be transfered outside of the object, create an
17192         access to the wrapper operation that must be used in an external call.
17193         (Expand_N_Attribute_Reference, case Attribute_Valid): For the AAMP
17194         target, pass the Valid attribute applied to a floating-point prefix on
17195         to the back end without expansion.
17196         (Storage_Size): Use the new run-time function Storage_Size to retrieve
17197         the allocated storage when it is specified by a per-object expression.
17198         (Expand_N_Attribute_Reference): Add case for Attribute_Stub_Type.
17199         Nothing to do here, the attribute has been rewritten during semantic
17200         analysis.
17201         (Expand_Attribute_Reference): Handle expansion of the new Priority
17202         attribute
17203         (Find_Fat_Info): Handle case of universal real
17204         (Expand_Access_To_Protected_Op): Fix use of access to protected
17205         subprogram from inside the body of a protected entry.
17206         (Expand_Access_To_Protected_Op): Common procedure for the expansion of
17207         'Access and 'Unrestricted_Access, to transform the attribute reference
17208         into a fat pointer.
17209         (Is_Constrained_Aliased_View): New predicate to help determine whether a
17210         subcomponent's enclosing variable is aliased with a constrained subtype.
17211         (Expand_N_Attribute_Reference, case Attribute_Constrained): For Ada_05,
17212         test Is_Constrained_Aliased_View rather than Is_Aliased_View, because
17213         an aliased prefix must be known to be constrained in order to use True
17214         for the attribute value, and now it's possible for some aliased views
17215         to be unconstrained.
17216
17217 2006-10-31  Robert Dewar  <dewar@adacore.com>
17218
17219         * exp_ch2.adb: Change Is_Lvalue to May_Be_Lvalue
17220         (Expand_Entity_Reference): Correct error of not handling subprogram
17221         formals in current_value processing.
17222
17223 2006-10-31  Javier Miranda  <miranda@adacore.com>
17224             Robert Dewar  <dewar@adacore.com>
17225             Ed Schonberg  <schonberg@adacore.com>
17226             Gary Dismukes  <dismukes@adacore.com>
17227
17228         * exp_ch3.ads, exp_ch3.adb (Expand_N_Object_Declaration): Do not
17229         register in the final list objects containing class-wide interfaces;
17230         otherwise we incorrectly register the tag of the interface in the final
17231         list.
17232         (Make_Controlling_Function_Wrappers): Add missing barrier to do not
17233         generate the wrapper if the parent primitive is abstract. This is
17234         required to report the correct error message.
17235         (Expand_N_Subtype_Indication): Do validity checks on range
17236         (Clean_Task_Names): If an initialization procedure includes a call to
17237         initialize a task (sub)component, indicate that the procedure will use
17238         the secondary stack.
17239         (Build_Init_Procedure, Init_Secondary_Tags): Enable full ABI
17240         compatibility for interfacing with CPP by default.
17241         (Expand_N_Object_Declaration): Only build an Adjust call when the
17242         object's type is a nonlimited controlled type.
17243         * exp_ch3.adb: Add with and use of Exp_Ch6.
17244         (Expand_N_Object_Declaration): Check for object initialization that is a
17245         call to build-in-place function and apply Make_Build_In_Place_Call_In_
17246         Object_Declaration to the call.
17247         (Freeze_Type): When the designated type of an RACW was not frozen at the
17248         point where the RACW was declared, validate the primitive operations
17249         with respect to E.2.2(14) when it finally is frozen.
17250         (Build_Initialization_Call,Expand_Record_Controller): Rename
17251         Is_Return_By_Reference_Type to be Is_Inherently_Limited_Type, because
17252         return-by-reference has no meaning in Ada 2005.
17253         (Init_Secondary_Tags): Add missing call to Set_Offset_To_Top
17254         to register tag of the immediate ancestor interfaces in the
17255         run-time structure.
17256         (Init_Secondary_Tags): Moved to the specification to allow the
17257         initialization of extension aggregates with abstract interfaces.
17258         (Build_Master_Renaming): Make public, for use by function declarations
17259         whose return type is an anonymous access type.
17260         (Freeze_Record_Type): Replace call to Insert_List_Before by call to
17261         Insert_List_Before_And_Analyze after the generation of the specs
17262         associated with null procedures.
17263         (Expand_Tagged_Root): Update documentation in its specification.
17264         (Init_Secondary_Tags): Update documentation.
17265         (Build_Init_Procedure): If we are compiling under CPP full ABI compa-
17266         tibility mode and the immediate ancestor is a CPP_Pragma tagged type
17267         then generate code to inherit the contents of the dispatch table
17268         directly from the ancestor.
17269         (Expand_Record_Controller): Insert controller component after tags of
17270         implemented interfaces.
17271         (Freeze_Record_Type): Call new procedure Make_Null_Procedure_Specs to
17272         create null procedure overridings when null procedures are inherited
17273         from interfaces.
17274         (Make_Null_Procedure_Specs): New procedure to generate null procedure
17275         declarations for overriding null primitives inherited from interfaces.
17276         (Is_Null_Interface_Procedure): New function in
17277         Make_Null_Procedure_Specs.
17278         (Make_Predefined_Primitive_Specs/Predefined_Primitive_Bodies): If the
17279         immediate ancestor of a tagged type is an abstract interface type we
17280         must generate the specification of the predefined primitives associated
17281         with controlled types (because the dispatch table of the ancestor is
17282         null and hence these entries cannot be inherited). This is required to
17283         elaborate well the dispatch table.
17284
17285 2006-10-31  Javier Miranda  <miranda@adacore.com>
17286             Ed Schonberg  <schonberg@adacore.com>
17287             Bob Duff  <duff@adacore.com>
17288             Gary Dismukes  <dismukes@adacore.com>
17289             Robert Dewar  <dewar@adacore.com>
17290
17291         * exp_ch4.adb (Expand_N_Type_Conversion): Handle missing interface type
17292         conversion.
17293         (Expand_N_In): Do validity checks on range
17294         (Expand_Selected_Component): Use updated for of Denotes_Discriminant.
17295         (Expand_N_Allocator): For "new T", if the object is constrained by
17296         discriminant defaults, allocate the right amount of memory, rather than
17297         the maximum for type T.
17298         (Expand_Allocator_Expression): Suppress the call to Remove_Side_Effects
17299         when the allocator is initialized by a build-in-place call, since the
17300         allocator is already rewritten as a reference to the function result,
17301         and this prevents an unwanted duplication of the function call.
17302         Add with and use of Exp_Ch6.
17303         (Expand_Allocator_Expresssion): Check for an allocator whose expression
17304         is a call to build-in-place function and apply
17305         Make_Build_In_Place_Call_In_Allocator to the call (for both tagged and
17306         untagged designated types).
17307         (Expand_N_Unchecked_Type_Conversion): Do not do integer literal
17308         optimization if source or target is biased.
17309         (Expand_N_Allocator): Add comments for case of an allocator within a
17310         function that returns an anonymous access type designating tasks.
17311         (Expand_N_Allocator): apply discriminant checks for access
17312         discriminants of anonymous access types (AI-402, AI-416)
17313
17314 2006-10-31  Bob Duff  <duff@adacore.com>
17315             Robert Dewar  <dewar@adacore.com>
17316             Gary Dismukes  <dismukes@adacore.com>
17317             Ed Schonberg  <schonberg@adacore.com>
17318
17319         * exp_ch5.ads (Expand_N_Extended_Return_Statement): New procedure.
17320
17321         * exp_ch5.adb (Expand_N_Loop_Statement): Do validity checks on range
17322         (Expand_N_Assignment_Statement): Call
17323         Make_Build_In_Place_Call_In_Assignment if the right-hand side is a
17324         build-in-place function call. Currently, this can happen only for
17325         assignments that come from aggregates.
17326         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
17327         in order to alleviate the upward compatibility introduced by AI-318.
17328         (Expand_N_Extended_Return_Statement): Add support for handling the
17329         return object as a build-in-place result.
17330         (Expand_Non_Function_Return): Implement simple return statements nested
17331         within an extended return.
17332         (Enable_New_Return_Processing): Turn on the new processing of return
17333         statements.
17334         (Expand_Non_Function_Return): For a return within an extended return,
17335         don't raise Program_Error, because Sem_Ch6 now gives a warning.
17336         (Expand_N_Extended_Return_Statement): Implement AI-318
17337         (Expand_Simple_Function_Return): Ditto.
17338         (Expand_N_If_Statement): Handle new -gnatwt warning
17339         (Expand_N_Case_Statement): Handle new -gnatwt warning
17340         (Expand_N_Assignment): Handle assignment to the Priority attribute of
17341         a protected object.
17342         (Expand_N_Assignment_Statement): Implement -gnatVe/E to control
17343         validity checking of assignments to elementary record components.
17344         (Expand_N_Return_Statement): return Class Wide types on the secondary
17345         stack independantly of their controlled status since with HIE runtimes,
17346         class wide types are not potentially controlled anymore.
17347
17348         * expander.adb (Expand): Add case for new N_Extended_Return_Statement
17349         node kind.
17350
17351         * exp_ch11.adb (Expand_N_Handled_Sequence_Of_Statements): Avoid
17352         Expand_Cleanup_Actions in case of N_Extended_Return_Statement, because
17353         it expects a block, procedure, or task. The return statement will get
17354         turned into a block, and Expand_Cleanup_Actions will happen then.
17355
17356 2006-10-31  Robert Dewar  <dewar@adacore.com>
17357             Ed Schonberg  <schonberg@adacore.com>
17358             Bob Duff  <duff@adacore.com>
17359             Gary Dismukes  <dismukes@adacore.com>
17360
17361         * exp_ch6.ads, exp_ch6.adb: Use new Validity_Check suppression
17362         capability.
17363         (Expand_Inlined_Call): Tagged types are by-reference types, and
17364         therefore should be replaced by a renaming declaration in the expanded
17365         body, as is done for limited types.
17366         (Expand_Call): If this is a call to a function with dispatching access
17367         result, propagate tag from context.
17368         (Freeze_Subprogram): Enable full ABI compatibility for interfacing with
17369         CPP by default.
17370         (Make_Build_In_Place_Call_In_Assignment): New procedure to do
17371         build-in-place when the right-hand side of an assignment is a
17372         build-in-place function call.
17373         (Make_Build_In_Place_Call_In_Allocator): Apply an unchecked conversion
17374         of the explicit dereference of the allocator to the result subtype of
17375         the build-in-place function. This is needed to satisfy type checking
17376         in cases where the caller's return object is created by an allocator for
17377         a class-wide access type and the type named in the allocator is a
17378         specific type.
17379         (Make_Build_In_Place_Call_In_Object_Declaration): Apply an unchecked
17380         conversion of the reference to the declared object to the result subtype
17381         of the build-in-place function. This is needed to satisfy type checking
17382         in cases where the declared object has a class-wide type. Also, in the
17383         class-wide case, change the type of the object entity to the specific
17384         result subtype of the function, to avoid passing a class-wide object
17385         without explicit initialization to the back end.
17386         (Register_Interface_DT_Entry): Moved outside the body of
17387         Freeze_Subprogram because this routine is now public; it is called from
17388         Check_Dispatching_Overriding to handle late overriding of abstract
17389         interface primitives.
17390         (Add_Access_Actual_To_Build_In_Place_Call): New utility procedure for
17391         adding an implicit access actual on a call to a build-in-place function.
17392         (Expand_Actuals): Test for an actual parameter that is a call to a
17393         build-in-place function and apply
17394         Make_Build_In_Place_Call_In_Anonymous_Context to the call.
17395         (Is_Build_In_Place_Function): New function to determine whether an
17396         entity is a function whose calls should be handled as build-in-place.
17397         (Is_Build_In_Place_Function_Call): New function to determine whether an
17398         expression is a function call that should handled as build-in-place.
17399         (Make_Build_In_Place_Call_In_Allocator): New procedure for handling
17400         calls to build-in-place functions as the initialization of an allocator.
17401         (Make_Build_In_Place_Call_In_Anonymous_Context): New procedure for
17402         handling calls to build-in-place functions in contexts that do not
17403         involve init of a separate object (for example, actuals of subprogram
17404         calls).
17405         (Make_Build_In_Place_Call_In_Object_Declaration): New procedure for
17406         handling calls to build-in-place functions as the initialization of an
17407         object declaration.
17408         (Detect_Infinite_Recursion): Add explicit parameter Process to
17409         instantiation of Traverse_Body to avoid unreferenced warning.
17410         (Check_Overriding_Inherited_Interfaces): Removed.
17411         (Register_Interface_DT_Entry): Code cleanup.
17412         (Register_Predefined_DT_Entry): Code cleanup.
17413         (Expand_Inlined_Call.Rewrite_Procedure_Call): Do not omit block around
17414         inlined statements if within a transient scope.
17415         (Expand_Inlined_Call.Process_Formals): When replacing occurrences of
17416         formal parameters with occurrences of actuals in inlined body, establish
17417         visibility on the proper view of the actual's subtype for the body's
17418         context.
17419         (Freeze_Subprogram): Do nothing if we are compiling under full ABI
17420         compatibility mode and we have an imported CPP subprogram because
17421         for now we assume that imported CPP primitives correspond with
17422         objects whose constructor is in the CPP side (and therefore we
17423         don't need to generate code to register them in the dispatch table).
17424         (Expand_Actuals): Introduce copy of actual, only if it might be a bit-
17425         aligned selected component.
17426         (Add_Call_By_Copy_Node): Add missing code to handle the case in which
17427         the actual of an in-mode parameter is a type conversion.
17428         (Expand_Actuals): If the call does not come from source and the actual
17429         is potentially misaligned, let gigi handle it rather than rejecting the
17430         (Expand_N_Subprogram_Body, Freeze_Subprogram): set subprograms returning
17431         Class Wide types as returning by reference independantly of their
17432         controlled status since with HIE runtimes class wide types are not
17433         potentially controlled anymore.
17434
17435 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
17436
17437         * exp_ch9.adb (Update_Prival_Types): Simplify code for entity
17438         references that are private components of the protected object.
17439         (Build_Barrier_Function): Set flag Is_Entry_Barrier_Function
17440         (Update_Prival_Subtypes): Add explicit Process argument to Traverse_Proc
17441         instantiation to deal with warnings.
17442         (Initialize_Protection): If expression for priority is non-static, use
17443         System_Priority as its expected type, in case the expression has not
17444         been analyzed yet.
17445
17446 2006-10-31  Robert Dewar  <dewar@adacore.com>
17447
17448         * exp_dbug.ads, exp_dbug.adb (Get_External_Name): Add missing
17449         initialization of Homonym_Len.
17450         (Fully_Qualify_Name): Remove kludge to eliminate anonymous block
17451         names from fully qualified name. Fixes problem of duplicate
17452         external names differing only in the presence of such a block name.
17453
17454 2006-10-31  Thomas Quinot  <quinot@adacore.com>
17455             Pablo Oliveira  <oliveira@adacore.com>
17456
17457         * exp_dist.adb (Get_Subprogram_Ids): This function will no more assign
17458         subprogram Ids, even if they are not yet assigned.
17459         (Build_Subprogram_Id): It is now this function that will take care of
17460         calling Assign_Subprogram_Ids if necessary.
17461         (Add_Receiving_Stubs_To_Declarations): Checking the subprograms ids
17462         should be done only once they are assigned.
17463         (Build_From_Any_Function, case of tagged types): Add missing call to
17464         Allocate_Buffer.
17465         (Corresponding_Stub_Type): New subprogram. Returns the associated stub
17466         type for an RACW type.
17467         (Add_RACW_Features): When processing an RACW declaration for which the
17468         designated type is already frozen, enforce E.2.2(14) rules immediately.
17469         (GARLIC_Support.Build_Subprogram_Receiving_Stubs): Do not perform any
17470         special reordering of controlling formals.
17471
17472         * exp_dist.ads (Corresponding_Stub_Type): New subprogram. Returns the
17473         associated stub type for an RACW type.
17474
17475 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
17476
17477         * exp_fixd.adb (Rounded_Result_Set): For multiplication and division of
17478         fixed-point operations in an integer context, i.e. as operands of a
17479         conversion to an integer type, indicate that result must be rounded.
17480
17481 2006-10-31  Robert Dewar  <dewar@adacore.com>
17482
17483         * exp_imgv.adb (Expand_Image_Attribute): For Wide_[Wide_]Character
17484         cases, pass the encoding method, since it is now required by the run
17485         time.
17486
17487         * s-valwch.ads, s-valwch.adb (Value_Wide_Wide_Character): Avoid
17488         assumption that Str'First = 1.
17489         (Value_Wide_Character): Takes EM (encoding method) parameter and passes
17490         it on to the Value_Wide_Wide_Character call.
17491         (Value_Wide_Wide_Character): Takes EM (encoding method) parameter and
17492         properly handles a string of the form quote-encoded_wide_char-quote.
17493
17494         * s-wchcnv.adb: Minor reformatting
17495
17496 2006-10-31  Javier Miranda  <miranda@adacore.com>
17497
17498         * exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing
17499         run-time membership test to ensure that the constructed object
17500         implements the target abstract interface.
17501
17502 2006-10-31  Robert Dewar  <dewar@adacore.com>
17503
17504         * exp_prag.adb (Expand_Pragma_Common_Object): Use a single
17505         Machine_Attribute pragma internally to implement the user pragma.
17506         Add processing for pragma Interface so that it is now completely
17507         equivalent to pragma Import.
17508
17509         * sem_prag.adb (Analyze_Pragma, case Obsolescent): Extend this pragma
17510         so that it can be applied to all entities, including record components
17511         and enumeration literals.
17512         (Analyze_Pragma, case Priority_Specific_Dispatching): Check whether
17513         priority ranges are correct, verify compatibility against task
17514         dispatching and locking policies, and if everything is correct an entry
17515         is added to the table containing priority specific dispatching entries
17516         for this compilation unit.
17517         (Delay_Config_Pragma_Analyze): Delay processing
17518         Priority_Specific_Dispatching pragmas because when processing the
17519         pragma we need to access run-time data, such as the range of
17520         System.Any_Priority.
17521         (Sig_Flags): Add Pragma_Priority_Specific_Dispatching.
17522         Allow pragma Unreferenced as a context item
17523         Add pragma Preelaborable_Initialization
17524         (Analyze_Pragma, case Interface): Interface is extended so that it is
17525         now syntactically and semantically equivalent to Import.
17526         (Analyze_Pragma, case Compile_Time_Warning): Fix error of blowups on
17527         insertion characters.
17528         Add handling for Pragma_Wide_Character_Encoding
17529         (Process_Restrictions_Restriction_Warnings): Ensure that a warning
17530         never supercedes a real restriction, and that a real restriction
17531         always supercedes a warning.
17532         (Analyze_Pragma, case Assert): Set Low_Bound_Known if assert is of
17533         appropriate form.
17534
17535 2006-10-31  Bob Duff  <duff@adacore.com>
17536             Ed Schonberg  <schonberg@adacore.com>
17537             Robert Dewar  <dewar@adacore.com>
17538
17539         * exp_ch7.adb (Build_Array_Deep_Procs, Build_Record_Deep_Procs,
17540         Make_Deep_Record_Body): Rename Is_Return_By_Reference_Type to be
17541         Is_Inherently_Limited_Type, because return-by-reference has no meaning
17542         in Ada 2005.
17543         (Find_Node_To_Be_Wrapped): Use new method of determining the result
17544         type of the function containing a return statement, because the
17545         Return_Type field was removed. We now use the Return_Applies_To field.
17546
17547         * exp_util.ads, exp_util.adb: Use new subtype N_Membership_Test
17548         (Build_Task_Image_Decl): If procedure is not called from an
17549         initialization procedure, indicate that function that builds task name
17550         uses the sec. stack. Otherwise the enclosing initialization procedure
17551         will carry the indication.
17552         (Insert_Actions): Remove N_Return_Object_Declaration. We now use
17553         N_Object_Declaration instead.
17554         (Kill_Dead_Code): New interface to implement -gnatwt warning for
17555         conditional dead code killed, and change implementation accordingly.
17556         (Insert_Actions): Add N_Return_Object_Declaration case.
17557         Correct comment to mention N_Extension_Aggregate node.
17558         (Set_Current_Value_Condition): Call Safe_To_Capture_Value to avoid bad
17559         attempts to save information for global variables which cannot be
17560         safely tracked.
17561         (Get_Current_Value_Condition): Handle conditions the other way round
17562         (constant on left). Also handle right operand of AND and AND THEN
17563         (Set_Current_Value_Condition): Corresponding changes
17564         (Append_Freeze_Action): Remove unnecessary initialization of Fnode.
17565         (Get_Current_Value_Condition): Handle simple boolean operands
17566         (Get_Current_Value_Condition): Handle left operand of AND or AND THEN
17567         (Get_Current_Value_Condition): If the variable reference is within an
17568         if-statement, does not appear in the list of then_statments, and does
17569         not come from source, treat it as being at unknown location.
17570         (Get_Current_Value_Condition): Enhance to allow while statements to be
17571         processed as well as if statements.
17572         (New_Class_Wide_Subtype): The entity for a class-wide subtype does not
17573         come from source.
17574         (OK_To_Do_Constant_Replacement): Allow constant replacement within body
17575         of loop. This is safe now that we fixed Kill_Current_Values.
17576         (OK_To_Do_Constant_Replacement): Check whether current scope is
17577         Standard, before examining outer scopes.
17578
17579 2006-10-31  Vincent Celier  <celier@adacore.com>
17580
17581         * krunch.ads, krunch.adb (Krunch): New Boolean parameter VMS_On_Target.
17582         When True, apply VMS treatment to children of packages A, G, I and S.
17583         For F320-016
17584
17585         * fname-uf.adb (Get_File_Name): Call Krunch with OpenVMS_On_Target
17586
17587 2006-10-31  Robert Dewar  <dewar@adacore.com>
17588             Ed Schonberg  <schonberg@adacore.com>
17589
17590         * freeze.adb: Add handling of Last_Assignment field
17591         (Warn_Overlay): Supply missing continuation marks in error msgs
17592         (Freeze_Entity): Add check for Preelaborable_Initialization
17593
17594         * g-comlin.adb: Add Warnings (Off) to prevent new warning
17595
17596         * g-expect.adb: Add Warnings (Off) to prevent new warning
17597
17598         * lib-xref.adb: Add handling of Last_Assignment field
17599         (Generate_Reference): Centralize handling of pragma Obsolescent here
17600         (Generate_Reference): Accept an implicit reference generated for a
17601         default in an instance.
17602         (Generate_Reference): Accept a reference for a node that is not in the
17603         main unit, if it is the generic body corresponding to an subprogram
17604         instantiation.
17605
17606         * xref_lib.adb: Add pragma Warnings (Off) to avoid new warnings
17607
17608         * sem_warn.ads, sem_warn.adb (Set_Warning_Switch): Add processing for
17609         -gnatwq/Q.
17610         (Warn_On_Useless_Assignment): Suppress warning if enclosing inner
17611         exception handler.
17612         (Output_Obsolescent_Entity_Warnings): Rewrite to avoid any messages on
17613         use clauses, to avoid messages on packages used to qualify, and also
17614         to avoid messages from obsolescent units.
17615         (Warn_On_Useless_Assignments): Don't generate messages for imported
17616         and exported variables.
17617         (Warn_On_Useless_Assignments): New procedure
17618         (Output_Obsolescent_Entity_Warnings): New procedure
17619         (Check_Code_Statement): New procedure
17620
17621         * einfo.ads, einfo.adb (Has_Static_Discriminants): New flag
17622         Change name Is_Ada_2005 to Is_Ada_2005_Only
17623         (Last_Assignment): New field for useless assignment warning
17624
17625 2006-10-31  Olivier Hainque  <hainque@adacore.com>
17626
17627         * g-alleve.adb (lvx, stvx): Ceil-Round the Effective Address to the
17628         closest multiple of VECTOR_ALIGNMENT and not the closest multiple of 16.
17629
17630 2006-10-31  Bob Duff  <duff@adacore.com>
17631             Robert Dewar  <dewar@adacore.com>
17632             Ed Schonberg  <schonberg@adacore.com>
17633
17634         * g-awk.adb (Default_Session, Current_Session): Compile this file in
17635         Ada 95 mode, because it violates the new rules for AI-318.
17636
17637         * g-awk.ads: Use overloaded subprograms in every case where we used to
17638         have a default of Current_Session. This makes the code closer to be
17639         correct for both Ada 95 and 2005.
17640
17641         * g-moreex.adb (Occurrence): Turn off warnings for illegal-in-Ada-2005
17642         code, relying on the fact that the compiler generates a warning
17643         instead of an error in -gnatg mode.
17644
17645         * lib-xref.ads (Xref_Entity_Letters): Add entry for new
17646         E_Return_Statement entity kind.
17647         Add an entry for E_Incomplete_Subtype in Xref_Entity_Letters.
17648
17649         * par.adb (P_Interface_Type_Definition): Addition of one formal to
17650         report an error if the reserved word abstract has been previously found.
17651         (SS_End_Type): Add E_Return for new extended_return_statement syntax.
17652
17653         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve message for
17654         parenthesized range attribute usage
17655         (P_Expression_No_Right_Paren): Add missing comment about error recovery.
17656
17657         * par-ch6.adb (P_Return_Object_Declaration): AI-318: Allow "constant"
17658         in the syntax for extended_return_statement. This is not in the latest
17659         RM, but the ARG is expected to issue an AI allowing this.
17660         (P_Return_Subtype_Indication,P_Return_Subtype_Indication): Remove
17661         N_Return_Object_Declaration. We now use N_Object_Declaration instead.
17662         (P_Return_Object_Declaration, P_Return_Subtype_Indication,
17663         P_Return_Statement): Parse the new syntax for extended_return_statement.
17664
17665         * par-endh.adb (Check_End, Output_End_Deleted, Output_End_Expected,
17666         Output_End_Missing): Add error-recovery code for the new
17667         extended_return_statement syntax; that is, the new E_Return entry on
17668         the scope stack.
17669
17670         * s-auxdec-vms_64.ads, s-auxdec.ads (AST_Handler): Change type from
17671         limited to nonlimited, because otherwise we violate the new Ada 2005
17672         rules about returning limited types in function Create_AST_Handler in
17673         s-asthan.adb.
17674
17675         * sem.adb (Analyze): Add cases for new node kinds
17676         N_Extended_Return_Statement and N_Return_Object_Declaration.
17677
17678         * sem_aggr.adb (Aggregate_Constraint_Checks): Verify that component
17679         type is in the same category as type of context before applying check,
17680         to prevent anomalies in instantiations.
17681         (Resolve_Aggregate): Remove test for limited components in aggregates.
17682         It's unnecessary in Ada 95, because if it has limited components, then
17683         it must be limited. It's wrong in Ada 2005, because limited aggregates
17684         are now allowed.
17685         (Resolve_Record_Aggregate): Move check for limited types later, because
17686         OK_For_Limited_Init requires its argument to have been resolved.
17687         (Get_Value): When copying the component default expression for a
17688         defaulted association in an aggregate, use the sloc of the aggregate
17689         and not that of the original expression, to prevent spurious
17690         elaboration errors, when the expression includes function calls.
17691         (Check_Non_Limited_Type): Correct code for AI-287, extension aggregates
17692         were missing. We also didn't handle qualified expressions. Now also
17693         allow function calls. Use new common routine OK_For_Limited_Init.
17694         (Resolve_Extension_Aggregate): Minor fix to bad error message (started
17695         with space can upper case letter).
17696
17697         * sem_ch3.ads, sem_ch3.adb (Create_Constrained_Components): Set
17698         Has_Static_Discriminants flag
17699         (Record_Type_Declaration): Diagnose an attempt to declare an interface
17700         type with discriminants.
17701         (Process_Range_Expr_In_Decl): Do validity checks on range
17702         (Build_Discriminant_Constraints): Use updated form of
17703         Denotes_Discriminant.
17704         (Process_Subtype): If the subtype is a private subtype whose full view
17705         is a concurrent subtype, introduce an itype reference to prevent scope
17706         anomalies in gigi.
17707         (Build_Derived_Record_Type, Collect_Interface_Primitives,
17708         Record_Type_Declaration):  The functionality of the subprograms
17709         Collect_Abstract_Interfaces and Collect_All_Abstract_Interfaces
17710         is now performed by a single routine.
17711         (Build_Derived_Record_Type): If the type definition includes an explicit
17712         indication of limitedness, then the type must be marked as limited here
17713         to ensure that any access discriminants will not be treated as having
17714         a local anonymous access type.
17715         (Check_Abstract_Overriding): Issue a detailed error message when an
17716         abstract subprogram was not overridden due to incorrect mode of its
17717         first parameter.
17718         (Analyze_Private_Extension_Declaration): Add support for the analysis of
17719         synchronized private extension declarations. Verify that the ancestor is
17720         a limited or synchronized interface or in the generic case, the ancestor
17721         is a tagged limited type or synchronized interface and all progenitors
17722         are either limited or synchronized interfaces.
17723         Derived_Type_Declaration): Check for presence of private extension when
17724         dealing with synchronized formal derived types.
17725         Process_Full_View): Enchance the check done on the usage of "limited" by
17726         testing whether the private view is synchronized.
17727         Verify that a synchronized private view is completed by a protected or
17728         task type.
17729         (OK_For_Limited_Init_In_05): New function.
17730         (Analyze_Object_Declaration): Move check for limited types later,
17731         because OK_For_Limited_Init requires its argument to have been resolved.
17732         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
17733         in order to alleviate the upward compatibility introduced by AI-318.
17734         (Constrain_Corresponding_Record): If the constraint is for a component
17735         subtype, mark the itype as frozen, to avoid out-of-scope references to
17736         discriminants in the back-end.
17737         (Collect_Implemented_Interfaces): Protect the recursive algorithm of
17738         this subprogram against wrong sources.
17739         (Get_Discr_Value, Is_Discriminant): Handle properly references to a
17740         discriminant of limited type completed with a protected type, when the
17741         discriminant is used to constrain a private component of the type, and
17742         expansion is disabled.
17743         (Find_Type_Of_Object): Do not treat a return subtype that is an
17744         anonymous subtype as a local_anonymous_type, because its accessibility
17745         level is the return type of the enclosing function.
17746         (Check_Initialization): In -gnatg mode, turn the error "cannot
17747         initialize entities of limited type" into a warning.
17748         (OK_For_Limited_Init): Return true for generated nodes, since it
17749         sometimes violates the legality rules.
17750         (Make_Incomplete_Declaration): If the type for which an incomplete
17751         declaration is created happens to be the currently visible entity,
17752         preserve the homonym chain when removing it from visibility.
17753         (Check_Conventions): Add support for Ada 2005 (AI-430): Conventions of
17754         inherited subprograms.
17755         (Access_Definition): If this is an access to function that is the return
17756         type of an access_to_function definition, context is a type declaration
17757         and the scope of the anonymous type is the current one.
17758         (Analyze_Subtype_Declaration): Add the defining identifier of a regular
17759         incomplete subtype to the set of private dependents of the original
17760         incomplete type.
17761         (Constrain_Discriminated_Type): Emit an error message whenever an
17762         incomplete subtype is being constrained.
17763         (Process_Incomplete_Dependents): Transform an incomplete subtype into a
17764         corresponding subtype of the full view of the original incomplete type.
17765         (Check_Incomplete): Properly detect invalid usage of incomplete types
17766         and subtypes.
17767
17768 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
17769
17770         * g-catiio.ads, g-catiio.adb (Value): New function.
17771         Given an input String, try and parse a valid Time value.
17772
17773 2006-10-31  Vincent Celier  <celier@adacore.com>
17774
17775         * g-debpoo.adb (Is_Valid): Correctly compute Offset using
17776         Integer_Address arithmetic, as in Set_Valid.
17777
17778 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
17779             Robert Dewar  <dewar@adacore.com>
17780
17781         * gnatcmd.adb (Process_Link): Use Osint.Executable_Name instead of
17782         handling executable extension manually and duplicating code.
17783
17784         * make.adb: Implement new -S switch
17785         (Gnatmake): Use new function Osint.Executable_Name instead
17786         of handling executable extension manually.
17787
17788         * prj-util.adb (Executable_Of): Make sure that if an Executable_Suffix
17789         is specified, the executable name ends with this suffix.
17790         Take advantage of Osint.Executable_Name instead of duplicating code.
17791
17792         * switch-m.adb: Recognize new gnatmake -S switch
17793
17794         * targparm.ads, targparm.adb (Executable_Extension_On_Target): New
17795         variable.
17796         (Get_Target_Parameters): Set Executable_Extension_On_Target if
17797         available.
17798
17799         * makeusg.adb: Add line for gnatmake -S switch
17800
17801 2006-10-31  Vincent Celier  <celier@adacore.com>
17802
17803         * gnatlink.adb (Gnatlink): If gcc is not called with -shared-libgcc,
17804         call it with -static-libgcc, as there are some platforms, such as
17805         Darwin, where one of these two switches is compulsory to link.
17806
17807 2006-10-31  Vincent Celier  <celier@adacore.com>
17808
17809         * gnatls.adb: Take into account GPR_PROJECT_PATH, when it is defined,
17810         instead of ADA_PROJECT_PATH, for the project path.
17811         (Gnatls): When displaying the project path directories, use host dir
17812         specs.
17813
17814         * prj-ext.adb (Prj.Ext elaboration): On VMS, only expand relative path
17815         names in the project path, as absolute paths may correspond to
17816         multi-valued VMS logical names.
17817
17818 2006-10-31  Vincent Celier  <celier@adacore.com>
17819
17820         * g-os_lib.ads, g-os_lib.adb (Locate_Exec_On_Path): Always return an
17821         absolute path name.
17822         (Locate_Regular_File): Ditto
17823         (Change_Dir): Remove, no longer used
17824         (Normalize_Pathname): Do not use Change_Dir to get the drive letter
17825         on Windows. Get it calling Get_Current_Dir.
17826         (OpenVMS): Remove imported boolean, no longer needed.
17827         (Normalize_Pathname)[VMS]: Do not resolve directory names.
17828         (Pid_To_Integer): New function to convert a Process_Id to  Integer
17829
17830 2006-10-31  Thomas Quinot  <quinot@adacore.com>
17831
17832         * g-socket.ads, g-socket.adb (Close_Selector): Once the signalling
17833         sockets are closed, reset the R_Sig_Socket and W_Sig_Socket components
17834         to No_Socket.
17835         (Selector_Type): Add default value of No_Socket for R_Sig_Socket and
17836         W_Sig_Socket.
17837
17838 2006-10-31  Robert Dewar  <dewar@adacore.com>
17839
17840         * g-speche.ads, g-speche.adb: Add special case to recognize misspelling
17841         initial letter o as a zero.
17842
17843 2006-10-31  Robert Dewar  <dewar@adacore.com>
17844
17845         * g-spipat.adb (S_To_PE): Remove incorrect use of 0 instead of Str'First
17846
17847 2006-10-31  Robert Dewar  <dewar@adacore.com>
17848
17849         * layout.adb (Layout_Record_Type): Deal with non-static subtypes of
17850         variant records
17851         (Layout_Variant_Record): Retrieve the discriminants from the entity
17852         rather than from the type definition, because in the case of a full
17853         type for a private type we need to take the discriminants from the
17854         partial view.
17855         (Layout_Component_List): When applying the Max operator to variants with
17856         a nonstatic size, check whether either operand is static and scale that
17857         operand from bits to storage units before applying Max.
17858         (Layout_Type): In VMS, if a C-convention access type has no explicit
17859         size clause (and does not inherit one in the case of a derived type),
17860         then the size is reset to 32 from 64.
17861
17862 2006-10-31  Vincent Celier  <celier@adacore.com>
17863
17864         * lib-load.adb (Load_Unit): Skip the test for a unit not found when
17865         its file has already been loaded, according to the unit being loaded,
17866         not to the current value of Multiple_Unit_Index.
17867
17868 2006-10-31  Thomas Quinot  <quinot@adacore.com>
17869             Eric Botcazou  <ebotcazou@adacore.com>
17870             Arnaud Charlet  <charlet@adacore.com>
17871
17872         * Makefile.in: Set EH mechanism to ZCX for FreeBSD.
17873         (NO_REORDER_ADAFLAGS): New var defined to -fno-toplevel-reorder if
17874         possible.
17875         (a-except.o): Pass it to the compiler.
17876         (gnatlib-shared-vms): Removed -nostartfiles switch in link step.
17877         (LIBGNAT_TARGET_PAIRS for Windows): Avoid the use of the specific
17878         a-calend-mingw.adb version.
17879
17880         * Makefile.rtl: Added s-dsaser.
17881         Add object entries for Ada.Calendar.[Arithmetic/Formatting/Time_Zones]
17882         (GNATRTL_TASKING_OBJS): Add Ada.Dispatching and
17883         Ada.Dispatching.Round_Robin.
17884         Added new unit Ada.Containers.Restricted_Bounded_Doubly_Linked_Lists
17885
17886         * Make-lang.in: Remove all references to gt-ada-decl.h.
17887         Add concatenation (s-strops/s-sopco3/s-sopco4/s-sopco5) to compiler
17888         sources.
17889         Add dependency on ada/s-restri.o for GNAT1 and GNATBIND objects.
17890         Update dependencies.
17891
17892         * system-freebsd-x86.ads: Make ZCX the default EH mechanism for FreeBSD
17893
17894 2006-10-31  Vincent Celier  <celier@adacore.com>
17895
17896         * mlib-utl.adb (Initialized): Remove, no longer used
17897         (Initialize): Remove, no longer used
17898         (Ar): If Ar_Exec is null, get the location of the archive builder and,
17899         if there is one, the archive indexer. Fail if the archive builder cannot
17900         be found.
17901         (Gcc): If the driver path is unknown, get it. Fail if the driver cannot
17902         be found.
17903
17904 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
17905
17906         * sem_ch10.ads, sem_ch10.adb (Check_Redundant_Withs,
17907         Process_Body_Clauses): If the context of a body includes a use clause
17908         for P.Q then a with_clause for P in the same body is not redundant,
17909         even if the spec also has a with_clause on P.
17910         Add missing continuation mark to error msg
17911         (Build_Limited_Views): A limited view of a type is tagged if its
17912         declaration includes a record extension.
17913         (Analyze_Proper_Body): Set Corresponding_Stub field in N_Subunit
17914         node, even if the subunit has errors. This avoids malfunction by
17915         Lib.Check_Same_Extended_Unit in the presence of syntax errors.
17916         (Analyze_Compilation_Unit): Add circuit to make sure we get proper
17917         generation of obsolescent messages for with statements (cannot do
17918         this too early, or we cannot implement avoiding the messages in the
17919         case of obsolescent units withing obsolescent units).
17920         (Install_Siblings): If the with_clause is on a remote descendant of
17921         an ancestor of the current compilation unit, find whether there is
17922         a sibling child unit that is immediately visible.
17923         (Remove_Private_With_Clauses): New procedure, invoked after completing
17924         the analysis of the private part of a nested package, to remove from
17925         visibility the private with_clauses of the enclosing package
17926         declaration.
17927         (Analyze_With_Clause): Remove Check_Obsolescent call, this checking is
17928         now centralized in Generate_Reference.
17929         (Install_Limited_Context_Clauses): Remove superfluous error
17930         message associated with unlimited view visible through use
17931         and renamings. In addition, at the point in which the error
17932         is reported, we add the backslash to the text of the error
17933         to ensure that it is reported as a single error message.
17934         Use new // insertion for some continuation messages
17935         (Expand_Limited_With_Clause): Use copy of name rather than name itself,
17936         to create implicit with_clause for parent unit mentioned in original
17937         limited_with_clause.
17938         (Install_Limited_With_Unit): Set entity of parent identifiers if the
17939         unit is a child unit. For ASIS queries.
17940         (Analyze_Subunit): If the subunit appears within a child unit, make all
17941         ancestor child units directly visible again.
17942
17943 2006-10-31  Robert Dewar  <dewar@adacore.com>
17944
17945         * par-ch10.adb (P_Context_Clause): Minor error message fix
17946
17947 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
17948             Javier Miranda  <miranda@adacore.com>
17949
17950         * par-ch12.adb: Grammar update and cleanup.
17951         (P_Formal_Type_Definition, P_Formal_Derived_Type_Definition): Add
17952         support for synchronized derived type definitions.
17953         Add the new actual Abstract_Present to every call to
17954         P_Interface_Type_Definition.
17955         (P_Formal_Object_Declarations): Update grammar rules. Handle parsing of
17956         a formal object declaration with an access definition or a subtype mark
17957         with a null exclusion.
17958         (P_Generic_Association): Handle association with box, and others_choice
17959         with box, to support Ada 2005 partially parametrized formal packages.
17960
17961 2006-10-31  Robert Dewar  <dewar@adacore.com>
17962             Javier Miranda  <miranda@adacore.com>
17963
17964         * par-ch3.adb (P_Range_Or_Subtype_Mark): Check for bad parentheses
17965         (P_Type_Declaration): Remove barrier against the reserved word "limited"
17966         after "abstract" to give support to the new syntax of AARM 3.4 (2/2).
17967         (P_Type_Declaration): Minor code cleanup. Add support for synchronized
17968         private extensions.
17969         (P_Type_Declaration): Add the new actual Abstract_Present to every call
17970         to P_Interface_Type_Definition.
17971         (P_Interface_Type_Definition): Addition of one formal to report an error
17972         if the reserved word abstract has been previously found.
17973         (P_Identifier_Declarations): Update grammar rules. Handle parsing of an
17974         object renaming declaration with an access definition or subtype mark
17975         with a possible null exclusion.
17976
17977         * par-ch9.adb: Minor error msg fix
17978
17979         * par-load.adb: Add missing continuation mark to error msg
17980
17981         * par-tchk.adb: (Wrong_Token): Code cleanup, use concatenation
17982
17983 2006-10-31  Vincent Celier  <celier@adacore.com>
17984
17985         * prj-dect.adb (Parse_Attribute_Declaration): Do not issue warning for
17986         unknown attribute in unknown package or in package that does not need
17987         to be checked.
17988         (Parse_Package_Declaration): Do not issue warning for unknown package in
17989         quiet output.
17990
17991 2006-10-31  Vincent Celier  <celier@adacore.com>
17992
17993         * prj-makr.adb (Packages_To_Check_By_Gnatname): New global constant
17994         (Make): Call Parse with Packages_To_Check_By_Gnatname for parameter
17995         Packages_To_Check.
17996
17997 2006-10-31  Vincent Celier  <celier@adacore.com>
17998
17999         * prj-nmsc.adb (Check_Ada_Name): For children of package A, G, I and S
18000         on VMS, change "__" to '.' before checking the name.
18001         (Record_Ada_Source): Always add the source file name in the list of
18002         of sources, even if it is not the first time, as it is for another
18003         source index.
18004         (Get_Unit): Replace both '_' (after 'a', 'g', 'i' or 's') with a single
18005         dot, instead of replacing only the first '_'.
18006
18007         * prj-part.adb (Parse): Convert project file path to canonical form
18008
18009         * prj-proc.adb (Recursive_Process): Make sure that, when a project is
18010         extended, the project id of the project extending it is recorded in its
18011         data, even when it has already been processed as an imported project.
18012
18013 2006-10-31  Robert Dewar  <dewar@adacore.com>
18014
18015         * repinfo.adb (List_Entities): Don't list entities from renaming
18016         declarations.
18017
18018 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18019             Robert Dewar  <dewar@adacore.com>
18020
18021         * restrict.ads, restrict.adb (Restriction_Active): Now returns False if
18022         only a restriction warning is active for the given restriction. This is
18023         desirable because we do not want to modify code in the case where only
18024         a warning is set.
18025         (Set_Profile_Restrictions): Make sure that a Profile_Warnings never
18026         causes overriding of real restrictions.
18027         Take advantage of new No_Restrictions constant.
18028
18029         * raise.h: (__gnat_set_globals): Change profile.
18030
18031 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18032
18033         * rtsfind.adb: Remove s-polint from comment as it exists no more.
18034
18035         * rtsfind.ads: 
18036         Move entity RE_Get_Active_Partition_Id to package System.DSA_Services.
18037         Move all the entities in obsolete package System.PolyORB_Interface to
18038         System.Partition_Interface.
18039         (RE_Storage_Size): New function in System.Tasking.
18040         (RE_Get_Ceiling): New entity.
18041         (RE_Set_Ceiling): New entity.
18042         (RO_PE_Get_Ceiling): New entity.
18043         (RO_RE_Set_Ceiling): New entity.
18044         (Inherit_CPP_DT): New entity
18045
18046 2006-10-31  Robert Dewar  <dewar@adacore.com>
18047
18048         * scng.adb (Scan, case of numeric literal): Better msg for identifier
18049         starting with a digit.
18050
18051 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18052             Thomas Quinot  <quinot@adacore.com>
18053             Javier Miranda  <miranda@adacore.com>
18054             Gary Dismukes  <dismukes@adacore.com>
18055
18056         * sem_attr.ads, sem_attr.adb (Analyze_Access_Attribute): Diagnose
18057         properly an attempt to apply Unchecked_Access to a protected operation.
18058         (OK_Self_Reference): New subprogram to check the legality of an access
18059         attribute whose prefix is the type of an enclosing aggregate.
18060         Generalizes previous mechanism to handle attribute references nested
18061         arbitrarily deep within the aggregate.
18062         (Analyze_Access_Attribute): An access attribute whose prefix is a type
18063         can appear in an aggregate if this is a default-initialized aggregate
18064         for a self-referential type.
18065         (Resolve_Attribute, case Access): Ditto.
18066         Add support for new implementation defined attribute Stub_Type.
18067         (Eval_Attribute, case Attribute_Stub_Type): New case.
18068         (Analyze_Attribute, case Attribute_Stub_Type): New case.
18069         (Stream_Attribute_Available): Implement using new subprogram from
18070         sem_cat, Has_Stream_Attribute_Definition, instead of incorrect
18071         Has_Specified_Stream_Attribute flag.
18072         Disallow Storage_Size and Storage_Pool for access to subprogram
18073         (Resolve_Attribute, case 'Access et al): Take into account anonymous
18074         access types of return subtypes in extended return statements. Remove
18075         accessibility checks on anonymous access types when Unchecked_Access is
18076         used.
18077         (Analyze_Attribute): Add support for the use of 'Class to convert
18078         a class-wide interface to a tagged type.
18079         Add support for the attribute Priority.
18080         (Resolve_Attribute, case Attribute_Access): For Ada_05, add test for
18081         whether the designated type is discriminated with a constrained partial
18082         view and require static matching in that case.
18083         Add local variable Des_Btyp. The Designated_Type
18084         of an access to incomplete subtype is either its non-limited view if
18085         coming from a limited with or its etype if regular incomplete subtype.
18086
18087         * sem_cat.ads, sem_cat.adb (Validate_Remote_Access_To_Class_Wide_Type):
18088         Fix predicate to identify and allow cases of (expander-generated)
18089         references to tag of designated object of a RACW.
18090         (Validate_Static_Object_Name): In Ada 2005, a formal object is
18091         non-static, and therefore cannot appear as a primary in a preelaborable
18092         package.
18093         (Has_Stream_Attribute_Definition): New subprogram, abstracted from
18094         Has_Read_Write_Attributes.
18095         (Has_Read_Write_Attributes): Reimplement in termes of
18096         Has_Stream_Attribute_Definition.
18097         (Missing_Read_Write_Attributes): When checking component types in a
18098         record, unconditionally call Missing_Read_Write_Attributes recursively
18099         (remove guard checking for Is_Record_Type / Is_Access_Type).
18100
18101 2006-10-31  Robert Dewar  <dewar@adacore.com>
18102
18103         * sem_ch11.adb (Analyze_Handled_Statements): Move final test for
18104         useless assignments here and conditionalize it on absence of exception
18105         handlers.
18106         (Analyze_Exception_Handlers): Small code reorganization of error
18107         detection code, for new handling of formal packages.
18108
18109 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18110             Hristian Kirtchev  <kirtchev@adacore.com>
18111
18112         * sem_ch12.ads, sem_ch12.adb (Save_References): If node is an operator
18113         that has been constant-folded, preserve information of original tree,
18114         for ASIS uses.
18115         (Analyze_Formal_Derived_Type): Set the limited present flag of the newly
18116         generated private extension declaration if the formal derived type is
18117         synchronized. Carry synchronized present over to the generated private
18118         extension.
18119         (Validate_Derived_Type_Instance): Ensure that the actual of a
18120         synchronized formal derived type is a synchronized tagged type.
18121         (Instantiate_Formal_Package): When creating the instantiation used to
18122         validate the actual package of a formal declared without a box, check
18123         whether the formal itself depends on a prior actual.
18124         (Instantiate_Formal_Subprogram): Create new entities for the defining
18125         identifiers of the formals in the renaming declaration, for ASIS use.
18126         (Instantiate_Formal_Subprogram, Instantiate_Formal_Type): When creating
18127         a renaming declaration or a subtype declaration for an actual in an
18128         instance, capture location information of declaration in generic, for
18129         ASIS use.
18130         (Instantiate_Formal_Package): Add comments on needed additional tests.
18131         AI-317 (partial parametrization) is fully implemented.
18132         (Validate_Private_Type_Instance): Add check for actual which
18133         must have preelaborable initialization
18134         Use new // insertion for some continuation messages
18135         (Analyze_Formal_Object_Declaration): Change usage of Expression to
18136         Default_Expression. Add type retrieval when the declaration has an
18137         access definition. Update premature usage of incomplete type check.
18138         (Check_Access_Definition): New subsidiary routine. Check whether the
18139         current compilation version is Ada 05 and the supplied node has an
18140         access definition.
18141         (Instantiate object): Alphabetize local variables. Handle the creation
18142         of new renaming declarations with respect to the kind of definition
18143         used - either an access definition or a subtype mark. Guard against
18144         unnecessary error message in the context of anonymous access types after
18145         they have been resolved. Add check for required null exclusion in a
18146         formal object declaration.
18147         (Switch_View): A private subtype of a non-private type needs to be
18148         switched (the base type can have been switched without its private
18149         dependents because of the last branch of Check_Private_View.
18150         (Check_Private_View): Do not recompute Base_Type (T), instead use cached
18151         value from BT.
18152         (Instantiate_Type): Emit an error message whenever a class-wide type of
18153         a tagged incomplete type is used as a generic actual.
18154         (Find_Actual_Type): Extend routine to handle a component type in a child
18155         unit that is imported from a formal package in a parent.
18156         (Validate_Derived_Type_Instance): Check that analyzed formal and actual
18157         agree on constrainedness, rather than checking against ultimate ancestor
18158         (Instantiate_Subprogram_Body): Create a cross-reference link to the
18159         generic body, for navigation purposes.
18160
18161 2006-10-31  Robert Dewar  <dewar@adacore.com>
18162             Thomas Quinot  <quinot@adacore.com>
18163
18164         * sem_ch13.adb: Storage pool cannot be given for access to subprogram
18165         type.
18166         (New_Stream_Subprogram): When processing an attribute definition clause
18167         for a stream-oriented subprogram, record an entity node occurring at
18168         the point of clause to use for checking the visibility of the clause,
18169         as defined by 8.3(23) as amended by AI-195.
18170         (New_Stream_Subprogram): New procedure, factoring behaviour from both
18171          New_Stream_Function and New_Stream_Procedure.
18172         (New_Stream_Function, New_Stream_Procedure): Removed.
18173         (Analyze_Attribute_Definition_Clause, case Address): Check new
18174         Alignment_Check check
18175
18176 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18177             Javier Miranda  <miranda@adacore.com>
18178             Robert Dewar  <dewar@adacore.com>
18179
18180         * sem_ch4.adb (Try_Primitive_Operation): Code cleanup to ensure that we
18181         generate the same errors compiling under -gnatc.
18182         (Try_Object_Operation): If no candidate interpretation succeeds, but
18183         there is at least one primitive operation with the right name, report
18184         error in call rather than on a malformed selected component.
18185         (Analyze_Selected_Component): If the prefix is an incomplete type from
18186         a limited view, and the full view is available, use the full view to
18187         determine whether this is a prefixed call to a primitive operation.
18188         (Operator_Check): Verify that a candidate interpretation is a binary
18189         operation before checking the type of its second formal.
18190         (Analyze_Call): Add additional warnings for function call contexts not
18191         yet supported.
18192         (Analyze_Allocator): Move the check for "initialization not allowed for
18193         limited types" after analyzing the expression. This is necessary,
18194         because OK_For_Limited_Init looks at the structure of the expression.
18195         Before analysis, we don't necessarily know what sort of expression it
18196         is. For example, we don't know whether F(X) is a function call or an
18197         indexed component; the former is legal in Ada 2005; the latter is not.
18198         (Analyze_Allocator): Correct code for AI-287 -- extension aggregates
18199         were missing. We also didn't handle qualified expressions. Now also
18200         allow function calls. Use new common routine OK_For_Limited_Init.
18201         (Analyze_Type_Conversion): Do not perform some legality checks in an
18202         instance, because the error message will be redundant or spurious.
18203         (Analyze_Overloaded_Selected_Component): Do not do style check when
18204         setting an entity, since we do not know it is the right entity yet.
18205         (Analyze_Selected_Component): Move Generate_Reference call to Sem_Res
18206         (Analyze_Overloaded_Selected_Component): Same change
18207         (Analyze_Selected_Component): Remove unnecessary prefix type retrieval
18208         since regular incomplete subtypes are transformed into corresponding
18209         subtypes of their full views.
18210         (Complete_Object_Operation): Treat name of transformed subprogram call
18211         as coming from source, for browsing purposes.
18212         (Try_Primitive_Operation): If formal is an access parameter, compare
18213         with base type of object to determine whether it is a primitive
18214         operation.
18215         (Operator_Check): If no interpretation of the operator matches, check
18216         whether a use clause on any candidate might make the operation legal.
18217         (Try_Class_Wide_Operation): Check whether the first parameter is an
18218         access type whose designated type is class-wide.
18219
18220 2006-10-31  Robert Dewar  <dewar@adacore.com>
18221             Ed Schonberg  <schonberg@adacore.com>
18222             Gary Dismukes  <dismukes@adacore.com>
18223
18224         * sem_ch5.ads, sem_ch5.adb (Analyze_Loop_Statement): Add circuit to
18225         warn on infinite loops.
18226         Add \\ to some continuation messages
18227         (Analyze_Assignment_Statement): Call Warn_On_Useless_Assignment
18228         (Process_Bounds): If the bounds are integer literals that result from
18229         constant-folding, and they carry a user-defined type, preserve that type
18230         rather than treating this as an integer range.
18231         (Analyze_Exit_Statement): Test for E_Return_Statement in legality check.
18232         (Analyze_Goto_Statement): Test for E_Return_Stateemnt in legality check.
18233         (Analyze_Assignment_Statement): Add call to Check_Elab_Assign for
18234         left hand side of assignment.
18235         (Analyze_Assignment): Add suport to manage assigments to the attribute
18236         priority of a protected object.
18237         (Check_Possible_Current_Value_Condition): Allow fully qualified names
18238         not just identifiers.
18239         (Check_Possible_Current_Value_Condition): Acquire left operand of AND
18240         or AND THEN for possible tracking.
18241         (Analyze_Iteration_Scheme): Check for setting Current_Value for the
18242         case of while loops so we can track values in the loop body.
18243
18244 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18245             Hristian Kirtchev  <kirtchev@adacore.com>
18246             Bob Duff  <duff@adacore.com>
18247
18248         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Declaration): A null
18249         procedure cannot be a protected operation (it is a basic_declaration,
18250         not a subprogram_declaration).
18251         (Check_Overriding_Indicator): Rename formal Does_Override to Overridden_
18252         Subp. Add logic for entry processing.
18253         (Check_Synchronized_Overriding): New procedure in New_Overloaded_Entity.
18254         Determine whether an entry or subprogram of a protected or task type
18255         override an inherited primitive of an implemented interface.
18256         (New_Overloaded_Entity): Add calls to Check_Synchronized_Overriding.
18257         Update the actual used in calls to Check_Overriding_Indicator.
18258         (Analyze_Generic_Subprogram_Body): If the subprogram is a child unit,
18259         generate the proper reference to the parent unit, for cross-reference.
18260         (Analyze_Subprogram_Declaration): Protect Is_Controlling_Formal with
18261         Is_Formal.
18262         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
18263         (Add_Extra_Formal): Revise procedure to allow passing in associated
18264         entity, scope, and name suffix, and handle setting of the new
18265         Extra_Formals field.
18266         (Create_Extra_Formals): Change existing calls to Add_Extra_Formal to
18267         pass new parameters. Add support for adding the new extra access formal
18268         for functions whose calls are treated as build-in-place.
18269         (Analyze_A_Return_Statement): Correct casing in error message.
18270         Move Pop_Scope to after Analyze_Function_Return, because an extended
18271         return statement really is a full-fledged scope. Otherwise, visibility
18272         doesn't work right. Correct use of "\" for continuation messages.
18273         (Analyze_Function_Return): Call Analyze on the Obj_Decl, rather than
18274         evilly trying to call Analyze_Object_Declaration directly. Otherwise,
18275         the node doesn't get properly marked as analyzed.
18276         (Analyze_Subprogram_Body): If subprogram is a function that returns
18277         an anonymous access type that denotes a task, build a Master Entity
18278         for it.
18279         (Analyze_Return_Type): Add call to Null_Exclusion_Static_Checks. Verify
18280         proper usage of null exclusion in a result definition.
18281         (Process_Formals): Code cleanup and new error message.
18282         (Process_Formals): Detect incorrect application of null exclusion to
18283         non-access types.
18284         (Conforming_Types): Handle conformance between [sub]types and itypes
18285          generated for entities that have null exclusions applied to them.
18286         (Maybe_Primitive_Operation): Add an additional type retrieval when the
18287          base type is an access subtype. This case arrises with null exclusions.
18288         (New_Overloaded_Entity): Do not remove the overriden entity from the
18289         homonym chain if it corresponds with an abstract interface primitive.
18290         (Process_Formals): Replace membership test agains Incomplete_Kind with a
18291         call to the synthesized predicate Is_Incomplete_Type.
18292         (Analyze_Subprogram_Body): Check wrong placement of abstract interface
18293         primitives.
18294         (Analyze_Subprogram_Declaration): Check that abstract interface
18295         primitives are abstract or null.
18296         (Analyze_Subprogram_Specification): Remove previous check for abstract
18297         interfaces because it was not complete.
18298         (Has_Interface_Formals): Removed.
18299
18300 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18301             Javier Miranda  <miranda@adacore.com>
18302
18303         * sem_ch7.adb (Check_Anonymous_Access_Types): New procedure, subsidiary
18304         of Analyze_Package_Body, to create Itype references for anonymous
18305         access types created in the package declaration, whose designated types
18306         may have only a limited view.
18307         (Analyze_Package_Specification): For the private part of a nested
18308         package, install private_with_clauses of enclosing compilation unit if
18309         we are in its visible part.
18310         (Declare_Inherited_Private_Subprograms): Complete barrier
18311         to ensure that the primitive operation has an alias to some parent
18312         primitive. This is now required because, after the changes done for the
18313         implementation of abstract interfaces, the contents of the list of
18314         primitives has entities whose alias attribute references entities of
18315         such list of primitives.
18316         (Analyze_Package_Specification): Simplify code that handles parent units
18317         of instances and formal packages.
18318         (Uninstall_Declarations): Check the convention consistency among
18319         primitive overriding operations of a tagged record type.
18320
18321 2006-10-31  Robert Dewar  <dewar@adacore.com>
18322             Hristian Kirtchev  <kirtchev@adacore.com>
18323             Javier Miranda  <miranda@adacore.com>
18324             Ed Schonberg  <schonberg@adacore.com>
18325
18326         * sem_ch8.adb: Minor error msg rewording
18327         (Undefined): When checking for misspellings, invert arguments (to get
18328         expected and found set right)
18329         (Analyze_Subprogram_Renaming): Propagate Is_Pure, Is_Preelaborated
18330         (Analyze_Generic_Renaming): Same fix
18331         (Use_One_Package): Do not take into account the internal entities of
18332         abstract interfaces during the analysis of entities that are marked
18333         as potentially use-visible.
18334         (Find_Type): Handle the case of an attribute reference for
18335         implementation defined attribute Stub_Type (simply let the analysis of
18336         the attribute reference rewrite it).
18337         (Use_One_Type, End_Use_Type): Reject a reference to a limited view of a
18338         type that appears in a Use_Type clause.
18339         (Analyze_Object_Renaming): Add support for renaming of the Priority
18340         attribute.
18341         (Find_Type): In Ada 2005, a task type can be used within its own body,
18342         when it appears in an access definition.
18343         (Analyze_Object_Renaming): Remove warning on null_exclusion.
18344         (Analyze_Object_Renaming): Introduce checks for required null exclusion
18345          in a formal object declaration or in a subtype declaration.
18346         (Analyze_Subprogram_Renaming): Add call to Check_Null_Exclusion.
18347         (Check_Null_Exclusion): New local routine to
18348         Analyze_Subprogram_Renaming. Check whether the formals and return
18349         profile of a renamed subprogram have required null exclusions when
18350         their counterparts of the renaming already impose them.
18351         (In_Generic_Scope): New local routine to Analyze_Object_Renaming.
18352         Determine whether an entity is inside a generic scope.
18353         (In_Open_Scope): First pass of documentation update.
18354         (Find_Expanded_Name): Add support for shadow entities associated with
18355         limited withed packages. This is required to handle nested packages.
18356         (Analyze_Package_Renaming): Remove the restriction imposed by AI-217
18357         that makes a renaming of a limited withed package illegal.
18358
18359 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
18360             Ed Schonberg  <schonberg@adacore.com>
18361
18362         * sem_ch9.adb (Analyze_Protected_Definition): Remove call to
18363         Check_Overriding_Indicator.
18364         (Analyze_Task_Definition): Ditto.
18365         (Analyze_Protected_Type, Analyze_Task_Type): Code cleanup.
18366         (Check_Overriding_Indicator): To find overridden interface operation,
18367         examine only homonyms that have an explicit subprogram declaration, not
18368         inherited operations created by an unrelated type derivation.
18369         (Check_Overriding_Indicator): When checking for the presence of "null"
18370         in a procedure, ensure that the queried node is a procedure
18371         specification.
18372         (Matches_Prefixed_View_Profile): Add mechanism to retrieve the parameter
18373         type when the formal is an access to variable.
18374         (Analyze_Protected_Type): Add check for Preelaborable_Initialization
18375         (Analyze_Task_Type): Same addition
18376         (Analyze_Entry_Declaration): Call Generate_Reference_To_Formals, to
18377         provide navigation capabilities for entries.
18378
18379 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
18380             Ed Schonberg  <schonberg@adacore.com>
18381             Javier Miranda  <miranda@adacore.com>
18382             Gary Dismukes  <dismukes@adacore.com>
18383
18384         * sem_disp.adb (Check_Dispatching_Operation): Do not flag subprograms
18385         inherited from an interface ancestor by another interface in the
18386         context of an instance as 'late'.
18387         (Is_Tag_Indeterminate, Propagate_Tag): Handle properly the dereference
18388         of a call to a function that dispatches on access result.
18389         (Check_Dispatching_Operation): In case of late overriding of a primitive
18390         that covers abstract interface subprograms we register it in all the
18391         secondary dispatch tables associated with abstract interfaces.
18392         (Check_Dispatching_Call): Add check that a dispatching call is not made
18393         to a function with a controlling result of a limited type. This is a
18394         current implementation restriction.
18395         (Check_Controlling_Formal): Remove bogus checks for E.2.2(14).
18396         (Check_Dispatching_Operation): Do no emit a warning if the controlling
18397         argument is an interface type that is a generic formal.
18398         (Is_Interface_Subprogram): Removed.
18399         (Check_Dispatching_Operation): If the subprogram is not a dispatching
18400         operation, check the formals to handle the case in which it is
18401         associated with an abstract interface type.
18402
18403 2006-10-31  Robert Dewar  <dewar@adacore.com>
18404             Ed Schonberg  <schonberg@adacore.com>
18405
18406         * sem_elab.ads, sem_elab.adb (Check_Elab_Assign): New procedure
18407         Add new calls to this procedure during traversal
18408         (Activate_Elaborate_All_Desirable): Do not set elaboration flag on
18409         another unit if expansion is disabled.
18410
18411 2006-10-31  Robert Dewar  <dewar@adacore.com>
18412
18413         * sem_eval.adb (Compile_Time_Compare): Make use of information from
18414         Current_Value in the conditional case, to evaluate additional
18415         comparisons at compile time.
18416
18417 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18418             Hristian Kirtchev  <kirtchev@adacore.com>
18419             Javier Miranda  <miranda@adacore.com>
18420
18421         * sem_type.adb (Add_One_Interp): If node is an indirect call, preserve
18422         subprogram type to provide better diagnostics in case of ambiguity.
18423         (Covers): Handle coverage of formal and actual anonymous access types in
18424         the context of generic instantiation.
18425         (Covers/Interface_Present_In_Ancestors): Use the base type to manage
18426         abstract interface types; this is required to handle concurrent types
18427         with discriminants and abstract interface types.
18428         (Covers): Include type coverage of both regular incomplete subtypes and
18429         incomplete subtypes of incomplete type visibles through a limited with
18430         clause.
18431
18432 2006-10-31  Robert Dewar  <dewar@adacore.com>
18433             Hristian Kirtchev  <kirtchev@adacore.com>
18434             Ed Schonberg  <schonberg@adacore.com>
18435
18436         * sem_util.ads, sem_util.adb (Enter_Name): Exclude -gnatwh warning
18437         messages for entities in packages which are not used.
18438         (Collect_Synchronized_Interfaces): New procedure.
18439         (Overrides_Synchronized_Primitive): New function.
18440         (Denotes_Discriminant): Extend predicate to apply to task types.
18441         Add missing continuation marks in error msgs
18442         (Unqualify): New function for removing zero or more levels of
18443         qualification from an expression. There are numerous places where this
18444         ought to be used, but we currently only deal properly with zero or one
18445         level.
18446         (In_Instance); The analysis of the actuals in the instantiation of a
18447         child unit is not within an instantiation, even though the parent
18448         instance is on the scope stack.
18449         (Safe_To_Capture_Value): Exclude the case of variables that are
18450         renamings.
18451         (Check_Obsolescent): Removed
18452         (Is_Aliased_View): A reference to an enclosing instance in an aggregate
18453         is an aliased view, even when rewritten as a reference to the target
18454         object in an assignment.
18455         (Get_Subprogram_Entity): New function
18456         (Known_To_Be_Assigned): New function
18457         (Type_Access_Level): Compute properly the access level of a return
18458         subtype that is an anonymous access type.
18459         (Explain_Limited_Type): Correct use of "\" for continuation messages.
18460         (Is_Transfer): The new extended_return_statement causes a transfer of
18461         control.
18462         (Has_Preelaborable_Initialization): New function
18463         (Has_Null_Exclusion): New function. Given a node N, determine whether it
18464         has a null exclusion depending on its Nkind.
18465         Change Is_Lvalue to May_Be_Lvalue
18466         (May_Be_Lvalue): Extensive additional code to deal with subprogram
18467         arguments (IN parameters are not Lvalues, IN OUT parameters are).
18468         (Safe_To_Capture_Value): Extend functionality so it can be used for
18469         the current value condition case.
18470         (Has_Compatible_Alignment): New function
18471         (Is_Dependent_Component_Of_Mutable_Object): Revise the tests for mutable
18472         objects to handle the Ada 2005 case, where aliasedness no longer implies
18473         that the object is constrained. In particular, for dereferenced names,
18474         the designated object must be assumed to be unconstrained.
18475         (Kill_Current_Values): Properly deal with the case where we encounter
18476         a loop in the scope chain.
18477         (Safe_To_Capture_Value): Do not let a loop stop us from capturing
18478         a value.
18479         (Compile_Time_Constraint_Error): Improve error message in error case
18480
18481         * exp_ch13.adb (Expand_N_Freeze_Entity): Remove the freezing node
18482         associated with entities of abstract interface primitives.
18483         Call Apply_Address_Clause_Check instead of Apply_Alignment_Check
18484
18485 2006-10-31  Robert Dewar  <dewar@adacore.com>
18486
18487         * s-osinte-tru64.adb: 
18488         Mark Asm statements Volatile to prevent warnings (seems a
18489         reasonable change anyway)
18490         Fixes new warnings
18491
18492         * s-mastop-irix.adb: Add Volatile to Asm statements
18493         Suppresses warning, and seems appropriate in any case
18494
18495         * s-osinte-vms.adb: Add Volatile to Asm statement
18496
18497         * s-vaflop-vms-alpha.adb: Add Volatile to Asm statements
18498
18499         * exp_code.ads, exp_code.adb (Asm_Input_Value): Note that Error can be
18500         returned.
18501         Add call to Check_Code_Statement
18502
18503 2006-10-31  Robert Dewar  <dewar@adacore.com>
18504             Ed Schonberg  <schonberg@adacore.com>
18505             Bob Duff  <duff@adacore.com>
18506
18507         * sinfo.ads, sinfo.adb (Set_Synchronized_Present,
18508         Synchronized_Present): Add Formal_Derived_Type_Definition and
18509         Private_Extension_Declaration to the list of assertions.
18510         (Is_Entry_Barrier_Function): New flag
18511         (Has_Self_Reference): New flag on aggregates, to indicate that they
18512         contain a reference to the enclosing type, inserted through a default
18513         initialization.
18514         (Next_Rep_Item): Move from Node4 to Node5.
18515         (Entity): Add this field for N_Attribute_Definition_Clause.
18516         (Comes_From_Extended_Return_Statement): New flag on N_Return_Statement
18517         (N_Return_Object_Declaration): Remove this node kind. We now use
18518         N_Object_Declaration instead.
18519         (Actual_Designated_Subtype): Move to a different place to make room in
18520         N_Extended_Return_Statement.
18521         (Procedure_To_Call): Move to a different place to make room in
18522         N_Extended_Return_Statement.
18523         (Return_Type): Removed this field to make room in return statements
18524         (both kinds).
18525         (Return_Statement_Entity): New field in return statements, in part to
18526         replace Return_Type, and in part to support the fact that return
18527         statements are now pushed on the scope stack during semantic analysis.
18528         (Return_Object_Declarations): New field to support extended return
18529         statements.
18530         (N_Extended_Return_Statement): New node for extended_return_statement
18531         nonterminal.
18532         (N_Return_Object_Declaration): New node for part of
18533         extended_return_statement nonterminal. Needed because all the necessary
18534         fields won't fit in N_Extended_Return_Statement.
18535         Generic_associations now carry the Box_Present flag, to indicate a
18536         default for an actual in a partially parametrized formal package.
18537
18538         * snames.h, snames.ads, snames.adb: Add definition for Validity_Check
18539         (Preset_Names): Add entries for Priority_Specific_Dispatching pragma
18540         and for the new predefined dispatching policies: EDF_Across_Priorities,
18541         Non_Preemptive_Within_Priorities, and Round_Robin_Within_Priorities.
18542         Introduce new name Stub_Type for implementation defined attribute.
18543         Add pragma Preelaborable_Initialization
18544         Add entry for Priority attribute.
18545         Add Pragma_Wide_Character_Encoding
18546         (Get_Convention_Name): Given a convention id, this function returns the
18547         corresponding name id from the names table.
18548
18549 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18550             Robert Dewar  <dewar@adacore.com>
18551             Bob Duff  <duff@adacore.com>
18552
18553         * sprint.adb (Sprint_Node_Actual, case Parameter_Specification): Do not
18554         print null exclusion twice in the case of an access definition,
18555         Implement new -gnatL switch
18556         Remove N_Return_Object_Declaration. We now use
18557         N_Object_Declaration instead. Implement the case for
18558         N_Extended_Return_Statement. Alphabetize the cases.
18559         Add cases for new nodes N_Extended_Return_Statement and
18560         N_Return_Object_Declaration. The code is not yet written.
18561         Update the output for N_Formal_Object_Declaration
18562         and N_Object_Renaming_Declaration.
18563         (Write_Itype): Account for the case of a modular integer subtype whose
18564         base type is private.
18565
18566 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18567
18568         * s-restri.ads, s-restri.adb: Mark this package as Preelaborate.
18569         Remove elaboration code, now done in the binder.
18570
18571         * s-rident.ads: Make this unit Preelaborate.
18572         (No_Restrictions): New constant used to clean up code and follow
18573         preelaborate constraints.
18574
18575         * s-stalib.adb: 
18576         Add System.Restrictions dependence, referenced directly from the
18577         binder generated file.
18578
18579 2006-10-31  Gary Dismukes  <dismukes@adacore.com>
18580
18581         * s-scaval.adb (Initialize): Add new Boolean flag AFloat that is set
18582         True when AAMP extended floating-point is in use (48-bit). Change type
18583         ByteLF to ByteLLF, add new array type ByteLF and condition the size of
18584         the two byte array types on AFloat. Change type of IV_Ilf overlay
18585         variable from Byte8 to ByteLF. Add appropriate initializations of
18586         floating-point overlays for AAMP cases.
18587
18588 2006-10-31  Javier Miranda  <miranda@adacore.com>
18589
18590         * s-tpoben.ads, s-tpoben.adb, s-taprob.ads, s-taprob.adb
18591         (Get_Ceiling): New subprogram that returns
18592         the ceiling priority of the protected object.
18593         (Set_Ceiling): New subprogram that sets the new ceiling priority of
18594         the protected object.
18595
18596         * s-tarest.adb: (Create_Restricted_Task): Fix potential CE.
18597
18598         * s-taskin.ads, s-taskin.adb: (Storage_Size): New function.
18599
18600 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
18601
18602         * s-tpobop.adb (Requeue_Call): Introduce a dispatching point when
18603         requeuing to the same protected object to give higher priority tasks
18604         the opportunity to execute.
18605
18606 2006-10-31  Robert Dewar  <dewar@adacore.com>
18607
18608         * widechar.adb (Is_Start_Of_Wide_Char): In case of brackets encoding,
18609         add more precise check for the character sequence that follows '[' to
18610         avoid possible confusion in case if '[' is the last character of a
18611         string literals.
18612         (Scan_Wide): Always allow brackets encoding
18613
18614 2006-10-31  Olivier Hainque  <hainque@adacore.com>
18615
18616         * s-stchop.ads: make this unit preelaborate. This is desirable in
18617         general and made mandatory by the use of this unit by s-taprop which
18618         is itself preelaborate.
18619
18620         * s-stchop-vxworks.adb (Set_Stack_Info, Task_Descriptor type): Add
18621         Td_Events component.
18622
18623 2006-10-31  Vincent Celier  <celier@adacore.com>
18624
18625         * a-dirval-vms.adb (Invalid_Character): Specify that digits are allowed
18626         in file names.
18627
18628 2006-10-31  Vincent Celier  <celier@adacore.com>
18629
18630         * a-direct.ads, a-direct.adb (Search): New procedure in Ada 2005
18631
18632 2006-10-31  Vincent Celier  <celier@adacore.com>
18633
18634         * makegpr.adb (Check_Compilation_Needed): Take into account path names
18635         with spaces.
18636         (Check_Compilation_Needed): When checking a C or C++ source, do not
18637         resolve symbolic links.
18638         (Display_Command): New Boolean parameter Ellipse, defaulted to False.
18639         When not in verbose mode and Ellipse is True, display "..." for the
18640         first argument with Display set to False.
18641         (Build_Global_Archive): Always set Display True for the first object
18642         file. Call Display_Command with Ellipse set to True.
18643
18644 2006-10-31  Matt Heaney  <heaney@adacore.com>
18645
18646         * a-crbtgo.ads: Commented each subprogram
18647
18648         * a-crbtgo.adb: Added reference to book from which algorithms were
18649         adapted.
18650
18651         * a-crbtgk.ads, a-crbtgk.adb (Generic_Insert_Post): pass flag to
18652         indicate which child.
18653         (Generic_Conditional_Insert): changed parameter name from "Success" to
18654         "Inserted".
18655         (Generic_Unconditional_Insert_With_Hint): improved algorithm
18656
18657         * a-coorse.adb (Replace_Element): changed parameter name in call to
18658         conditional insert operation.
18659
18660         * a-convec.adb, a-coinve.adb (Insert): removed obsolete comment
18661
18662         * a-cohama.adb (Iterate): manipulate busy-bit here, instead of in
18663         Generic_Iteration
18664
18665         * a-ciorse.adb (Replace_Element): changed parameter name in call to
18666         conditional insert operation.
18667
18668         * a-cihama.adb (Iterate): manipulate busy-bit here, instead of in
18669         Generic_Iteration.
18670
18671         * a-cidlli.ads, a-cidlli.adb (Splice): Position param is now mode in
18672         instead of mode inout.
18673
18674         * a-chtgop.adb (Adjust): modified comments to reflect current AI-302
18675         draft
18676         (Generic_Read): preserve existing buckets array if possible
18677         (Generic_Write): don't send buckets array length anymore
18678
18679         * a-cdlili.ads, a-cdlili.adb (Splice): Position param is now mode in
18680         instead of mode inout.
18681
18682         * a-cihase.adb (Difference): iterate over smaller of Tgt and Src sets
18683         (Iterate): manipulate busy-bit here, instead of in Generic_Iteration
18684
18685         * a-cohase.adb (Difference): iterate over smaller of Tgt and Src sets
18686         (Iterate): manipulate busy-bit here, instead of in Generic_Iteration
18687         (Replace_Element): local operation is now an instantiation
18688
18689         * a-chtgke.ads, a-chtgke.adb (Generic_Conditional_Insert): manually
18690         check current length.
18691         (Generic_Replace_Element): new operation
18692
18693 2006-10-31  Doug Rupp  <rupp@adacore.com>
18694
18695         * g-trasym-vms-alpha.adb: Dummy_User_Act_Proc: New function.
18696         Call TBK$SYMBOLIZE without omitting parameters.
18697
18698 2006-10-31  Vincent Celier  <celier@adacore.com>
18699
18700         * symbols-processing-vms-ia64.adb,
18701         symbols-processing-vms-alpha.adb (Process): Do not include symbols
18702         that come from generic instantiations in bodies.
18703
18704 2006-10-31  Pat Rogers  <rogers@adacore.com>
18705
18706         * a-rttiev.ads, a-rttiev.adb: 
18707         This is a significant redesign primarily for the sake of automatic
18708         timer task termination but also to fix a design flaw.
18709         Therefore we are now using an RTS lock, instead of a protected
18710         object, to provide mutual exclusion to the queue of pending events
18711         and the type Timing_Event is no longer a protected type.
18712
18713 2006-10-31  Robert Dewar  <dewar@adacore.com>
18714             Cyrille Comar  <comar@adacore.com>
18715             Ben Brosgol  <brosgol@adacore.com>
18716
18717         * debug.adb:  Update flags documentation
18718
18719         * gnat_ugn.texi: Add documentation for new -gnatwq switch
18720         Clean up documentation for several other warning switches
18721         Clarify how task stack size can be specified with various
18722         versions of Windows.
18723         Add note that -gnatVo includes ranges including loops
18724         Add documentation for -gnatL switch
18725         Add note on elaboration warning for initializing variables
18726         Add documentation for new -gnatwt warning switch
18727         Document new form of pragma Warnings (On|Off, string)
18728         Add comment on use of pragma Warnings to control warnings
18729         Add documentation for -gnatjnn switch
18730         Modify section on interfacing with C for VMS 64-bit.
18731         Add doc for -gnatVe/E
18732         Add documentation of new warning flags -gnatww/-gnatwW
18733         Add warnings about address clause overlays to list of warnings
18734         (Exception Handling Control): Document that the option --RTS must be
18735         used consistently for gcc and gnatbind.
18736         Clarify that inlining is not always possible
18737         Update documentation on pragma Unchecked_Union.
18738
18739         * gnat_rm.texi: 
18740         Add documentation for new extended version of pragma Obsolescent
18741         Add documentation for implementation defined attribute 'Stub_Type.
18742         Add note on use of Volatile in asm statements
18743         Add documentation on use of pragma Unreferenced in context clause
18744         Document new form of pragma Warnings (On|Off, pattern)
18745         Document pragma Wide_Character_Encoding
18746         Add note that pragma Restrictions (No_Elaboration_Code) is only fully
18747         enforced if code generation is active.
18748         Add section on pragma Suppress to document GNAT specific check
18749         Alignment_Check
18750         Clarify difference between No_Dispatching_Calls & No_Dispatch.
18751         Add documentation for pragma Restrictions (No_Elaboration_Code)
18752
18753         * gnat-style.texi: 
18754         Add comments on layout of subprogram local variables in the
18755         presence of nested subprograms.
18756
18757         * ug_words: Resync.
18758
18759         * elists.ads: Minor reformatting
18760         Node returns Node_Or_Entity_Id (doc change only)
18761
18762         * xgnatugn.adb: Replace ACADEMICEDITION with GPLEDITION
18763
18764         * g-arrspl.ads (Create): Update comments.
18765
18766         * sem.ads: Add details on the handling of the scope stack.
18767
18768         * usage.adb: Update documentation.
18769
18770         * validsw.ads, validsw.adb: 
18771         Add definition of Validity_Check_Components and implement -gnatVe/E
18772
18773         * vms_data.ads: Add missing VMS qualifiers.
18774
18775         * s-addope.ads: Add documentation on overflow and divide by zero
18776
18777 2006-10-31  Robert Dewar  <dewar@adacore.com>
18778             Thomas Quinot  <quinot@adacore.com>
18779             Arnaud Charlet  <charlet@adacore.com>
18780
18781         * fmap.adb: Put routines in alpha order
18782
18783         * g-boumai.ads: Remove redundant 'in' keywords
18784
18785         * g-cgi.adb: Minor reformatting
18786
18787         * g-cgi.ads: Remove redundant 'in' keywords
18788
18789         * get_targ.adb: Put routines in alpha order
18790
18791         * prj-attr.ads: Minor reformatting
18792
18793         * s-atacco.ads: Minor reformatting
18794
18795         * scn.adb: Put routines in alpha order
18796
18797         * sinput-l.adb: Minor comment fix
18798
18799         * sinput-p.adb: Minor comment fix
18800
18801         * s-maccod.ads: Minor reformatting
18802
18803         * s-memory.adb: Minor reformatting
18804
18805         * s-htable.adb: Fix typo in comment.
18806
18807         * s-secsta.adb: Minor comment update.
18808
18809         * s-soflin.adb: Minor reformatting
18810
18811         * s-stoele.ads: 
18812         Add comment about odd qualification in Storage_Offset declaration
18813
18814         * s-strxdr.adb: 
18815         Remove unnecessary 'in' keywords for formal parameters.
18816
18817         * treeprs.adt: Minor reformatting
18818
18819         * urealp.adb: Put routines in alpha order
18820
18821         * s-wchcon.ads, s-wchcon.adb (Get_WC_Encoding_Method): New version
18822         taking string.
18823
18824         * s-asthan-vms-alpha.adb: Remove redundant 'in' keywords
18825
18826         * g-trasym-vms-ia64.adb: Remove redundant 'in' keywords
18827
18828         * env.c (__gnat_unsetenv): Unsetenv is unavailable on LynxOS, so
18829         workaround as on other platforms.
18830
18831         * g-eacodu-vms.adb: Remove redundant 'in' keywords
18832         * g-expect-vms.adb: Remove redundant 'in' keywords
18833
18834         * gnatdll.adb (Add_Files_From_List): Handle Name_Error and report a
18835         clear error message if the list-of-files file cannot be opened.
18836
18837         * g-thread.adb (Unregister_Thread_Id): Add use type Thread_Id so the
18838         equality operator is always visible.
18839
18840         * lang.opt: Woverlength-strings: New option.
18841
18842         * nmake.adt: 
18843         Update copyright, since nmake.ads and nmake.adb have changed.
18844
18845         * osint-b.ads, osint-b.adb (Time_From_Last_Bind): removed function .
18846         (Binder_Output_Time_Stamps_Set): removed.
18847         (Old_Binder_Output_Time_Stamp): idem.
18848         (New_Binder_Output_Time_Stamp): idem.
18849         (Recording_Time_From_Last_Bind): idem.
18850         (Recording_Time_From_Last_Bind): Make constant.
18851
18852         * output.ads, output.adb (Write_Str): Allow LF characters
18853         (Write_Spaces): New procedure
18854
18855         * prepcomp.adb (Preproc_Data_Table): Change Increment from 5% to 100%
18856
18857         * inline.adb: Minor reformatting
18858
18859         * s-asthan-vms-alpha.adb: Remove redundant 'in' keywords
18860
18861         * s-mastop-vms.adb: Remove redundant 'in' keywords
18862
18863         * s-osprim-vms.adb: Remove redundant 'in' keywords
18864
18865         * s-trafor-default.adb: Remove redundant 'in' keywords
18866
18867         * 9drpc.adb: Remove redundant 'in' keywords
18868
18869         * s-osinte-mingw.ads: Minor reformatting
18870
18871         * s-inmaop-posix.adb: Minor reformatting
18872
18873         * a-direio.ads: Remove quotes from Compile_Time_Warning message
18874
18875         * a-exexda.adb: Minor code reorganization
18876
18877         * a-filico.adb: Minor reformatting
18878
18879         * a-finali.adb: Minor reformatting
18880
18881         * a-nudira.ads: Remove quote from Compile_Time_Warning message
18882
18883         * a-numeri.ads: Minor reformatting
18884
18885         * a-sequio.ads: Remove quotes from Compile_Time_Warning message
18886
18887         * exp_pakd.ads: Fix obsolete comment
18888
18889         * a-ztenau.adb, a-ztenio.adb, a-wtenau.adb, a-tienau.adb,
18890         a-wtenio.adb (Put): Avoid assuming low bound of string is 1.
18891         Probably not a bug, but certainly neater and more efficient.
18892
18893         * a-tienio.adb: Minor reformatting
18894
18895         * comperr.adb (Compiler_Abort): Call Cancel_Special_Output at start
18896         Avoid assuming low bound of string is 1.
18897
18898         * gnatbind.adb: Change Bindusg to package and rename procedure as
18899         Display, which now ensures that it only outputs usage information once.
18900         (Scan_Bind_Arg): Avoid assuming low bound of string is 1.
18901
18902         * g-pehage.adb (Build_Identical_Keysets): Replace use of 1 by
18903         Table'First.
18904
18905         * g-regpat.adb (Insert_Operator): Add pragma Warnings (Off) to kill
18906         warning.
18907         (Match): Add pragma Assert to ensure that Matches'First is zero
18908
18909         * g-regpat.ads (Match): Document that Matches lower bound must be zero
18910
18911         * makeutl.adb (Is_External_Assignment): Add pragma Assert's to check
18912         documented preconditions (also kills warnings about bad indexes).
18913
18914         * mdll.adb (Build_Dynamic_Library): Avoid assumption that Afiles'First
18915         is 1.
18916         (Build_Import_Library): Ditto;
18917
18918         * mdll-utl.adb: (Gnatbind): Avoid assumption that Alis'First = 1
18919
18920         * rtsfind.adb (RTE_Error_Msg): Avoid assuming low bound of string is 1.
18921
18922         * sem_case.adb (Analyze_Choices): Add pragma Assert to check that
18923         lower bound of choice table is 1.
18924
18925         * sem_case.ads (Analyze_Choices): Document that lower bound of
18926         Choice_Table is 1.
18927
18928         * s-imgdec.adb (Set_Decimal_Digits): Avoid assuming low bound of
18929         string is 1.
18930
18931         * uintp.adb (Init_Operand): Document that low bound of Vec is always 1,
18932         and add appropriate Assert pragma to suppress warnings.
18933
18934         * atree.h, atree.ads, atree.adb
18935         Change Elist24 to Elist25
18936         Add definitions of Field28 and Node28
18937         (Traverse_Field): Use new syntactic parent table in sinfo.
18938
18939         * cstand.adb: Change name Is_Ada_2005 to Is_Ada_2005_Only
18940
18941         * itypes.adb: Change name Is_Ada_2005 to Is_Ada_2005_Only
18942
18943         * exp_tss.adb: Put routines in alpha order
18944
18945         * fe.h: Remove redundant declarations.
18946
18947 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
18948
18949         * utils.c (builtin_function): Rename to gnat_builtin_function.
18950         Move common code to add_builtin_function.
18951         * misc.c (LANG_HOOKS_BUILTIN_FUNCTION): Define as
18952         gnat_builtin_function.
18953         * gigi.h (builtin_function): Rename to gnat_builtin_function.
18954         Change the signature.
18955
18956 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
18957
18958         * Makefile.in: Add TEXI2PDF definition.
18959         * Make-lang.in: Add "ada.pdf" target.
18960
18961 2006-10-03  Kazu Hirata  <kazu@codesourcery.com>
18962
18963         * decl.c, utils.c: Fix comment typos.
18964         * utils.c: Fix a typo.
18965
18966 2006-09-28  Eric Botcazou  <ebotcazou@adacore.com>
18967
18968         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not set "const" flag
18969         on "pure" Ada subprograms if SJLJ exceptions are used.
18970         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Set TREE_NO_WARNING
18971         on the declaration node of JMPBUF_SAVE.
18972         * utils.c (init_gigi_decls): Set DECL_IS_PURE on the declaration nodes
18973         of Get_Jmpbuf_Address_Soft and Get_GNAT_Exception.
18974         * utils2.c (build_call_0_expr): Do not set TREE_SIDE_EFFECTS.
18975
18976 2006-08-20  Laurent Guerby  <laurent@guerby.net>
18977
18978         PR ada/28716
18979         g-socket.adb (Bind_Socket): Call Set_Address.
18980
18981 2006-09-15  Eric Botcazou  <ebotcazou@adacore.com>
18982
18983         PR ada/15802
18984         * decl.c (same_discriminant_p): New static function.
18985         (gnat_to_gnu_entity) <E_Record_Type>: When there is a parent
18986         subtype and we have discriminants, fix up the COMPONENT_REFs
18987         for the discriminants to make them reference the corresponding
18988         fields of the parent subtype after it has been built.
18989
18990 2006-09-15  Roger Sayle  <roger@eyesopen.com>
18991
18992         PR ada/18817
18993         * utils.c (max_size): Perform constant folding of (A ? B : C) - D
18994         into A ? B - D : C - D when calculating the size of a MINUS_EXPR.
18995
18996 2006-09-13  Olivier Hainque  <hainque@adacore.com>
18997
18998         PR ada/29025
18999         * trans.c (gnat_gimplify_expr) <ADDR_EXPR>: When taking the address
19000         of a SAVE_EXPR, just make the operand addressable/not-readonly and
19001         let the common gimplifier code make and propagate a temporary copy.
19002         (call_to_gnu): Clarify the use of SAVE_EXPR for not addressable
19003         out/in-out actuals and defer setting the addressable/readonly bits
19004         to the gimplifier.
19005
19006 2006-09-13  Eric Botcazou  <ebotcazou@adacore.com>
19007
19008         PR ada/28591
19009         * decl.c (components_to_record): Defer emitting debug info for the
19010         record type associated with the variant until after we are sure to
19011         actually use it.
19012
19013 2006-09-13  Eric Botcazou  <ebotcazou@adacore.com>
19014
19015         PR ada/21952
19016         * gigi.h (gnat_internal_attribute_table): Declare.
19017         * misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above.
19018         * utils.c (gnat_internal_attribute_table): New global variable.
19019         (builtin_function): Always call decl_attributes on the builtin.
19020         (handle_const_attribute): New static function.
19021         (handle_nothrow_attribute): Likewise.
19022
19023 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19024
19025         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
19026
19027 2006-06-23  Olivier Hainque  <hainque@adacore.com>
19028
19029         * misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have
19030         not been able to get a constant upper bound from TYPE_SIZE_UNIT.
19031
19032 2006-06-20  James A. Morrison  <phython@gcc.gnu.org>
19033             Eric Botcazou  <ebotcazou@adacore.com>
19034
19035         PR ada/18692
19036         * Make-lang.in: Add check-gnat to lang_checks.  Rename existing
19037         check-gnat into check-acats.
19038
19039 2006-06-17  Karl Berry  <karl@gnu.org>
19040
19041         * gnat-style.texi (@dircategory): Use "Software development"
19042         instead of "Programming", following the Free Software Directory.
19043
19044 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19045
19046         PR ada/27944
19047         * s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'.
19048
19049 2006-06-06  Laurent Guerby  <laurent@guerby.net>
19050
19051         PR ada/27769
19052         mlib-utl.adb: Use Program_Name.
19053
19054 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
19055
19056         * decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c,
19057         sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c,
19058         trans.c, utils.c: Fix comment typos.  Follow spelling
19059         conventions.
19060         * gnat_rm.texi, gnat_ugn.texi, : Fix typos.  Follow spelling
19061         conventions.
19062
19063 2006-05-19  Nicolas Setton  <setton@adacore.com>
19064
19065         * misc.c (gnat_dwarf_name): New function.
19066         (LANG_HOOKS_DWARF_NAME): Define to it.
19067
19068 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
19069
19070         * Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).
19071         (ada/misc.o): Likewise.
19072         (ada/utils.o): Likewise.
19073
19074 2006-04-08  Aurelien Jarno  <aurel32@debian.org>
19075
19076         * Makefile.in: Add Ada support for GNU/kFreeBSD.
19077         * s-osinte-kfreebsd-gnu.ads: New file.
19078
19079 2006-03-29  Carlos O'Donell  <carlos@codesourcery.com>
19080
19081         * Make-lang.in: Rename docdir to gcc_docdir.
19082
19083 2006-03-04  Eric Botcazou  <ebotcazou@adacore.com>
19084
19085         * gigi.h (get_ada_base_type): Delete.
19086         * utils2.c (get_ada_base_type): Likewise.
19087         * trans.c (convert_with_check): Operate in the real base type.
19088
19089 2006-03-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19090
19091         * uintp.adb (Num_Bits): Handle Uint_Int_First specially.
19092
19093 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
19094
19095         * utils.c (create_var_decl): Use have_global_bss_p when deciding
19096         whether to make the decl common.
19097
19098 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
19099
19100         * Make-lang.in (Ada): Remove.
19101         (.PHONY): Remove Ada
19102
19103 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19104
19105         * sem_ch4.adb (Find_Boolean_Types): If one of the operands is an
19106         aggregate, check the interpretations of the other operand to find one
19107         that may be a boolean array.
19108
19109         (Analyze_Selected_Component): Fix flow-of-control typo in case where
19110         the prefix is a private extension.
19111
19112 2006-02-17  Eric Botcazou  <botcazou@adacore.com>
19113
19114         PR ada/26315
19115         * utils2.c (find_common_type): If both input types are BLKmode and
19116         have the same constant size, keep using the first one.
19117
19118         * bindgen.adb: (Gen_Versions_Ada): Revert previous workaround.
19119
19120         * decl.c (gnat_to_gnu_entity): Only check TREE_OVERFLOW for a constant.
19121
19122         * misc.c (gnat_handle_option): New case for -Woverlength-strings.
19123
19124 2006-02-17  Jose Ruiz  <ruiz@adacore.com>
19125
19126         * s-taprop-irix.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb, 
19127         s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb, 
19128         s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-lynxos.adb, 
19129         s-taprop-tru64.adb (Set_False, Set_True, Suspend_Until_True): Add
19130         Abort_Defer/Undefer pairs to avoid the possibility of a task being
19131         aborted while owning a lock.
19132
19133 2006-02-17  Javier Miranda  <miranda@adacore.com>
19134             Robert Dewar  <dewar@adacore.com>
19135
19136         * exp_ch4.adb (Expand_N_Allocator): If the allocated object is accessed
19137         through an access to class-wide interface we force the displacement of
19138         the pointer to the allocated object to reference the corresponding
19139         secondary dispatch table.
19140         (Expand_N_Op_Divide): Allow 64 bit divisions by small power of 2,
19141         if Long_Shifts are supported on the target, even if 64 bit divides
19142         are not supported (configurable run time mode).
19143         (Expand_N_Type_Conversion): Do validity check if validity checks on
19144         operands are enabled.
19145         (Expand_N_Qualified_Expression): Do validity check if validity checks
19146         on operands are enabled.
19147
19148 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19149
19150         * exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity
19151         must be materialized when the renamed expression is an explicit
19152         dereference.
19153
19154 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19155
19156         * freeze.adb (Statically_Discriminated_Components): Return false if
19157         the bounds of the type of the discriminant are not static expressions.
19158
19159         * sem_aggr.adb (Check_Static_Discriminated_Subtype): Return false if
19160         the bounds of the discriminant type are not static.
19161
19162 2006-02-17  Robert Dewar  <dewar@adacore.com>
19163
19164         * g-os_lib.adb (Copy_File): Make sure that if From has an Invalid_FD,
19165         then we close To if it is valid.
19166
19167 2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>
19168
19169         * init.c (facility_resignal_table): new array
19170         (__gnat_default_resignal_p): enhance default predicate to resignal if
19171         VMS condition has one of the predefined facility codes.
19172
19173 2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>
19174
19175         * Makefile.in: Use VMS64 specialized versions of several units in
19176         Interfaces.C hierarchy to be compatible with HP C default size choices.
19177         Use the default version of Ada.Synchronous_Task_Control for VxWorks 653.
19178
19179 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19180
19181         * sem_ch10.adb (Analyze_With_Clause): If the unit is a subprogram
19182         instantiation, the corresponding entity is the related_instance of the
19183         wrapper package created for the instance.
19184
19185 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19186
19187         * sem_ch12.adb (Analyze_Package_Instantiation): Inline_Now is false if
19188         the current instance is nested within another instance in a child unit.
19189
19190 2006-02-17  Javier Miranda  <miranda@adacore.com>
19191             Ed Schonberg  <schonberg@adacore.com>
19192
19193         * sem_ch3.adb (Build_Discriminated_Subtype): In case of concurrent
19194         type we cannot inherit the primitive operations; we inherit the
19195         Corresponding_Record_Type (which has the list of primitive operations).
19196         (Check_Anonymous_Access_Types): When creating anonymous access types for
19197         access components, use Rewrite in order to preserve the tree structure,
19198         for ASIS use.
19199         (Analyze_Object_Declaration): For limited types with access
19200         discriminants with defaults initialized by an aggregate, obtain
19201         subtype from aggregate as for other mutable types.
19202         (Derived_Type_Declaration): If the derived type is a limited interface,
19203         set the corresponding flag (Is_Limited_Record is not sufficient).
19204
19205 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
19206
19207         * sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order
19208         to inline a function that returns an unconstrained type, the return
19209         expression must be the first variable declared in the body of the
19210         function.
19211
19212 2006-02-17  Javier Miranda  <miranda@adacore.com>
19213
19214         * sem_res.adb (Resolve_Type_Conversion): In case of conversion to an
19215         abstract interface type, the static analysis is not enough to know if
19216         the interface is implemented or not by the source tagged type. Hence
19217         we must pass the work to the expander to generate the required code to
19218         evaluate the conversion at run-time.
19219         (Resolve_Equality_Op): Do not apply previous
19220         transformation if expansion is disasbled, to prevent anomalies when
19221         locating global references in a generic unit.
19222
19223 2006-02-17  Vincent Celier  <celier@adacore.com>
19224
19225         * snames.ads, snames.adb: New standard names for new project attributes:
19226         archive_builder, archive_indexer, compiler_pic_option,
19227         config_body_file_name, config_body_file_name_pattern,
19228         config_file_switches, config_file_unique, config_spec_file_name,
19229         config_spec_file_name_pattern, default_builder_switches,
19230         default_global_compiler_switches, default_language,
19231         dependency_file_kind, global_compiler_switches, include_path,
19232         include_path_file, language_kind, linker_executable_option,
19233         linker_lib_dir_option, linker_lib_name_option, mapping_file_switches,
19234         roots, runtime_project.
19235
19236 2006-02-17  Matthew Heaney  <heaney@adacore.com>
19237
19238         * a-convec.ads, a-convec.adb: 
19239         (operator "&"): handle potential overflow for large index types
19240         (Insert): removed Contraint_Error when using large index types
19241         (Insert_Space): removed Constraint_Error for large index types
19242         (Length): moved constraint check from Length to Insert
19243
19244         * a-coinve.ads, a-coinve.adb: Stream attribute procedures are declared
19245         as not null access.
19246         Explicit raise statements now include an exception message.
19247         (operator "&"): handle potential overflow for large index types
19248         (Insert): removed Contraint_Error when using large index types
19249         (Insert_Space): removed Constraint_Error for large index types
19250         (Length): moved constraint check from Length to Insert
19251
19252 2006-02-17  Robert Dewar  <dewar@adacore.com>
19253
19254         * s-wchcnv.adb: Document handling of [ on output (we do not change
19255         this to ["5B"] and the new comments say why not.
19256
19257         * gnat_ugn.texi: 
19258         Add note for -gnatVo that this now includes the cases of type
19259         conversions and qualified expressions.
19260         Add comments on handling of brackets encoding for Text_IO
19261
19262 2006-02-17  Ramon Fernandez  <fernandez@adacore.com>
19263             Thomas Quinot  <quinot@adacore.com>
19264             Robert Dewar  <dewar@adacore.com>
19265             Javier Miranda  <miranda@adacore.com>
19266
19267         * expander.adb: Fix typo in comment
19268
19269         * exp_pakd.adb: Fix typo
19270         Minor comment reformatting.
19271
19272         * g-dyntab.adb: Minor reformatting
19273
19274         * exp_ch6.adb (Register_Interface_DT_Entry): Traverse the list of
19275         aliased subprograms to look for the abstract interface subprogram.
19276
19277 2006-02-16  Eric Botcazou  <ebotcazou@adacore.com>
19278
19279         * env.c (__gnat_setenv): Use size_t.
19280         (__gnat_unsetenv): Likewise.
19281         (__gnat_clearenv): Likewise.
19282
19283 2006-02-16  Arnaud Charlet  <charlet@adacore.com>
19284
19285         * opt.ads (Ada_Version_Default): Set to Ada 2005 by default.
19286
19287 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
19288
19289         * a-intnam-os2.ads, a-intnam-unixware.ads, g-soccon-unixware.ads,
19290         g-soliop-unixware.ads, i-os2err.ads, i-os2lib.adb, i-os2lib.ads,
19291         i-os2syn.ads, i-os2thr.ads, s-intman-irix-athread.adb,
19292         s-osinte-aix-fsu.ads, s-osinte-fsu.adb, s-parame-os2.adb,
19293         s-osinte-irix-athread.ads, s-osinte-linux-fsu.ads, s-osinte-os2.adb,
19294         s-osinte-os2.ads, s-osinte-solaris-fsu.ads, s-osinte-unixware.adb,
19295         s-osinte-unixware.ads, s-osprim-os2.adb, s-taprop-irix-athread.adb,
19296         s-taprop-os2.adb, s-tasinf-irix-athread.adb, s-tasinf-irix-athread.ads,
19297         s-taspri-os2.ads, system-os2.ads, system-unixware.ads: Removed,
19298         no longer used.
19299
19300 2006-02-13  Jose Ruiz  <ruiz@adacore.com>
19301
19302         * a-taster.adb (Current_Task_Fallback_Handler): Document why explicit
19303         protection against race conditions is not needed.
19304         (Set_Dependents_Fallback_Handler): Add mutual exclusive access to the
19305         fallback handler.
19306         (Set_Specific_Handler): Add mutual exclusive access to the specific
19307         handler.
19308         (Specific_Handler): Add mutual exclusive access for retrieving the
19309         specific handler.
19310
19311         * s-tarest.adb (Task_Wrapper): Add mutual exclusive access to the fall
19312         back handler.
19313
19314         * s-taskin.ads (Common_ATCB): Remove pragma Atomic for
19315         Fall_Back_Handler and Specific_Handler.
19316
19317         * s-tassta.adb (Task_Wrapper): Add mutual exclusive access to the task
19318         termination handlers.
19319         Set two different owerflow depending on the maximal stack size.
19320
19321         * s-solita.adb (Task_Termination_Handler_T): Document why explicit
19322         protection against race conditions is not needed when executing the
19323         task termination handler.
19324
19325 2006-02-13  Robert Dewar  <dewar@adacore.com>
19326
19327         * s-gloloc-mingw.adb, a-cgaaso.ads, a-stzmap.adb, a-stzmap.adb,
19328         a-stzmap.ads, a-ztcoio.adb, a-ztedit.adb, a-ztedit.ads, a-ztenau.adb,
19329         a-ztenau.ads, a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
19330         a-comlin.adb, a-decima.adb, a-decima.ads, a-direio.adb, a-direio.adb,
19331         a-direio.adb, a-direio.ads, a-ngcoty.adb, a-ngcoty.ads, a-nuflra.adb,
19332         a-nuflra.ads, a-sequio.adb, a-sequio.ads, a-sequio.ads, a-storio.ads,
19333         a-stream.ads, a-ststio.adb, a-ststio.adb, a-ststio.ads, a-ststio.ads,
19334         a-stwima.adb, a-stwima.adb, a-stwima.ads, a-stwise.adb, a-teioed.adb,
19335         a-teioed.ads, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tasatt.ads,
19336         a-tideau.adb, a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
19337         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.ads, a-tiflau.adb,
19338         a-tiflau.ads, a-tiflio.adb, a-tiflio.adb, a-tiflio.ads, a-tigeau.ads,
19339         a-tiinau.adb, a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoio.adb,
19340         a-timoio.ads, a-titest.adb, a-titest.ads, a-wtcoio.adb, a-wtdeau.adb,
19341         a-wtdeau.ads, a-wtdeio.adb, a-wtdeio.ads, a-wtedit.adb, a-wtedit.adb,
19342         a-wtedit.ads, a-wtenau.adb, a-wtenau.ads, a-wtenau.ads, a-wtenio.adb,
19343         a-wtenio.ads, a-wtfiio.adb, a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads,
19344         a-wtflio.adb, a-wtflio.adb, a-wtflio.ads, a-wtgeau.ads, a-wtinau.adb,
19345         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb, a-wtmoau.ads,
19346         a-wtmoio.adb, a-wtmoio.ads, xref_lib.adb, xref_lib.ads, xr_tabls.adb,
19347         g-boubuf.adb, g-boubuf.ads, g-cgideb.adb, g-io.adb, gnatdll.adb,
19348         g-pehage.adb, i-c.ads, g-spitbo.adb, g-spitbo.ads, mdll.adb,
19349         mlib-fil.adb, mlib-utl.adb, mlib-utl.ads, prj-env.adb, prj-tree.adb,
19350         prj-tree.ads, prj-util.adb, s-arit64.adb, s-asthan.ads, s-auxdec.adb,
19351         s-auxdec.ads, s-chepoo.ads, s-direio.adb, s-direio.ads, s-errrep.adb,
19352         s-errrep.ads, s-fileio.adb, s-fileio.ads, s-finroo.adb, s-finroo.ads,
19353         s-gloloc.adb, s-gloloc.ads, s-io.adb, s-io.ads, s-rpc.adb,
19354         s-rpc.ads, s-shasto.ads, s-sequio.adb, s-stopoo.ads, s-stratt.adb,
19355         s-stratt.ads, s-taasde.adb, s-taasde.ads, s-tadert.adb, s-sequio.ads,
19356         s-taskin.adb, s-tasque.adb, s-tasque.ads, s-wchjis.ads, makegpr.adb,
19357         a-coinve.adb, a-cidlli.adb, eval_fat.adb, exp_dist.ads, exp_smem.adb,
19358         fmap.adb, g-dyntab.ads, g-expect.adb, lib-xref.ads, osint.adb,
19359         par-load.adb, restrict.adb, sinput-c.ads, a-cdlili.adb,
19360         system-vms.ads, system-vms-zcx.ads, system-vms_64.ads: Minor
19361         reformatting.
19362
19363 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
19364
19365         * a-tasatt.adb, s-osinte-lynxos-3.adb, s-osinte-lynxos.adb,
19366         s-osinte-aix.adb, s-interr-sigaction.adb, s-asthan-vms-alpha.adb,
19367         s-interr-vms.adb, s-intman-vms.adb, s-interr-vxworks.adb,
19368         s-intman-vxworks.adb, s-asthan-vms-alpha.adb, a-ztexio.adb,
19369         a-reatim.adb, a-taside.adb, a-textio.adb, a-witeio.adb, prj-attr.adb,
19370         s-intman-irix.adb, s-intman-solaris.adb, s-intman-posix.adb,
19371         a-dynpri.adb, a-interr.adb, g-dynhta.adb, s-asthan.adb, s-interr.adb,
19372         s-pooglo.adb, s-pooloc.adb, s-poosiz.adb, s-tasren.adb, s-tasuti.adb,
19373         s-tataat.adb, s-tpobop.adb: Remove redundant with clauses.
19374
19375 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
19376
19377         * s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-vxworks.ads, 
19378         s-osinte-solaris.ads, s-osinte-linux.ads, s-osinte-freebsd.ads, 
19379         s-osinte-solaris-posix.ads, s-osinte-lynxos-3.ads, s-osinte-lynxos.ads, 
19380         s-osinte-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads, 
19381         s-osinte-hpux-dce.ads, s-osinte-linux-hppa.ads, 
19382         s-osinte-linux-alpha.ads, s-inmaop-posix.adb (sigset_t_ptr): Removed,
19383         replaced by anonymous access type.
19384         (pthread_sigmask): Now take an access sigset_t
19385
19386         * s-osinte-hpux.ads:  Ditto.
19387         (pthread_mutex_t, pthread_cond_t): Update definitions to support
19388         properly 32 and 64 bit ABIs.
19389
19390 2006-02-13  Pascal Obry  <obry@adacore.com>
19391
19392         * s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-tru64.adb, 
19393         s-taprop-lynxos.adb, s-taprop-irix.adb, s-taprop-hpux-dce.adb, 
19394         s-taprop-linux.adb, s-taprop-solaris.adb,
19395         s-taprop-vms.adb (Create_Task): Remove task adjustment code. This
19396         adjustement is already done when calling this routine.
19397
19398 2006-02-13  Pascal Obry  <obry@adacore.com>
19399
19400         * system-mingw.ads (Underlying_Priorities): Update the priority mapping
19401         table to take advantage of the 16 priority levels available on Windows
19402         2000 and XP. On NT4 there are only 7 priority levels, this is properly
19403         supported by this new mapping.
19404
19405 2006-02-13  Nicolas Setton  <setton@adacore.com>
19406
19407         * adadecode.h, adadecode.c: (__gnat_decode): Improve support of types.
19408         (get_encoding): New subprogram. Extracts the encodings from an encoded
19409         Ada name.
19410
19411 2006-02-13  Pascal Obry  <obry@adacore.com>
19412             Nicolas Roche  <roche@adacore.com>
19413             Arnaud Charlet  <charlet@adacore.com>
19414
19415         * adaint.h, adaint.c (DIR_SEPARATOR): Use _T() macro for Unicode
19416         support.
19417         (__gnat_try_lock): Add unicode support by using a specific section on
19418         Windows.
19419         (__gnat_get_current_dir): Idem.
19420         (__gnat_open_read): Idem.
19421         (__gnat_open_rw): Idem.
19422         (__gnat_open_create): Idem.
19423         (__gnat_create_output_file): Idem.
19424         (__gnat_open_append): Idem.
19425         (__gnat_open_new): Idem.
19426         (__gnat_file_time_name): Idem.
19427         (__gnat_set_file_time_name): Idem.
19428         (__gnat_stat): Idem.
19429         (win32_no_block_spawn): Idem.
19430         (__gnat_locate_exec_on_path): Idem.
19431         (__gnat_opendir): New routine.
19432         (__gnat_closedir): Idem.
19433         (__gnat_readdir): Add new parameter length (pointer to int). Update
19434         implementation to use it and add specific Win32 code for Unicode
19435         support.
19436         (__gnat_get_env_value_ptr): Remove. Replaced by __gnat_getenv in env.c
19437         (__gnat_set_env_value): Remove. Replaced by __gnat_setenv in env.c
19438         (convert_addresses): Do not define this dummy routine on VMS.
19439
19440         * mingw32.h (GNAT_UNICODE_SUPPORT): New definition, if set the GNAT
19441         runtime Unicode support will be activated.
19442         (S2WS): String to Wide-String conversion. This version just copy a
19443         string in non Unicode version.
19444         (WS2S): Wide-String to String conversion. This version just copy a
19445         string in non Unicode version.
19446
19447         * g-dirope.adb: (Close): Now import __gnat_closedir from adaint.c.
19448         (Open): Now import __gnat_opendir from adaint.c.
19449         (Read): Change the implementation to support unicode characters. It is
19450         not possible to use strlen() on Windows as this version supports only
19451         standard ASCII characters. So the length of the directory entry is now
19452         returned from the imported __gnat_readdir routine.
19453         Update copyright notice.
19454
19455         * s-crtl-vms64.ads, s-crtl.ads: (closedir): Moved to adaint.c.
19456         (opendir): Moved to adaint.c.
19457
19458         * g-os_lib.adb (Copy_Time_Stamp): Fix off-by-one range computation.
19459         (Get_Directory): Fix wrong indexing.
19460         (Getenv): replace __gnat_get_env_value_ptr from adaint.c by
19461         __gnat_getenv from env.c
19462         (Setenv): replace __gnat_set_env_value from adaint.c by __gnat_setenv
19463         from env.c
19464
19465         * env.h, env.c: New file.
19466
19467         * s-scaval.adb (Initialize): Replace __gnat_get_env_value_ptr from
19468         adaint.c by __gnat_getenv from env.c
19469
19470         * s-shasto.adb (Initialize): replace __gnat_get_env_value_ptr from
19471         adaint.c by __gnat_getenv from env.c
19472
19473         * Make-lang.in: Add env.o in the list of C object needed by gnat1
19474         and gnatbind.
19475         Update dependencies.
19476
19477 2006-02-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19478             Olivier Hainque  <hainque@adacore.com>
19479             Eric Botcazou  <ebotcazou@adacore.com>
19480
19481         * ada-tree.h: (TYPE_UNCHECKED_UNION_P): Deleted.
19482         
19483         * gigi.h (value_factor_p): Add prototype and description, now public.
19484
19485         * decl.c (gnat_to_gnu_field): Don't attempt BLKmode to integral type
19486         promotion for field with rep clause if the associated size was proven
19487         to be in error.
19488         Expand comments describing attempts to use a packable type.
19489         (gnat_to_gnu_entity) <E_Signed_Integer_Subtype,
19490         E_Floating_Point_Subtype>: Inherit alias set of what we are making a
19491         subtype of to ensure conflicts amongst all subtypes in a hierarchy,
19492         necessary since these are not different types and pointers may
19493         actually designate any subtype in this hierarchy.
19494         (gnat_to_gnu_entity, case E_Record_Type): Always make fields for
19495         discriminants but put them into record only if not Unchecked_Union;
19496         pass flag to components_to_record showing Unchecked_Union.
19497         (make_dummy_type): Use UNION_TYPE only if Unchecked_Union and no
19498         components before variants; don't set TYPE_UNCHECKED_UNION_P.
19499         (components_to_record): New argument UNCHECKED_UNION.
19500         Remove special case code for Unchecked_Union and instead use main code
19501         with small changes.
19502
19503         PR ada/26096
19504         (gnat_to_gnu_entity) <E_Variable>: Do not initialize the aligning
19505         variable with the expression being built, only its inner field.
19506
19507         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Remove call to
19508         emit_sequence_entry_statements.
19509         (emit_sequence_entry_statements, body_with_handlers_p): Delete.
19510         (establish_gnat_vms_condition_handler): Move before
19511         Subprogram_Body_to_gnu.
19512         (Subprogram_Body_to_gnu): On VMS, establish_gnat_vms_condition_handler
19513         for a subprogram if it has a foreign convention or is exported.
19514         (Identifier_to_gnu): Manually unshare the DECL_INITIAL tree when it is
19515         substituted for a CONST_DECL.
19516         (tree_transform, case N_Aggregate): Remove code for UNION_TYPE and pass
19517         Etype to assoc_to_constructor.
19518         (assoc_to_constructor): New argument, GNAT_ENTITY; use it to ignore
19519         discriminants of Unchecked_Union.
19520         (TARGET_ABI_OPEN_VMS): Define to 0 if not defined, so that later uses
19521         don't need cluttering preprocessor directives.
19522         (establish_gnat_vms_condition_handler): New function. Establish the GNAT
19523         condition handler as current in the compiled function.
19524         (body_with_handlers_p): New function. Tell whether a given sequence of
19525         statements node is attached to a package or subprogram body and involves
19526         exception handlers possibly nested within inner block statements.
19527         (emit_sequence_entry_statements): New function, to emit special
19528         statements on entry of sequences when necessary. Establish GNAT
19529         condition handler in the proper cases for VMS.
19530         (Handled_Sequence_Of_Statements_to_gnu): Start block code with
19531         emit_sequence_entry_statements.
19532
19533         * utils2.c (find_common_type): If both input types are BLKmode and
19534         have a constant size, use the smaller one.
19535         (build_simple_component_ref): Also match if FIELD and NEW_FIELD are
19536         the same.
19537
19538         * utils.c (value_factor_p): Make public, to allow uses from other gigi
19539         units.
19540         (create_type_decl): Do not set the flag DECL_IGNORED_P for dummy types.
19541         (convert, case UNION_TYPE): Remove special treatment for unchecked
19542         unions.
19543
19544         PR ada/18659
19545         (update_pointer_to): Update variants of pointer types to unconstrained
19546         arrays by attaching the list of fields of the main variant.
19547
19548 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
19549             Robert Dewar  <dewar@adacore.com>
19550
19551         * a-exexpr.adb, a-exexpr-gcc.adb
19552         (Process_Raise_Exception): Removed, merged with Propagate_Exception.
19553         (Propagate_Exception): Now take extra From_Signal_Handler parameter.
19554         Remove code unused for exception propagation for the compiler itself
19555         from a-except.adb and update to still share separate packages.
19556
19557         * a-except.ads, a-except.adb: Ditto.
19558         Add comments that this version is now used only by the compiler and
19559         other basic tools. The full version that includes the Ada 2005 stuff
19560         is in separate files a-except-2005.ads/adb. The reason is that we do
19561         not want to cause bootstrap problems with compilers not recognizing
19562         Wide_Wide_String.
19563         Add exception reason code PE_Implicit_Return
19564         Add new exception reason code (Null Exception_Id)
19565
19566         * a-except-2005.adb, a-except-2005.ads: New files.
19567
19568         * s-wchcon.ads: (Get_WC_Encoding_Method): New function.
19569
19570         * s-wchcon.adb: New file.
19571
19572         * Makefile.in (LIBGNAT_SRCS): Add tb-gcc.c.
19573         (traceback.o deps): Likewise.
19574         (SPARC/Solaris): Accept sparc[64|v9]-sun-solaris.
19575         Activate build of GMEM instrumentation library on VMS targets.
19576         (gnatlib-sjlj, gnatlib-zcx): Pass EH_MECHANISM to make gnatlib.
19577         Use a-except-2005.ads/adb for all run-time library builds unless
19578         specified otherwise.
19579         [VMS] (LIBGNAT_TARGET_PAIRS_AUX1,2): Rename s-parame-vms.ads to
19580         s-parame-vms-alpha.ads and add s-parame-vms-ia64.ads.
19581         Use s-parame.adb on all native platforms.
19582         Use s-parame-vxworks.adb on all vxworks platforms.
19583         Add env.c env.h in LIBGNAT_SRCS
19584         Add env.o in LIBGNAT_OBJS
19585         (GNATMAKE_OBJS): Remove ctrl_c.o object.
19586         (LIBGNAT_TARGET_PAIRS for x86-vxworks): Use an specialized version of
19587         s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
19588         supports VxWorks 6 RTPs.
19589         (EXTRA_GNATRTL_NONTASKING_OBJS for x86-vxworks): Remove the use of
19590         i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
19591
19592         * types.h, types.ads (Terminate_Program): New exception
19593         Add comment on modifying multiple versions of a-except.adb when the
19594         table of exception reasons is modified.
19595         Add exception reason code PE_Implicit_Return
19596         Add new exception reason code (Null Exception_Id)
19597
19598         * clean.adb (Initialize): Get the target parameters before checking
19599         if target is OpenVMS. Move the OpenVMS specific code here from package
19600         body elaboration code.
19601
19602 2006-02-13  Thomas Quinot  <quinot@adacore.com>
19603             Vincent Celier  <celier@adacore.com>
19604             Robert Dewar  <dewar@adacore.com>
19605
19606         * ali-util.adb (Get_File_Checksum): Update to account for change in
19607         profile of Initialize_Scanner.
19608
19609         * gprep.adb (Gnatprep): Update to account for change in profile of
19610         Initialize_Scanner.
19611         (Process_One_File): Same.
19612
19613         * lib.adb (Get_Code_Or_Source_Unit): New subprogram factoring the
19614         common code between Get_Code_Unit and Get_Source_Unit. Reimplement
19615         that behaviour using the new Unit information recorded in the source
19616         files table, rather than going through all units every time.
19617         (Get_Code_Unit): Reimplement in terms of Get_Code_Or_Source_Unit.
19618         (Get_Source_Unit): Same.
19619
19620         * prepcomp.adb (Parse_Preprocessing_Data_File): Update to account for
19621         change in profile of Initialize_Scanner.
19622         (Prepare_To_Preprocess): Same.
19623
19624         * lib.ads: Fix typo in comment (templace -> template).
19625
19626         * prj-part.adb (Parse_Single_Project): Update to account for change in
19627         profile of Initialize_Scanner.
19628
19629         * scn.adb (Initialize_Scanner): Account for change in profile of
19630         Scng.Initialize_Scanner: set Current_Source_Unit in Scn instead of Scng.
19631         Also record the association of the given Source_File_Index to the
19632         corresponding Unit_Number_Type.
19633
19634         * scng.ads, scng.adb (Initialize_Scanner.Set_Reserved): Remove
19635         procedure.
19636         (Initialize_Scanner): Call Scans.Initialize_Ada_Keywords.
19637         Remove Unit formal for generic scanner: this formal
19638         is only relevant to Scn (the scanner instance used to parse Ada source
19639         files), not to other instances. Update comment accordingly.
19640         (Scan): Use new function Snames.Is_Keyword_Name.
19641
19642         * sinfo-cn.adb: Fix typo in comment.
19643
19644         * sinput.adb (Unit, Set_Unit): Accessors for new source file attribute
19645         Unit.
19646
19647         * sinput.ads (Source_File_Record): New component Unit, used to capture
19648         the unit identifier (if any) associated to a source file.
19649
19650         * sinput-c.adb, sinput-l.adb (Load_File): Initialize new component
19651         Unit in Source_File_Record.
19652
19653         * sinput-p.adb (Source_File_Is_Subunit): Update to account for change
19654         in profile of Initialize_Scanner.
19655
19656         * scans.adb (Initialize_Ada_Keywords): New procedure
19657
19658         * scans.ads (Initialize_Ada_Keywords): New procedure to initialize the
19659         Ada keywords in the Namet table, without the need to call
19660         Initialize_Scanner.
19661
19662         * snames.adb: Add pragma Ada_2005 (synonym for Ada_05)
19663         (Is_Keyword_Name): New function
19664
19665         * snames.ads: Add subtype Configuration_Pragma_Names
19666         Add pragma Ada_2005 (synonym for Ada_05)
19667         (Is_Keyword_Name): New function
19668
19669         * snames.h: Add pragma Ada_2005 (synonym for Ada_05)
19670
19671 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
19672
19673         * a-stwisu.adb, a-strsup.adb, a-stzsup.adb (Super_Slice): Fix slice
19674         index.
19675
19676         * a-stwima.adb (To_Set): Add extra check when N = 0.
19677
19678         * g-regpat.adb: (Match_Simple_Operator): Avoid possible overflow.
19679
19680 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
19681
19682         * s-parame-mingw.adb, s-parame-linux.adb,
19683         s-parame-solaris.adb: Removed, replaced by s-parame.adb
19684
19685         * s-parame-vxworks.ads: Fix typo.
19686
19687         * s-parame-vxworks.adb: New file.
19688
19689         * s-parame.adb: Version now used by all native platforms.
19690         (Default_Stack_Size): Use 2 megs for default stack size and use
19691         __gl_default_stack_size when available.
19692         (Minimum_Stack_Size): Use 12K.
19693
19694         * s-taprop-mingw.adb: Set default stack size linker switch to 2megs.
19695         (Create_Task): Refine implementation taking advantage of the XP stack
19696         size support. On XP, we now create the thread using the flag
19697         STACK_SIZE_PARAM_IS_A_RESERVATION.
19698
19699         * s-osinte-mingw.ads (Stack_Size_Param_Is_A_Reservation): New constant.
19700
19701         * sysdep.c (__gnat_is_windows_xp): New routine, returns 1 on Windows
19702         XP and 0 on older Windows versions.
19703
19704         * interfac-vms.ads: Removed, no longer used.
19705
19706 2006-02-13  Matthew Heaney  <heaney@adacore.com>
19707
19708         * a-rbtgso.adb, a-crbtgo.adb, a-crbtgk.adb, a-coorse.adb, 
19709         a-cohama.adb, a-ciorse.adb, a-cihama.adb, a-cihase.adb, 
19710         a-cohase.adb: All explicit raise statements now include an exception
19711         message.
19712
19713         * a-ciormu.ads, a-ciormu.adb, a-coormu.ads, a-coormu.adb
19714         (Update_Element_Preserving_Key): renamed op to just Update_Element.
19715         Explicit raise statements now include an exception message
19716
19717         * a-cihase.ads, a-cohase.ads: Removed comment.
19718
19719         * a-stboha.ads, a-stboha.adb, a-stfiha.ads, a-envvar.adb,
19720         a-envvar.ads, a-swbwha.ads, a-swbwha.adb, a-swfwha.ads, a-szbzha.ads,
19721         a-szbzha.adb, a-szfzha.ads: New files.
19722
19723 2006-02-13  Matthew Heaney  <heaney@adacore.com>
19724
19725         * a-cgcaso.adb, a-cgaaso.adb: Implemented using heapsort instead of
19726         quicksort.
19727
19728 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
19729
19730         * lang.opt: Wvariadic-macros: New option.
19731         Wold-style-definition: Likewise.
19732         Wmissing-format-attribute: Likewise.
19733
19734         * misc.c (gnat_handle_option): New cases for -Wvariadic-macros,
19735         -Wold-style-definition and -Wmissing-format-attribute.
19736
19737 2006-02-13  Robert Dewar  <dewar@adacore.com>
19738
19739         * a-ticoio.ads, a-ticoio.adb: Add use clause (moved here from spec)
19740
19741         * a-coteio.ads, a-lcteio.ads, a-llctio.ads, a-scteio.ads: New files.
19742
19743 2006-02-13  Nicolas Roche  <roche@adacore.com>
19744
19745         * a-envvar.adb, a-envvar.ads: New files.
19746
19747 2006-02-13  Douglas Rupp  <rupp@adacore.com>
19748
19749         * s-parame-vms.ads: Renamed to s-parame-vms-alpha.ads
19750
19751         * s-parame-vms-alpha.ads, s-parame-vms-ia64.ads: New files.
19752
19753 2006-02-13  Pat Rogers  <rogers@adacore.com>
19754
19755         * a-rttiev.adb, a-rttiev.ads: New files.
19756
19757 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
19758
19759         * a-tiboio.adb, a-tiboio.ads, a-wwboio.adb,
19760         a-wwboio.ads, a-zzboio.adb, a-zzboio.ads:  New files.
19761
19762         * impunit.adb, Makefile.rtl: Added new Ada 2005 units.
19763
19764 2006-02-13  Robert Dewar  <dewar@adacore.com>
19765
19766         * rtsfind.adb, exp_prag.adb, lib-writ.adb, par-labl.adb, 
19767         sem_case.adb: Minor code reorganization (not Present should be No)
19768
19769 2006-02-13  Geert Bosch  <bosch@adacore.com>
19770             Gary Dismukes  <dismukes@adacore.com>
19771
19772         * a-tifiio.adb (Put_Digits): Test Last against To'First - 1 instead of
19773         0, since the lower bound of the actual string may be greater than one.
19774
19775         PR ada/20753
19776         * a-tifiio.adb (Put): Fix condition to raise Layout_Error when invalid
19777         layout is requested.
19778
19779 2006-02-13  Vincent Celier  <celier@adacore.com>
19780
19781         * back_end.adb (Scan_Compiler_Arguments): Check if
19782         Search_Directory_Present is True and, if it is, add the argument in
19783         the source search directory path.
19784
19785         * switch-c.adb (Scan_Front_End_Switches): Accept switch "-I". Set
19786         Search_Directory_Present to True.
19787
19788 2006-02-13  Joel Brobecker  <brobecke@adacore.com>
19789
19790         * bindgen.adb (Gen_Main_C): declare the ensure_reference variable as
19791         volatile, to tell the compiler to preserve this variable at any level
19792         of optimization.
19793         (Gen_Versions_Ada): Temporarily work around codegen bug.
19794
19795 2006-02-13  Vincent Celier  <celier@adacore.com>
19796
19797         * gnatlink.adb (Process_Binder_File): If -shared is specified, invoke
19798         gcc to link with option -shared-libgcc.
19799         (Gnatlink): Remove duplicate switches -shared-libgcc
19800
19801 2006-02-13  Robert Dewar  <dewar@adacore.com>
19802
19803         * gnatvsn.ads (Current_Year): New constant, used to easily update
19804         copyright on all GNAT tools.
19805
19806         * gnatls.adb, gnatname.adb, vms_conv.adb: Add 2006 to displayed
19807         copyright notice.
19808
19809 2006-02-13  Robert Dewar  <dewar@adacore.com>
19810
19811         * erroutc.ads, erroutc.adb (Set_Message_Blank): Don't insert space
19812         after hyphen (small aesthetic change useful for a range of numbers
19813         using ^-^.
19814         Suppress range checks for a couple of assignments which otherwise
19815         cause validity checks with validity checking turned on.
19816
19817         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Size):
19818         Improvement in error message for object.
19819         (Rep_Item_Too_Late): Remove '!' in warning message.
19820
19821 2006-02-13  Robert Dewar  <dewar@adacore.com>
19822             Eric Botcazou  <ebotcazou@adacore.com>
19823
19824         * err_vars.ads: Suppress range checks for a couple of assignments
19825         which otherwise cause validity checks with validity checking turned on.
19826         Update comments.
19827
19828         * errout.adb (Error_Msg_Internal): Do not suppress warning messages.
19829         Make message unconditional if it is a warning.
19830         (Error_Msg_NEL): Always output warning messages.
19831         Suppress range checks for a couple of assignments which otherwise
19832         cause validity checks with validity checking turned on.
19833
19834         * errout.ads (Message Insertion Characters): Document that '!' is
19835         implied by '?' in error messages.
19836
19837         * gnat1drv.adb: (Bad_Body): Remove '!' in warning message.
19838         (Gnat1drv): Use a goto to end of main subprogram instead of
19839         Exit_Program (E_Success) so that finalization can occur normally.
19840
19841 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
19842
19843         * s-stchop.adb (Stack_Check): Raise Storage_Error if the argument has
19844         wrapped around.
19845
19846 2006-02-13  Vincent Celier  <celier@adacore.com>
19847
19848         * a-direct.adb (Duration_To_Time, OS_Time_To_Long_Integer): New
19849         Unchecked_Conversion functions.
19850         (Modification_Time): Use direct conversion of OS_Time to Calendar time
19851         when OpenVMS returns False.
19852
19853         * a-dirval-mingw.adb, a-dirval-vms.adb, a-dirval.ads,
19854         a-dirval.adb (OpenVMS): New Boolean function
19855
19856 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
19857             Thomas Quinot  <quinot@adacore.com>
19858
19859         * checks.adb (Build_Discriminant_Checks): If the expression being
19860         checks is an aggregate retrieve the values of its discriminants to
19861         generate the check, rather than creating a temporary and a reference
19862         to it.
19863         (Apply_Access_Check): Rewritten to handle new Is_Known_Null flag
19864         (Install_Null_Excluding_Check): Ditto
19865         (Selected_Length_Checks): Build actual subtype for the original Ck_Node,
19866         not for the renamed object, so that the actual itype is attached in the
19867         proper context.
19868
19869 2006-02-13  Robert Dewar  <dewar@adacore.com>
19870             Vincent Celier  <celier@adacore.com>
19871
19872         * debug.adb: Eliminate numeric switches for binder/gnatmake
19873
19874         * switch-m.adb (Normalize_Compiler_Switches): Record numeric debug
19875         switches for the compiler.
19876         (Scan_Make_Switches): Do not allow numeric debug switches for gnatmake
19877         (Scan_Make_Switches): When failing with an illegal switch, output an
19878         error message with the full switch.
19879         Eliminate numeric switches for binder/gnatmake
19880
19881         * switch.ads, switch.adb (Bad_Switch): New procedure
19882
19883         * switch-b.adb (Scan_Binder_Switches): Do not accept combined switches.
19884         Remove 0-9 as debug flag character possibilities
19885         -d is now controlling the primary stack size when its value is a
19886         positive. Also add checks against invalid values, and support for kb,
19887         mb. Ditto for -D switch.
19888
19889 2006-02-13  Robert Dewar  <dewar@adacore.com>
19890             Serguei Rybin  <rybin@adacore.com>
19891
19892         * opt.ads opt.adb: Add Ada_Version_Explicit_Config along with
19893         save/restore routines.
19894         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
19895         were not always properly handled previously.
19896         Since we are changing the tree format anyway, also get rid of the
19897         junk obsolete Immediate_Errors flag.
19898         (Tree_Read): Change the way of reading Tree_Version_String - now we
19899         read the version string from the tree even if its length is not the
19900         same as the length of the version string computed from Gnatvsn.
19901         (Search_Directory_Present): New Boolean flag for the compiler.
19902         Define Tree_Version_String as a dynamic string.
19903         (Default_Stack_Size): new variable, used to handle switch -d.
19904
19905         * par-prag.adb: 
19906         For pragma Ada_2005, remove stuff about setting Ada_Version_Explicit
19907         only for main unit.
19908         Add pragma Ada_2005 (synonym for Ada_05)
19909         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
19910         were not always properly handled previously.
19911
19912         * directio.ads, ioexcept.ads, sequenio.ads, text_io.ads: Change
19913         explicit Ada_95 to Ada_2005.
19914
19915 2006-02-13  Javier Miranda  <miranda@adacore.com>
19916             Robert Dewar  <dewar@adacore.com>
19917             Ed Schonberg  <schonberg@adacore.com>
19918
19919         * einfo.ads, einfo.adb (First_Tag_Component): Protect the frontend
19920         against errors in the source program: a private types for which the
19921         corresponding full type declaration is missing and pragma CPP_Virtual
19922         is used.
19923         (Is_Unchecked_Union): Check flag on Implementation_Base_Type.
19924         (Is_Known_Null): New flag
19925         (Has_Pragma_Pure): New flag
19926         (No_Return): Present in all entities, set only for procedures
19927         (Is_Limited_Type): A type whose ancestor is an interface is limited if
19928         explicitly declared limited.
19929         (DT_Offset_To_Top_Func): New attribute that is present in E_Component
19930         entities. Only used for component marked Is_Tag. If present it stores
19931         the Offset_To_Top function used to provide this value in tagged types
19932         whose ancestor has discriminants.
19933
19934         * exp_ch2.adb: Update status of new Is_Known_Null flag
19935
19936         * sem_ch7.adb: Maintain status of new Is_Known_Null flag
19937
19938         * sem_cat.adb (Get_Categorization): Don't treat function as Pure in
19939         the categorization sense if Is_Pure was set by pragma Pure_Function.
19940
19941 2006-02-13  Quentin Ochem  <ochem@adacore.com>
19942             Olivier Hainque  <hainque@adacore.com>
19943
19944         * bindusg.adb: Updated documentation for -d and -D switches.
19945
19946         * raise.h (__gnat_set_globals): added new parameter for
19947         Default_Stack_Size.
19948
19949         * init.c (__gnat_adjust_context_for_raise) <alpha-vms case>: Implement.
19950         (__gnat_handle_vms_condition): Adjust context before raise.
19951         (__gnat_install_handler): Restore the global vector setup for GCC
19952         versions before 3.4, as the frame based circtuitry is not available
19953         in this case.
19954         (__gnat_set_globals): added a parameter default_stack_size
19955         (__gl_default_stack_size): new variable.
19956
19957 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
19958
19959         * exp_aggr.adb (Build_Array_Aggr_Code): Rename variable
19960         "Others_Mbox_Present" to "Others_Box_Present" because the mbox concept
19961         does not exist in the Ada RM.
19962         (Compatible_Int_Bounds): Determine whether two integer range bounds
19963         are of equal length and have the same start and end values.
19964         (Is_Int_Range_Bounds): Determine whether a node is an integer range.
19965         (Build_Record_Aggr_Code): Perform proper sliding of a nested array
19966         aggregate when it is part of an object declaration.
19967         (Build_Record_Aggr_Code)  If the aggregate ttype is a derived type that
19968         constrains discriminants of its parent, add explicitly the discriminant
19969         constraints of the ancestor by retrieving them from the
19970         stored_constraint of the parent.
19971
19972 2006-02-13  Robert Dewar  <dewar@adacore.com>
19973
19974         * exp_attr.adb (Expand_N_Attribute_Reference, case Mechanism_Code): If
19975         attribute Mechanism_Code is applied to renamed subprogram, modify
19976         prefix to point to base subprogram.
19977         Max/Min attributes now violate Restriction No_Implicit_Conditionals
19978
19979         * sinfo.ads: Document that Mechanism_Code cannot be applied to
19980         renamed subprograms so that the front-end must replace the prefix
19981         appropriately.
19982
19983 2006-02-13  Javier Miranda  <miranda@adacore.com>
19984             Gary Dismukes  <dismukes@adacore.com>
19985
19986         * exp_ch3.adb (Component_Needs_Simple_Initialization): Add check for
19987         availability of RE_Interface_Tag.
19988         (Build_Initialization_Call): Fix wrong access to the discriminant value.
19989         (Freeze_Record_Type): Do not generate the tables associated with
19990         timed and conditional dispatching calls through synchronized
19991         interfaces if compiling under No_Dispatching_Calls restriction.
19992         When compiling for Ada 2005, for a nonabstract
19993         type with a null extension, call Make_Controlling_Function_Wrappers
19994         and insert the wrapper function declarations and bodies (the latter
19995         being appended as freeze actions).
19996         (Predefined_Primitive_Bodies): Do not generate the bodies of the
19997         predefined primitives associated with timed and conditional
19998         dispatching calls through synchronized interfaces if we are
19999         compiling under No_Dispatching_Calls.
20000         (Build_Init_Procedure):  Use RTE_Available to check if a run-time
20001         service is available before generating a call.
20002         (Make_Controlling_Function_Wrappers): New procedure.
20003         (Expand_N_Full_Type_Declaration): Create a class-wide master for
20004         access-to-limited-interfaces because they can be used to reference
20005         tasks that implement such limited interface.
20006         (Build_Offset_To_Top_Functions): Build the tree corresponding to the
20007         procedure spec and body of the Offset_To_Top function that is generated
20008         when the parent of a type with discriminants has secondary dispatch
20009         tables.
20010         (Init_Secondary_Tags): Handle the case in which the parent of the type
20011         containing secondary dispatch tables has discriminants to generate the
20012         correct arguments to call Set_Offset_To_Top.
20013         (Build_Record_Init_Proc): Add call to Build_Offset_To_Top_Functions.
20014
20015         * a-tags.ads, a-tags.adb: (Check_Index): Removed.
20016         Add Wide_[Wide_]Expanded_Name.
20017         (Get_Predefined_Prim_Op_Address): New subprogram that provides exactly
20018         the same functionality of Get_Prim_Op_Address but applied to predefined
20019         primitive operations because the pointers to the predefined primitives
20020         are now saved in a separate table.
20021         (Parent_Size): Modified to get access to the separate table of primitive
20022         operations or the parent type.
20023         (Set_Predefined_Prim_Op_Address): New subprogram that provides the same
20024         functionality of Set_Prim_Op_Address but applied to predefined primitive
20025         operations.
20026         (Set_Signature): New subprogram used to store the signature of a DT.
20027         (Displace): If the Offset_To_Top value is not static then call the
20028         function generated by the expander to get such value; otherwise use
20029         the value stored in the table of interfaces.
20030         (Offset_To_Top): The type of the actual has been changed to Address to
20031         give the correct support to tagged types with discriminants. In this
20032         case this value is stored just immediately after the tag field.
20033         (Set_Offset_To_Top): Two new formals have been added to indicate if the
20034         offset_to_top value is static and hence pass this value to the run-time
20035         to store it in the table of interfaces, or else if this value is dynamic
20036         and then pass to the run-time the address of a function that is
20037         generated by the expander to provide this value for each object of the
20038         type.
20039
20040         * rtsfind.ads (Default_Prin_Op_Count): Removed.
20041         (Default_Prim_Op_Count): New entity
20042         (Get_Predefined_Prim_Op_Address): New entity
20043         (Set_Predefined_Prim_Op_Address): New entity
20044         (RE_Set_Signature): New entity
20045
20046 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20047             Ed Schonberg  <schonberg@adacore.com>
20048
20049         * exp_ch4.adb (Expand_Allocator_Expression): Pass Allocator => True to
20050         Make_Adjust_Call done for a newly-allocated object.
20051
20052         * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): If the statements
20053         in a subprogram are wrapped in a cleanup block, indicate that the
20054         subprogram contains an inner block with an exception handler.
20055         (Make_Adjust_Call): New Boolean formal Allocator indicating whether the
20056         Adjust call is for a newly-allocated object. In that case we must not
20057         assume that the finalization list chain pointers are correct (since they
20058         come from a bit-for-bit copy of the original object's pointers) so if
20059         the attach level would otherwise be zero (no change), we set it to 4
20060         instead to cause the pointers to be reset to null.
20061
20062         * s-finimp.adb (Attach_To_Final_List): New attach level: 4, meaning
20063         reset chain pointers to null.
20064
20065 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20066
20067         * exp_ch5.adb (Expand_Assign_Array): If the right-hand side is a
20068         string, and the context requires a loop for the assignment (e.g.
20069         because the left-hand side is packed), generate a unique name for the
20070         temporary that holds the string, to prevent spurious name clashes.
20071
20072 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20073             Javier Miranda  <miranda@adacore.com>
20074             Robert Dewar  <dewar@adacore.com>
20075             Gary Dismukes  <dismukes@adacore.com>
20076
20077         * exp_ch6.adb (Expand_Inlined_Call): Handle calls to functions that
20078         return unconstrained arrays.
20079         Update comments.
20080         (Expand_Call):  An indirect call through an access parameter of a
20081         protected operation is not a protected call.
20082         Add circuit to raise CE in Ada 2005 mode following call
20083         to Raise_Exception.
20084         (Register_DT_Entry): Do nothing if
20085         the run-time does not give support to abstract interfaces.
20086         (Freeze_Subprogram): In case of dispatching operations, do not generate
20087         code to register the operation in the dispatch table if the source
20088         is compiled with No_Dispatching_Calls.
20089         (Register_Predefined_DT_Entry): Generate code that calls the new
20090         run-time subprogram Set_Predefined_Prim_Op_Address instead of
20091         Set_Prim_Op_Address.
20092
20093         * sem_ch5.adb (Analyze_Assignment_Statement): Do not apply length checks
20094         on array assignments if the right-hand side is a function call that has
20095         been inlined. Check is performed on the assignment in the block.
20096         (Process_Bounds): If bounds and range are overloaded, apply preference
20097         rule for root operations to disambiguate, and diagnose true ambiguity.
20098         (Analyze_Assignment): Propagate the tag for a class-wide assignment with
20099         a tag-indeterminate right-hand side even when Expander_Active is True.
20100         Needed to ensure that dispatching calls to T'Input are allowed and
20101         get the tag of the target class-wide object.
20102
20103         * sem_ch6.adb (New_Overloaded_Entity): Handle entities that override
20104         an inherited primitive operation that already overrides several
20105         abstract interface primitives. For transitivity, the new entity must
20106         also override all the abstract interface primitives covered by the
20107         inherited overriden primitive.
20108         Emit warning if new entity differs from homograph in same scope only in
20109         that one has an access parameter and the other one has a parameter of
20110         a general access type with the same designated type, at the same
20111         position in the signature.
20112         (Make_Inequality_Operator): Use source locations of parameters and
20113         subtype marks from corresponding equality operator when creating the
20114         tree structure for the implicit declaration of "/=". This does not
20115         change anything in behaviour except that the decoration of the
20116         components of the subtree created for "/=" allows ASIS to get the
20117         string images of the corresponding identifiers.
20118         (Analyze_Return_Statement): Remove '!' in warning message.
20119         (Check_Statement_Sequence): Likewise.
20120         (Analyze_Subprogram_Body): For an access parameter whose designated type
20121         is an incomplete type imported through a limited_with clause, use the
20122         type of the corresponding formal in the body.
20123         (Check_Returns): Implicit return in No_Return procedure now raises
20124         Program_Error with a compile time warning, instead of beging illegal.
20125         (Has_Single_Return):  Function returning unconstrained type cannot be
20126         inlined if expression in unique return statement is not an identifier.
20127         (Build_Body_To_Inline): It is possible to inline a function call that
20128         returns an unconstrained type if all return statements in the function
20129         return the same local variable. Subsidiary procedure Has_Single_Return
20130         verifies that the body conforms to this restriction.
20131
20132         * sem_res.adb (Resolve_Equality_Op): If the operands do not have the
20133         same type, and  one of them is of an anonymous access type, convert
20134         the other operand to it, so that this is a valid binary operation for
20135         gigi.
20136         (Resolve_Type_Conversion): Handle subtypes of protected types and
20137         task types when accessing to the corresponding record type.
20138         (Resolve_Allocator): Add '\' in 2-line warning message.
20139         Remove '!' in warning message.
20140         (Resolve_Call): Add '\' in 2-line warning message.
20141         (Valid_Conversion): Likewise.
20142         (Resolve_Overloaded_Selected_Component): If disambiguation succeeds, the
20143         resulting type may be an access type with an implicit dereference.
20144         Obtain the proper component from the designated type.
20145         (Make_Call_Into_Operator): Handle properly a call to predefined equality
20146         given by an expanded name with prefix Standard, when the operands are
20147         of an anonymous access type.
20148         (Check_Fully_Declared_Prefix): New procedure, subsidiary of Resolve_
20149         Explicit_Dereference and Resolve_Selected_Component, to verify that the
20150         prefix of the expression is not of an incomplete type. Allows full
20151         diagnoses of all semantic errors.
20152         (Resolve_Actuals): If the actual is an allocator whose directly
20153         designated type is a class-wide interface we build an anonymous
20154         access type to use it as the type of the allocator. Later, when
20155         the subprogram call is expanded, if the interface has a secondary
20156         dispatch table the expander will add a type conversion to force
20157         the displacement of the pointer.
20158         (Resolve_Call): If a function that returns an unconstrained type is
20159         marked Inlined_Always and inlined, the call will be inlined and does
20160         not require the creation of a transient scope.
20161         (Check_Direct_Boolean_Op): Removed
20162         (Resolve_Comparison_Op): Remove call to above
20163         (Resolve_Equality_Op): Remove call to above
20164         (Resolve_Logical_Op): Inline above, since this is only call.
20165         (Valid_Conversion): Handle properly conversions between arrays of
20166         convertible anonymous access types.
20167
20168         PR ada/25885
20169         (Set_Literal_String_Subtype): If the lower bound is not static, wrap
20170         the literal in an unchecked conversion, because GCC 4.x needs a static
20171         value for a string bound.
20172
20173 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20174             Hristian Kirtchev  <kirtchev@adacore.com>
20175
20176         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): When creating the
20177         components of the corresponding record, take into account component
20178         definitions that are access definitions.
20179         (Expand_N_Asynchronous_Select): A delay unit statement rewritten as a
20180         procedure is not considered a dispatching call and will be expanded
20181         properly.
20182
20183 2006-02-13  Javier Miranda  <miranda@adacore.com>
20184
20185         * exp_disp.ads, exp_disp.adb (Expand_Dispatching_Call): If the
20186         controlling argument of the dispatching call is an abstract interface
20187         class-wide type then we use it directly.
20188         Check No_Dispatching_Calls restriction.
20189         (Default_Prim_Op_Position): Remove the code that looks for the last
20190         entity in the list of aliased subprograms. This code was wrong in
20191         case of renamings.
20192         (Fill_DT_Entry): Add assertion to avoid the use of this subprogram
20193         when the source is compiled with the No_Dispatching_Calls restriction.
20194         (Init_Predefined_Interface_Primitives): No need to inherit primitives
20195         if we are compiling with restriction No_Dispatching_Calls.
20196         (Make_Disp_XXX): Addition of assertion to avoid the use of all these
20197         subprograms if we are compiling under No_Dispatching_Calls restriction.
20198         (Make_DT): Generate a dispatch table with a single dummy entry if
20199         we are compiling with the No_Dispatching_Calls restriction. In
20200         addition, in this case we don't generate code that calls to the
20201         following run-time subprograms: Set_Type_Kind, Inherit_DT.
20202         (Make_Select_Specific_Data_Table): Add assertion to avoid the use
20203         of this subprogram if compiling with the No_Dispatching_Calls
20204         restriction.
20205         (Expand_Type_Conversion): Instead of using the actual parameter,
20206         the argument passed as parameter to the conversion function was
20207         erroneously referenced by the expander.
20208         (Ada_Actions): Addition of Get_Predefined_Prim_Op_Address,
20209         Set_Predefined_Primitive_Op_Address and Set_Signature.
20210         (Expand_Dispatching_Call): Generate call to
20211         Get_Predefined_Prim_Op_Address for predefined primitives.
20212         (Fill_DT_Entry): Generate call to Set_Predefined_Prim_Op_Address for
20213         predefined primitives.
20214         (Make_DT, Make_Secondary_DT): If the tagged type has no user defined
20215         primitives we reserve one dummy entry to ensure that the tag does not
20216         point to some memory that is associated with some other object. In
20217         addition, remove all the old code that generated the assignments
20218         associated with the signature of the dispatch table and replace them
20219         by a call to the new subprogram Set_Signature.
20220         (Set_All_DT_Position): Change the algorithm because now we have a
20221         separate dispatch table associated with predefined primitive operations.
20222         (Expand_Interface_Conversion): In case of non-static offset_to_top
20223         add explicit dereference to get access to the object after the call
20224         to displace the pointer to the object.
20225         (Expand_Interface_Thunk): Modify the generation of the actual used
20226         in the calls to the run-time function Offset_To_Top to fulfil its
20227         new interface.
20228         (Make_DT): Add the new actuals required to call Set_Offset_To_Top.
20229
20230 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20231
20232         * exp_dist.adb (Copy_Specification): For access parameters, copy
20233         Null_Exclusion flag, which will have been set for stream subprograms
20234         in Ada2005 mode.
20235
20236 2006-02-13  Pascal Obry  <obry@adacore.com>
20237
20238         * expect.c (__gnat_expect_portable_execvp): New implementation. The
20239         previous implementation was using the C runtime spawnve routine but
20240         the corresponding wait was using directly the Win32 API. This was
20241         causing some times a lock when waiting for an event using
20242         WaitForSingleObject in __gnat_waitpid. This new implementation uses
20243         the Win32 CreateProcess routine. Avoiding mixing C runtime and Win32
20244         API fixes this problem.
20245
20246 2006-02-13  Robert Dewar  <dewar@adacore.com>
20247
20248         * exp_intr.adb (Expand_Unc_Deallocation): Correct error of bad analyze
20249         call.
20250
20251 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20252
20253         * exp_pakd.ads: Fix typos in comments.
20254
20255         * exp_pakd.adb (Convert_To_PAT_Type): For the case of a bit packed
20256         array reference that is an explicit dereference, mark the converted
20257         (packed) array reference as analyzed to prevent a forthcoming
20258         reanalysis from resetting its type to the original (non-packed) array
20259         type.
20260
20261 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20262             Javier Miranda  <miranda@adacore.com>
20263             Eric Botcazou  <ebotcazou@adacore.com>
20264
20265         * exp_util.ads, exp_util.adb (Find_Prim_Op,
20266         Is_Predefined_Primitive_Operation): When
20267         searching for the predefined equality operator, verify that operands
20268         have the same type.
20269         (Is_Predefined_Dispatching_Operation): Remove the code that looks
20270         for the last entity in the list of aliased subprograms. This code
20271         was wrong in case of renamings.
20272         (Set_Renamed_Subprogram): New procedure
20273         (Remove_Side_Effects): Replace calls to Etype (Exp) with use of the
20274         Exp_Type constant computed when entering this subprogram.
20275         (Known_Null): New function
20276         (OK_To_Do_Constant_Replacement): New function
20277         (Known_Non_Null): Check scope before believing Is_Known_Non_Null flag
20278         (Side_Effect_Free): An attribute reference 'Input is not free of
20279         side effect, unlike other attributes that are functions. (from code
20280         reading).
20281         (Remove_Side_Effects): Expressions that involve packed arrays or records
20282         are copied at the point of reference, and therefore must be marked as
20283         renamings of objects.
20284         (Is_Predefined_Dispatching_Operation): Return false if the operation is
20285         not a dispatching operation.
20286
20287         PR ada/18819
20288         (Remove_Side_Effects): Lift enclosing type conversion nodes for
20289         elementary types in all cases.
20290
20291 2006-02-13  Javier Miranda  <miranda@adacore.com>
20292
20293         * freeze.adb (Freeze_Entity): Handle subtypes of protected types and
20294         task types when accessing to the corresponding record type.
20295         Remove '!' in warning message.
20296
20297 2006-02-13  Olivier Hainque  <hainque@adacore.com>
20298
20299         * g-altive.ads (VECTOR_ALIGNMENT): Set to Min (16, Max_Alignment),
20300         to avoid useless and space inefficient overalignments on targets where
20301         Max_Alignment is larger than 16.
20302
20303 2006-02-13  Pascal Obry  <obry@adacore.com>
20304
20305         * g-catiio.adb (Sec_Number): New type used to compute the number of
20306         seconds since 1-1-1970.
20307         (Image) [Natural]: The parameter was an Integer, as we can't deal with
20308         negative numbers (years, months...) it is better to have a Natural here.
20309         Code clean-up.
20310         (Image) [Number]: Change parameter from Long_Integer to Number.
20311         (Image): Use Number type to compute the seconds since 1-1-1970 to fix an
20312         overflow for dates past year 2038.
20313
20314 2006-02-13  Matthew Heaney  <heaney@adacore.com>
20315
20316         *  g-dyntab.adb (Index_Of): conversion from Natural can no longer raise
20317         Constraint_Error.
20318
20319 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20320
20321         * gnatbind.adb (Scan_Bind_Arg): Replace error by warning on -M and
20322         native platforms.
20323         (Gnatbind): Do not call Exit_Program (E_Success) at the end, so that
20324         finalization can occur normally.
20325
20326 2006-02-13  Vincent Celier  <celier@adacore.com>
20327
20328         * gnatcmd.adb (Rules_Switches): New table
20329         (Add_To_Rules_Switches): New procedure
20330         (GNATCmd): For command CHECK, put all options following "-rules" in the
20331         Rules_Switches table. Append these -rules switches after the -cargs
20332         switches.
20333
20334 2006-02-13  Robert Dewar  <dewar@adacore.com>
20335
20336         * g-spipat.adb (Image, case PC_Assign_Imm and case PC_Assign_OnM):
20337         These two cases were generating incorrect output, and if this unit
20338         was built with checks on, generated a discriminant mismatch constraint
20339         error.
20340
20341 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20342             Robert Dewar  <dewar@adacore.com>
20343
20344         * lib-xref.adb (Get_Type_Reference): For a private type whose full
20345         view is an array type, indicate the component type as well, for
20346         navigation purposes.
20347         (Generate_Reference): Don't consider array ref on LHS to be a case
20348         of violating pragma Unreferenced.
20349         Do not give Ada 2005 warning except on real reference.
20350
20351 2006-02-13  Vincent Celier  <celier@adacore.com>
20352
20353         * make.adb (Collect_Arguments_And_Compile): For VMS, when compiling the
20354         main source, add switch -mdebug-main=_ada_ so that the executable can
20355         be debugged by the standard VMS debugger.
20356         (Gnatmake): Set No_Main_Subprogram to True when there is no main
20357         subprogram, to avoid issuing -mdebug-main=_ada_ for VMS uselessly.
20358         Exit the Multi_Main_Loop when Unique_Compile is True after compilation
20359         of the last source, as the binding and linking phases are never
20360         performed.
20361         Set all executable obsolete when rebuilding a library.
20362
20363         * makeutl.adb (Linker_Options_Switches): Do not process empty linker
20364         options.
20365
20366 2006-02-13  Javier Miranda  <miranda@adacore.com>
20367
20368         PR ada/23973
20369         * par-ch3.adb (P_Derived_Type_Def_Or_Private_Ext_Decl): Reorganize the
20370         code to improve the error message reported when the program has
20371         declarations of abstract interface types and it is not compiled with
20372         the -gnat05 switch.
20373         (P_Access_Definition): Reorganize the code to improve the error
20374         message reported when the new Ada 2005 syntax for anonymous
20375         access types is used and the program is not compiled with the
20376         -gnat05 switch.
20377
20378 2006-02-13  Robert Dewar  <dewar@adacore.com>
20379
20380         * par-ch6.adb, style.ads, styleg.adb, styleg.ads, stylesw.adb,
20381         stylesw.ads, usage.adb, vms_data.ads: Implement -gnatyI switch
20382         (MODE_IN)
20383
20384 2006-02-13  Javier Miranda  <miranda@adacore.com>
20385
20386         * par-endh.adb (Explicit_Start_Label): Add code to protect the parser
20387         against source containing syntax errors.
20388
20389 2006-02-13  Vincent Celier  <celier@adacore.com>
20390
20391         * prj.adb (Reset): Initialize the first element of table Namings with
20392         the standard naming data.
20393
20394 2006-02-13  Vincent Celier  <celier@adacore.com>
20395
20396         * prj.ads (Error_Warning): New enumeration type
20397
20398         * prj-nmsc.ads, prj-nmsc.adb (Error_Msg): If location parameter is
20399         unknown, use the location of the project to report the error.
20400         (When_No_Sources): New global variable
20401         (Report_No_Ada_Sources): New procedure
20402         (Check): New parameter When_No_Sources. Set value of global variable
20403         When_No_Sources,
20404         (Find_Sources): Call Report_No_Ada_Sources when appropriate
20405         (Get_Sources_From_File): Ditto
20406         (Warn_If_Not_Sources): Better warning messages indicating the unit name
20407         and the file name.
20408
20409         * prj-pars.ads, prj-pars.adb (Parse): New parameter When_No_Sources.
20410         Call Prj.Proc.Process with parameter When_No_Sources.
20411
20412         * prj-proc.ads, prj-proc.adb (Check): New parameter When_No_Sources.
20413         Call Recursive_Check with parameter When_No_Sources.
20414         (Recursive_Check): New parameter When_No_Sources. Call itself and
20415         Prj.Nmsc.Check with parameter When_No_Sources.
20416         (Process): New parameter When_No_Sources. Call Check with parameter
20417         When_No_Sources.
20418         (Copy_Package_Declarations): New procedure to copy renamed parameters
20419         and setting the location of the declared attributes to the location
20420         of the renamed package.
20421         (Process_Declarative_Items): Call Copy_Package_Declarations for renamed
20422         packages.
20423
20424 2006-02-13  Vincent Celier  <celier@adacore.com>
20425
20426         * prj-makr.adb (Make): Preserve the comments from the original project
20427         file.
20428         When removing nodes (attributes Source_Dirs, Source_Files,
20429         Source_List_File and package Naming), save the comments and attach the
20430         saved comments to the newly created nodes.
20431         Do not add a with clause for the naming package if one already exists.
20432
20433 2006-02-13  Javier Miranda  <miranda@adacore.com>
20434             Gary Dismukes  <dismukes@adacore.com>
20435             Robert Dewar  <dewar@adacore.com>
20436
20437         * restrict.ads (No_Dispatching_Calls): New GNAT restriction.
20438
20439         * sem_disp.adb (Override_Dispatching_Operation): Traverse the list of
20440         aliased entities to look for the overriden abstract interface
20441         subprogram.
20442         (Is_Interface_Subprogram): Complete documentation.
20443         (Check_Dispatching_Operation): Do not generate code to register the
20444         operation in the dispatch table if the source is compiled with
20445         restriction No_Dispatching_Calls.
20446         (Override_Dispatching_Operation): Check for illegal attempt to override
20447         No_Return procedure with procedure that is not No_Return
20448         (Check_Dispatching_Call): Suppress the check for an abstract operation
20449         when the original node of an actual is a tag-indeterminate attribute
20450         call, since the attribute, which must be 'Input, can never be abstract.
20451         (Is_Tag_Indeterminate): Handle checking of tag indeterminacy of a
20452         call to the Input attribute (even when rewritten).
20453         (Propagate_Tag): Augment comment to indicate the possibility of a call
20454         to an Input attribute.
20455
20456         * sem_disp.ads (Override_Dispatching_Operation): Moved to spec to allow
20457         calling it from Exp_Ch3.Make_Controlling_Function_Wrappers.
20458
20459         * s-rident.ads: (No_Dispatching_Calls): New GNAT restriction.
20460         No_Wide_Characters is no longer partition-wide
20461         No_Implementation_Attributes/Pragmas are now Ada 2005 (AI-257)
20462         rather than GNAT
20463
20464 2006-02-13  Douglas Rupp  <rupp@adacore.com>
20465
20466         * s-auxdec-vms_64.ads (Short_Address): Wrap it in a type.
20467
20468 2006-02-13  Javier Miranda  <miranda@adacore.com>
20469
20470         * sem_aggr.adb (Resolve_Record_Aggregate): Restructure the code that
20471         handles default-initialized components to keep separate the management
20472         of this feature but also avoid the unrequired resolution and
20473         expansion of components that do not have partially initialized
20474         values.
20475         (Collect_Aggr_Bounds): Add '\' in 2-line warning message.
20476         (Check_Bounds): Likewise.
20477         (Check_Length): Likewise.
20478
20479 2006-02-13  Javier Miranda  <miranda@adacore.com>
20480             Ed Schonberg  <schonberg@adacore.com>
20481
20482         * sem_attr.adb (Analyze_Attribute): In case of 'Class applied to an
20483         abstract interface type call analyze_and_resolve to expand the type
20484         conversion into the corresponding displacement of the
20485         reference to the base of the object.
20486         (Eval_Attribute, case Width): For systems where IEEE extended precision
20487         is supported, the maximum exponent occupies 4 decimal digits.
20488         (Accessibility_Message): Add '\' in 2-line warning message.
20489         (Resolve_Attribute): Likewise.
20490         (case Attribute_Access): Significantly revise checks
20491         for illegal access-to-subprogram Access attributes to properly enforce
20492         the rules of 3.10.2(32/2).
20493         Diagnose use of current instance with an illegal attribute.
20494
20495         * sem_util.ads, sem_util.adb (Enclosing_Generic_Body): Change formal
20496         to a Node_Id.
20497         (Enclosing_Generic_Unit): New function to return a node's innermost
20498         enclosing generic declaration node.
20499         (Compile_Time_Constraint_Error): Remove '!' in warning messages.
20500         (Type_Access_Level): The accessibility level of anonymous acccess types
20501         associated with discriminants is that of the current instance of the
20502         type, and that's deeper than the type itself (AARM 3.10.2 (12.3.21)).
20503         (Compile_Time_Constraint_Error): Handle case of conditional expression.
20504         (Kill_Current_Values_For_Entity): New function
20505         (Enter_Name): Change formal type to Entity_Id
20506
20507 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
20508             Ed Schonberg  <schonberg@adacore.com>
20509             Gary Dismukes  <dismukes@adacore.com>
20510
20511         * sem_ch10.adb (Check_Redundant_Withs): New procedure in
20512         Analyze_Compilation_Unit.
20513         Detect and warn on redundant with clauses detected in a package spec
20514         and/or body when -gnatwr is used.
20515         (Analyze_Context): Analyze config pragmas before other items
20516         (Install_Context_Items): Don't analyze config pragmas here
20517         (Install_Limited_Withed_Unit): Set limited entity of package in
20518         with_clause so that cross-reference information or warning messages on
20519         unused packages can be properly generated
20520         (Is_Visible_Through_Renamings): Return false if the limited_with_clause
20521         has Error_Posted set. Prevent infinite loops in illegal programs.
20522         (Check_Private_Child_Unit): Move test for a nonprivate with clause down
20523         to the point of the error test requiring the current unit to be private.
20524         This ensures that private with clauses are not exempted from the basic
20525         checking for being a descendant of the same library unit parent as a
20526         withed private descendant unit.
20527         (Check_Private_Limited_Withed_Unit): Revise the checking algorithm to
20528         handle private with clauses properly, as well as to account for cases
20529         where the withed unit is a public descendant of a private ancestor
20530         (in which case the current unit must be a descendant of the private
20531         ancestor's parent). The spec comments were updated accordingly. Also,
20532         the old error message in this subprogram was replaced with error
20533         messages that mirror the errors tested and reported by
20534         Check_Private_Child_Unit.
20535         Parameter and variable names improved for readability.
20536         (Install_Limited_Context_Clauses): Remove test for a withed unit being
20537         private as the precondition for calling
20538         Check_Private_Limited_Withed_Unit since that subprogram has been
20539         revised to test public units as well as private units.
20540
20541 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20542             Robert Dewar  <dewar@adacore.com>
20543             Ed Schonberg  <schonberg@adacore.com>
20544             Javier Miranda  <miranda@adacore.com>
20545
20546         * sem_ch12.adb (Inline_Instance_Body): Remove erroneous assumption
20547         that Scope_Stack.First = 1.
20548         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20549         were not always properly handled previously.
20550         (Formal_Entity): Complete rewrite, to handle properly some complex case
20551         with multiple levels of parametrization by formal packages.
20552         (Analyze_Formal_Derived_Type): Propagate Ada 2005 "limited" indicator
20553         to the corresponding derived type declaration for proper semantics.
20554
20555         * sem_prag.adb (Analyze_Pragma): Remove '!' in warning message.
20556         (Check_Component): Enforce restriction on components of
20557         unchecked_unions: a component in a variant cannot contain tasks or
20558         controlled types.
20559         (Unchecked_Union): Allow nested variants and multiple discriminants, to
20560         conform to AI-216.
20561         Add pragma Ada_2005 (synonym for Ada_05)
20562         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20563         were not always properly handled previously.
20564         Document that pragma Propagate_Exceptions has no effect
20565         (Analyze_Pragma, case Pure): Set new flag Has_Pragma_Pure
20566         (Set_Convention_From_Pragma): Check that if a convention is
20567         specified for a dispatching operation, then it must be
20568         consistent with the existing convention for the operation.
20569         (CPP_Class): Because of the C++ ABI compatibility, the programmer is no
20570         longer required to specify an vtable-ptr component in the record. For
20571         compatibility reasons we leave the support for the previous definition.
20572         (Analyze_Pragma, case No_Return): Allow multiple arguments
20573
20574         * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Flag a
20575         non-overrideen inherited operation with a controlling result as
20576         illegal only its implicit declaration comes from the derived type
20577         declaration of its result's type.
20578         (Check_Possible_Deferred_Completion): Relocate the object definition
20579         node of the subtype indication of a deferred constant completion rather
20580         than directly analyzing it. The analysis of the generated subtype will
20581         correctly decorate the GNAT tree.
20582         (Record_Type_Declaration): Check whether this is a declaration for a
20583         limited derived record before analyzing components.
20584         (Analyze_Component_Declaration): Diagnose record types  not explicitly
20585         declared limited when a component has a limited type.
20586         (Build_Derived_Record_Type): Code reorganization to check if some of
20587         the inherited subprograms of a tagged type cover interface primitives.
20588         This check was missing in case of a full-type associated with a private
20589         type declaration.
20590         (Constant_Redeclaration): Check that the subtypes of the partial and the
20591         full view of a constrained deferred constant statically match.
20592         (Mentions_T): A reference to the current type in an anonymous access
20593         component declaration  must be an entity name.
20594         (Make_Incomplete_Type_Declaration): If type is tagged, set type of
20595         class_wide type to refer to full type, not to the incomplete one.
20596         (Add_Interface_Tag_Components): Do nothing if RE_Interface_Tag is not
20597         available. Required to give support to the certified run-time.
20598         (Analyze_Component_Declaration): In case of anonymous access components
20599         perform missing checks for AARM 3.9.2(9) and 3.10.2 (12.2).
20600         (Process_Discriminants): For an access discriminant, use the
20601         discriminant specification as the associated_node_for_itype, to
20602         simplify accessibility checks.
20603
20604 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20605             Javier Miranda  <miranda@adacore.com>
20606
20607         * sem_ch4.adb (Remove_Abstract_Interpretations): Even if there are no
20608         abstract interpretations on an operator, remove interpretations that
20609         yield Address or a type derived from it, if one of the operands is an
20610         integer literal.
20611         (Try_Object_Operation.Try_Primitive_Operation,
20612         Try_Object_Operation.Try_Class_Wide_Operation): Set proper source
20613         location when creating the new reference to a primitive or class-wide
20614         operation as a part of rewriting a subprogram call.
20615         (Try_Primitive_Operations): If context requires a function, collect all
20616         interpretations after the first match, because there may be primitive
20617         operations of the same type with the same profile and different return
20618         types. From code reading.
20619         (Try_Primitive_Operation): Use the node kind to choose the proper
20620         operation when a function and a procedure have the same parameter
20621         profile.
20622         (Complete_Object_Operation): If formal is an access parameter and prefix
20623         is an object, rewrite as an Access reference, to match signature of
20624         primitive operation.
20625         (Find_Equality_Type, Find_One_Interp): Handle properly equality given
20626         by an expanded name with prefix Standard, when the operands are of an
20627         anonymous access type.
20628         (Remove_Abstract_Operations): If the operation is abstract because it is
20629         inherited by a user-defined type derived from Address, remove it as
20630         well from the set of candidate interpretations of an overloaded node.
20631         (Analyze_Membership_Op): Membership test not applicable to cpp-class
20632         types.
20633
20634 2006-02-13  Bob Duff  <duff@adacore.com>
20635
20636         * sem_ch8.adb (Note_Redundant_Use): Suppress unhelpful warning about
20637         redundant use clauses.
20638         In particular, if the scope of two use clauses overlaps, but one is not
20639         entirely included in the other, we should not warn.  This can happen
20640         with nested packages.
20641         (Analyze_Subprogram_Renaming): Protect the compiler against previously
20642         reported errors. The bug was reported when the compiler was built
20643         with assertions enabled.
20644         (Find_Type): If the node is a 'Class reference and the prefix is a
20645         synchronized type without a corresponding record, return the type
20646         itself.
20647
20648 2006-02-13  Javier Miranda  <miranda@adacore.com>
20649
20650         * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): Check that
20651         if this is the full-declaration associated with a private declaration
20652         that implement interfaces, then the private type declaration must be
20653         limited.
20654         (Analyze_Single_Protected, Analyze_Single_Task): Do not mark the object
20655         as aliased. The use of the 'access attribute is not available for such
20656         object (for this purpose the object should be explicitly marked as
20657         aliased, but being an anonymous type this is not possible).
20658
20659 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20660             Robert Dewar  <dewar@adacore.com>
20661
20662         * sem_elab.adb (Same_Elaboration_Scope): A package that is a
20663         compilation unit is an elaboration scope.
20664         (Add_Task_Proc): Add '\' in 2-line warning message.
20665         (Activate_All_Desirable): Deal with case of unit with'ed by parent
20666
20667 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20668             Javier Miranda  <miranda@adacore.com>
20669
20670         * sem_type.adb (Write_Overloads): Improve display of candidate
20671         interpretations.
20672         (Add_One_Interp): Do not add to the list of interpretations aliased
20673         entities corresponding with an abstract interface type that is an
20674         immediate ancestor of a tagged type; otherwise we have a dummy
20675         conflict between this entity and the aliased entity.
20676         (Disambiguate): The predefined equality on universal_access is not
20677         usable if there is a user-defined equality with the proper signature,
20678         declared in the same declarative part as the designated type.
20679         (Find_Unique_Type): The universal_access equality operator defined under
20680         AI-230 does not cover pool specific access types.
20681         (Covers): If one of the types is a generic actual subtype, check whether
20682         it matches the partial view of the other type.
20683
20684 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20685
20686         * sinput-d.adb (Write_Line): Update the Source_Index_Table after each
20687         line. This is necessary to allow In_Extended_Main_Unit to provide
20688         correct results for itypes while writing out expanded source.
20689         (Close_File): No need to update the source_index_table here since it's
20690         now done for each line.
20691
20692 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20693             Robert Dewar  <dewar@adacore.com>
20694
20695         * sprint.adb (Write_Itype): Preserve Sloc of declaration, if any, to
20696         preserve the source unit where the itype is declared, and prevent a
20697         backend abort.
20698         (Note_Implicit_Run_Time_Call): New procedure
20699         (Write_Itype): Handle missing cases (E_Class_Wide_Type and
20700         E_Subprogram_Type)
20701
20702         * sprint.ads: Document use of $ for implicit run time routine call
20703
20704 2006-02-13  Quentin Ochem  <ochem@adacore.com>
20705
20706         * s-stausa.adb (Initialize_Analyzer): fixed error in assignment of
20707         task name.
20708
20709 2006-02-13  Bob Duff  <duff@adacore.com>
20710
20711         * s-valint.adb (Scan_Integer): Call Scan_Raw_Unsigned instead of
20712         Scan_Unsigned, so we do not scan leading blanks and sign twice.
20713         Integer'Value("- 5") and Integer'Value("-+5") now correctly
20714         raise Constraint_Error.
20715
20716         * s-vallli.adb (Scan_Long_Long_Integer): Call
20717         Scan_Raw_Long_Long_Unsigned instead of Scan_Long_Long_Unsigned, so we
20718         do not scan leading blanks and sign twice.
20719         Integer'Value("- 5") and Integer'Value("-+5") now correctly
20720         raise Constraint_Error.
20721
20722         * s-valllu.ads, s-valllu.adb (Scan_Raw_Long_Long_Unsigned,
20723         Scan_Long_Long_Unsigned): Split out most of the processing from
20724         Scan_Long_Long_Unsigned out into
20725         Scan_Raw_Long_Long_Unsigned, so that Val_LLI can call the Raw_ version.
20726         This prevents scanning leading blanks and sign twice.
20727         Also fixed a bug: Modular'Value("-0") should raise Constraint_Error
20728         See RM-3.5(44).
20729
20730         * s-valuns.ads, s-valuns.adb (Scan_Raw_Unsigned, Scan_Unsigned): Split
20731         out most of the processing from Scan_Unsigned out into
20732         Scan_Raw_Unsigned, so that Val_LLI can call the Raw_ version.
20733         This prevents scanning leading blanks and sign twice.
20734
20735         * s-valuti.ads, s-valuti.adb (Scan_Plus_Sign): Add Scan_Plus_Sign, for
20736         use with Modular'Value attribute.
20737         (Scan_Plus_Sign): Add Scan_Plus_Sign, for use with Modular'Value
20738         attribute.
20739
20740 2006-02-13  Robert Dewar  <dewar@adacore.com>
20741
20742         * s-wchjis.adb (JIS_To_EUC): Raise Constraint_Error for invalid value
20743
20744 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
20745
20746         * tracebak.c (PPC AIX/Darwin): Define FORCE_CALL to 1.
20747         (PPC VxWorks): Likewise.
20748         (Generic unwinder): Define FORCE_CALL to 0 if not already defined.
20749         (forced_callee): Make non-inlinable and non-pure.
20750         (__gnat_backtrace): Call forced_callee if FORCE_CALL is set to 1.
20751
20752 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20753             Ben Brosgol  <brosgol@adacore.com>
20754             Robert Dewar  <dewar@adacore.com>
20755
20756         * gnat_rm.texi, gnat_ugn.texi: Remove limitations with sparc m64
20757         support.
20758         Document that gnatbind -M option is for cross environments only.
20759         Added description of using gnatmem to trace gnat rtl allocs and deallocs
20760         Add note on use of $ to label implicit run time calls
20761         Add documentation for -gnatyI (check mode IN)
20762         Updated chapter on compatibility with HP Ada
20763         VMS-oriented edits.
20764         Ran spell and corrected errors
20765         Add documentation for gnatbind -d and rework documentation of -D
20766         at the same time.
20767         Add subprogram/data elimination section.
20768         Minor editing of annex A.
20769         Add section for gnatcheck.
20770         Add documentation for restriction No_Dispatching_Calls
20771         Add documentation for pragma Ada_2005
20772         Remove mention of obsolete pragma Propagate_Exceptions
20773         Document that pragma Unreferenced can appear after DO in ACCEPT
20774         Clarify Pure_Function for library level units
20775         Mention Max/Min in connection with No_Implicit_Conditionals
20776         No_Wide_Characters restriction is no longer partition-wide
20777         Add a nice example for Universal_Literal_String attribute
20778         Document that pragma No_Return can take multiple arguments
20779
20780         * ug_words: Added entry for gnatcheck
20781
20782         * g-ctrl_c.ads (Install_Handler): Enhance comments
20783
20784         * g-os_lib.ads: Add comments to OS_Exit that it is abrupt termination
20785
20786         * g-trasym.ads: Add documentation on how to do off line symbolic
20787         traceback computation.
20788
20789         * s-fatgen.adb: Add comments for Unaligned_Valid
20790
20791         * stand.ads: Fix typo in comment
20792
20793 2006-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20794
20795         * Make-lang.in (check-gnat): Run run_acats with $(SHELL).
20796
20797 2006-02-06  Roger Sayle  <roger@eyesopen.com>
20798
20799         * decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.
20800
20801 2006-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20802
20803         PR target/25926
20804         * initialize.c (__gnat_initialize): Provide HP-UX 10 host and target
20805         implementation that calls __main.
20806
20807 2006-01-25  Peter O'Gorman  <peter@pogma.com>
20808
20809         PR bootstrap/25859
20810         * Makefile.in (GCC_LINK): Remove quotes.
20811         (tools targets): Link with either $(GNATLINK) --GCC="$(GCC_LINK)"
20812         or $(GCC_LINK).
20813
20814         (powerpc-darwin): Pass -shared-libgcc when building shared library.
20815
20816 2006-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20817
20818         PR ada/24533
20819         * s-osinte-linux-hppa.ads: Reduce alignment of atomic_lock_t to 8.
20820
20821 2005-12-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20822
20823         * s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.
20824
20825 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
20826
20827         * Makefile.in: Remove dummy setting of GCC_FOR_TARGET, no longer
20828         needed.
20829
20830 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
20831
20832         * Make-lang.in: Update dependencies
20833
20834 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
20835
20836         * Make-lang.in: Add rule for ada/exp_sel.o
20837
20838 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
20839
20840         * Makefile.in (mingw section): Remove EH_MECHANISM setting.
20841
20842 2005-12-09  Arnaud Charlet  <charlet@adacore.com>
20843
20844         * gnatvsn.ads (Library_Version): Bump to version 4.2
20845         (ASIS_Version_Number): Bumped.
20846
20847 2005-12-09  Doug Rupp  <rupp@adacore.com>
20848
20849         * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb (Is_Interface): Change
20850         Ada bind file prefix on VMS from b$ to b__.
20851         (Build_Dynamic_Library): Change Init file suffix on VMS from $init to
20852         __init.
20853
20854         * prj-nmsc.adb: Change some Hostparm.OpenVMS checks to
20855         Targparm.OpenVMS_On_Target.
20856         (Object_Suffix): Initialize with target object suffix.
20857         (Get_Unit): Change Ada bind file prefix on VMS from b$ to b__.
20858
20859         * butil.adb: Change some Hostparm.OpenVMS checks to
20860         Targparm.OpenVMS_On_Target.
20861
20862         * clean.adb: Change some Hostparm.OpenVMS checks to
20863         Targparm.OpenVMS_On_Target.
20864         (Object_Suffix): Initialize with call to Get_Target_Object_Suffix.
20865         ({declaraction},Delete_Binder_Generated_Files,{initialization}): Change
20866         Ada bind file prefix on VMS from b$ to b__.
20867
20868         * gnatlink.adb (Process_Args): Call Add_Src_Search_Dir for -I in
20869         --GCC so that Get_Target_Parameters can find system.ads.
20870         (Gnatlink): Call Get_Target_Parameters in mainline.
20871         Initialize standard packages for Targparm.
20872         Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
20873         (Process_Args): Also Check for object files with target object
20874         extension.
20875         (Make_Binder_File_Names): Create with target object extension.
20876         (Make_Binder_File_Names): Change Ada bind file prefix on VMS from b$
20877         to b__.
20878
20879         * mlib-prj.adb: Change some Hostparm.OpenVMS checks to
20880         Targparm.OpenVMS_On_Target.
20881         ({declaration},Build_Library,Check_Library): Change Ada bind file
20882         prefix on VMS from b$ to b__.
20883
20884         * osint-b.adb: Change some Hostparm.OpenVMS checks to
20885         Targparm.OpenVMS_On_Target.
20886         (Create_Binder_Output): Change Ada bind file prefix on VMS from b$ to
20887         b__.
20888
20889         * targext.c: New file.
20890
20891         * Makefile.in: add support for vxworks653 builds
20892         (../../vxaddr2line): gnatlink with targext.o.
20893         (TOOLS_LIBS): Move targext.o to precede libgnat.
20894         (init.o, initialize.o): Minor clean up in dependencies.
20895         (GNATLINK_OBJS): Add targparm.o, snames.o
20896         Add rules fo building targext.o and linking it explicitly with all
20897         tools.
20898         Also add targext.o to gnatlib.
20899
20900         * Make-lang.in: Add rules for building targext.o and linking it in
20901         with gnat1 and gnatbind.
20902         Add entry for exp_sel.o.
20903
20904         * osint.adb Change some Hostparm.OpenVMS checks to
20905         Targparm.OpenVMS_On_Target.
20906         (Object_File_Name): Use target object suffix.
20907
20908         * osint.ads (Object_Suffix): Remove, no longer used.
20909         (Target_Object_Suffix): Initialize with target object suffix.
20910
20911         * rident.ads: Add special exception to license.
20912
20913         * targparm.adb (Get_Target_Parameters): Set the value of
20914         Multi_Unit_Index_Character after OpenVMS_On_Target gets its definitive
20915         value.
20916         (Get_Target_Parameters): Set OpenVMS_On_Target if openvms.
20917         
20918         * targparm.ads: Add special exception to license.
20919
20920         * g-os_lib.ads, g-os_lib.adb (Get_Target_Debuggable_Suffix): New
20921         function.
20922         (Copy_File): Make sure from file is closed if error on to file
20923         (Get_Target_Executable_Suffix, Get_Target_Object_Suffix): New functions.
20924
20925         * make.adb (Object_Suffix): Intialize with Get_Target_Object_Suffix.
20926         (Executable_Suffix): Intialize with Get_Target_Executable_Suffix.
20927
20928         * osint-c.adb (Set_Output_Object_File_Name): Initialize extension with
20929         target object suffix.
20930
20931 2005-12-09  Jose Ruiz  <ruiz@adacore.com>
20932             Quentin Ochem  <ochem@adacore.com>
20933             Florian Villoing  <villoing@adacore.com>
20934
20935         * a-taster.ads, a-taster.adb: New files.
20936
20937         * a-elchha.adb (Last_Chance_Handler): Change the task termination soft
20938         link to the version that does nothing. This way the task termination
20939         routine is not executed twice for the environment task when finishing
20940         because of an unhandled exception.
20941
20942         * a-exextr.adb (Notify_Unhandled_Exception): Call the task termination
20943         handler because of an unhandled exception.
20944
20945         * a-taside.adb (Abort_Tasks): Call the Abort_Tasks procedure from
20946         System.Tasking.Utilities instead of that in System.Tasking.Stages.
20947
20948         * s-finimp.adb (initialization code): Modify the soft link for the
20949         finalization of the global list instead of Adafinal.
20950
20951         * s-soflin.ads, s-soflin.adb (Task_Termination_NT): Add this
20952         non-tasking version of the soft link for task termination. We do
20953         nothing since if we are using the non-tasking version it
20954         means that the task termination functionality is not used.
20955         (Null_Finalize_Global_List): Add this null version for the procedure
20956         in charge of finalizing the global list for controlled objects.
20957         (Null_Adafinal): Remove this procedure. Adafinal_NT has been created
20958         instead for handling run-time termination in a more flexible way.
20959         (Adafinal_NT): This new procedure will take care of finalizing the
20960         global list for controlled objects if needed, but no tasking
20961         finalization.
20962
20963         * s-tarest.adb (Task_Lock): Do not try to lock again the
20964         Global_Task_Lock if we already own it. Otherwise, we get blocked in
20965         some run-time operations.
20966         (Task_Unlock): Do not try to actually unlock the Global_Task_Lock
20967         until all nested locks have been released.
20968         (Task_Wrapper): Call the fall-back task termination handler. It
20969         applies to all tasks but the environment task.
20970         (Finalize_Global_Tasks): Add the call for the task termination
20971         procedure for the environment task.
20972         (Task_Wrapper): suppress warnings around declaration of
20973         Secondary_Stack_Address.
20974
20975         * s-tasini.adb (Final_Task_Unlock): Global_Task_Lock_Nesting has been
20976         moved to the Common_ATCB record.
20977         (Task_Lock): Global_Task_Lock_Nesting has been moved to the
20978         Common_ATCB record.
20979         (Task_Unlock): Global_Task_Lock_Nesting has been moved to the
20980         Common_ATCB record.
20981
20982         * s-taskin.adb (Initialize_ATCB): Initialize Global_Task_Lock_Nesting,
20983         Fall_Back_Handler, and Specific_Handler.
20984
20985         * s-taskin.ads (Cause_Of_Termination): Redefine this type here, already
20986         defined in Ada.Task_Termination, to avoid circular dependencies.
20987         (Termination_Handler): Redefine this type here, alredy defined in
20988         Ada.Task_Termination, for avoiding circular dependencies.
20989         (Common_ATCB): Add the Fall_Back_Handler and Specific_Handler required
20990         for storing task termination handlers. In addition,
20991         Global_Task_Lock_Nesting has been moved from Ada_Task_Control_Block to
20992         Common_ATCB because it is used by both the regular and the restricted
20993         run times.
20994         (Ada_Task_Control_Block): Move Global_Task_Lock_Nesting from here to
20995         Common_ATCB because it is used by both the regular and the restricted
20996         run times.
20997         (Common_ATCB): Added a dynamic task analyzer field.
20998
20999         * s-tassta.adb (Abort_Tasks): Move the code in charge of checking
21000         potentially blocking operations to System.Tasking.Utilities.Abort_Tasks.
21001         (Task_Wrapper): Call the task termination handler. It applies to all
21002         tasks but the environment task.
21003         (Finalize_Global_Tasks): Call the task termination procedure for the
21004         environment task. The call to Finalize_Global_List is now performed
21005         using the soft links mechanism.
21006         (Task_Wrapper): added dynamic stack analysis.
21007
21008         * s-tasuti.adb (Abort_Tasks): The code in charge of checking
21009         potentially blocking operations has been moved from
21010         System.Tasking.Stages.Abort_Tasks to this procedure. There can be
21011         direct calls to System.Tasking.Utilities.Abort_Tasks that do not pass
21012         through System.Tasking.Stages.Abort_Tasks, and we do not want to miss
21013         this run-time check.
21014
21015         * s-solita.adb (Task_Termination_Handler_T): Add this task-safe version
21016         of task termination procedure.
21017         (Init_Tasking_Soft_Links): Install the task-safe version of the soft
21018         link for the task termination procedure.
21019
21020         * bindusg.adb: (Bindusg): Added documentation for -u option.
21021
21022         * bindgen.adb (Get_Main_Ada) Added handling of dynamic stack analysis.
21023         (Get_Main_C): Add handling of dynamic stack analysis.
21024         (Gen_Output_File_C): Add external functions for dynamic stack analysis.
21025
21026         * Makefile.rtl: Add entry for a-taster (Ada.Task_Termination).
21027         (GNATRTL_NONTASKING_OBJS) Added entries for dynamic stack analysis
21028         (GNATRTL_NONTASKING_OBJS): Add AltiVec files.
21029
21030         * opt.ads: Added flags used by dynamic stack measurement.
21031         (Max_Line_Length): Remove (not used anymore)
21032
21033         * s-io.ads, s-io.adb (Standard_Error): new subprogram
21034         (Standart_Output): new subprogram
21035         (Set_Output): new subprogram
21036         (Put): now uses the value of Current_Out to know if the output has to be
21037         send to stderr or stdout.
21038         
21039         * s-stausa.ads: Complete implementation.
21040
21041         * switch-b.adb: Added handling of -u switch for dynamic stack analysis.
21042         
21043         * impunit.adb (Non_Imp_File_Names_05): Add Ada.Task_Termination to the
21044         list of Ada 05 files.
21045         (GNAT Library Units): Add AltiVec files.
21046
21047         * g-allein.ads, g-alleve.adb, g-alleve.ads, g-altcon.adb,
21048         g-altcon.ads, g-altive.ads, g-alveop.adb, g-alveop.ads
21049         g-alvety.ads, g-alvevi.ads: New files providing altivec API.
21050
21051 2005-12-09  Nicolas Setton  <setton@adacore.com>
21052
21053         * adaint.c (__gnat_locate_regular_file): Return immediately if
21054         file_name is empty.
21055
21056 2005-12-09  Javier Miranda  <miranda@adacore.com>
21057             Hristian Kirtchev  <kirtchev@adacore.com>
21058
21059         * a-tags.ads, a-tags.adb (Offset_To_Top): Moved from the package body
21060         to the specification because the frontend generates code that uses this
21061         subprogram.
21062         (Set_Interface_Table): Add missing assertion.
21063         Update documentation describing the run-time structure.
21064         (Displace): New subprogram that displaces the pointer to the object
21065         to reference one of its secondary dispatch tables.
21066         (IW_Membership): Modified to use the new table of interfaces.
21067         (Inherit_TSD): Modified to use the new table of interfaces.
21068         (Register_Interface_Tag): Use the additional formal to fill the
21069         contents of the new table of interfaces.
21070         (Set_Interface_Table): New subprogram that stores in the TSD the
21071         pointer to the table of interfaces.
21072         (Set_Offset_To_Top): Use the additional formal to save copy of
21073         the offset value in the table of interfaces.
21074         Update structure of GNAT Primary and Secondary dispatch table diagram.
21075         Add comment section on GNAT dispatch table prologue.
21076         (Offset_To_Signature): Update the constant value of the Signature field.
21077         (Dispatch_Table): Update comment on hidden fields in the prologue.
21078         (Get_Entry_Index, Get_Prim_Op_Kind, Get_Offset_Index, OSD,
21079         Set_Entry_Index, Set_Offset_Index, Set_Prim_Op_Kind, SSD, TSD): Change
21080         the type of formal parameter T to Tag, introduce additional assertions.
21081         (Get_Num_Prim_Ops, Set_Num_Prim_Ops): Remove an unnecessary type
21082         conversion.
21083         (Get_Tagged_Kind, Set_Tagged_Kind): New bodies.
21084
21085         * exp_ch6.adb (Register_Interface_DT_Entry): Remove the Thunk_Id actual
21086         in all the calls to Expand_Interface_Thunk. Instead of referencing the
21087         record component containing the tag of the secondary dispatch table we
21088         have to use the Offset_To_Top run-time function to get this information;
21089         otherwise if the pointer to the base of the object has been displace
21090         we get a wrong value if we use the 'position attribute.
21091
21092         * exp_disp.adb (Expand_Interface_Thunk): Remove the Thunk_Id actual in
21093         all the calls to Expand_Interface_Thunk.
21094         (Make_Secondary_DT): Secondary dispatch tables do not have a table of
21095         interfaces; hence the call to Set_Interface_Table was clearly wrong.
21096         (Collect_All_Interfaces): Modify the internal subprogram Collect to
21097         ensure that the interfaces implemented by the ancestors are placed
21098         at the header of the generated list.
21099         (Expand_Interface_Conversion): Handle the case in which the displacement
21100         associated with the interface conversion is not statically known. In
21101         this case we generate a call to the new run-time subprogram Displace.
21102         (Make_DT): Generate and fill the new table of interfaces.
21103         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Add entries for
21104         Get_Tagged_Kind and Set_Tagged_Kind.
21105         (Tagged_Kind): New function that determines the tagged kind of a type
21106         with respect to limitedness and concurrency and returns a reference to
21107         RE_Tagged_Kind.
21108         (Make_Disp_Asynchronous_Select_Body, Make_Disp_Conditional_Select_Body,
21109         Make_Disp_Timed_Select_Body): Correctly retrieve the pointer to the
21110         primary dispatch table for a type.
21111         (Make_DT, Make_Secondary_DT): Set the tagged kind in the primary and
21112         secondary dispatch table respectively of a tagged type.
21113
21114         * exp_disp.ads (Expand_Interface_Thunk): Remove Thunk_Id formal.
21115         (Expand_Interface_Conversion): New subprogram to indicate if the
21116         displacement of the type conversion is statically known.
21117         (DT_Access_Action): Add values Get_Tagged_Kind and Set_Tagged_Kind.
21118
21119         * rtsfind.ads (RE_Offset_To_Top): New entity
21120         (RTU_Id): Add Ada_Task_Termination to the list so that it is made
21121         accessible to users.
21122         (Re_Displace): New entity
21123         (RE_Interface_Data): New entity
21124         (RE_Set_Interface_Data): New_Entity
21125         (RE_Id, RE_Unit_Table): Add entry for RE_Get_Tagged_Kind,
21126         Set_Tagged_Kind, RE_Tagged_Kind, RE_TK_Abstract_Limited_Tagged,
21127         RE_TK_Abstract_Tagged, RE_TK_Limited_Tagged, RE_TK_Protected,
21128         RE_TK_Tagged, RE_TK_Task.
21129
21130         * exp_ch3.adb (Init_Secondary_Tags): Modify the subprogram
21131         Init_Secondary_Tags_Internal to allow its use with interface types and
21132         also to generate the code for the new additional actual required
21133         by Set_Offset_To_Top.
21134         (Build_Init_Statements): In case of components associated with abstract
21135         interface types there is no need to generate a call to its IP.
21136         (Freeze_Record_Type): Generate Select Specific Data tables only for
21137         concurrent types.
21138         (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies): Generate
21139         the bodies and specifications of the predefined primitive operations
21140         dealing with dispatching selects and abort, 'Callable, 'Terminated only
21141         for concurrent types.
21142
21143         * exp_sel.ads, exp_sel.adb: New files.
21144
21145         * exp_ch9.adb (Build_Protected_Entry, Expand_N_Protected_Body,
21146         Expand_N_Protected_Type_Declaration, Make_Initialize_Protection): Handle
21147         properly protected objects and attach handler in the case of the
21148         restricted profile.
21149         Move embeded package Select_Expansion_Utilities into a separate external
21150         package.
21151         (Expand_N_Asynchronous_Select, Expand_N_Conditional_Select,
21152         Expand_N_Timed_Entry_Call): Correct calls external package Exp_Sel.
21153         (Build_K, Build_S_Assignment): New subprograms, part of the select
21154         expansion utilities.
21155         (Expand_N_Asynchronous_Select, Expand_N_Conditional_Entry_Call,
21156         Expand_N_Timed_Entry_Call): Optimize expansion of select statements
21157         where the trigger is a dispatching procedure of a limited tagged type.
21158
21159 2005-12-09  Olivier Hainque  <hainque@adacore.com>
21160
21161         * decl.c (gnat_to_gnu_entity, renaming object case): Don't early expand
21162         pointer initialization values. Make a SAVE_EXPR instead. Add comments
21163         about the use and expansion of SAVE_EXPRs in the various possible
21164         renaming handling cases.
21165         (components_to_record, compare_field_bitpos): Sort by DECL_UID, not by
21166         abusing DECL_FCONTEXT.
21167
21168 2005-12-09  Matthew Heaney  <heaney@adacore.com>
21169
21170         * a-convec.adb (Merge): Added assertions to check whether vector params
21171         are sorted.
21172
21173         * a-coinve.adb (Merge): Added assertions to check whether vector params
21174         are sorted.
21175
21176         * a-cohama.ads (Cursor'Write): raises Program_Error per latest AI-302
21177         draft.
21178         (Cursor'Read): raises PE
21179
21180         * a-cohama.adb (Insert.New_Node): Uses box-style syntax to init elem
21181         to its default value.
21182
21183         * a-cihama.adb: Manually check whether cursor's key and elem are
21184         non-null
21185
21186         * a-cidlli.ads, a-cidlli.adb (Splice): Changed param name and param mode
21187         (Merge): Assert that target and source lists are in order
21188         (Swap): Declare non-const temporaries, to pass to Splice
21189
21190         * a-cdlili.ads: (Splice): Changed param name and param mode
21191
21192         * a-cdlili.adb: (Splice): Changed param name and param mode
21193         (Merge): Assert that target and source lists are in order
21194         (Swap): Declare non-const temporaries, to pass to Splice
21195
21196         * a-ciorma.ads, a-coorma.ads: (Read): declare Stream param as not null
21197         (Write): declare Stream param as not null
21198
21199         * a-ciorma.adb, a-coorma.adb: All explicit raise statements now include
21200         an exception message.
21201
21202 2005-12-09  Thomas Quinot  <quinot@adacore.com>
21203             Robert Dewar  <dewar@adacore.com>
21204
21205         * hostparm.ads (Max_Line_Length): Set to Types.Column_Number'Last - 1,
21206         which is the absolute maximum length we can support.
21207
21208         * frontend.adb: For the processing of configuration pragma files,
21209         remove references to Opt.Max_Line_Length, which is not checked anymore.
21210
21211         * namet.ads (Name_Buffer): Adjust size to reflect increase on max line
21212         length.
21213
21214         * scn.adb, scng.adb: 
21215         Always check line length against the absolute supported maximum,
21216         Hostparm.Max_Line_Length.
21217
21218         * stylesw.adb (Set_Style_Check_Options, case M): The maximum supported
21219         value for the maximum line length is Max_Line_Length (not
21220         Column_Number'Last).
21221         Minor error msg update
21222         (Set_Style_Check_Options): New interface returning error msg
21223         Minor code reorganization (processing for 'M' was out of alpha order)
21224
21225         * switch-c.adb: New interface for Set_Style_Check_Options
21226
21227         * stylesw.ads (Set_Style_Check_Options): New interface returning error
21228         msg.
21229
21230 2005-12-09  Javier Miranda  <miranda@adacore.com>
21231
21232         * exp_aggr.adb (Build_Record_Aggr_Code): Default-initialialized records
21233         with IP subprogram were only supported if there were limited types.
21234
21235         * sem_aggr.adb (Resolve_Record_Aggregate): Default-initialialized
21236         records with IP subprogram were only supported if there were limited
21237         types.
21238
21239 2005-12-09  Olivier Hainque  <hainque@adacore.com>
21240             Eric Botcazou  <ebotcazou@adacore.com>
21241
21242         * trans.c (tree_transform, emit_check): Adjust calls to
21243         build_call_raise, passing the now expected GNAT_NODE argument.
21244
21245         * gigi.h (build_call_raise): Add a GNAT_NODE argument to convey better
21246         source line information than what the current global locus indicates
21247         when appropriate.
21248
21249         * utils2.c (build_simple_component_ref): Return 0 if the offset of the
21250         field has overflowed.
21251         (build_call_raise): Add a GNAT_NODE argument to convey better source
21252         line information than what the current global locus indicates when
21253         appropriate.
21254         (build_component_ref): Adjust call to build_call_raise.
21255
21256 2005-12-09  Pascal Obry  <obry@adacore.com>
21257
21258         * g-diopit.adb (Find): Fix test to exit the iterator and make sure that
21259         the iterator is quitting iteration on parent directory.
21260
21261 2005-12-09  Javier Miranda  <miranda@adacore.com>
21262
21263         * exp_ch5.adb (Expand_N_Assignment_Statement): In case of tagged types
21264         and the assignment to a class-wide object, before the assignment we
21265         generate a run-time check to ensure that the tag of the Target is
21266         covered by the tag of the source.
21267
21268 2005-12-09  Robert Dewar  <dewar@adacore.com>
21269
21270         * exp_imgv.adb (Expand_Image_Attribute): Generate extra boolean
21271         parameter in call to Image_Wide_Character.
21272
21273         * s-imgwch.ads, s-imgwch.adb (Image_Wide_Character): Add boolean
21274         parameter Ada_2005 to deal with annoying FFFE/FFFF inconsistency.
21275         (Image_Wide_Character): Add boolean parameter Ada_2005 to deal with
21276         annoying FFFE/FFFF inconsistency.
21277
21278 2005-12-09  Robert Dewar  <dewar@adacore.com>
21279             Javier Miranda  <miranda@adacore.com>
21280             Ed Schonberg  <schonberg@adacore.com>
21281
21282         * exp_util.ads, exp_util.adb (Is_Ref_To_Bit_Packed_Slice): Handle case
21283         of type conversion.
21284         (Find_Interface): New subprogram that given a tagged type and one of its
21285         component associated with the secondary table of an abstract interface
21286         type, return the entity associated with such abstract interface type.
21287         (Make_Subtype_From_Expr): If type has unknown discriminants, always use
21288         base type to create anonymous subtype, because entity may be a locally
21289         declared subtype or generic actual.
21290         (Find_Interface): New subprogram that given a tagged type and one of its
21291         component associated with the secondary table of an abstract interface
21292         type, return the entity associated with such abstract interface type.
21293
21294         * sem_res.adb (Resolve_Type_Conversion): Handle the case in which the
21295         conversion cannot be handled at compile time. In this case we pass this
21296         information to the expander to generate the appropriate code.
21297
21298 2005-12-09  Robert Dewar  <dewar@adacore.com>
21299             Ed Schonberg  <schonberg@adacore.com>
21300             Gary Dismukes  <dismukes@adacore.com>
21301             Javier Miranda  <miranda@adacore.com>
21302             Hristian Kirtchev  <kirtchev@adacore.com>
21303
21304         * einfo.adb (Itype_Printed): New flag
21305         (Is_Limited_Type): Derived types do not inherit limitedness from
21306         interface progenitors.
21307         (Is_Return_By_Reference_Type): Predicate does not apply to limited
21308         interfaces.
21309
21310         * einfo.ads (Itype_Printed): New flag
21311         Move Is_Wrapper_Package to proper section
21312         Add missing Inline for Is_Volatile
21313
21314         * output.ads, output.adb (Write_Erase_Char): New procedure
21315         (Save/Restore_Output_Buffer): New procedures
21316         (Save/Restore_Output_Buffer): New procedures
21317
21318         * sprint.ads, sprint.adb (Write_Itype): Handle case of record itypes
21319         Add missing support for anonymous access type
21320         (Write_Id): Insert calls to Write_Itype
21321         (Write_Itype): New procedure to output itypes
21322
21323         * par-ch12.adb (P_Formal_Derived_Type_Definition): In Ada 2005, handle
21324         use of "limited" in declaration.
21325
21326         * sinfo.ads, sinfo.adb: 
21327         Formal derived types can carry an explicit "limited" indication.
21328
21329         * sem_ch3.adb: Add with and use of Targparm.
21330         (Create_Component): If Frontend_Layout_On_Target is True and the
21331         copied component does not have a known static Esize, then reset
21332         the size and positional fields of the new component.
21333         (Analyze_Component_Declaration): A limited component is
21334         legal within a protected type that implements an interface.
21335         (Collect_Interfaces): Do not add to the list the interfaces that
21336         are implemented by the ancestors.
21337         (Derived_Type_Declaration): If the parent of the full-view is an
21338         interface perform a transformation of the tree to ensure that it has
21339         the same parent than the partial-view. This simplifies the job of the
21340         expander in order to generate the correct object layout, and it is
21341         needed because the list of interfaces of the full-view can be given in
21342         any order.
21343         (Process_Full_View): The parent of the full-view does not need to be
21344         a descendant of the parent of the partial view if both parents are
21345         interfaces.
21346         (Analyze_Private_Extension_Declaration): If declaration has an explicit
21347         "limited" the parent must be a limited type.
21348         (Build_Derived_Record_Type): A derived type that is explicitly limited
21349         must have limited ancestor and progenitors.
21350         (Build_Derived_Type): Ditto.
21351         (Process_Full_View): Verify that explicit uses of "limited" in partial
21352         and full declarations are consistent.
21353         (Find_Ancestor_Interface): Remove function.
21354         (Collect_Implemented_Interfaces): New procedure used to gather all
21355         implemented interfaces by a type.
21356         (Contain_Interface): New function used to check whether an interface is
21357         present in a list.
21358         (Find_Hidden_Interface): New function used to determine whether two
21359         lists of interfaces constitute a set equality. If not, the first
21360         differing interface is returned.
21361         (Process_Full_View): Improve the check for the "no hidden interface"
21362         rule as defined by AI-396.
21363
21364 2005-12-09  Robert Dewar  <dewar@adacore.com>
21365
21366         * freeze.adb (Freeze_Record_Type): Only test for useless pack on record
21367         types, not on record subtypes.
21368         (Freeze_Entity): Code cleanup. Add barrier to the loop
21369         that generates the references for primitive operations. This allows to
21370         remove an unnecessary exception handler.
21371         Code reformatting and comment clean ups.
21372
21373 2005-12-09  Vincent Celier  <celier@adacore.com>
21374
21375         * gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U
21376         If GNAT CHECK is called with a project file, but with no
21377         source on the command line, call gnatcheck with all the compilable
21378         sources of the project.
21379         Take into account the new command Check, for gnatcheck. Treat as for
21380         other ASIS tools: take into account project, specific package Check and
21381         Compiler switches.
21382         For ASIS tools, add the switches in package Compiler for
21383         the invocation of the compiler.
21384
21385         * prj-attr.adb: Add package Check and its attributes
21386
21387         * vms_conv.ads (Command_Type): New command Check, for gnatcheck
21388
21389         * vms_conv.adb (Initialize): Change Params of command Check to
21390         unlimited files.
21391         Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
21392         Add data for new command Check
21393
21394         * vms_data.ads: Add project related qualifiers for GNAT CHECK and GNAT
21395         ELIM.
21396         Add qualifiers for Check command options
21397         (Command_Type): New command Check
21398
21399 2005-12-09  Thomas Quinot  <quinot@adacore.com>
21400
21401         * mlib-utl.adb (Ar): Use Output.Buffer_Max to determine whether a
21402         command line switch overruns the output buffer.
21403
21404 2005-12-09  Robert Dewar  <dewar@adacore.com>
21405
21406         * sem_prag.adb: Processing for new pragma Complete_Representation
21407         (Analyze_Pragma, case Debug): Implement two argument form.
21408
21409         * par-prag.adb: Entry for new pragma Complete_Representation
21410         (Prag, case Debug): Recognize two argument form of pragma Debug
21411         New interface for Set_Style_Check_Options.
21412
21413         * sem_ch13.adb: Implement new pragma Complete_Representation.
21414
21415         * snames.adb, snames.ads, snames.h: Entry for new pragma
21416         Complete_Representation.
21417
21418 2005-12-09  Gary Dismukes  <dismukes@adacore.com>
21419
21420         * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Revise test for
21421         available user-specified stream attributes on limited parameters to
21422         also test the type directly rather than only its underlying type (for
21423         Ada 95) and, in the case of Ada 2005, to check that the user-specified
21424         attributes are visible at the point of the subprogram declaration.
21425         For Ada 2005, the error message is modified to indicate that the
21426         type's stream attributes must be visible (again, only for -gnat05).
21427
21428 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
21429
21430         * sem_ch12.adb (Subtypes_Match): Handle properly Ada05 arrays of
21431         anonymous access types.
21432
21433         * sem_eval.adb (Subtypes_Statically_Match): Implement new rules for
21434         matching of anonymous access types and anonymous access to subprogram
21435         types. 'R'M 4.9.1 (2/2).
21436
21437 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
21438
21439         * sem_ch4.adb (Remove_Abstract_Operations): Do not apply preference
21440         rule prematurely when operands are universal, remaining ambiguities
21441         will be removed during resolution.
21442         Code cleanup.
21443
21444         * sem_type.adb (Disambiguate): In Ada95 mode, discard interpretations
21445         that are Ada 2005 functions.
21446         (Has_Abstract_Interpretation): Subsidiary to
21447         Remove_Conversions, to remove ambiguities caused by abstract operations
21448         on numeric types when operands are universal.
21449
21450 2005-12-09  Robert Dewar  <dewar@adacore.com>
21451
21452         * sem_ch6.adb (Analyze_Subprogram_Body): Properly check categorization
21453         for case where spec is categorized.
21454
21455 2005-12-09  Javier Miranda  <miranda@adacore.com>
21456
21457         * sem_ch8.adb (Find_Type): In case of tagged types that are concurrent
21458         types use the corresponding record type. This was not needed before
21459         the implementation of Ada 2005 synchronized types because
21460         concurrent types were never tagged types in Ada 95.
21461
21462 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
21463
21464         * sem_ch9.adb (Analyze_Delay_Alternative, Analyze_Delay_Until): Use the
21465         first subtype of the type of the expression to verify that it is a
21466         legal Time type.
21467
21468 2005-12-09  Robert Dewar  <dewar@adacore.com>
21469
21470         * sem_util.ads, sem_util.adb (Full_Qualified_Name): Now provides
21471         decoded names.
21472
21473 2005-12-09  Quentin Ochem  <ochem@adacore.com>
21474             Robert Dewar  <dewar@adacore.com>
21475             Ed Falis  <falis@adacore.com>
21476             Florian Villoing  <villoing@adacore.com>
21477             Thomas Quinot  <quinot@adacore.com>
21478             Arnaud Charlet  <charlet@adacore.com>
21479
21480         * gnat_ugn.texi: Created section "Stack Related Tools"
21481         Moved "Stack Overflow Checking" subsection from "Switches for gcc" to
21482         "Stack Related Tools"
21483         Added subsection "Static Stack Usage Analysis"
21484         Added subsection "Dynamic Stack Usage Analysis"
21485         Include documentation of itypes in sprint listing (-gnatG)
21486         Documented gnatbind -D switch (default sec stack size for fixed sec
21487         stacks).
21488         Added Interrupt_State and Persistent_BSS to list of configuration
21489         pragmas.
21490         Add missing doc for maximum value of nnn in -gnatyMnnn
21491
21492         * gnat_rm.texi: Document the AltiVec binding.
21493         Add documentation for pragma Complete_Representation
21494         Shortened an overly long line (> 79 chars)
21495         Clarify documentation of unchecked conversion in implementation
21496         defined cases.
21497         Document two argument form of pragma Debug
21498
21499         * types.ads (Column_Number): Update documentation.
21500
21501         * exp_ch7.ads (Make_Adjust_Call): Document the special processing for
21502         library level Finalize_Storage_Only objects (these are not attached to
21503         any finalization list).
21504
21505         * system-mingw.ads: (Underlying_Priorities): Update comment.
21506
21507 2005-12-09  Robert Dewar  <dewar@adacore.com>
21508
21509         * i-c.adb, i-cexten.ads, i-cobol.adb, i-cobol.ads, i-cpoint.ads,
21510         i-cpp.adb, i-cpp.ads, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
21511         inline.adb, interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads,
21512         i-os2thr.ads, itypes.adb, itypes.adb, itypes.ads, krunch.ads,
21513         krunch.adb, lib.adb, lib.ads, lib-list.adb, lib-load.adb,
21514         lib-load.ads, lib-sort.adb, live.adb, make.ads, i-cstrea-vms.adb,
21515         interfac-vms.ads, makegpr.adb, indepsw-gnu.adb, indepsw.ads,
21516         s-wchcon.ads, sdefault.ads, sem_ch10.adb, sem_eval.ads: Minor
21517         reformatting.
21518
21519 2005-12-09  Robert Dewar  <dewar@adacore.com>
21520
21521         * s-vaflop-vms-alpha.adb: (Ne_F): New function
21522         (Ne_G): New function
21523
21524         * exp_ch4.adb (Expand_Allocator_Expression): Factor duplicated code
21525         for tag assignment.
21526         (Rewrite_Comparison): Handle case where operation is not a comparison
21527         and ignore, and also handle type conversion case.
21528
21529 2005-12-09  Thomas Quinot  <quinot@adacore.com>
21530
21531         * exp_aggr.ads: Fix typo in comment.
21532         ???-mark Convert_Aggr_In_Assignment as needing documentation.
21533
21534 2005-12-09  Gary Dismukes  <dismukes@adacore.com>
21535
21536         * layout.adb: Replace various uses of byte by storage unit throughout.
21537         (Get_Max_SU_Size): Name changed from Get_Max_Size. In the case of a
21538         static size, convert to storage units before returning, to conform to
21539         spec.
21540
21541 2005-12-09  Matthew Gingell  <gingell@adacore.com>
21542
21543         * g-exctra.ads: Fix typo in comment.
21544
21545 2005-12-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21546
21547         * utils.c: Minor reformatting.
21548
21549 2005-12-09  Robert Dewar  <dewar@adacore.com>
21550
21551         * g-soccon.ads: 
21552         Further comment fixes to make the status of the default file clear
21553
21554         * s-bitops.adb: Clarify comment for Bits_Array
21555
21556 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
21557
21558         * Make-lang.in (ada.install-normal): Remove.
21559
21560 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
21561
21562         * Make-lang.in: Remove all dependencies on s-gtype.
21563
21564 2005-12-05  Richard Guenther  <rguenther@suse.de>
21565
21566         * utils.c (convert): Use fold_convert where appropriate.
21567
21568 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
21569
21570         * Makefile.in (gnatlib): Fix regex, using \. instead of . when
21571         a period is meant.
21572
21573 2005-12-02  Richard Guenther  <rguenther@suse.de>
21574
21575         * trans.c (gnat_gimplify_expr): Use buildN instead of build.
21576
21577 2005-12-01  Roger Sayle  <roger@eyesopen.com>
21578
21579         * utils.c (max_size): Only test for TREE_OVERFLOW on INTEGER_CST
21580         nodes.
21581
21582 2005-11-23  Laurent Guerby  <laurent@guerby.net>
21583
21584         * mlib-prj.adb (Build_Library): Initialize Delete.
21585
21586 2005-11-21  Joel Sherrill  <joel.sherrill@oarcorp.com>
21587
21588         * socket.c: Add extern int h_errno for rtems since networking header
21589         files are not available at this point in a tool bootstrap. Newlib
21590         only has basic C library header files.
21591
21592 2005-11-19  Richard Guenther  <rguenther@suse.de>
21593         Roger Sayle  <roger@eyesopen.com>
21594
21595         PR ada/23717
21596         * misc.c (internal_error_function): Don't use vsprintf to format
21597         the error message text, instead use pp_format_text and the new
21598         pretty printer APIs.  This allows handling of %qs, %w, etc.
21599
21600 2005-11-18  Laurent Guerby  <laurent@guerby.net>
21601
21602         PR ada/24857
21603         * Makefile.in: Use s-auxdec-empty for RTEMS.
21604
21605 2005-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21606
21607         PR ada/22333
21608         * trans.c (gnat_gimplify_expr, case ADDR_EXPR): Always make
21609         a temporary if taking the address of something that is neither
21610         reference, declaration, or constant, since the gimplifier
21611         can't handle that case.
21612
21613 2005-11-17  Laurent Guerby  <laurent@guerby.net>
21614
21615         PR ada/24857
21616         * s-auxdec-empty.ads, s-auxdec-empty.adb: New files.
21617
21618 2005-11-16  Richard Guenther  <rguenther@suse.de>
21619
21620         * Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.
21621
21622 2005-11-16  Joel Sherrill  <joel.sherrill@oarcorp.com>
21623
21624         PR ada/24855
21625         * raise-gcc.c: Add missing stdarg.h include.
21626  
21627 2005-11-16  Richard Guenther  <rguenther@suse.de>
21628
21629         * Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency.
21630         (ada/misc.o): Likewise.
21631
21632 2005-11-14  Thomas Quinot  <quinot@adacore.com>
21633
21634         * g-soccon.ads: Minor reformatting. Update comments.
21635
21636         * gsocket.h: Include <sys/times.h> in the VxWorks case, in order to
21637         gain visibility on the declaration of struct timeval.
21638
21639         * g-soccon-freebsd.ads,
21640         g-soccon-darwin.ads,
21641         g-soccon-tru64.ads,
21642         g-soccon-aix.ads,
21643         g-soccon-irix.ads,
21644         g-soccon-hpux.ads,
21645         g-soccon-solaris.ads,
21646         g-soccon-vms.ads,
21647         g-soccon-mingw.ads,
21648         g-soccon-vxworks.ads (SIZEOF_tv_sec, SIZEOF_tv_usec): New constants.
21649
21650         * g-soccon-hpux-ia64.ads, g-soccon-linux-ppc.ads,
21651         g-soccon-solaris-64.ads, g-soccon-linux-64.ads,
21652         g-soccon-linux-x86.ads: New files.
21653
21654         * g-socthi-mingw.adb: 
21655         (Socket_Error_Message): Remove redundant use of GNAT.Sockets.Constants
21656
21657         * g-socthi-vxworks.ads, g-socthi-vms.ads, g-socthi-mingw.ads
21658         (time_t, suseconds_t): New types constructed to match the tv_sec
21659         and tv_usec fields of C struct timeval.
21660         (Timeval): Construct structure in terms of the new types.
21661         (Host_Errno): New function (imported from socket.c), returns last hosts
21662         database error.
21663
21664         * g-socthi-vxworks.adb:  Add error handling circuitry.
21665
21666         * g-socket.ads, g-socket.adb (To_Timeval): Reflect change of type for
21667         components of struct timeval.
21668         (Get_Host_By_Name, Get_Host_By_Address): Fix error reporting circuitry.
21669         (Check_Selector): In error conditions, clear internal socket sets to
21670         avoid a memory leak.
21671         (Get_Socket_Option, Set_Socket_Option): Support for Multicast_If,
21672         Send_Timeout, Receive_Timeout.
21673
21674         * g-socthi.ads (time_t, suseconds_t): New types constructed to match
21675         the tv_sec and tv_usec fields of C struct timeval.
21676         (Timeval): Construct structure in terms of the new types.
21677         (Host_Errno): New function (imported from socket.c), returns last hosts
21678         database error.
21679
21680         * socket.c (__gnat_get_h_errno): New function to retrieve h_errno, the
21681         hosts database last error code.
21682
21683         * gen-soccon.c: Complete value expansion should not be performed on
21684         TARGET, as it has the form of a math expression, and some components
21685         may be platform-defined macros.
21686         For VxWorks, generate the OK and ERROR values.
21687         New constants giving the sizes of the components of C struct timeval.
21688
21689 2005-11-14  Robert Dewar  <dewar@adacore.com>
21690             Ed Schonberg  <schonberg@adacore.com>
21691
21692         PR ada/18434
21693         * types.ads: Include All_Checks in Suppress_Array
21694
21695         * checks.adb (Check_Needed): Remove kludge for a/=b rewritten as
21696         not(a=b), since we no longer do this rewriting, and hence it is not
21697         needed.
21698         (Elaboration_Checks_Suppressed): Add special casing to
21699         deal with different cases of static and dynamic elaboration checks (all
21700         checks does not count in the first case, but does in the second).
21701         (Expr_Known_Valid): Do not assume that the result of any arbitrary
21702         function call is valid, since this is not the case.
21703         (Ensure_Valid): Do not apply validity check to a real literal
21704         in a universal or fixed context
21705
21706         * exp_ch4.adb (Expand_N_Op_Ne): Don't expand a/=b to not(a=b) for
21707         elementary types using the operator in standard. It is cleaner not to
21708         modify the programmers intent, especially in the case of floating-point.
21709         (Rewrite_Comparison): Fix handling of /= (this was always wrong, but
21710         it did not matter because we always rewrote a/=b to not(a=b).
21711         (Expand_Allocator_Expression): For an allocator expression whose nominal
21712         subtype is an unconstrained packed type, convert the expression to its
21713         actual constrained subtype.
21714         Implement warning for <= or >= where < or > not possible
21715         Fix to Vax_Float tests (too early in many routines, causing premature
21716         Vax_Float expansions.
21717
21718         * sem_prag.adb (Analyze_Pragma, case Obsolescent): Allow this pragma
21719         to be used with packages and generic packages as well as with
21720         subprograms.
21721         (Suppress): Set All_Checks, but not Elaboration_Check, for case
21722         of pragma Suppress (All_Checks)
21723         (Analyze_Pragma, case Warnings): Implement first argument allowed to be
21724         a string literal for precise control over warnings.
21725         Avoid raise of pragma in case of unrecognized pragma and just return
21726         instead.
21727
21728         * sem_prag.ads: Minor reformatting
21729
21730         * switch-c.adb (Scan_Front_End_Switches): Replace "raise Bad_Switch;"
21731         with call to new procedure Bad_Switch. Call Scan_Pos with new parameter
21732         Switch. Do not handle any exception.
21733         Include -gnatwx as part of -gnatg (warn on redundant parens)
21734         Allow optional = after -gnatm
21735         (Scan_Front_End_Switches): The -gnatp switch sets All_Checks, but no
21736         longer sets Elaboration_Checks.
21737         Code to set warning mode moved to Sem_Warn
21738         so that it can be shared by pragma processing.
21739
21740         * s-mastop-tru64.adb (Pop_Frame): Remove redundant parentheses in if
21741         statement.
21742
21743         * s-taprop-solaris.adb: 
21744         Change some <= to =, to avoid new warning
21745
21746         * a-exexda.adb, prj-proc.adb: 
21747         Fix obvious typo (Num_Tracebacks compared <= 0 instead of < 0)
21748         Fix obvious typo (Total_Errors_Detected <= 0 should be = 0)
21749
21750 2005-11-14  Robert Dewar  <dewar@adacore.com>
21751
21752         * exp_vfpt.adb: Handle /= case
21753         (Expand_Vax_Conversion): Properly recognize Conversion_OK flag
21754         so that we do not get duplicate scaling for fixed point conversions.
21755
21756         * s-vaflop.ads, s-vaflop.adb: (Ne_F): New function
21757
21758 2005-11-14  Matthew Gingell  <gingell@adacore.com>
21759
21760         * system-lynxos-ppc.ads, system-lynxos-x86.ads: 
21761         Increase default priority on Lynx from 15 to 17, and meet the Ada
21762         requirement that Default_Priority be ((Priority'First +
21763         Priority'Last) / 2) by increasing the range of Interrupt_Priority.
21764
21765 2005-11-14  Vincent Celier  <celier@adacore.com>
21766
21767         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
21768         mlib-tgt-hpux.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
21769         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb,
21770         mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb,
21771         mlib-tgt-darwin.adb, mlib-tgt.adb, mlib-tgt.ads,
21772         mlib-tgt-lynxos.adb (DLL_Prefix): New function
21773
21774 2005-11-14  Doug Rupp  <rupp@adacore.com>
21775
21776         * system-vms.ads, system-vms_64.ads: ADA$GNAT: New exported object in
21777         private part.
21778
21779 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
21780
21781         * s-traces-default.adb, s-trafor-default.ads,
21782         s-tratas-default.adb: Fix compilation errors.
21783
21784 2005-11-14  Jose Ruiz  <ruiz@adacore.com>
21785
21786         * s-taprop-posix.adb (Initialize_Lock): Destroy mutex attribute before
21787         raising the exception so the memory used is freed.
21788
21789 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
21790
21791         * adaint.h, adaint.c (__gnat_is_cross_compiler): New constant.
21792         (Gnat_Install_Locks, __gnatlib_install_locks): Removed, no longer used.
21793         (convert_address): Update comments and list of platforms using this.
21794
21795         * s-tasini.adb (Gnat_Install_Locks, __gnatlib_install_locks): Removed,
21796         no longer used.
21797
21798 2005-11-14  Pascal Obry  <obry@adacore.com>
21799             Vincent Celier  <celier@adacore.com>
21800
21801         * gnatdll.adb (Parse_Command_Line): Remove redundant use of
21802         GNAT.Command_Line.
21803
21804         * memroot.adb: Remove redundant with/use clause on
21805         System.Storage_Elements.
21806
21807 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
21808
21809         * a-except.adb (Zero_Cost_Exceptions): Removed, no longer used.
21810         (builtin_longjmp, Process_Raise_Exceeption): Move setjmp/longjmp
21811         related code to a-exexpr.adb
21812         (Save_Occurrence_And_Private): Move GCC EH related code to
21813         a-exexpr-gcc.adb
21814         (Raise_Current_Excep): Add new variable Id with pragma
21815         volatile, to ensure that the variable lives on stack.
21816
21817         * a-exexpr-gcc.adb, raise-gcc.c: New file.
21818
21819         * a-exexpr.adb (builtin_longjmp, Propagate_Exception): Moved here code
21820         from a-except.adb.
21821         Move GCC EH related code to a-exexpr-gcc.adb
21822
21823         * Makefile.in: Add or update g-soccon LIBGNAT pairs for Linux/PPC and
21824         64-bit Solaris
21825         Split the Linux version of g-soccon into separate variants for 32 and 64
21826         bit platforms.
21827         (gnatlib): Use $(AR_FOR_TARGET) and $(RANLIB_FOR_TARGET)
21828         vice $(AR) and $(RANLIB). Remove use of host variable $(RANLIB_FLAGS).
21829         install-gnatlib: Use $(RANLIB_FOR_TARGET) vice $(RANLIB). Remove use
21830         of host variable $(RANLIB_FLAGS).
21831         (alpha64-dec-*vms*): Fix translations for 64 bit compiler.
21832         Code clean up: remove unused/obsolete targets.
21833         (EH_MECHANISM): New variable introduced to differenciate between the
21834         two EH mechanisms statically.
21835         (gnatlib-zcx, gnatlib-sjlj): Force EH_MECHANISM manually.
21836         (LIBGNAT_OBJS): Add raise-gcc.o
21837         (LIBGNAT_TARGET_PAIRS for ppc-vxworks): Use an specialized version of
21838         s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
21839         supports VxWorks 6 RTPs.
21840         (EXTRA_GNATRTL_NONTASKING_OBJS for ppc-vxworks): Remove the use of
21841         i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
21842
21843         * raise.c: Move all GCC EH-related routines to raise-gcc.c
21844
21845 2005-11-14  Jose Ruiz  <ruiz@adacore.com>
21846
21847         * s-tassta.adb (Create_Task): Move the code in charge of resetting the
21848         deferral level, when abort is not allowed, to a later stage (the
21849         Task_Wrapper).
21850         (Task_Wrapper): If Abort is not allowed, reset the deferral level since
21851         it will not get changed by the generated code. It was previously done
21852         in Create_Task.
21853
21854 2005-11-14  Thomas Quinot  <quinot@adacore.com>
21855             Olivier Hainque  <hainque@adacore.com>
21856             Eric Botcazou  <ebotcazou@adacore.com>
21857
21858         * decl.c:
21859         Factor common code to build a storage type for an unconstrained object
21860         from a fat or thin pointer type and a constrained object type.
21861         (annotate_value): Handle BIT_AND_EXPR.
21862         (annotate_rep): Don't restrict the back annotation of inherited
21863         components to the type_annotate_only case.
21864         (gnat_to_gnu_entity) <E_Array_Type>: Do not invoke create_type_decl if
21865         we are not defining the type.
21866         <E_Record_Type>: Likewise.
21867         (gnat_to_gnu_entity) <object, renaming>: Adjust comments and structure
21868         to get advantage of the new maybe_stabilize_reference interface, to
21869         ensure that what we reference is indeed stabilized instead of relying
21870         on assumptions on what the stabilizer does.
21871         (gnat_to_gnu_entity) <E_Incomplete_Type>: If the entity is an incomplete
21872         type imported through a limited_with clause, use its non-limited view.
21873         (Has_Stdcall_Convention): New macro, to centralize the Windows vs others
21874         differentiation.
21875         (gnat_to_gnu_entity): Use Has_Stdcall_Convention instead of a spread mix
21876         of #if sections + explicit comparisons of convention identifiers.
21877         (gnat_to_gnu_entity) <E_Variable>: Decrement force_global if necessary
21878         before early-returning for certain types when code generation is
21879         disabled.
21880         (gnat_to_gnu_entity) <object>: Adjust comment attached to the
21881         nullification of gnu_expr we do for objects with address clause and
21882         that we are not defining.
21883         (elaborate_expression_1): Do not create constants when creating
21884         variables needed by the debug info: the dwarf2 writer considers that
21885         CONST_DECLs is used only to represent enumeration constants, and emits
21886         nothing for them.
21887         (gnat_to_gnu_entity) <object>: When turning a non-definition of an
21888         object with an address clause into an indirect reference, drop the
21889         initializing expression.
21890         Include "expr.h".
21891         (STACK_CHECK_BUILTIN): Delete.
21892         (STACK_CHECK_PROBE_INTERVAL): Likewise.
21893         (STACK_CHECK_MAX_FRAME_SIZE): Likewise.
21894         (STACK_CHECK_MAX_VAR_SIZE): Likewise.
21895         (gnat_to_gnu_entity): If gnat_entity is a renaming, do not mark the tree
21896         corresponding to the renamed object as ignored for debugging purposes.
21897
21898         * trans.c (tree_transform, case N_Attribute_Reference, case Attr_Size &
21899         related): For a prefix that is a dereference of a fat or thin pointer,
21900         if there is an actual subtype provided by the front-end, use that
21901         subtype to build an actual type with bounds template.
21902         (tree_transform, case N_Free_Statement): If an Actual_Designated_Subtype
21903         is provided by the front-end, use that subtype to compute the size of
21904         the deallocated object.
21905         (gnat_to_gnu): When adding a statement into an elaboration procedure,
21906         check for a potential violation of a No_Elaboration_Code restriction.
21907         (maybe_stabilize_reference): New function, like gnat_stabilize_reference
21908         with extra arguments to control whether to recurse through non-values
21909         and to let the caller know if the stabilization has succeeded.
21910         (gnat_stabilize_reference): Now a simple wrapper around
21911         maybe_stabilize, for common uses without restriction on lvalues and
21912         without need to check for the success indication.
21913         (gnat_to_gnu, call_to_gnu): Adjust calls to gnat_stabilize_reference, to
21914         pass false instead of 0 as the FORCE argument which is a bool.
21915         (Identifier_to_gnu): Remove checks ensuring that an renamed object
21916         attached to a renaming pointer has been properly stabilized, as no such
21917         object is attached otherwise.
21918         (call_to_gnu): Invoke create_var_decl to create the temporary when the
21919         function uses the "target pointer" return mechanism.
21920         Reinstate conversion of the actual to the type of the formal
21921         parameter before any other specific treatment based on the passing
21922         mechanism. This turns out to be necessary in order for PLACEHOLDER
21923         substitution to work properly when the latter type is unconstrained.
21924
21925         * gigi.h (build_unc_object_type_from_ptr): New subprogram, factoring a
21926         common pattern.
21927         (maybe_stabilize_reference): New function, like gnat_stabilize_reference
21928         with extra arguments to control whether to recurse through non-values
21929         and to let the caller know if the stabilization has succeeded.
21930
21931         * utils2.c (gnat_build_constructor): Only sort the fields for possible
21932         static output of record constructor if all the components are constant.
21933         (gnat_build_constructor): For a record type, sort the list of field
21934         initializers in increasing bit position order.
21935         Factor common code to build a storage type for an unconstrained object
21936         from a fat or thin pointer type and a constrained object type.
21937         (build_unary_op) <ADDR_EXPR>: Always recurse down conversions between
21938         types variants, and process special cases of VIEW_CONVERT expressions
21939         as their NOP_EXPR counterpart to ensure we get to the
21940         CORRESPONDING_VARs associated with CONST_DECls.
21941         (build_binary_op) <MODIFY_EXPR>: Do not strip VIEW_CONVERT_EXPRs
21942         on the right-hand side.
21943
21944         * utils.c (build_unc_object_type_from_ptr): New subprogram, factoring
21945         a common pattern.
21946         (convert) <VIEW_CONVERT_EXPR>: Return the inner operand directly if we
21947         are converting back to its original type.
21948         (convert) <JM input>: Fallthrough regular conversion code instead of
21949         extracting the object if converting to a type variant.
21950         (create_var_decl): When a variable has an initializer requiring code
21951         generation and we are at the top level, check for a potential violation
21952         of a No_Elaboration_Code restriction.
21953         (create_var_decl): call expand_decl for CONST_DECLs, to set MODE, ALIGN
21954         SIZE and SIZE_UNIT which we need for later back-annotations.
21955         * utils.c: (convert) <STRING_CST>: Remove obsolete code.
21956         <VIEW_CONVERT_EXPR>: Do not lift the conversion if the target type
21957         is an unchecked union.
21958         (pushdecl): Set DECL_NO_STATIC_CHAIN on imported nested functions.
21959         (convert) <VIEW_CONVERT_EXPR>: When the types have the same
21960         main variant, just replace the VIEW_CONVERT_EXPR.
21961         <UNION_TYPE>: Revert 2005-03-02 change.
21962
21963         * repinfo.h, repinfo.ads: Add tcode for BIT_AND_EXPR.
21964
21965         * repinfo.adb (Print_Expr, Rep_Value): Handle Bit_And_Expressions.
21966
21967 2005-11-14  Matthew Heaney  <heaney@adacore.com>
21968
21969         * a-crbtgo.ads, a-crbtgo.adb, a-coorse.ads, a-coorse.adb, a-convec.ads, 
21970         a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohama.ads, a-cohama.adb, 
21971         a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-cidlli.ads, 
21972         a-cidlli.adb, a-cdlili.ads, a-cdlili.adb, a-coormu.adb, a-ciormu.adb, 
21973         a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads, 
21974         a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorma.adb, a-coorma.adb: 
21975         Compiles against the spec for ordered maps described in sections
21976         A.18.6 of the most recent (August 2005) AI-302 draft.
21977
21978 2005-11-14  Olivier Hainque  <hainque@adacore.com>
21979
21980         * cuintp.c (UI_To_gnu): Use a proper type for intermediate computations
21981         to ensure bias adjustments take place when need be and to prevent
21982         occurrences of intermediate overflows.
21983
21984 2005-11-14  Matthew Gingell  <gingell@adacore.com>
21985             Olivier Hainque  <hainque@adacore.com>
21986
21987         * tb-gcc.c (trace_callback): Work around problem with _Unwind_GetIP on
21988         ia64 HP-UX.
21989
21990         * tracebak.c (ia64 configuration): Enable _Unwind_Backtrace driven
21991         tracebacks on ia64 HP-UX and provide explanatory comment.
21992         Enable backtraces on ia64 GNU/Linux.
21993         (x86 configuration): Bump FRAME_LEVEL to 1 to ensure we retrieve a real
21994         base pointer from builtin_frame_address. Adjust BASE_SKIP accordingly.
21995
21996 2005-11-14  Hristian Kirtchev  <kirtchev@adacore.com>
21997             Javier Miranda  <miranda@adacore.com>
21998
21999         * rtsfind.ads, exp_util.adb, exp_util.ads, exp_disp.adb, exp_disp.ads,
22000         exp_ch7.adb, sem_ch9.adb, snames.adb, snames.ads,
22001         exp_ch9.adb, exp_ch9.ads, exp_ch6.adb, exp_ch3.adb, exp_ch3.ads,
22002         einfo.ads, einfo.adb: Complete support for Ada 2005 interfaces.
22003
22004         * a-tags.ads, a-tags.adb: Major rewrite and additions to implement
22005         properly new Ada 2005 interfaces (AI-345) and add run-time checks (via
22006         assertions).
22007
22008         * exp_dbug.ads, exp_dbug.adb (Get_Secondary_DT_External_Name): New
22009         subprogram that generates the external name associated with a
22010         secondary dispatch table.
22011         (Get_Secondary_DT_External_Name): New subprogram that generates the
22012         external name associated with a secondary dispatch table.
22013
22014 2005-11-14  Emmanuel Briot  <briot@adacore.com>
22015
22016         * xref_lib.adb (Parse_Identifier_Info): It is possible for an entity
22017         line in the ALI file to include both an instantiation reference, and a
22018         returned value.
22019
22020 2005-11-14  Vincent Celier  <celier@adacore.com>
22021
22022         * clean.adb (Check_Project): Look for Ada code in extending project,
22023         even if Ada is not specified as a language.
22024         Use new function DLL_Prefix for DLL_Name
22025         (Clean_Interface_Copy_Directory): New procedure
22026         (Clean_Library_Directory): New procedure
22027         (Clean_Directory): Remove procedure, no longer used
22028         (Clean_Project): Do not delete any file in an externally built project
22029
22030         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Add the object
22031         directory of an extending project, even when there are no Ada source
22032         present.
22033         (Ada_Objects_Path.Add): Add Library_ALI_Dir, not Library_Dir to the path
22034         (Set_Ada_Paths.Add.Recursive_Add): Ditto
22035
22036         * mlib-prj.adb (Check_Library): For all library projects, get the
22037         library file timestamp.
22038         (Build_Library): Copy ALI files in Library_ALI_Dir, not in Library_Dir
22039         (Build_Library): Use new function DLL_Prefix for the DLL_Name
22040         (Clean): Remove procedure, no longer used
22041         (Ultimate_Extension_Of): New function
22042         (Build_Library): When cleaning the library directory, only remove an
22043         existing library file and any ALI file of a source of the project.
22044         When cleaning the interface copy directory, remove any source that
22045         could be a source of the project.
22046
22047         * prj.ads, prj.adb (Project_Empty): Add values of new components
22048         Library_TS and All_Imported_Projects.
22049         (Project_Empty): Add values for new components of Project_Data:
22050         Library_ALI_Dir and Display_Library_ALI_Dir
22051
22052         * prj-attr.adb: New project level attribute name Library_ALI_Dir
22053
22054         * prj-nmsc.adb (Check_Library_Attributes): Take into account new
22055         attribute Library_ALI_Dir.
22056         (Check_Library_Attributes): The library directory cannot be the same as
22057         any source directory of the project tree.
22058         (Check_Stand_Alone_Library): The interface copy directory cannot be
22059         the same as any source directory of the project tree.
22060
22061         * mlib.adb: Use Prj.Com.Fail, instead of Osint.Fail directly, to delete
22062         all temporary files.
22063
22064 2005-11-14  Robert Dewar  <dewar@adacore.com>
22065             Ed Schonberg  <schonberg@adacore.com>
22066
22067         * sem_elab.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22068         (Check_Elab_Call): A call within a protected body is never an
22069         elaboration call, and does not require checking.
22070         (Same_Elaboration_Scope): Take into account protected types for both
22071         entities.
22072         (Activate_Elaborate_All_Desirable): New procedure
22073
22074         * ali.ads, ali.adb: Implement new AD/ED for Elaborate_All/Elaborate
22075         desirable
22076
22077         * binde.adb: Implement new AD/ED for Elaborate_All/Elaborate desirable
22078         (Elab_Error_Msg): Use -da to include internal unit links, not -de.
22079
22080         * lib-writ.ads, lib-writ.adb: 
22081         Implement new AD/ED for Elaborate_All/Elaborate desirable
22082         Use new Elaborate_All_Desirable flag in N_With_Clause node
22083
22084         * sinfo.ads, sinfo.adb (Actual_Designated_Subtype): New attribute for
22085         N_Free_Statement nodes.
22086         Define new class N_Subprogram_Instantiation
22087         Add Elaborate_Desirable flag to N_With_Clause node
22088         Add N_Delay_Statement (covering two kinds of delay)
22089
22090         * debug.adb: Introduce d.f flag for compiler
22091         Add -da switch for binder
22092
22093 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22094             Cyrille Comar  <comar@adacore.com>
22095
22096         * exp_aggr.adb (Build_Record_Aggr_Code): Do not create master entity
22097         for task component, in the case of a limited aggregate. The enclosed
22098         object declaration will create it earlier. Otherwise, in the case of a
22099         nested aggregate, the object may appear in the wrong scope.
22100         (Convert_Aggr_In_Object_Decl): Create a transient scope when needed.
22101         (Gen_Assign): If the component being assigned is an array type and the
22102         expression is itself an aggregate, wrap the assignment in a block to
22103         force finalization actions on the temporary created for each row of the
22104         enclosing object.
22105         (Build_Record_Aggr_Code): Significant rewrite insuring that ctrl
22106         structures are initialized after all discriminants are set so that
22107         they can be accessed even when their offset is dynamic.
22108
22109 2005-11-14  Robert Dewar  <dewar@adacore.com>
22110             Hristian Kirtchev  <kirtchev@adacore.com>
22111
22112         * sem_attr.adb: Implement Machine_Rounding attribute
22113         (Analyze_Access_Attribute): The access attribute may appear within an
22114         aggregate that has been expanded into a loop.
22115         (Check_Task_Prefix): Add semantic check for attribute 'Callable and
22116         'Terminated whenever the prefix is of a task interface class-wide type.
22117         (Analyze_Attribute): Add semantic check for attribute 'Identity whenever
22118         the prefix is of a task interface class-wide type.
22119
22120         * s-vaflop-vms-alpha.adb: Valid_D, Valid_F, Valid_G: Make Val constant
22121         to avoid warnings.
22122
22123         * s-fatgen.ads, s-fatgen.adb (Machine_Rounding): New function
22124         Remove pragma Inline for [Unaligned_]Valid.
22125         Add comments that Valid routines do not work for Vax_Float
22126
22127         * exp_attr.adb: Implement Machine_Rounding attribute
22128
22129         * snames.h: Add entry for Machine_Rounding attribute
22130
22131 2005-11-14  Javier Miranda  <miranda@adacore.com>
22132             Robert Dewar  <dewar@adacore.com>
22133             Hristian Kirtchev  <kirtchev@adacore.com>
22134
22135         * exp_attr.adb (Expand_N_Attribute_Reference, cases of Attribute_Size
22136         and related): For a prefix that is an explicit dereference of an
22137         access to unconstrained packed array type, annotate the dereference
22138         with an actual subtype so GIGI can make a correct size computation.
22139         (Expand_N_Attribute_Reference): In case of 'Unchecked_Access and
22140         'Unrestricted_Access, if the designated type is an interface we
22141         add a type conversion to force the displacement of the pointer
22142         to the secondary dispatch table.
22143         Use Universal_Real instead of Long_Long_Float when we need a high
22144         precision float type for the generated code (prevents gratuitous
22145         Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
22146         (Expand_N_Attribute_Reference): Add support for attribute 'Callable and
22147         'Terminated for task interface class-wide objects. Generate a call to
22148         the predefined dispatching routine used to retrieve the _task_id from
22149         a task corresponding record.
22150         (Expand_Fpt_Attribute): Major change to properly handle Vax_Float
22151
22152         * sem_disp.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22153         (Check_Dispatching_Operation): Protect the frontend againts
22154         previously detected errors.
22155
22156         * Makefile.rtl: Add new instantiations of system.fat_gen
22157
22158         * s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads: 
22159         Change name of instantiated package for better consistency
22160         with newly added system.fat_gen instantiations.
22161
22162         * s-filofl.ads, s-fishfl.ads, s-fvadfl.ads, s-fvaffl.ads,
22163         s-fvagfl.ads: New files.
22164
22165 2005-11-14  Cyrille Comar  <comar@adacore.com>
22166             Thomas Quinot  <quinot@adacore.com>
22167
22168         * exp_ch5.adb (Expand_N_Assignment_Statement, Tagged_Case): For an
22169         assignment of a value of a tagged type that has been rewritten to a
22170         block statement, it is known by construction that no checks are
22171         necessary for the statements within the block: analyze it with checks
22172         suppressed.
22173         (Expand_N_If_Statement): When killing a dead then-branch in an
22174         if-statement that has elsif_parts, recompute the Current_Value node
22175         for any entity whose value is known from the condition of the first
22176         elsif_part.
22177         (Expand_N_Return_Statement): When returning a mutable record, convert
22178         the return value into its actual subtype in order to help the backend
22179         to return the actual size instead of the maximum. This is another
22180         aftermath of not returning mutable records on the sec-stack anymore.
22181
22182         * sem_ch5.ads, sem_ch5.adb (Analyze_Iteration_Scheme): Minor change to
22183         handling of error msg for suspicious reverse range iteration.
22184         (Check_Possible_Current_Value_Condition): Move declaration from body to
22185         spec, to allow this subprogram to be called from exp_ch5.
22186
22187 2005-11-14  Thomas Quinot  <quinot@adacore.com>
22188
22189         * exp_dist.adb (Append_Array_Traversal): Modify constrained case to
22190         generate a set of nested array aggregates instead of a single flat
22191         aggregate for multi-dimensional arrays.
22192
22193 2005-11-14  Pascal Obry  <obry@adacore.com>
22194
22195         * expect.c (__gnat_kill) [Win32]: Fix implementation, the pid returned
22196         by spawnve is a process handle, no need to convert. Add a parameter
22197         close to control wether the process handle must be closed.
22198         (__gnat_waitpid): Fix implementation, the pid returned by spawnve is
22199         a process handle, not need to convert.
22200         (__gnat_kill) [*]: Add dummy parameter close to match the Win32 spec.
22201
22202         * g-expect.adb: (Kill): Document the new close parameter.
22203         (Close): Do not release the process handle in the kill there as
22204         waitpid() is using it.
22205         (Send_Signal): Release the process handle.
22206
22207 2005-11-14  Robert Dewar  <dewar@adacore.com>
22208
22209         * exp_fixd.adb: Use Universal_Real instead of Long_Long_Float when we
22210         need a high precision float type for the generated code (prevents
22211         gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
22212         used).
22213
22214         * exp_imgv.adb: Use Universal_Real instead of Long_Long_Float when we
22215         need a high precision float type for the generated code (prevents
22216         gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
22217         used).
22218         (Expand_Width_Attribute): In configurable run-time, the attribute is not
22219         allowed on non-static enumeration subtypes. Force a load error to emit
22220         the correct diagnostic.
22221
22222 2005-11-14  Thomas Quinot  <quinot@adacore.com>
22223             Robert Dewar  <dewar@adacore.com>
22224             Ed Schonberg  <schonberg@adacore.com>
22225
22226         * exp_intr.adb (Expand_Unc_Deallocation): If GIGI needs an actual
22227         subtype to compute the size of the designated object at run-time,
22228         create such a subtype and store it in the Actual_Designated_Subtype
22229         attribute of the N_Free_Statement.
22230         Generate itype for classwide designated object in both cases of
22231         user-specified storage pool: specific and class-wide, not only in the
22232         specific case.
22233         Raise CE when trying to set a not null access type object to null.
22234         (Expand_Dispatching_Constructor_Call): Retrieve subprogram actual with
22235         an explicit loop, because freeze nodes make its position variable.
22236
22237         * sem_intr.adb (Check_Intrinsic_Call): Given warning for freeing not
22238         null object.
22239
22240 2005-11-14  Javier Miranda  <miranda@adacore.com>
22241
22242         * exp_strm.adb (Build_Stream_Attr_Profile, Build_Stream_Function,
22243         Build_Stream_Procedure): Add the null-excluding attribute to the first
22244         formal.
22245         This has no semantic meaning under Ada95 mode but it is a
22246         requirement under Ada05 mode.
22247
22248         * par-ch3.adb (P_Access_Definition): Addition of warning message if
22249         the null exclusion is used under Ada95 mode
22250         (P_Null_Exclusion): The qualifier has no semantic meaning in Ada 95.
22251         (P_Access_Definition): Remove assertion that forbids the use of
22252         the null-exclusion feature in Ada95.
22253
22254 2005-11-14  Robert Dewar  <dewar@adacore.com>
22255
22256         * impunit.adb: Exclude container helper units not intended for use by
22257         users.
22258
22259 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22260
22261         * freeze.adb (Freeze_Entity): For an access formal that is an access
22262         to subprogram, freeze the anonymous subprogram type at the same time,
22263         to prevent later freezing in the wrong scope, such as the enclosing
22264         subprogram body.
22265         (Freeze_Entity): Freeze the equivalent_type of an access_to_protected_
22266         subprogram whenever available.
22267
22268 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22269
22270         PR ada/23732
22271         * gnatvsn.ads (Library_Version): Bump to 4.1
22272
22273 2005-11-14  Robert Dewar  <dewar@adacore.com>
22274
22275         * g-debpoo.adb (Set_Valid): Use Integer_Address instead of
22276         Storage_Offset to avoid wrap around causing invalid results.
22277
22278 2005-11-14  Pascal Obry  <obry@adacore.com>
22279
22280         * gnatbind.adb (Is_Cross_Compiler): New function returning True for
22281         cross-compiler.
22282         (Scan_Bind_Arg): Fail with an error message if -M option is used
22283         on a native compiler.
22284
22285 2005-11-14  Robert Dewar  <dewar@adacore.com>
22286             Vincent Celier  <celier@adacore.com>
22287
22288         * gprep.adb: Implement -C switch to scan comments
22289
22290         * scng.adb: Scan comment symbol separately if Replace_In_Comments set
22291
22292         * scans.ads: Comment updates (including new use of Tok_Comment in
22293         preprocessing)
22294
22295         * opt.ads: Add documentation for flags that are used by gprmake,
22296         currently and in the next version of gprmake.
22297         (Verbosity_Level): New variable
22298         Add Replace_In_Comments switch
22299
22300         * vms_data.ads: Add VMS equivalent for new gnatmake switches -vl, -vm
22301         and -vm.
22302         Add /REPLACE_IN_COMMENTS for gnatprep -C switch
22303
22304 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22305
22306         * g-regpat.adb (Fail): raise Expression_Error including the diagnostic
22307         message, friendlier.
22308
22309 2005-11-14  Robert Dewar  <dewar@adacore.com>
22310
22311         * g-spitbo.adb: (Hash): Rotate by 3 instead of 1
22312
22313 2005-11-14  Doug Rupp  <rupp@adacore.com>
22314
22315         * init.c [VMS]: Don't install __gnat_error_handler if DBG$TDBG defined.
22316
22317 2005-11-14  Robert Dewar  <dewar@adacore.com>
22318
22319         * interfac.ads: Change declarations of IEEE float types so that we no
22320         longer need a separate version of this package for VMS.
22321
22322 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22323
22324         * lib-xref.adb (Generate_Definition, Generate_Reference): Treat the
22325         internal entity created for the declaration of a child subprogram body
22326         with no spec as coming from source, to generate proper cross-reference
22327         information.
22328
22329 2005-11-14  Vincent Celier  <celier@adacore.com>
22330
22331         * make.adb (Compile_Sources): Change verbose message to minimum
22332         verbosity level High for "is in an Ada library", "is a read-only
22333         library" and "is an internal library",
22334         (Create_Binder_Mapping_File): Path name of ALI file for library project
22335         must include the library directory, not the object directory.
22336         (Scan_Make_Arg): Make sure that Switch.M.Scan_Make_Switches is called
22337         for new switches -vl, -vm and -vh.
22338         (Verbose_Msg): Add new defaulted parameter Minimum_Verbosity
22339         (Check): Use minimum verbosity Medium for some Verbose_Msg calls
22340         (Compile_Sources): Do not attempt to compile if an ALI file is missing
22341         in a project that is externally built.
22342         (Compute_All_Imported_Projects): New procedure
22343         (Gnatmake): Check if importing libraries should be regenerated because
22344         at least an imported library is more recent.
22345         (Initialize): For each project compute the list of the projects it
22346         imports directly or indirectly.
22347         (Add_Library_Search_Dir): New procedure, used in place of
22348         Add_Lib_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
22349         put in the search paths.
22350         (Add_Source_Search_Dir): New procedure, used in place of
22351         Add_Src_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
22352         put in the search paths.
22353         (Mark_Directory): Resolve the absolute path the directory before marking
22354         it.
22355
22356         * switch-m.adb (Scan_Make_Switches): Replace "raise Bad_Switch;" with
22357         call to new procedure Bad_Switch. Call Scan_Pos with new parameter
22358         Switch. Do not handle any exception.
22359         (Scan_Make_Switches): Increment Ptr for new switches -vl, -vm and -vh
22360         so that the switch is recognized as valid.
22361         (Scan_Make_Switches): Implement new switches -vl, -vm and -vh.
22362
22363 2005-11-14  GNAT Script  <nobody@adacore.com>
22364
22365         * Make-lang.in: Makefile automatically updated
22366
22367 2005-11-14  Pascal Obry  <obry@adacore.com>
22368
22369         * mdll.adb (Build_Reloc_DLL): Fix parameter handling when a map file is
22370         used.
22371         (Ada_Build_Reloc_DLL): Fix parameter handling when a map file is used.
22372         In both cases the last argument was dropped.
22373
22374 2005-11-14  Eric Botcazou  <ebotcazou@adacore.com>
22375
22376         * namet.h: (Column_Numbe): New type.
22377         (Get_Column_Number): Define to sinput__get_column_number.
22378         (Instantiation): Define to sinput__instantiation.
22379         (Get_Column_Number): Declare.
22380         (Instantiation): Likewise.
22381
22382 2005-11-14  Robert Dewar  <dewar@adacore.com>
22383
22384         * par-ch10.adb (P_Compilation_Unit): Add defenses against junk unit
22385         syntax, which could cause compiler hangs.
22386
22387 2005-11-14  Vincent Celier  <celier@adacore.com>
22388
22389         * prj-ext.adb: Take into account new environment variable
22390         GPR_PROJECT_PATH. Warn if both GPR_PROJECT_PATH and ADA_PROJECT_PATH
22391         are defined.
22392         (Prj.Ext elaboration): For each directory in the ADA_PROJECT_PATH,
22393         normalize its path name, making it absolute and resolving symbolic
22394         links, and replace the original if resolved path is different.
22395
22396 2005-11-14  Vincent Celier  <celier@adacore.com>
22397
22398         * prj-part.adb (Create_Virtual_Extending_Project): Put virtual project
22399         into Prj.Tree.Tree_Private_Part.Projects_Htable for GPS.
22400
22401 2005-11-14  Emmanuel Briot  <briot@adacore.com>
22402
22403         * prj-pp.adb (Print): Do not output the with statement if the
22404         associated name is empty, which happens for virtual extending projects.
22405         (Print): Preserve the "extends all" attribute when printing the project.
22406
22407         * prj-tree.ads (String_Value_Of): Add comment about returned value for
22408         a virtual extending project.
22409
22410 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22411
22412         * sem_aggr.adb (Resolve_Aggregate): An others choice is legal on the
22413         rhs of an assignment even if the type is unconstrained, when the
22414         context is non-expanding.
22415         In an inlined body, if the context type is private,
22416         resolve with its full view, which must be a composite type.
22417
22418 2005-11-14  Robert Dewar  <dewar@adacore.com>
22419             Ed Schonberg  <schonberg@adacore.com>
22420
22421         * sem_ch10.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22422         Do not give obsolescent warning on with of subprogram (since we
22423         diagnose calls)
22424         (Analyze_With_Clause): Add test for obsolescent package
22425         (Install_Context_Clauses): If the unit is the body of a child unit, do
22426         not install twice the private declarations of the parents, to prevent
22427         circular lists of Use_Clauses in a parent.
22428         (Implicit_With_On_Parent): Do add duplicate with_clause on parent when
22429         compiling body of child unit.
22430         Use new class N_Subprogram_Instantiation
22431         (Expand_With_Clause): If this is a private with_clause for a child unit,
22432         appearing in the context of a package declaration, then the implicit
22433         with_clauses generated for parent units are private as well.
22434         (License_Check): Do not generate message if with'ed unit is internal
22435
22436 2005-11-14  Gary Dismukes  <dismukes@adacore.com>
22437             Ed Schonberg  <schonberg@adacore.com>
22438             Thomas Quinot  <quinot@adacore.com>
22439
22440         * sem_ch12.ads, sem_ch12.adb (Map_Entities): Exclude entities whose
22441         names are internal, because they will not have a corresponding partner
22442         in the actual package.
22443         (Analyze_Formal_Package): Move the setting of the formal package spec's
22444         Generic_Parent field so that it occurs prior to analyzing the package,
22445         to allow proper operation of Install_Parent_Private_Declarations.
22446         (Analyze_Package_Instantiation): Set the instantiated package entity's
22447         Package_Instantiation field.
22448         (Get_Package_Instantiation_Node): Move declaration to package spec.
22449         Retrieve the N_Package_Instantiation node when the Package_Instantiation
22450         field is present.
22451         (Check_Generic_Child_Unit): Within an inlined call, the only possible
22452         instantiation is Unchecked_Conversion, for which no parents are needed.
22453         (Inline_Instance_Body): Deinstall and record the use_clauses for all
22454         parent scopes of a scope being removed prior to inlining an instance
22455         body.
22456         (Analyze_Package_Instantiation): Do not perform front-end inlining when
22457         the current context is itself an instance within a non-instance child
22458         unit, to prevent scope stack errors.
22459         (Save_References): If the node is an aggregate that is an actual in a
22460         call, rewrite as a qualified expression to preserve some type
22461         information, to resolve possible ambiguities in the instance.
22462         (Instance_Parent_Unit): New global variable to record the ultimate
22463         parent unit associated with a generic child unit instance (associated
22464         with the existing Parent_Unit_Visible flag).
22465         (type Instance_Env): New component Instance_Parent_Unit for stacking
22466         parents recorded in the global Instance_Parent_Unit.
22467         (Init_Env): Save value of Instance_Parent_Unit in the Instance_Env
22468         stack.
22469         (Install_Spec): Save the parent unit entity in Instance_Parent_Unit when
22470         it's not a top-level unit, and only do this if Instance_Parent_Unit is
22471         not already set. Replace test of Is_Child_Unit with test of parent's
22472         scope against package Standard. Add comments and a ??? comment.
22473         (Remove_Parent): Revise condition for resetting Is_Immediately_Visible
22474         on a child instance parent to test that the parent equals
22475         Instance_Parent rather than simply checking that the unit is not a
22476         child unit.
22477         (Restore_Env): Restore value of Instance_Parent_Unit from Instance_Env.
22478         (Validate_Derived_Interface_Type_Instance): Verify that all ancestors of
22479         a formal interface are ancestors of the corresponding actual.
22480         (Validate_Formal_Interface_Type): Additional legality checks.
22481         (Analyze_Formal_Derived_Interface_Type): New procedure to handle formal
22482         interface types with ancestors.
22483         (Analyze_Formal_Package): If formal is a renaming, use renamed entity
22484         to diagnose attempts to use generic within its own declaration.
22485
22486 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22487             Javier Miranda  <miranda@adacore.com>
22488
22489         * sem_ch3.ads, sem_ch3.adb (Build_Discriminal): Add link to original
22490         discriminant.
22491         (Build_Private_Derived_Type): The entity of the created full view of the
22492         derived type does not come from source. If after installing the private
22493         declarations of the parent scope the parent is still private, use its
22494         full view to construct the full declaration of the derived type.
22495         (Build_Derived_Record_Type): Relax the condition that controls the
22496         execution of the check that verifies that the partial view and
22497         the full view agree in the set of implemented interfaces. In
22498         addition, this test now only takes into account the progenitors.
22499         (Derive_Interface_Subprograms): No need to derive subprograms
22500         of ancestors that are interfaces.
22501         (Derive_Subprograms): Remove formal No_Predefined_Prims and the
22502         associated code.
22503         Change name Is_Package to Is_Package_Or_Generic_Package
22504         (Complete_Subprograms_Derivation): Handle the case in which the full
22505         view is a transitive derivation of the ancestor of the partial view.
22506         (Process_Full_View): Rename local subprogram Find_Interface_In_
22507         Descendant to Find_Ancestor_Interface to leave the code more clear.
22508         Remove wrong code that avoids the generation of an error message
22509         when the immediate ancestor of the partial view is an interface.
22510         In addition some minor reorganization of the code has been done to
22511         leave it more clear.
22512         (Analyze_Type_Declaration): If type has previous incomplete tagged
22513         partial view, inherit properly its primitive operations.
22514         (Collect_Interfaces): Make public, for analysis of formal
22515         interfaces.
22516         (Analyze_Interface_Declaration): New procedure for use for regular and
22517         formal interface declarations.
22518         (Build_Derived_Record_Type): Add support for private types to the code
22519         that checks if a tagged type implements abstract interfaces.
22520         (Check_Aliased_Component_Type): The test applies in the spec of an
22521         instance as well.
22522         (Access_Type_Declaration): Clean up declaration of malformed type
22523         declared as an access to its own classwide type, to prevent cascaded
22524         crash.
22525         (Collect_Interfaces): For private extensions and for derived task types
22526         and derived protected types, the parent may be an interface that must
22527         be included in the interface list.
22528         (Access_Definition): If the designated type is an interface that may
22529         contain tasks, create Master_Id for it before analyzing the expression
22530         of the declaration, which may be an allocator.
22531         (Record_Type_Declaration): Set properly the interface kind, for use
22532         in allocators, the creation of master id's for task interfaces, etc.
22533
22534 2005-11-14  Javier Miranda  <miranda@adacore.com>
22535             Ed Schonberg  <schonberg@adacore.com>
22536
22537         * sem_ch6.adb (Check_Conformance): The null-exclusion feature can be
22538         omitted in case of stream attribute subprograms.
22539         (Check_Inline_Pragma): Handle Inline and Inline_Always pragmas that
22540         appear immediately after a subprogram body, when there is no previous
22541         subprogram declaration.
22542         Change name Is_Package to Is_Package_Or_Generic_Package
22543         (Process_Formals): A non null qualifier on a non null named access
22544         type is not an error, and is a warning only if Redundant_Constructs
22545         are flagged.
22546
22547 2005-11-14  Gary Dismukes  <dismukes@adacore.com>
22548             Ed Schonberg  <schonberg@adacore.com>
22549
22550         * sem_ch7.adb (Install_Parent_Private_Declarations): New procedure
22551         nested within Analyze_Package_Specification to install the private
22552         declarations and use clauses within each of the parent units of a
22553         package instance of a generic child package.
22554         (Analyze_Package_Specification): When entering a private part of a
22555         package associated with a generic instance or formal package, the
22556         private declarations of the parent must be installed (by calling new
22557         procedure Install_Parent_Private_Declarations).
22558         Change name Is_Package to Is_Package_Or_Generic_Package
22559         (Preserve_Full_Attributes): For a synchronized type, the corresponding
22560         record is absent in a generic context, which does not indicate a
22561         compiler error.
22562
22563 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22564
22565         * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic context, do
22566         not try to rewrite a renamed stream attribute, because the operations
22567         on the type may not have been generated.
22568         Handle properly a renaming_as_body generated for a stream operation
22569         whose default is abstract because the object type itself is abstract.
22570         (Find_Type): If the type is incomplete and appears as the prefix of a
22571         'Class reference, it is tagged, and its list of primitive operations
22572         must be initialized properly.
22573         (Chain_Use_Clauses): When chaining the use clauses that appear in the
22574         private declaration of a parent unit, prior to compiling the private
22575         part of a child unit, find on the scope stack the proper parent entity
22576         on which to link the use clause.
22577         (Note_Redundant_Use): Emit a warning when a redundant use clause is
22578         detected.
22579         (Analyze_Object_Renaming): An attribute reference is not a legal object
22580         if it is not a function call.
22581
22582 2005-11-14  Robert Dewar  <dewar@adacore.com>
22583             Ed Schonberg  <schonberg@adacore.com>
22584
22585         * sem_eval.adb: Implement d.f flag
22586         (Subtype_Statically_Match): A generic actual type has unknown
22587         discriminants when the corresponding actual has a similar partial view.
22588         If the routine is called to validate the signature of an inherited
22589         operation in a child instance, the generic actual matches the full view,
22590
22591 2005-11-14  Hristian Kirtchev  <kirtchev@adacore.com>
22592             Ed Schonberg  <schonberg@adacore.com>
22593             Robert Dewar  <dewar@adacore.com>
22594             Thomas Quinot  <quinot@adacore.com>
22595
22596         * sem_res.adb (Resolve_Call): Provide a better error message whenever
22597         a procedure call is used as a select statement trigger and is not an
22598         entry renaming or a primitive of a limited interface.
22599         (Valid_Conversion): If the operand has a single interpretation do not
22600         remove address operations.
22601         (Check_Infinite_Recursion): Skip freeze nodes when looking for a raise
22602         statement to inhibit warning.
22603         (Resolve_Unary_Op): Do not produce a warning when
22604         processing an expression of the form -(A mod B)
22605         Use Universal_Real instead of Long_Long_Float when we need a high
22606         precision float type for the generated code (prevents gratuitous
22607         Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
22608         (Resolve_Concatenation_Arg): Improve error message when argument is an
22609         ambiguous call to a function that returns an array.
22610         (Make_Call_Into_Operator, Operand_Type_In_Scope): Do not check that
22611         there is an implicit operator in the given scope if we are within an
22612         instance: legality check has been performed on the generic.
22613         (Resolve_Unary_Op): Apply warnings checks on argument of Abs operator
22614         after resolving operand, to avoid false warnings on overloaded calls.
22615
22616 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22617             Javier Miranda  <miranda@adacore.com>
22618
22619         PR ada/15604
22620         * sem_type.adb (Covers): In an inlined body, a composite type matches
22621         a private type whose full view is a composite type.
22622         (Interface_Present_In_Ancestor): Protect the frontend against
22623         previously detected errors to ensure that its compilation
22624         with assertions enabled gives the same output that its
22625         compilation without assertions.
22626         (Interface_Present_In_Ancestor): Add support for private types.
22627         Change name In_Actual to In_Generic_Actual (clean up)
22628         (Disambiguate): New predicate In_Actual, to recognize expressions that
22629         appear in the renaming declaration generated for generic actuals, and
22630         which must be resolved in the outer context.
22631
22632 2005-11-14  Robert Dewar  <dewar@adacore.com>
22633             Thomas Quinot  <quinot@adacore.com>
22634             Hristian Kirtchev  <kirtchev@adacore.com>
22635             Ed Schonberg  <schonberg@adacore.com>
22636
22637         * sem_util.ads, sem_util.adb: Change name Is_Package to
22638         Is_Package_Or_Generic_Package.
22639         (Check_Obsolescent): New procedure.
22640         (Set_Is_Public): Remove obsolete junk test.
22641         (Set_Public_Status): Do not set Is_Public on an object whose declaration
22642         occurs within a handled_sequence_of_statemets.
22643         (Is_Controlling_Limited_Procedure): Factor some of the logic, account
22644         for a parameterless procedure.
22645         (Enter_Name): Recognize renaming declarations created for private
22646         component of a protected type within protected operations, so that
22647         the source name of the component can be used in the debugger.
22648
22649 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
22650             Robert Dewar  <dewar@adacore.com>
22651
22652         * sem_warn.ads, sem_warn.adb (Publicly_Referenceable): Generic formals
22653         of a generic subprogram are not visible outside the body.
22654         (Set_Warning_Switch): New procedure (code to set warning mode moved
22655         here from Switch.C so that it can be shared by pragma processing.
22656         (Check_References): Special case warning for non-modified non-imported
22657         volatile objects.
22658         * par-prag.adb: Modify processing of pragma Warnings to accomodate new
22659         form with a string literal argument
22660
22661 2005-11-14  Javier Miranda  <miranda@adacore.com>
22662
22663         * s-finroo.ads, s-finroo.adb (Read): Addition of "not null" to the
22664         anonymous access.
22665         (Write): Addition of "not null" to the anonymous access.
22666         (Read): Addition of "not null" to the anonymous access.
22667         (Write): Addition of "not null" to the anonymous access.
22668
22669         * s-strxdr.adb, s-stratt.ads, s-stratt.adb (I_AD, I_AS, I_B, I_C, I_F,
22670         I_I, I_LF, I_LI, I_LLF, I_LLI, I_LLU, I_LU, I_SF, I_SI, I_SSI, I_SSU,
22671         I_SU, I_U, I_WC): Addition of "not null" to the anonymous access.
22672         (W_AD, W_AS, W_B, W_C, W_F, W_I, W_LF, W_LI, W_LLF, W_LLI, W_LLU,
22673         W_LU, W_SF, W_SI, W_SSI, W_SSU, W_SU, W_U, W_WC): Addition of
22674         "not null" to the anonymous access.
22675
22676 2005-11-14  Robert Dewar  <dewar@adacore.com>
22677
22678         * s-stoele.adb: Fix code for Address mod Storage_Offset for negative
22679         offset values
22680
22681 2005-11-14  Vincent Celier  <celier@adacore.com>
22682
22683         * switch.adb (Bad_Switch): New procedure
22684         (Scan_Nat, Scan_Pos): Directly call Osint.Fail with the appropriate
22685         message when in error.
22686
22687         * switch.ads (Bad_Switch, Bad_Switch_Value, Missing_Switch_Value,
22688         Too_Many_Output_Files): Remove declarations, no longer used.
22689         (Scan_Nat): New parameter Switch
22690         (Scan_Pos): Ditto
22691         (Bad_Switch): New procedure
22692
22693         * switch-b.adb (Scan_Binder_Switches): Replace "raise Bad_Switch;"
22694         with call to new procedure Bad_Switch. Call Scan_Pos and Scan_Natwith
22695         new parameter Switch. Replace "raise Too_Many_Output_Files;" with call
22696         to Osint.Fail. Do not handle any exception.
22697
22698 2005-11-14  Vincent Celier  <celier@adacore.com>
22699
22700         * tempdir.adb (Tempdir): Do not use environment variable TMPDIR if it
22701         designates a non existent directory.
22702
22703 2005-11-14  Robert Dewar  <dewar@adacore.com>
22704
22705         * xgnatugn.adb: Replace invalid membership test by 'Valid
22706
22707 2005-11-14  Vincent Celier  <celier@adacore.com>
22708
22709         * makegpr.adb (Gprmake): Do not attempt to build the global archive if
22710         there is no object directory.
22711
22712 2005-11-14  Robert Dewar  <dewar@adacore.com>
22713
22714         * usage.adb: Minor adjustment to output format, use nn instead of nnn
22715         (so that -gnateInnn does not run into next column)
22716
22717 2005-11-14  Ed Falis  <falis@adacore.com>
22718
22719         * s-bitops.adb (Bits_Array): corrected comment: "unconstrained" =>
22720         "constrained"
22721
22722 2005-11-14  Cyrille Comar  <comar@adacore.com>
22723
22724         * s-chepoo.ads: Add comments on Dereference.
22725         Remove unnecessary inherited abstract primitives.
22726         Cosmetic cleanup.
22727
22728 2005-11-14  Robert Dewar  <dewar@adacore.com>
22729
22730         * sem_cat.ads (Validate_Access_Type_Declaration): Remove declaration
22731         node parameter, not needed, since it is available as Declaration_Node.
22732
22733 2005-11-14  Geert Bosch  <bosch@adacore.com>
22734
22735         * s-exnllf.adb (Exn_LLF): Fix comment to be more precise and
22736         grammatically correct.
22737
22738 2005-11-14  Vincent Celier  <celier@adacore.com>
22739
22740         * s-fileio.ads: Correct spelling error in comment
22741
22742 2005-11-14  Cyrille Comar  <comar@adacore.com>
22743             Robert Dewar  <dewar@adacore.com>
22744             Vincent Celier  <celier@adacore.com>
22745             Ben Brosgol  <brosgol@adacore.com>
22746             Jose Ruiz  <ruiz@adacore.com>
22747             Pascal Obry  <obry@adacore.com>
22748
22749         * gnat_ugn.texi: 
22750         Document that -fstack-check is needed for strict compliance with the
22751         Ada 95 Reference Manual.
22752         Correct reference to VAX systems to meet HP guidelines
22753         Add documentation for new gnatmake switches -vl, -vm and -vh
22754         Replace DEC Ada by HP Ada
22755         Replace DIGITAL by HP
22756         Remove empty section on tools in compatibility section
22757         Clarify the Windows convention semantics.
22758         Document the Win32 calling convention.
22759         The Stdcall, Win32 and DLL convention are synonyms.
22760         Add a note in -gnatR description about zero size record components
22761         Note on new >= and <= warnings for -gnatwc
22762         Document that equal sign after -gnatm is optional.
22763         Note that strip is working fine on DLL built with a Library
22764         Project. The restriction apply only to DLL built with gnatdll.
22765         Update section about the way to debug a DLL.
22766         Update information about the DLL convention.
22767         Document -C switch for gnatprep
22768         Document new attribute Library_ALI_Dir
22769         Update elaboration doc to include implicit Elaborate pragmas now
22770         generated for subprogram instantiations.
22771         Document limitation on executable names that include spaces for --GCC,
22772         --GNATBIND, and --GNATLINK switches.
22773         Document that -w causes -gnatws to be added at start of gcc switches
22774
22775         * gnat_rm.texi: Document that -mieee is needed for generating infinite
22776         and NaN values in case of overflow on machines that are not fully
22777         compliant with the IEEE floating-point standard.
22778         Create a section describing the set of compiler options needed for
22779         strict compliance with the Ada 95 Reference Manual.
22780         Add documentation for pragma Obsolescent applied to a package
22781         Clarify potential issues of mixed language programs related to the
22782         I/O buffering enabling in the elaboration of the GNAT runtime.
22783         Add extra documentation for pragma Restrictions (No_Elaboration_Code)
22784         This documentation only patch adds extra documentsion for pragma
22785         Restrictions (No_Elaboration_Code), explaining why it is not possible
22786         to document this restriction in terms of allowed source constructs.
22787         Document string literal form of pragma Warnings
22788         Document new attribute Library_ALI_Dir
22789         Add documentation on stable attributes in project files that was missing
22790
22791         * gnat-style.texi: Indicate that paragraphs within a single comment
22792         should be separated by empty comment lines
22793
22794         * ug_words: Added replacements for -gnat95 and -gnat05 (/95 and
22795         /05 respectively)
22796
22797         * bindusg.adb: Minor cleanup, put -m before -M for consistency
22798
22799 2005-11-14  Robert Dewar  <dewar@adacore.com>
22800
22801         * a-secain.adb, a-slcain.adb, a-shcain.adb, a-chtgke.ads, a-chtgke.adb,
22802         a-stwiha.adb, a-strhas.adb, a-chzla1.ads, a-chzla9.ads, a-stzbou.adb,
22803         a-stzbou.ads, a-stzfix.adb, a-stzhas.adb, a-stzmap.adb, a-stzmap.ads,
22804         a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads, a-stzunb.adb,
22805         a-stzunb.ads, a-szuzha.adb, a-szuzha.ads, a-szuzti.adb, a-szuzti.ads,
22806         a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb, a-ztcstr.adb, a-ztcstr.ads,
22807         a-ztdeau.adb, a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
22808         a-ztedit.ads, a-ztenau.ads, a-ztenio.adb, a-ztenio.ads, a-ztexio.adb,
22809         a-ztexio.ads, a-ztfiio.adb, a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads,
22810         a-ztflio.adb, a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
22811         a-ztinau.ads, a-ztinio.adb, a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads,
22812         a-zttest.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-alpha.adb,
22813         g-enblsp-vms-ia64.adb, g-enblsp-vms-ia64.adb, system-linux-hppa.ads,
22814         a-chacon.adb, a-chacon.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
22815         a-zchuni.ads, g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb,
22816         system-hpux-ia64.ads, g-soccon-unixware.ads, g-soliop-unixware.ads,
22817         g-soccon-interix.ads, g-soliop-solaris.ads, g-eacodu-vms.adb,
22818         g-expect-vms.adb, g-socthi-vms.adb, g-soliop-mingw.ads,
22819         a-intnam-unixware.ads, a-intnam-lynxos.ads, a-intnam-tru64.ads,
22820         a-intnam-aix.ads, a-intnam-linux.ads, a-intnam-linux.ads,
22821         a-intnam-dummy.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
22822         a-intnam-solaris.ads, a-calend-vms.adb, a-calend-vms.ads,
22823         a-intnam-vms.ads, a-calend-mingw.adb, a-intnam-mingw.ads,
22824         a-intnam-vxworks.ads, a-numaux-vxworks.ads, system-unixware.ads,
22825         system-linux-ia64.ads, a-intnam-freebsd.ads, system-freebsd-x86.ads,
22826         system-lynxos-ppc.ads, system-linux-x86_64.ads, a-stunha.adb,
22827         a-cgaaso.ads, a-cgaaso.adb, a-chtgop.adb, a-cgcaso.adb, a-cgarso.adb,
22828         a-cohata.ads, a-crbtgk.adb, a-crbltr.ads, a-coprnu.adb, a-rbtgso.adb,
22829         a-intnam-darwin.ads, system-darwin-ppc.ads, gprmake.adb, makegpr.ads,
22830         system-tru64.ads, system-aix.ads, system-solaris-x86.ads,
22831         system-irix-o32.ads, s-interr-sigaction.adb, system-irix-n32.ads,
22832         s-parame-mingw.adb, system-hpux.ads, s-traceb-hpux.adb,
22833         system-linux-x86.ads, s-inmaop-dummy.adb, system-os2.ads,
22834         system-interix.ads, system-solaris-sparc.ads,
22835         system-solaris-sparcv9.ads, s-inmaop-vms.adb,
22836         s-mastop-vms.adb, expander.adb, expander.ads, s-gloloc-mingw.adb,
22837         system-mingw.ads, system-vms-zcx.ads, s-osinte-fsu.adb,
22838         s-traceb-mastop.adb, a-exextr.adb, a-exstat.adb, a-filico.ads,
22839         a-finali.ads, a-interr.ads, a-intsig.adb, a-intsig.ads,
22840         a-except.ads, a-numaux-x86.ads, a-astaco.adb, a-calend.adb,
22841         a-calend.ads, a-chahan.adb, a-chahan.ads, a-chlat9.ads,
22842         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
22843         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
22844         a-elchha.adb, a-decima.adb, a-decima.ads, a-diocst.ads,
22845         a-direio.adb, a-direio.ads, a-excach.adb, a-excach.adb,
22846         a-exctra.ads, ali-util.adb, a-ngcefu.adb, a-ngcoty.adb,
22847         a-ngcoty.ads, a-nudira.adb, a-nudira.ads, a-nuflra.adb,
22848         a-numaux.ads, a-reatim.ads, a-sequio.adb, a-sequio.ads,
22849         a-siocst.ads, a-ssicst.ads, a-stmaco.ads, a-storio.adb,
22850         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
22851         a-strmap.adb, a-strmap.ads, a-strsea.adb, a-strsea.ads,
22852         a-strsup.adb, a-strsup.ads, a-strunb.adb, a-strunb.ads,
22853         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwima.adb,
22854         a-stwima.ads, a-stwise.adb, a-stwise.ads, a-stwisu.adb,
22855         a-stwisu.ads, a-stwiun.adb, a-stwiun.ads, a-suteio.adb,
22856         a-suteio.ads, a-swmwco.ads, a-swuwti.adb, a-swuwti.ads,
22857         a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
22858         a-taside.ads, a-teioed.adb, a-textio.adb, a-textio.ads,
22859         a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tideau.adb,
22860         a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
22861         a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
22862         a-tiinio.adb, a-timoau.adb, a-timoio.adb, a-timoio.ads,
22863         a-tiocst.ads, a-titest.adb, atree.adb, a-witeio.adb,
22864         a-witeio.ads, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb,
22865         a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtedit.adb,
22866         a-wtedit.ads, a-wtenau.adb, a-wtenio.adb, a-wtfiio.adb,
22867         a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
22868         a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, back_end.adb,
22869         bindgen.adb, butil.adb, butil.ads, checks.ads, cio.c, comperr.adb,
22870         csets.ads, cstand.adb, debug.ads, elists.ads, errno.c, errout.adb,
22871         errout.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
22872         errutil.ads, err_vars.ads, eval_fat.adb, exp_ch11.adb, exp_ch11.ads,
22873         exp_ch2.adb, exp_ch7.ads, exp_imgv.ads, exp_pakd.adb, exp_prag.adb,
22874         exp_prag.ads, exp_tss.adb, exp_tss.ads, exp_vfpt.ads, fe.h, fmap.adb,
22875         freeze.ads, frontend.adb, frontend.ads, g-arrspl.adb, g-arrspl.ads,
22876         g-awk.adb, g-awk.ads, g-boumai.ads, g-calend.adb, g-calend.ads,
22877         g-catiio.adb, g-comlin.adb, g-comlin.ads, g-comlin.ads, g-comlin.ads,
22878         g-comver.adb, g-crc32.adb, g-crc32.ads, g-ctrl_c.ads, g-curexc.ads,
22879         g-debpoo.ads, g-debuti.adb, g-diopit.adb, g-diopit.ads, g-dirope.adb,
22880         g-dirope.ads, g-dyntab.adb, g-dyntab.ads, g-excact.adb, g-excact.ads,
22881         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.ads, g-flocon.ads,
22882         g-hesorg.ads, g-io.adb, g-locfil.ads, g-md5.adb, g-md5.ads, g-md5.ads,
22883         g-moreex.adb, g-signal.ads, g-signal.adb, gnatbind.ads, gnatchop.adb,
22884         gnatcmd.adb, gnatfind.adb, gnatlbr.adb, gnatmake.ads, gnatmem.adb,
22885         gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb, g-os_lib.adb,
22886         g-os_lib.ads, g-pehage.adb, g-pehage.ads, gprep.ads, g-regexp.adb,
22887         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.ads, g-semaph.adb,
22888         g-socthi.adb, g-soliop.ads, g-spipat.adb, g-spipat.ads, g-sptabo.ads,
22889         g-sptain.ads, g-sptavs.ads, g-string.ads, g-tasloc.adb, g-tasloc.ads,
22890         g-trasym.adb, g-trasym.ads, i-fortra.adb, i-fortra.ads, inline.adb,
22891         layout.adb, live.adb, make.ads, makeutl.ads, makeutl.adb, mdll-fil.adb,
22892         mdll-fil.ads, mdll-utl.ads, memroot.ads, memtrack.adb, mlib.ads,
22893         mlib-fil.adb, mlib-fil.ads, mlib-prj.ads, mlib-utl.adb, mlib-utl.ads,
22894         nlists.adb, nlists.ads, osint.adb, osint.ads, osint-c.adb, osint-l.adb,
22895         osint-l.ads, osint-m.ads, output.adb, par.adb, par.adb, par.ads,
22896         par-ch11.adb, par-ch12.adb, par-ch2.adb, par-ch4.adb, par-ch5.adb,
22897         par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
22898         par-tchk.adb, prep.adb, prepcomp.adb, prepcomp.ads, prj-attr.ads,
22899         prj-com.ads, prj-dect.adb, prj-dect.ads, prj-env.ads, prj-err.ads,
22900         prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.ads, prj-pars.adb,
22901         prj-pars.ads, prj-part.ads, prj-pp.ads, prj-proc.ads, prj-strt.adb,
22902         prj-strt.ads, prj-tree.adb, prj-util.adb, prj-util.ads, rtsfind.adb,
22903         sem.adb, sem.ads, sem_case.adb, sem_case.ads, sem_ch11.adb,
22904         sem_ch4.adb, sem_ch6.ads, sem_ch7.ads, sem_dist.ads, sem_elab.ads,
22905         sem_elim.ads, sem_eval.ads, sem_intr.ads, sem_maps.adb, sem_maps.ads,
22906         sem_maps.ads, sem_res.ads, sem_type.ads, sfn_scan.adb, sfn_scan.ads,
22907         s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads, s-inmaop.ads, sinput.adb,
22908         sinput.ads, s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads,
22909         s-pack06.adb, s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb,
22910         s-pack09.ads, s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
22911         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb,
22912         s-pack14.ads, s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads,
22913         s-pack18.adb, s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb,
22914         s-pack20.ads, s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
22915         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb,
22916         s-pack25.ads, s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads,
22917         s-pack28.adb, s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb,
22918         s-pack30.ads, s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
22919         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb,
22920         s-pack36.ads, s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads,
22921         s-pack39.adb, s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb,
22922         s-pack41.ads, s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
22923         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb,
22924         s-pack46.ads, s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads,
22925         s-pack49.adb, s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb,
22926         s-pack51.ads, s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
22927         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb,
22928         s-pack56.ads, s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads,
22929         s-pack59.adb, s-pack59.ads, s-pack60.adb, s-pack60.adb, s-pack60.ads,
22930         s-pack61.adb, s-pack61.ads, s-pack62.adb, s-pack62.ads, s-pack63.adb,
22931         s-pack63.ads, s-parint.adb, s-parint.adb, s-parint.ads, sprint.ads,
22932         s-purexc.ads, s-restri.ads, s-restri.adb, s-scaval.adb, s-scaval.ads,
22933         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads, stand.ads,
22934         s-tasuti.adb, s-traceb.adb, s-traceb.ads, stringt.adb, stringt.ads,
22935         styleg.ads, s-valboo.adb, s-valboo.ads, s-valcha.adb, s-valcha.ads,
22936         s-valdec.adb, s-valdec.ads, s-valint.adb, s-valint.ads, s-valint.ads,
22937         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads, s-valllu.adb,
22938         s-valllu.ads, s-valrea.adb, s-valrea.ads, s-valuns.adb, s-valuns.ads,
22939         s-valuti.adb, s-valuti.ads, s-valwch.ads, s-veboop.adb, s-veboop.ads,
22940         s-vercon.adb, s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchcon.ads,
22941         s-wchjis.adb, s-wchjis.ads, s-wchstw.adb, s-wchstw.adb, s-wchstw.ads,
22942         s-wchwts.adb, s-wchwts.ads, s-widboo.adb, s-widboo.ads, s-widcha.adb,
22943         s-widcha.ads, s-widenu.adb, s-widenu.ads, s-widlli.adb, s-widlli.ads,
22944         s-widllu.adb, s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
22945         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, symbols.adb, symbols.ads,
22946         table.ads, targparm.adb, targparm.ads, tb-alvms.c, tb-alvxw.c,
22947         tbuild.adb, tree_io.ads, treepr.adb, treeprs.adt, ttypef.ads,
22948         ttypes.ads, types.adb, uintp.adb, uintp.ads, uname.ads, urealp.ads,
22949         usage.ads, validsw.ads, vxaddr2line.adb, widechar.adb, widechar.ads,
22950         xeinfo.adb, xnmake.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads,
22951         xsinfo.adb, xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb,
22952         a-dirval.ads, a-dirval.adb, a-dirval-mingw.adb, a-direct.ads,
22953         a-direct.adb, indepsw.ads, prj-attr-pm.ads, system-linux-ppc.ads,
22954         a-numaux-darwin.ads, a-numaux-darwin.adb,
22955         a-swuwha.ads, a-stunha.ads: Minor reformatting
22956
22957 2005-11-14  Robert Dewar  <dewar@adacore.com>
22958
22959         PR ada/18434
22960         * osint-m.adb: Add pragma Elaborate_All for Osint
22961
22962 2005-11-10  Eric Botcazou  <ebotcazou@adacore.com>
22963
22964         PR ada/23995
22965         * trans.c (call_to_gnu): Restore statement lost in translation.
22966
22967 2005-11-08  Eric Botcazou  <ebotcazou@adacore.com>
22968
22969         * init.c: Use the Linux-specific section for the IA-64/Linux target.
22970         (__gnat_adjust_context_for_raise): Add conditional code so that the
22971         IA-64 is also supported.
22972
22973 2005-11-03  James E Wilson  <wilson@specifix.com>
22974
22975         PR ada/23427
22976         * trans.c (gnat_to_gnu): Use TYPE_SIZE_UNIT not TYPE_SIZE in
22977         TREE_OVERFLOW check.
22978
22979 2005-09-21  Olivier Hainque  <hainque@adacore.com>
22980
22981         PR ada/22418
22982         * decl.c (maybe_pad_type): Use proper bitsizetype for XVZ objects,
22983         as we create them to store a size in bits.
22984
22985 2005-10-21  Eric Botcazou  <ebotcazou@adacore.com>
22986
22987         PR ada/21937
22988         PR ada/22328
22989         PR ada/22381
22990         PR ada/22383
22991         PR ada/22419
22992         PR ada/22420
22993         * utils2.c (build_return_expr): New helper function.
22994         * gigi.h (build_return_expr): Declare it.
22995         * trans.c (Subprogram_Body_to_gnu): Use build_return_expr instead
22996         of manually building the RETURN_EXPR tree.
22997         (call_to_gnu): Pass MODIFY_EXPR through build_binary_op.
22998         (gnat_to_gnu) <N_Return_Statement>: Pass MODIFY_EXPR through
22999         build_binary_op for the "target pointer" case.  Use build_return_expr
23000         instead of manually building the RETURN_EXPR tree.
23001
23002 2005-09-16  Laurent Guerby  <laurent@guerby.net>
23003
23004         PR ada/23788
23005         * s-tpinop.ads: Make this unit Preelaborate.
23006
23007 2005-09-16  Andreas Jaeger  <aj@suse.de>
23008
23009         * socket.c: Add string.h for memcpy.
23010
23011 2005-09-05  Arnaud Charlet  <charlet@adacore.com>
23012
23013         * dec-io.ads, dec-io.adb: Removed, no longer used.
23014
23015 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23016
23017         * a-calend-mingw.adb: Add call to OS_Primitives.Initialize;
23018
23019         * s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
23020         s-taprop-os2.adb, s-taprop-irix-athread.adb, s-taprop-linux.adb,
23021         s-taprop-hpux-dce.adb, s-taprop-irix.adb, s-taprop-tru64.adb,
23022         s-taprop-lynxos.adb: Move with clauses outside Warnings Off now that
23023         dependent units are Preelaborate.
23024         (Initialize): Call Interrupt_Managemeent.Initialize and
23025         OS_Primitives.Initialize to ensure proper initialization of this unit.
23026         Remove use of System.Soft_Links
23027         Make this unit Preelaborate.
23028
23029         * s-stache.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
23030         s-taspri-vms.ads, s-tasinf-solaris.ads, s-taspri-os2.ads,
23031         s-taspri-lynxos.ads, s-taspri-hpux-dce.ads, s-taspri-tru64.ads,
23032         s-tasinf-tru64.ads, s-tasinf-irix.ads, s-tasinf-irix-athread.ads,
23033         s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
23034         s-tratas.ads, s-tasinf.ads: Minor reformatting.
23035         Add pragma Preelaborate, since these packages are suitable for this
23036         categorization.
23037         Update comments.
23038
23039         * s-traent-vms.ads, s-intman-dummy.adb,
23040         s-taprop-dummy.adb: Make this unit Preelaborate.
23041
23042         * s-osprim-vxworks.adb, s-osprim-vms.adb, s-osprim-vms.ads,
23043         s-osprim-mingw.adb, s-intman-vxworks.ads, s-intman-vxworks.adb,
23044         s-intman-vms.adb, s-intman-mingw.adb, s-intman-vms.ads,
23045         s-osprim-unix.adb, s-osprim-os2.adb, s-osprim-solaris.adb,
23046         s-intman-solaris.adb, s-intman-irix-athread.adb,
23047         s-intman-irix.adb: Mark this unit Preelaborate.
23048         (Initialize): New procedure.
23049         Update comments.
23050
23051         * s-taspri-linux.ads: Removed.
23052
23053         * s-tpopsp-solaris.adb (Initialize): Create the key in this procedure,
23054         as done by other implementations (e.g. posix).
23055
23056         * s-taprop.ads (Timed_Delay): Update spec since the caller now is
23057         responsible for deferring abort.
23058         Mark this unit Preelaborate.
23059
23060         * s-taprob.adb, s-tarest.adb: Call System.Tasking.Initialize to ensure
23061         proper initialization of the tasking run-time.
23062
23063         * s-tasdeb.ads: Mark this unit Preelaborate.
23064         (Known_Tasks): Add explicit default value to avoid elaboration code.
23065
23066         * s-inmaop-vms.adb (Elaboration code): Add call to
23067         Interrupt_Management.Initialize since the elaboration code depends on
23068         proper initialization of this package.
23069
23070         * s-intman.ads, s-inmaop-posix.adb, s-intman-posix.adb,
23071         s-osprim.ads, s-taprop-posix.adb, s-taspri-posix.ads,
23072         s-osprim-posix.adb: Make this unit Preelaborate.
23073
23074         * a-calend.adb: Add call to OS_Primitives.Initialize
23075
23076         * a-elchha.adb: Update use of Except.Id.Full_Name.
23077         Minor reformatting.
23078         Remove use of Ada.Exceptions.Traceback when possible, cleaner.
23079
23080         * a-dynpri.adb, a-sytaco.adb, a-sytaco.ads:
23081         Move with clauses outside Warnings Off now that dependent units are
23082         Preelaborate.
23083         Use raise xxx with "..."; Ada 2005 form.
23084
23085         * a-taside.ads, a-taside.adb:
23086         Remove some dependencies, to make it easier to make this unit truly
23087         Preelaborate.
23088         Rewrite some code to be conformant with Preelaborate rules.
23089
23090         * g-os_lib.adb: Remove non-preelaborate code so that this unit can be
23091         marked Preelaborate in the future.
23092
23093         * s-proinf.ads, g-string.ads, s-auxdec.ads, s-auxdec-vms_64.ads: Make
23094         these units Preelaborate.
23095
23096         * s-exctab.adb: Update use of Except.Id.Full_Name.
23097
23098         * s-soflin.ads, s-soflin.adb: Mark this unit Preelaborate_05.
23099         (Set_Exc_Stack_Addr_Soft, Get_Exc_Stack_Addr_NT, Set_Exc_Stack_Addr_NT,
23100         Set_Exc_Stack_Addr): Removed, no longer used.
23101         Remove reference to *Machine_State_Addr*, no longer needed.
23102
23103         * s-stalib.ads: Mark this unit as Preelaborate[_05].
23104         (Exception_Data): Full_Name is now a System.Address so that this unit
23105         can be made Preelaborate.
23106         Clean up/simplify code thanks to Full_Name being a System.Address.
23107         Remove obsolete pragma Suppress (All_Checks), no longer needed.
23108
23109         * s-taskin.ads, s-taskin.adb:
23110         Move with clauses outside Warnings Off now that dependent units are
23111         Preelaborate.
23112         Make this unit Preelaborate.
23113         (Initialize): New proceduure, replace elaboration code and makes the
23114         set up of the tasking run-time cleaner.
23115         (Detect_Blocking): Now a function instead of a deferred boolean, to
23116         obey Preelaborate rules.
23117
23118         * s-tassta.adb (Finalize_Global_Tasks): Remove Get/Set_Exc_Stack_Addr
23119         soft links, no longer used.
23120
23121         * s-traces.ads, s-traent.ads: Add pragma Preelaborate, since these
23122         packages are suitable for this categorization.
23123
23124         * s-solita.adb: Replace use of Ada.Exception by raise xxx with "..."
23125         since we compile run-time sources in Ada 2005 mode.
23126         (Timed_Delay_T): Call Abort_Defer/Undefer around Timed_Delay, to
23127         avoid having s-taprop*.adb depend on s-soflin and to avoid code
23128         duplication.
23129         Remove reference to *Machine_State_Addr*, no longer needed.
23130
23131 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23132
23133         * s-mastop-tru64.adb, s-mastop-irix.adb, s-mastop-vms.adb
23134         (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
23135         Remove reference to System.Exceptions.
23136
23137         * s-mastop-x86.adb: Removed, no longer used.
23138
23139         * s-traceb-mastop.adb: Adjust calls to Pop_Frame.
23140
23141         * a-excach.adb: Minor reformatting.
23142
23143         * a-except.ads, a-except.adb: Remove global Warnings (Off) pragma, and
23144         instead fix new warnings that were hidden by this change.
23145         (AAA, ZZZ): Removed, replaced by...
23146         (Code_Address_For_AAA, Code_Address_For_ZZZ): ... these functions, who
23147         are used instead of constants, to help make Ada.Exception truly
23148         preelaborate.
23149         (Rcheck_*, Raise_Constraint_Error, Raise_Program_Error,
23150         Raise_Storage_Error): File is now a System.Address, to simplify code.
23151         (Elab code): Removed, no longer used.
23152         (Null_Occurrence): Remove Warnings Off and make this construct
23153         preelaborate.
23154         Remove code related to front-end zero cost exception handling, since
23155         it is no longer used.
23156         Remove -gnatL/-gnatZ switches.
23157
23158         * a-exexda.adb (Append_Info_Exception_Name, Set_Exception_C_Msg):
23159         Update use of Except.Msg.
23160
23161         * gnat1drv.adb, inline.adb, bindgen.adb, debug.adb, exp_ch11.ads,
23162         freeze.adb, frontend.adb, lib.adb, exp_ch11.adb: Remove code related
23163         to front-end zero cost exception handling, since it is no longer used.
23164         Remove -gnatL/-gnatZ switches.
23165
23166         * lib-writ.ads: Minor reformatting
23167         Remove doc of UX
23168
23169         * Makefile.rtl: Remove references to s-except*, s-mastop-x86*
23170
23171         * Make-lang.in: Remove references to s-except.ads
23172
23173         * s-except.ads: Removed, no longer used.
23174
23175         * s-mastop.ads, s-mastop.adb:
23176         (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
23177         Remove reference to System.Exceptions.
23178
23179         * raise.h, usage.adb, targparm.adb, targparm.ads, switch-m.adb,
23180         switch-b.adb: Remove code related to front-end zero cost exception
23181         handling, since it is no longer used.
23182         Remove -gnatL/-gnatZ switches.
23183
23184 2005-09-01  Robert Dewar  <dewar@adacore.com>
23185             Gary Dismukes  <dismukes@adacore.com>
23186             Javier Miranda  <miranda@adacore.com>
23187
23188         * exp_ch4.adb (Expand_N_In): Replace test of expression in its own
23189         type by valid test and generate warning.
23190         (Tagged_Membership): Generate call to the run-time
23191         subprogram IW_Membership in case of "Iface_CW_Typ in Typ'Class"
23192         Change formal name Subtype_Mark to Result_Definition in several calls to
23193         Make_Function_Specification.
23194         (Expand_Allocator_Expression): Add tests for suppression of the AI-344
23195         check for proper accessibility of the operand of a class-wide allocator.
23196         The check can be left out if checks are suppressed or if the expression
23197         has a specific tagged type whose level is known to be safe.
23198
23199         * exp_ch5.adb (Expand_N_Assignment_Statement): Simplify the code that
23200         generates the run-time check associated with null-excluding entities.
23201         (Expand_N_Return_Statement): Add tests to determine if the accessibility
23202         check on the level of the return expression of a class-wide function
23203         can be elided. The check usually isn't needed if the expression has a
23204         specific type (unless it's a conversion or a formal parameter). Also
23205         add a test for whether accessibility checks are suppressed. Augment
23206         the comments to describe the conditions for performing the check.
23207
23208 2005-09-01  Hristian Kirtchev  <kirtchev@adacore.com>
23209             Javier Miranda  <miranda@adacore.com>
23210             Gary Dismukes  <dismukes@adacore.com>
23211             Ed Schonberg  <schonberg@adacore.com>
23212
23213         * a-tags.adb (IW_Membership): Give support to
23214         "Iface_CW_Typ in T'Class". For this purpose the functionality of this
23215         subprogram has been extended to look for the tag in the ancestors tag
23216         table.
23217         Update the structure of the GNAT Dispatch Table to reflect the
23218         additional two tables used in dispatching selects.
23219         Introduce appropriate array types and record components in
23220         Type_Specific_Data to reflect the two tables.
23221         (Get_Entry_Index, Set_Entry_Index): Retrieve and set the entry index in
23222         the TSD of a tag, indexed by position.
23223         (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Retrieve and set the primitive
23224         operation kind in the TSD of a tag, indexed by position.
23225
23226         * a-tags.ads: Introduce an enumeration type to capture different
23227         primitive operation kinds. Define a constant reflecting the number of
23228         predefined primitive operations.
23229         (Get_Entry_Index, Set_Entry_Index): Set and retrieve the entry index
23230         of an entry wrapper.
23231         (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Set and retrieve the kind of
23232         callable entity of a primitive operation.
23233
23234         * exp_ch3.adb (Freeze_Record_Type): Generate the declarations of the
23235         primitive operations used in dispatching selects for limited
23236         interfaces, limited tagged, task and protected types what implement a
23237         limited interface.
23238         (Freeze_Type): Generate the bodies of the primitive operations used in
23239         dispatching selects for limited tagged, task and protected types that
23240         implement a limited interface. Generate statements to populate the two
23241         auxiliary tables used for dispatching in select statements.
23242         (Freeze_Record_Type): Add call to initialize the dispatch table entries
23243         associated with predefined interface primitive operations.
23244         (Build_Dcheck_Function): Change Set_Subtype_Mark to
23245         Set_Result_Definition.
23246         (Build_Variant_Record_Equality): Change Subtype_Mark to
23247         Result_Definition.
23248         (Freeze_Enumeration_Type): Change Subtype_Mark to Result_Definition.
23249         (Predef_Spec_Or_Body): Change Subtype_Mark to Result_Definition.
23250         (Build_Assignment): Simplify the code that adds the run-time-check.
23251         (Expand_N_Object_Declaration): Code cleanup.
23252
23253         * exp_ch7.adb (Make_Clean): Select the appropriate type for locking
23254         entries when there is a protected type that implements a limited
23255         interface.
23256
23257         * exp_ch9.adb: Add package Select_Expansion_Utilities that contains
23258         common routines used in expansion of dispatching selects.
23259         (Add_Private_Declarations): Select the appropriate protection type when
23260         there is a protected type that implements a limited interface.
23261         (Build_Parameter_Block): Generate a wrapped parameter block.
23262         (Build_Protected_Subprogram_Body): Select the appropriate type for
23263         locking entries when there is a protected type that implements a
23264         limited interface.
23265         (Build_Wrapper_Spec): Set the flag and wrapped entity for procedures
23266         classified as entry wrappers.
23267         (Expand_N_Asynchronous_Select): Add support for expansion of dispatching
23268         asynchronous selects.
23269         (Expand_N_Conditional_Entry_Call): Add support for expansion of
23270         dispatching conditional selects.
23271         (Expand_N_Protected_Type_Declaration): Select the appropriate type for
23272         protection when there is a protected type that implements limited
23273         interfaces.
23274         (Expand_N_Timed_Entry_Call): Add support for expansion of dispatching
23275         timed selects.
23276         (Extract_Dispatching_Call): Extract the entity of the name of a
23277         dispatching call, the object parameter, actual parameters and
23278         corresponding formals.
23279         (Make_Initialize_Protection): Correct logic of protection initialization
23280         when there is a protected type that implements a limited interface.
23281         (Parameter_Block_Pack): Populate a wrapped parameter block with the
23282         values of actual parameters.
23283         (Parameter_Block_Unpack): Retrieve the values from a wrapped parameter
23284         block and assign them to the original actual parameters.
23285
23286         * exp_ch9.ads (Subprogram_Protection_Mode): New type.
23287         (Build_Protected_Sub_Specification): Change the type and name of the
23288         last formal to account for the increased variety of protection modes.
23289
23290         * einfo.ads, einfo.adb (Was_Hidden): New attribute. Present in all
23291         entities. Used to save the value of the Is_Hidden attribute when the
23292         limited-view is installed.
23293         (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Retrieve and change
23294         the attribute of procedures classified as entry wrappers.
23295         (Wrapped_Entity, Set_Wrapped_Entity): Retrieve and change the wrapped
23296         entity of a primitive wrapper.
23297         (Write_Entity_Flags): Output the name and value of the
23298         Is_Primitive_Wrapper attribute.
23299         (Write_Field27_Name): Output the name and entity of the field Wrapped_
23300         Entity.
23301         (Underlying_Type): If we have an incomplete entity that comes from
23302         the limited view then we return the Underlying_Type of its non-limited
23303         view if it is already available.
23304         (Abstract_Interface_Alias): Flag applies to all subrogram kinds,
23305         including operators.
23306         (Write_Field26_Name): Add entry for Overridden_Operation
23307         (Overridden_Operation): New attribute of functions and procedures.
23308
23309         * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Return a
23310         predefined position in the dispatch table for the primitive operations
23311         used in dispatching selects.
23312         (Init_Predefined_Interface_Primitives): Remove the hardcoded number of
23313         predefined primitive operations and replace it with
23314         Default_Prim_Op_Count.
23315         (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
23316         Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Update
23317         the names of the generated primitive operations used in dispatching
23318         selects.
23319         (Init_Predefined_Interface_Primitives): No need to inherit primitives in
23320         case of abstract interface types. They will be inherit by the objects
23321         implementing the interface.
23322         (Make_DT): There is no need to inherit the dispatch table of the
23323         ancestor interface for the elaboration of abstract interface types.
23324         The dispatch table will be inherited by the object implementing the
23325         interface.
23326         (Copy_Secondary_DTs): Add documentation.
23327         (Validate_Position): Improve this static check in case of
23328         aliased subprograms because aliased subprograms must have
23329         the same position.
23330         (Init_Predefined_Interface_Primitives): New subprogram that initializes
23331         the entries associated with predefined primitives of all the secondary
23332         dispatch tables.
23333         (Build_Anonymous_Access_Type): Removed.
23334         (Expand_Interface_Actuals): With the previous cleanup there is no need
23335         to build an anonymous access type. This allows further cleanup in the
23336         code generated by the expander.
23337         (Expand_Interface_Conversion): If the actual is an access type then
23338         build an internal function to handle the displacement. If the actual
23339         is null this function returns null because no displacement is
23340         required; otherwise performs a type conversion that will be
23341         expanded in the code that returns the value of the displaced actual.
23342         (Expand_Interface_Actuals): Avoid the generation of unnecessary type
23343         conversions that have no effect in the generated code because no
23344         displacement is required. Code cleanup; use local variables to
23345         avoid repeated calls to the subprogram directly_designated_type().
23346
23347         * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
23348         Classify the primitive operations used in dispatching selects as
23349         predefined.
23350         (Implements_Limited_Interface): Determine whether some type either
23351         directly implements a limited interface or extends a type that
23352         implements a limited interface.
23353         (Build_Task_Image_Function): Change Subtype_Mark to Result_Definition.
23354         (Expand_Subtype_From_Expr): Do not build actual subtype if the
23355         expression is limited.
23356         (Find_Interface_Tag): Add code to handle class-wide types and
23357         entities from the limited-view.
23358
23359         * rtsfind.ads: Add entries in RE_Id and RE_Unit_Table for
23360         Get_Entry_Index, Get_Prim_Op_Kind, POK_Function, POK_Procedure,
23361         POK_Protected_Entry, POK_Protected_Function, POK_Protected_Procedure,
23362         POK_Task_Entry, POK_Task_Procedure, Prim_Op_Kind, Set_Entry_Index,
23363         Set_Prim_Op_Kind.
23364
23365         * sem_ch9.adb (Analyze_Triggering_Alternative): Check for legal type
23366         of procedure name or prefix that appears as a trigger in a triggering
23367         alternative.
23368
23369         * uintp.ads: Introduce constants Uint_11 and Uint_13.
23370
23371 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23372
23373         * s-tataat.adb, a-tasatt.adb:
23374         Replace calls to Defer/Undefer_Abortion by Defer/Undefer_Abort.
23375
23376         * s-tasini.ads, s-tasini.adb (Defer_Abortion, Undefer_Abortion): Moved
23377         these procedures to body, and renamed Abort_Defer, Abort_Undefer.
23378         (Get_Exc_Stack_Addr, Set_Exc_Stack_Addr): Removed, no
23379         longer used.
23380
23381 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23382             Jose Ruiz  <ruiz@adacore.com>
23383
23384         * s-taprop-vxworks.adb:
23385         Move with clauses outside Warnings Off now that dependent units are
23386         Preelaborate.
23387         (Initialize): Call Interrupt_Managemeent.Initialize to ensure proper
23388         initialization of this unit.
23389         (Specific): Add new procedures Initialize and Delete so that this
23390         package can be used for VxWorks 5.x and 6.x
23391         (ATCB_Key, ATCB_Key_Address): Moved to Specific package body to hide
23392         differences between VxWorks 5.x and 6.x
23393         Minor reformatting.
23394         (Timed_Delay): Remove calls to Defer/Undefer_Abort, now performed by
23395         caller.
23396         Use only Preelaborate-compatible constructs.
23397
23398         * s-tpopsp-vxworks.adb (ATBC_Key, ATCB_Key_Addr): Moved from
23399         Primitives.Operations.
23400         (Delete, Initialize): New procedures.
23401
23402         * s-osinte-vxworks.adb: Body used to handle differences between
23403         VxWorks 5.x and 6.x
23404         (kill, Set_Time_Slice, VX_FP_TASK): New functions.
23405
23406         * s-osinte-vxworks.ads: Minor reformatting.
23407         Add VxWworks 6.x specific functions (only called from VxWorks 6 files).
23408         (VX_FP_TASK): Now a function, to handle differences between VxWorks 5
23409         and 6.
23410         (Set_Time_Slice): New function, replacing kerneltimeSlice to share code
23411         between Vxworks 5 and 6.
23412         (taskLock, taskUnlock): Removeed, no longer used.
23413
23414         * adaint.c: The wait.h header is not located in the sys directory on
23415         VxWorks when using RTPs.
23416         (__gnat_set_env_value): Use setenv instead of putenv on VxWorks when
23417         using RTPs.
23418         (__gnat_dup): dup is available on Vxworks when using RTPs.
23419         (__gnat_dup2): dup2 is available on Vxworks when using RTPs.
23420
23421         * cal.c: Use the header time.h for Vxworks 6.0 when using RTPs.
23422
23423         * expect.c: The wait.h header is not located in the sys directory on
23424         VxWorks when using RTPs.
23425
23426 2005-09-01  Thomas Quinot  <quinot@adacore.com>
23427
23428         * g-soccon-vms.adb: Renamed to g-soccon-vms.ads
23429
23430         * g-soccon-vms.ads: Renamed from g-soccon-vms.adb
23431
23432         * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
23433         g-soccon-darwin.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
23434         g-soccon-solaris.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads,
23435         g-soccon-freebsd.ads: Add new constants:
23436          IP_MULTICAST_IF
23437          SO_RCVTIMEO/SO_SNDTIMEO
23438          IOV_MAX
23439
23440         * gen-soccon.c:
23441         Move all target-specific file inclusions and macro definitions to
23442         gsocket.h, in order to ensure that any C code in socket.c will see a
23443         set of constants that is consistent with the contents of g-soccon.ads.
23444
23445         * gsocket.h: Code imported from gen-soccon.c:
23446         Move all target-specific file inclusions and macro definitions to
23447         gsocket.h, in order to ensure that any C code in socket.c will see a set
23448         of constants that is consistent with the contents of g-soccon.ads.
23449         This change also makes gen-soccon self-contained (removing dependencies
23450         upon GCC internal headers).
23451
23452         * g-socket.adb (Send_Vector): Make calls to Writev at most IOV_MAX
23453         iovecs at a time.
23454         (To_Inet_Addr): Now a procedure instead of a function, more efficient.
23455
23456         * socket.c: Minor reformatting.
23457
23458 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
23459             Thomas Quinot  <quinot@adacore.com>
23460
23461         * fname-sf.adb, mlib-tgt.ads,
23462         back_end.adb, casing.adb, g-debpoo.adb, g-excact.adb, g-spipat.adb,
23463         g-spipat.ads, g-thread.adb, lib-list.adb, makeutl.adb, mlib.adb,
23464         osint.adb, par-ch10.adb, par-load.adb, prep.adb, prj.adb, prj-attr.ads,
23465         prj-env.ads, prj-err.adb, prj-err.ads, prj-ext.adb, prj-ext.ads,
23466         prj-makr.adb, prj-makr.ads, prj-pars.ads, prj-part.adb, prj-strt.adb,
23467         prj-tree.ads, prj-util.ads, sem_dist.adb, sinput-c.ads, sinput-l.ads,
23468         sinput-p.ads, styleg-c.ads, xr_tabls.adb, prj-attr-pm.ads,
23469         makegpr.adb: Remove redundant use_clauses.
23470
23471 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23472
23473         * s-stoele.ads, s-stopoo.ads, s-stratt.ads, s-strops.ads, s-unstyp.ads,
23474         s-valboo.ads, s-valcha.ads, s-valdec.ads, s-valenu.ads, s-valint.ads,
23475         s-vallld.ads, s-vallli.ads, s-valllu.ads, s-valrea.ads, s-valuns.ads,
23476         s-valuti.ads, s-valwch.ads, s-veboop.ads, s-vector.ads, s-vercon.ads,
23477         s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-wchstw.ads, s-wchwts.ads,
23478         s-widboo.ads, s-widcha.ads, s-widenu.ads, s-widlli.ads, s-widllu.ads,
23479         s-widwch.ads, s-wwdcha.ads, s-wwdenu.ads, s-wwdwch.ads, system.ads,
23480         table.ads, types.ads, system-vms_64.ads, s-crtl-vms64.ads,
23481         s-addope.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
23482         s-vxwork-x86.ads, system-linux-ppc.ads, i-vxwork-x86.ads,
23483         a-numaux-darwin.ads, a-crbtgo.ads, a-crbtgk.ads, a-crbltr.ads,
23484         a-coprnu.ads, a-convec.ads, a-contai.ads, a-coinve.ads, a-cohata.ads,
23485         a-cohama.ads, a-cihama.ads, a-cidlli.ads, a-cdlili.ads,
23486         a-numaux-libc-x86.ads, a-numaux-vxworks.ads, system-linux-ia64.ads,
23487         system-freebsd-x86.ads, system-unixware.ads, system-lynxos-ppc.ads,
23488         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
23489         s-vxwork-alpha.ads, system-aix.ads, system-vxworks-sparcv9.ads,
23490         system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
23491         s-parame-hpux.ads, system-hpux.ads, system-vxworks-m68k.ads,
23492         s-vxwork-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
23493         s-vxwork-mips.ads, system-os2.ads, system-interix.ads,
23494         s-vxwork-ppc.ads, system-solaris-sparc.ads, s-vxwork-sparcv9.ads,
23495         system-solaris-sparcv9.ads, s-parame-vms.ads, system-vms.ads,
23496         s-osinte-mingw.ads, system-mingw.ads, s-parame-vms-restrict.ads,
23497         system-vms-zcx.ads, s-parame-ae653.ads, system-vxworks-ppc.ads,
23498         s-parame-vxworks.ads, system-vxworks-alpha.ads, interfac-vms.ads,
23499         a-numaux-x86.ads, a-astaco.ads, a-chahan.ads, a-charac.ads,
23500         a-chlat1.ads, a-chlat9.ads, a-colire.adb, a-colire.ads, a-comlin.ads,
23501         a-cwila1.ads, a-cwila9.ads, ada.ads, a-decima.ads, a-exextr.adb,
23502         a-filico.ads, a-finali.ads, a-interr.ads, a-ioexce.ads, a-dynpri.ads,
23503         a-ngcefu.ads, a-ngcefu.adb, a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.ads,
23504         a-nudira.adb, a-nudira.ads, a-nuflra.adb, a-numaux.ads, a-numeri.ads,
23505         a-reatim.adb, a-stmaco.ads, a-storio.ads, a-strbou.ads, a-stream.ads,
23506         a-strfix.ads, a-string.ads, a-strmap.ads, a-strsea.ads, a-strsup.ads,
23507         a-strunb.ads, a-stunau.ads, a-stwibo.ads, a-stwifi.ads, a-stwima.ads,
23508         a-stwise.ads, a-stwisu.ads, a-stwiun.ads, a-swmwco.ads, a-textio.ads,
23509         csets.ads, debug.ads, dec.ads, g-curexc.ads, get_targ.ads,
23510         g-except.ads, system-linux-hppa.ads, a-chacon.ads, a-widcha.ads,
23511         a-zchara.ads, system-hpux-ia64.ads, a-ciorma.ads, a-coorma.ads,
23512         a-ciormu.ads, a-coormu.ads, a-rbtgso.ads, a-chzla1.ads, a-chzla9.ads,
23513         a-stzbou.ads, a-stzfix.ads, a-stzmap.ads, a-stzsea.ads, a-stzsup.ads,
23514         a-stzunb.ads, a-swunau.ads, a-szunau.ads, gnat.ads, g-regpat.ads,
23515         g-speche.ads, g-spitbo.ads, g-table.ads, g-tasloc.ads, g-trasym.ads,
23516         i-c.ads, i-cpoint.ads, i-cpp.ads, i-cstrin.ads, i-fortra.ads,
23517         interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads, i-os2thr.ads,
23518         i-vxwork.ads, output.ads, s-arit64.ads, s-atacco.ads, s-boarop.ads,
23519         s-casuti.ads, s-crtl.ads, s-exctab.ads, s-exnint.ads, s-exnllf.ads,
23520         s-exnlli.ads, s-expint.ads, s-explli.ads, s-expllu.ads, s-expmod.ads,
23521         s-expuns.ads, s-fatflt.ads, s-fatgen.ads, s-fatlfl.ads, s-fatllf.ads,
23522         s-fatsfl.ads, s-finimp.ads, s-finroo.ads, s-fore.ads, s-geveop.ads,
23523         s-htable.ads, s-imgbiu.ads, s-imgboo.ads, s-imgcha.ads, s-imgdec.ads,
23524         s-imgenu.ads, s-imgint.ads, s-imgllb.ads, s-imglld.ads, s-imglli.ads,
23525         s-imgllu.ads, s-imgllw.ads, s-imgrea.ads, s-imguns.ads, s-imgwch.ads,
23526         s-imgwiu.ads, s-io.ads, s-maccod.ads, s-mantis.ads, s-memcop.ads,
23527         s-pack03.ads, s-pack05.ads, s-pack06.ads, s-pack07.ads, s-pack09.ads,
23528         s-pack10.ads, s-pack11.ads, s-pack12.ads, s-pack13.ads, s-pack14.ads,
23529         s-pack15.ads, s-pack17.ads, s-pack18.ads, s-pack19.ads, s-pack20.ads,
23530         s-pack21.ads, s-pack22.ads, s-pack23.ads, s-pack24.ads, s-pack25.ads,
23531         s-pack26.ads, s-pack27.ads, s-pack28.ads, s-pack29.ads, s-pack30.ads,
23532         s-pack31.ads, s-pack33.ads, s-pack34.ads, s-pack35.ads, s-pack36.ads,
23533         s-pack37.ads, s-pack38.ads, s-pack39.ads, s-pack40.ads, s-pack41.ads,
23534         s-pack42.ads, s-pack43.ads, s-pack44.ads, s-pack45.ads, s-pack46.ads,
23535         s-pack47.ads, s-pack48.ads, s-pack49.ads, s-pack50.ads, s-pack51.ads,
23536         s-pack52.ads, s-pack53.ads, s-pack54.ads, s-pack55.ads, s-pack56.ads,
23537         s-pack57.ads, s-pack58.ads, s-pack59.ads, s-pack60.ads, s-pack61.ads,
23538         s-pack62.ads, s-pack63.ads, s-parame.ads, s-pooglo.ads, s-pooloc.ads,
23539         s-poosiz.ads, s-powtab.ads, s-purexc.ads, s-sopco3.ads, s-sopco4.ads,
23540         s-sopco5.ads: Minor reformatting: reindent pragma Pure/Preelaborate
23541         and always use the no parameter form for consistency.
23542
23543         * gnat-style.texi: Document rules about Preelaborate/Pure pragmas.
23544
23545 2005-09-01  Robert Dewar  <dewar@adacore.com>
23546
23547         * binde.adb: Minor reformatting
23548         (Find_Elab_Order): Output warning if -p used with static elab order
23549
23550 2005-09-01  Robert Dewar  <dewar@adacore.com>
23551
23552         * checks.adb (Check_Needed): New procedure, deals with removing checks
23553         based on analysis of short-circuited forms. Also generates warnings for
23554         improper use of non-short-circuited forms.
23555         Code clean ups.
23556
23557 2005-09-01  Robert Dewar  <dewar@adacore.com>
23558
23559         * a-ztexio.adb, a-textio.adb, a-witeio.adb: Replace bad range checks
23560         with 'Valid tests.
23561
23562 2005-09-01  Robert Dewar  <dewar@adacore.com>
23563
23564         * errout.ads, errout.adb (Fix Error_Msg_F): Fix implementation to meet
23565         spec.
23566         Implement new insertion char < (conditional warning)
23567         * errutil.adb, erroutc.adb: Implement new insertion char <
23568         (conditional warning).
23569         * sem_elab.adb, prj-dect.adb, erroutc.ads, err_vars.ads
23570         (Error_Msg_Warn): New variable for < insertion char.
23571         * prj-nmsc.adb: Implement new errout insertion char < (conditional
23572         warning).
23573         (Check_For_Source): Change value of Source_Id only after the current
23574         source has been dealt with.
23575
23576 2005-09-01  Robert Dewar  <dewar@adacore.com>
23577             Doug Rupp  <rupp@adacore.com>
23578
23579         * exp_attr.adb: Handle vax fpt for 'Valid attribute
23580         * exp_vfpt.ads, exp_vfpt.adb: (Expand_Vax_Valid): New procedure
23581         * s-vaflop-vms-alpha.adb, s-vaflop.ads, s-vaflop.adb
23582         (Valid_D, Valid_F, Valid_G): New functions
23583
23584 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
23585             Hristian Kirtchev  <kirtchev@adacore.com>
23586             Javier Miranda  <miranda@adacore.com>
23587
23588         * exp_ch6.adb (Expand_Call): If an actual is a function call rewritten
23589         from object notation, the original node is unanalyzed and carries no
23590         semantic information, so that accessiblity checks must be performed on
23591         the type of the actual itself.
23592         (Expand_N_Subprogram_Declaration): Change last actual parameter for
23593         compatibility with Build_Protected_Sub_Specification.
23594         (Check_Overriding_Inherited_Interfaces): Add suport to handle
23595         overloaded primitives.
23596         (Register_Interface_DT_Entry): Use the new name of the formal
23597         the the calls to Expand_Interface_Thunk
23598
23599         * exp_dbug.ads: Augment comments on encoding of protected types to
23600         include the generation of dispatching subprograms when the type
23601         implements at least one interface.
23602
23603         * lib.ads: Extend information in Load_Stack to include whether a given
23604         load comes from a Limited_With_Clause.
23605
23606         * lib-load.adb (From_Limited_With_Chain): New predicate to determine
23607         whether a potential circularity is harmless, because it includes units
23608         loaded through a limited_with clause. Extends previous treatment which
23609         did not handle properly arbitrary combinations of limited and
23610         non-limited clauses.
23611
23612 2005-09-01  Nicolas Setton  <setton@adacore.com>
23613
23614         * exp_dbug.adb (Get_Encoded_Name): Fixed bug that caused biaised types
23615         to be encoded as typ___XBLU_lowerbound__upperbound instead of
23616         typ___XB_lowerbound__upperbound.
23617
23618 2005-09-01  Thomas Quinot  <quinot@adacore.com>
23619
23620         * exp_dist.adb (Add_RACW_TypeCode, Add_RAS_TypeCode): Do not generate
23621         dummy access formal for RACW/RAS TypeCode TSS.
23622         (Build_TypeCode_Call): Do not generate dummy null access actual for
23623         calls to the TypeCode TSS.
23624
23625 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
23626
23627         * exp_intr.adb (Expand_Source_Name): For Enclosing_Entity, generate
23628         fully qualified name, to distinguish instances with the same local name.
23629
23630         * g-souinf.ads (Enclosing_Entity): Document that entity name is now
23631         fully qualified.
23632
23633 2005-09-01  Robert Dewar  <dewar@adacore.com>
23634
23635         * exp_pakd.adb (Create_Packed_Array_Type): Properly handle very large
23636         packed arrays.
23637
23638 2005-09-01  Jerome Lambourg  <lambourg@adacore.com>
23639
23640         * g-expect.adb (Non_Blocking_Spawn): Initialize the filters field to
23641         (Free): New deallocation procedure for filter elements
23642         (Close): Deallocate any existing filter for the concerned connection
23643
23644 2005-09-01  Laurent Pautet  <pautet@adacore.com>
23645
23646         * g-pehage.ads, g-pehage.adb (Select_Char_Position): When no character
23647         position set is provided, we compute one in order to reduce the maximum
23648         length of the keys.  This computation first selects a character
23649         position between 1 and the minimum length of the keys in order to
23650         avoid reducing one of the keys to an empty string.
23651         (Initialize, Compute): When the ratio V to K is too low, the algorithm
23652         does not converge. The initialization procedure now comes with a
23653         maximum number of iterations such that when exceeded, an exception is
23654         raised in Compute. The user can initialize this ratio to another value
23655         and try again
23656         Reformating and updated headers.
23657
23658 2005-09-01  Javier Miranda  <miranda@adacore.com>
23659
23660         * itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram
23661         that given an entity T creates and returns an Itype that duplicates the
23662         contents of T. The returned Itype has the null-exclusion
23663         attribute set to True, and its Etype attribute references T
23664         to keep the association between the two entities.
23665         Update copyright notice
23666
23667         * sem_aggr.adb (Check_Can_Never_Be_Null,
23668         Aggregate_Constraint_Checks, Resolve_Aggregate,
23669         Resolve_Array_Aggregate, Resolve_Record_Aggregate): Code cleanup.
23670
23671         * sem_ch5.adb (Analyze_Assignment): Code cleanup.
23672
23673 2005-09-01  Gary Dismukes  <dismukes@adacore.com>
23674             Robert Dewar  <dewar@adacore.com>
23675             Hristian Kirtchev  <kirtchev@adacore.com>
23676
23677         * layout.adb (SO_Ref_From_Expr): Change Subtype_Mark to
23678         Result_Definition.
23679
23680         * par-ch6.adb (P_Subprogram): Handle parsing of Access_Definitions in
23681         function specs.
23682         Call Set_Result_Definition instead of Set_Subtype_Mark.
23683         (P_Subprogram_Specification): Add parsing of anonymous access result
23684         plus null exclusions. Call Set_Result_Definition instead of
23685         Set_Subtype_Mark.
23686
23687         * par-ch3.adb: Add support for LIMITED NEW for Ada 2005 AI-419
23688         (P_Access_Type_Definition): Add parsing for an anonymous access result
23689         subtype, plus parsing for null exclusions. Call Set_Result_Definition
23690         instead of Set_Subtype_Mark.
23691
23692         * sinfo.adb: Add support for LIMITED NEW for Ada 2005 AI-419
23693         (Null_Exclusion_Present): Allow this flag for N_Function_Specification.
23694         (Result_Definition): New function for N_Function_Specifications.
23695         (Subtype_Mark): No longer allowed for N_Access_Function_Definition and
23696         N_Function_Specification.
23697         (Set_Null_Exclusion_Present): Allow this flag for
23698         N_Function_Specification.
23699         (Set_Result_Definition): New procedure for N_Function_Specifications.
23700         (Set_Subtype_Mark): No longer allowed for N_Access_Function_Definition
23701         and N_Function_Specification.
23702
23703         * sinfo.ads: Update grammar rules for 9.7.2: Entry_Call_Alternative,
23704         Procedure_Or_Entry_Call; 9.7.4: Triggering_Statement.
23705         Add support for LIMITED NEW for Ada 2005 AI-419
23706         Update the syntax of PARAMETER_AND_RESULT_PROFILE to reflect the new
23707         syntax for anonymous access results.
23708         Replace Subtype_Mark field by Result_Definition in
23709         N_Function_Specification and N_Access_Definition specs.
23710         Add Null_Exclusion_Present to spec of N_Function_Specification.
23711         (Result_Definition): New function for N_Function_Specification and
23712         N_Access_Function_Definition.
23713         (Set_Result_Definition): New procedure for N_Function_Specification and
23714         N_Access_Function_Definition.
23715
23716         * sprint.adb (S_Print_Node_Actual): Change Subtype_Mark calls to
23717         Result_Definition for cases of N_Access_Function_Definition and
23718         N_Function_Specification.
23719         Print "not null" if Null_Exclusion_Present on N_Function_Specification.
23720
23721 2005-09-01  Vincent Celier  <celier@adacore.com>
23722
23723         * lib-writ.adb: Update Copyright notice
23724         (Write_With_Lines): On platforms where file names are case-insensitive,
23725         record the file names in lower case.
23726         (Write_ALI): For D lines, on platforms where file names are
23727         case-insensitive, record the file names in lower case.
23728
23729 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
23730             Emmanuel Briot  <briot@adacore.com>
23731
23732         * lib-xref.adb (Output_Overridden_Op): Display information on
23733         overridden operation.
23734
23735         * lib-xref.ads: Add documentation on overridden operations.
23736
23737         * ali.ads (Xref_Entity_Record): Add support for storing the overriding
23738         information.
23739
23740         * ali.adb (Get_Typeref): New subprogram. Adds support for parsing the
23741         overriding entity information.
23742
23743 2005-09-01  Vincent Celier  <celier@adacore.com>
23744
23745         * mlib-prj.adb (Copy_Interface_Sources): Copy all interface sources,
23746         including those that are inherited.
23747
23748 2005-09-01  Robert Dewar  <dewar@adacore.com>
23749
23750         * opt.ads, opt.adb: Add new switches Debug_Pragmas_Enabled[_Config]
23751
23752         * par-prag.adb: Implement new pragma Debug_Policy
23753
23754         * sem_prag.adb Implement new pragma Debug_Policy
23755         (Analyze_Pragma, case Pack): do not let pragma Pack override an explicit
23756         Component_Size attribute specification. Give warning for ignored pragma
23757         Pack.
23758
23759         * snames.h, snames.ads, snames.adb: Introduce entries in
23760         Preset_Names for Name_Disp_Asynchronous_Select,
23761         Name_Disp_Conditional_Select, Name_Disp_Get_Prim_Op_Kind,
23762         Name_Disp_Timed_Select.
23763         New pragma Debug_Policy
23764
23765         * switch-c.adb (Scan_Front_End_Switches): Set Ada 2005 mode
23766         explicitly.
23767         Switch -gnata also sets Debug_Pragmas_Enabled
23768
23769         * sem.adb, par.adb (Set_Opt_Config_Switch): Add parameter Main_Unit to
23770         handle an explicit -gnata when compiling predefined files.
23771
23772 2005-09-01  Vincent Celier  <celier@adacore.com>
23773
23774         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not add the object
23775         directories of projects that have no Ada sources.
23776
23777 2005-09-01  Robert Dewar  <dewar@adacore.com>
23778
23779         * scng.adb (Check_End_Of_Line): Count characters, rather than bytes
23780         (makes a difference for wide characters)
23781
23782         * widechar.adb, widechar.ads:
23783         Add Wide_Char_Byte_Count feature to count chars vs bytes
23784
23785 2005-09-01  Thomas Quinot  <quinot@adacore.com>
23786             Ed Schonberg  <schonberg@adacore.com>
23787             Robert Dewar  <dewar@adacore.com>
23788
23789         * sem_attr.adb (Resolve_Attribute, case 'Address): For an illegal
23790         'Address attribute reference with an overloaded prefix, use the
23791         location of the prefix (not the location of the attribute reference) as
23792         the error location.
23793         (Analyze_Attribute, case 'Size): The name of an enumeration literal, or
23794         a function renaming thereof, is a valid prefix for 'Size (where it is
23795         intepreted as a function call).
23796         (Statically_Denotes_Entity): New predicate to determine whether the
23797         prefix of an array attribute can be considered static.
23798
23799         PR ada/9087
23800         (Eval_Attr): Fix failure to evaluate Component_Size for
23801         unconstrained arrays (resulted in wrong value in packed case, since
23802         back end cannot handle this case)
23803
23804 2005-09-01  Robert Dewar  <dewar@adacore.com>
23805
23806         * sem_cat.adb (Check_Categorization_Dependencies): Add more detail to
23807         error msgs for most common cases.
23808         Use new errout insertion char < (conditional warning)
23809
23810 2005-09-01  Javier Miranda  <miranda@adacore.com>
23811             Ed Schonberg  <schonberg@adacore.com>
23812
23813         * sem_ch10.adb (In_Chain): Moved from the scope of a subprogram to
23814         become local to the whole package.
23815         (Install_Limited_Withed_Unit): Instead of unchaining real entities if
23816         the package was already analyzed the new algorithm "replaces" the
23817         real entities by the shadow ones. This is required to ensure that
23818         the order of these entities in the homonym chains does not change;
23819         otherwise we can have undefined references at linking time because
23820         in case of conflicts the external name of the entities will have
23821         a suffix that depends on the order of the entities in the chain.
23822         (Remove_Limited_With_Clause): Complementary code that completes the
23823         new algorithm and replaces the shadow entities by the real ones.
23824         (Install_Limited_Withed_Unit): When unchaining entities before the
23825         installation of the shadow entities, only regular entities of the
23826         public part must be taken into account. This is required to
23827         keep this routine in synch with the work done by Remove_Limited_
23828         With_Clause
23829         (Install_Limited_With_Clause): Introduce implicit limited_with_clause
23830         even if unit is analyzed, because the analysis of the unit is
23831         idempotent in any case, and the limited view of the unit may have to
23832         be installed for proper visibility.
23833         (Expand_Limited_With_Clause): Even if the unit in the implicit
23834         with_clause has been analyzed already, a limited view of the package
23835         must be built for the current context, if it does not exist yet.
23836
23837 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
23838             Javier Miranda  <miranda@adacore.com>
23839             Gary Dismukes  <dismukes@adacore.com>
23840
23841         * sem_ch12.adb (Instantiate_Subprogram_Body): When creating the
23842         defining entity for the instance body, make a new defining identifier
23843         rather than copying the entity of the spec, to prevent accidental
23844         sharing of the entity list.
23845         (Check_Private_View): When exchanging views of private types, build the
23846         list of exchanged views as a stack, to ensure that on exit the exchanges
23847         are undone in the proper order.
23848         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation):
23849         Restore the compilation environment in case of instantiation_error.
23850         (Analyze_Generic_Subprogram_Declaration): Handle creation of type entity
23851         for an anonymous access result.
23852         (Instantiate_Generic_Subprogram): Subtype_Mark => Result_Definition
23853         (Formal_Entity): Handle properly the case of a formal package that
23854         denotes a generic package renaming.
23855
23856 2005-09-01  Thomas Quinot  <quinot@adacore.com>
23857
23858         * sem_ch13.adb (Analyze_Enumeration_Representation_Clause): Reject the
23859         clause if the array aggregate is surrounded by parentheses.
23860
23861 2005-09-01  Cyrille Comar  <comar@adacore.com>
23862             Gary Dismukes  <dismukes@adacore.com>
23863             Ed Schonberg  <schonberg@adacore.com>
23864             Javier Miranda  <miranda@adacore.com>
23865
23866         * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Go to the
23867         underlying type
23868         to check if a type is Constrained in cases related to code generation
23869         (rather than semantic checking) since otherwise we do not generate
23870         similar code for mutable private types depending if their
23871         discriminants are visible or not.
23872         (Check_Abstract_Overriding): Do not complain about failure to override
23873         the primitive operations used in dispatching selects since they will
23874         always be overriden at the freeze point of the type.
23875         (Access_Definition): Separate out handling for resetting the scope
23876         of an anonymous access function result type. Retrieve the scope
23877         of the associated function rather than using Current_Scope, which
23878         does not have a consistent value (depends on whether we're in the
23879         middle of analyzing formal parameters). Add ??? comment about
23880         finding a cleaner way to handle the special cases of scope setting.
23881         (Process_Incomplete_Dependents): A protected operation is never a
23882         dispatching operation (only its wrapper may be).
23883         (Build_Derived_Record_Type): In case of tagged private types that
23884         implement interfaces add derivation of predefined primitive
23885         operations.
23886         (Derive_Subprograms): Replace the Is_Interface_Derivation parameter
23887         by two parameters that are used in case of derivation from abstract
23888         interface types: No_Predefined_Prims is used to avoid the derivation
23889         of predefined primitives from the interface, and Predefined
23890         Prims_Only is used to complete the derivation predefined primitives
23891         in case of private tagged types implementing interfaces.
23892         Fix typo in comments
23893         (Find_Interface_In_Descendant): Protect the frontend against
23894         wrong code with large circularity chains.
23895         (Is_Private_Overriding): Add support for entities overriding interface
23896         subprograms. The test failed because Entities associated with overriden
23897         interface subprograms are always marked as hidden (and used to build
23898         the secondary dispatch table); in this case the overriden entity is
23899         available through the field abstract_interface_alias (cf. override_
23900         dispatching_operation)
23901         (Access_Definition): Set the scope of the type to Current_Scope for the
23902         case of a function with an anonymous access result type.
23903         (Access_Subprogram_Declaration): Handle creation of the type entity for
23904         an access-to-function type with an anonymous access result.
23905         (Check_Anonymous_Access_Types): Change Subtype_Mark to Result_Definition
23906         in handling for N_Access_Function_Definition.
23907         (Analyze_Subtype_Declaration): Modify the text of error message.
23908         (Derived_Type_Declaration): Modify the text of error message.
23909         (Process_Subtype): Modify the text of error message plus cleanup
23910         of one redundant error message.
23911         (Analyze_Component_Declaration): Code cleanup.
23912         (Analyze_Object_Declaration): Code cleanup.
23913         (Analyze_Subtype_Declaration): Propagate the null-exclusion
23914         attribute in case of access types. Code cleanup.
23915         (Array_Type_Declaration): Code cleanup.
23916         (Process_Discriminants): Create the new null-excluding itype
23917         if required. Code cleanup.
23918         (Process_Subtype): Create the new null-excluding itype if
23919         required. Code cleanup.
23920         (Build_Derived_Record_Type): Code cleanup to avoid calling
23921         twice the subprogram derive_subprograms in case of private
23922         types that implement interfaces. In this particular case the
23923         subprogram Complete_Subprograms_Derivation already does the
23924         job associated with the second call.
23925
23926         * exp_strm.adb (Build_Elementary_Input_Call): Add an explicit
23927         conversion to the full view when generating an operation for a
23928         discriminant whose type may currently be private.
23929
23930 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
23931             Javier Miranda  <miranda@adacore.com>
23932
23933         * sem_ch4.adb (Transform_Object_Operation): In a context off the form
23934         V (Obj.F), the rewriting does not involve the indexed component, but
23935         only the selected component itself.
23936         Do not apply the transformation if the analyzed node is an actual of a
23937         call to another subprogram.
23938         (Complete_Object_Operation): Retain the entity of the
23939         dispatching operation in the selector of the rewritten node. The
23940         entity will be used in the expansion of dispatching selects.
23941         (Analyze_One_Call): Improve location of the error message associated
23942         with interface.
23943         (Analyze_Selected_Component): No need to resolve prefix when it is a
23944         function call, resolution is done when parent node is resolved, as
23945         usual.
23946         (Analyze_One_Call): Add a flag to suppress analysis of the first actual,
23947         when attempting to resolve a call transformed from its object notation.
23948         (Try_Object_Operation, Transform_Object_Operastion): Avoid makind copies
23949         of the argument list for each interpretation of the operation.
23950         (Try_Object_Operation): The designated type of an access parameter may
23951         be an incomplete type obtained through a limited_with clause, in which
23952         case the primitive operations of the type are retrieved from its full
23953         view.
23954         (Analyze_Call): If this is an indirect call, and the return type of the
23955         access_to_subprogram is incomplete, use its full view if available.
23956
23957 2005-09-01  Javier Miranda  <miranda@adacore.com>
23958             Gary Dismukes  <dismukes@adacore.com>
23959
23960         * sem_ch6.ads, sem_ch6.adb (Check_Conformance): In case of anonymous
23961         access types the null-exclusion and access-to-constant attributes must
23962         also match.
23963         (Analyze_Return_Statement): When the result type is an anonymous access
23964         type, apply a conversion of the return expression to the access type
23965         to ensure that appropriate accessibility checks are performed.
23966         (Analyze_Return_Type): For the case of an anonymous access result type,
23967         generate the Itype and set Is_Local_Anonymous_Access on the type.
23968         Add ??? placeholder for check to disallow returning a limited object
23969         in Ada 2005 unless it's an aggregate or a result of a function call.
23970         Change calls from Subtype_Mark to Result_Definition.
23971         (Analyze_Subprogram_Body): Change formal Subtype_Mark to
23972         Result_Definition in call to Make_Function_Specification.
23973         (Build_Body_To_Inline): Change Set_Subtype_Mark to
23974         Set_Result_Definition.
23975         (Make_Inequality_Operator): Change formal Subtype_Mark to
23976         Result_Definition in call to Make_Function_Specification.
23977         (Process_Formals): Create the new null-excluding itype if required.
23978         (New_Overloaded_Entity): For an entity overriding an interface primitive
23979         check if the entity also covers other abstract subprograms in the same
23980         scope. This is required to handle the general case, that is, overriding
23981         other interface primitives and overriding abstract subprograms inherited
23982         from some abstract ancestor type.
23983         (New_Overloaded_Entity): For an overriding entity that comes from
23984         source, note the operation that it overrides.
23985         (Check_Conformance, Type_Conformant): Addition of one new formal
23986         to skip controlling formals in the analysis. This is used to
23987         handle overloading of abstract interfaces.
23988         (Base_Types_Match): Add missing case for types imported from
23989         limited-with clauses
23990         (New_Overloaded_Entity): Add barrier to protect the use of
23991         the "alias" attribute.
23992
23993 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
23994
23995         * sem_ch8.adb (Analyze_Renamed_Entry): For a renaming_as_declaration,
23996         verify that the procedure and the entry are mode conformant.
23997         (Analyze_Subprogram_Renaming): Emit a warning if an operator is renamed
23998         as a different operator, which is often a cut-and-paste error.
23999
24000 2005-09-01  Javier Miranda  <miranda@adacore.com>
24001             Ed Schonberg  <schonberg@adacore.com>
24002
24003         * sem_disp.adb (Check_Controlling_Formals): Anonymous access types
24004         used in controlling parameters exclude null because it is necessary to
24005         read the tag to dispatch, and null has no tag.
24006         (Override_Dispatching_Operation): If the previous operation is inherited
24007         from an interface, it becomes hidden  and does not participate in later
24008         name resolution.
24009
24010 2005-09-01  Javier Miranda  <miranda@adacore.com>
24011             Ed Schonberg  <schonberg@adacore.com>
24012             Gary Dismukes  <dismukes@adacore.com>
24013
24014         * sem_res.adb (Resolve_Membership_Op): In case of the membership test
24015         "Iface_CW_Typ in T'Class" we have nothing else to do in the frontend;
24016         the expander will generate the corresponding run-time check to evaluate
24017         the expression.
24018         (Resolve_Call): Check for legal type of procedure name or prefix that
24019         appears as a trigger in a triggering alternative.
24020         (Valid_Conversion): If expression is ambiguous and the context involves
24021         an extension of System, remove System.Address interpretations.
24022         (Resolve_Qualified_Expression): Reject the case of a specific-type
24023         qualification applied to a class-wide argument. Enhance comment
24024         to explain checking of Original_Node.
24025         (Resolve_Type_Conversion): The location of the error message was not
24026         general enough to handle the general case and hence it has been removed.
24027         In addition, this patch improves the text of the message.
24028         (Resolve_Type_Conversion): Add missing support for access to interface
24029         types.
24030         (Resolve_Type_Conversion): If the target is a class-wide interface type,
24031         do not expand if the expression is the actual in a call, because proper
24032         expansion will take place when the call itself is expanded.
24033         (Resolve_Allocator): If the context is an unchecked conversion, the
24034         allocator inherits its storage pool, if any, from the target type of
24035         the conversion.
24036
24037 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24038             Javier Miranda  <miranda@adacore.com>
24039
24040         * sem_type.adb (Add_One_Interp): If a candidate operation is an
24041         inherited interface operation that has an implementation, use the
24042         implementation to avoid spurious ambiguities.
24043         (Interface_Present_In_Ancestor): In case of concurrent types we can't
24044         use the Corresponding_Record_Typ attribute to look for the interface
24045         because it is set by the expander (and hence it is not always
24046         available). For this reason we traverse the list of interfaces
24047         (available in the parent of the concurrent type).
24048         (Interface_Present_In_Ancestor): Handle entities from the limited view
24049
24050 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24051
24052         * sem_util.ads, sem_util.adb (Gather_Components): Omit interface tags
24053         from the list of required components.
24054         (Is_Controlling_Limited_Procedure): Determine whether an entity is a
24055         primitive procedure of a limited interface with a controlling first
24056         parameter.
24057         (Is_Renamed_Entry): Determine whether an entry is a procedure renaming
24058         of an entry.
24059         (Safe_To_Capture_Value): A value (such as non_null) is not safe to
24060         capture if it is generated in the second operand of a short-circuit
24061         operation.
24062         Do not capture values for variables with address clauses.
24063         (Is_Object_Reference): Treat a function call as an object reference only
24064         if its type is not Standard_Void_Type.
24065
24066 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24067
24068         * sem_warn.adb (Warn_On_Known_Condition): Refine warning when applied
24069         to a variable that is statically known to be constant.
24070
24071 2005-09-01  Geert Bosch  <bosch@adacore.com>
24072             Robert Dewar  <dewar@adacore.com>
24073
24074         * ttypef.ads (VAXDF_Safe_First): Use correct value for constant.
24075         (VAXGF_Safe_First): Idem.
24076
24077 2005-09-01  Robert Dewar  <dewar@adacore.com>
24078             Arnaud Charlet  <charlet@adacore.com>
24079
24080         * g-dirope.ads: Minor reformatting
24081         Document that bounds of result of Base_Name match the input index
24082         positions.
24083         Add documentation on environment variable syntax for Expand_Path
24084
24085         * gnat_ugn.texi: Update documentation to include mention of -m switches
24086         Document new treatment of wide characters in max line length
24087         style check.
24088         Remove -gnatL/-gnatZ switches, no longer used.
24089         Add note on pragmas Assertion_Policy and Debug_Policy in discussion
24090         of -gnata switch.
24091
24092         * gnat_rm.texi: Add doc for two argument form of pragma
24093         Float_Representation.
24094         Add documentation for pragma No_Strict_Aliasing
24095         Add note that explicit component clause overrides pragma Pack.
24096         Add documentation of pragma Debug_Policy
24097
24098 2005-09-01  Matthew Heaney  <heaney@adacore.com>
24099
24100         * a-cihase.adb, a-coorse.ads, a-coorse.adb, a-cohama.adb,
24101         a-ciorse.ads, a-ciorse.adb, a-cihama.adb, a-cdlili.adb,
24102         a-cidlli.adb, a-chtgop.adb, a-cihase.adb, a-cihase.ads,
24103         a-cohase.adb, a-cohase.adb, a-cohase.ads: Synchronized with latest
24104         draft (Draft 13, August 2005) of Ada Amendment 1.
24105
24106 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
24107
24108         * Makefile.in: Adjust the libgnat target pairs for Xscale to ARM.
24109         Note that the platform-specific version of g-soccon.ads for VMS is now
24110         named g-soccon-vms.ads (it was previously g-soccon-vms.adb, although it
24111         really is a package spec).
24112         Replace s-taspri-linux.ads by s-taspri-posix.ads
24113         Remove references to s-mastop-x86.adb
24114
24115         * system-vxworks-xscale.ads: Removed, no longer used.
24116         * s-vxwork-xscale.ads: Removed, no longer used.
24117
24118 2005-09-01  Robert Dewar  <dewar@adacore.com>
24119
24120         * a-dirval-mingw.adb, a-direct.adb, a-coinve.adb,
24121         g-dynhta.adb, g-dynhta.ads, cstand.adb, exp_smem.adb, g-debuti.ads,
24122         g-dirope.adb, g-table.adb, lib-sort.adb, sem_maps.adb,
24123         exp_fixd.adb, exp_aggr.adb, a-intnam-mingw.ads, a-intnam-vxworks.ads,
24124         g-arrspl.adb, g-arrspl.ads, g-awk.adb, g-awk.ads, g-boubuf.ads,
24125         g-boubuf.ads, g-boubuf.ads, g-bubsor.ads, g-bubsor.adb, g-busora.adb,
24126         g-busora.ads, g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
24127         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads, g-cgi.adb,
24128         g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads, g-cgideb.adb, g-cgideb.ads,
24129         g-comlin.adb, g-comver.ads, g-semaph.ads, g-socthi.ads,
24130         sem_ch7.adb, a-direio.adb, a-caldel.ads, i-cstrea-vms.adb,
24131         a-ztedit.adb, a-ztenau.adb, g-socthi-vms.adb, g-socthi-vms.ads,
24132         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.ads,
24133         a-intnam-irix.ads, a-intnam-irix.ads, a-intnam-hpux.ads,
24134         a-intnam-os2.ads, a-intnam-os2.ads, a-caldel-vms.adb, a-calend-vms.adb,
24135         a-calend-vms.ads, g-heasor.adb, g-heasor.ads, g-hesora.adb,
24136         g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb, g-htable.ads,
24137         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads, g-locfil.ads,
24138         g-memdum.adb, g-memdum.ads, g-traceb.adb, g-traceb.ads, i-cobol.adb,
24139         i-cobol.ads, i-cstrea.ads, i-cstrin.adb, a-wtedit.adb, a-tifiio.adb,
24140         a-wtenau.adb, a-wtenau.adb, a-teioed.adb: Minor reformatting
24141
24142 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
24143
24144         PR ada/23187
24145         * adaint.c
24146         (GNAT_MAXPATH_LEN): Use default value if MAXPATHLEN is undefined.
24147
24148 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
24149             Doug Rupp  <rupp@adacore.com>
24150
24151         * s-stalib.adb: Add missing pragma Warnings (On) to reenable Warnings
24152         when needed.
24153         (Inside_Elab_Final_Code): Moved to init.c to avoid having to keep
24154         this code in the GNAT run-time.
24155
24156         * decl.c, fe.h: Replace GCC_ZCX by Back_End_Exceptions.
24157
24158         PR ada/21053
24159         * init.c (__gnat_error_handler [many]): Mark "msg" as const
24160         (__gnat_error_handler [HPUX]): Mark siginfo parameter as unused
24161
24162         (__gnat_inside_elab_final_code): Moved here from
24163         Standard_Library and only defined for the compiler.
24164         __gnat_error_handler [VMS]: Adjust sigargs to account for PC & PSL.
24165         (__gnat_inum_to_ivec): Do not define this function on VxWorks when
24166         using RTPs because directly vectored Interrupt routines are not
24167         supported on this configuration.
24168         (getpid): Do not redefine this function on VxWorks when using RTPs
24169         because this primitive is well supported by the RTP libraries.
24170         (copy_msg): Correct the code that checks for buffer overflow.
24171         Discovered during code reading.
24172
24173 2005-08-29  Olivier Hainque  <hainque@adacore.com>
24174
24175         * decl.c (gnat_to_gnu_entity) <E_Variable>: When allocating storage for
24176         a library level mutable variable with an initializer, tell
24177         build_allocator to ignore the initializer's size. It may not be large
24178         enough for all the values that might be assigned to the variable later
24179         on.
24180
24181 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
24182             Eric Botcazou  <ebotcazou@adacore.com>
24183
24184         * trans.c: Protect < in error msg with quote
24185         Replace GCC_ZCX by Back_End_Exceptions.
24186         (addressable_p) <COMPONENT_REF>: Also return 1 if the field
24187         has been sufficiently aligned in the record.
24188
24189 2005-08-15  James E. Wilson  <wilson@specifix.com>
24190
24191         * system-linux-alpha.ads: Change ia64 to alpha.
24192
24193 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
24194
24195         * decl.c, utils.c: Fix comment typos.
24196
24197 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
24198
24199         * decl.c, init.c, initialize.c: Fix comment typos.
24200
24201 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
24202
24203         Make CONSTRUCTOR use VEC to store initializers.
24204         * decl.c (gnat_to_gnu_entity): Update to cope with VEC in
24205         CONSTRUCTOR_ELTS.
24206         * trans.c (extract_values): Likewise.
24207         * utils.c (convert, remove_conversions): Likewise.
24208         * utils2.c (contains_save_expr_p, build_binary_op, build_unary_op,
24209         gnat_build_constructor): Likewise.
24210
24211 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
24212
24213         * decl.c (components_to_record): Use DECL_FCONTEXT instead of
24214         DECL_SECTION_NAME.
24215         (compare_field_bitpos): Likewise.
24216
24217 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
24218
24219         * utils.c (create_var_decl): Only set DECL_COMMON on
24220         VAR_DECLs. Only set SET_DECL_ASSEMBLER_NAME on
24221         VAR_OR_FUNCTION_DECL_P.
24222
24223 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
24224
24225         * utils.c (create_param_decl): DECL_ARG_TYPE_AS_WRITTEN is
24226         removed.
24227
24228 2005-07-07  Pascal Obry  <obry@adacore.com>
24229
24230         * g-socthi-mingw.adb (C_Inet_Addr): New body used to convert the
24231         returned type on Windows.
24232
24233         * g-socthi-mingw.ads (C_Inet_Addr): Remove pragma Import for this
24234         routine.
24235
24236         * g-socket.adb (Inet_Addr): Check for empty Image and raises an
24237         exception in this case.
24238         Simplify the code as "Image (Image'Range)" = "Image".
24239
24240 2005-07-07  Vincent Celier  <celier@adacore.com>
24241
24242         * bindgen.adb (Gen_Output_File_C): When switch -a was specified, put
24243         the destructor/constructor attributes for <lib>final/<lib>init.
24244
24245         * gnatbind.adb (Gnatbind): Allow -a to be used in conjunction with -C
24246
24247 2005-07-07  Eric Botcazou  <ebotcazou@adacore.com>
24248
24249         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not strip the padding
24250         type if the parameter is not passed by copy but reference by default.
24251
24252 2005-07-07  Javier Miranda  <miranda@adacore.com>
24253
24254         * exp_ch3.adb (Build_Record_Init_Proc/Freeze_Record_Type):
24255         Reimplementation of the support for abstract interface types in order
24256         to leave the code more clear and easy to maintain.
24257
24258         * exp_ch6.adb (Freeze_Subprogram): Reimplementation of the support for
24259         abstract interface types in order to leave the code clearer and easier
24260         to maintain.
24261
24262         * exp_disp.ads, exp_disp.adb (Fill_DT_Entry): Part of its functionality
24263         is now implemented by the new subprogram Fill_Secondary_DT_Entry.
24264         (Fill_Secondary_DT_Entry): Generate the code necessary to fill the
24265         appropriate entry of the secondary dispatch table.
24266         (Make_DT): Add code to inherit the secondary dispatch tables of
24267         the ancestors.
24268
24269         * exp_util.adb (Find_Interface_Tag/Find_Interface_ADT): Instead of
24270         implementing both functionalities by means of a common routine, each
24271         routine has its own code.
24272
24273 2005-07-07  Javier Miranda  <miranda@adacore.com>
24274
24275         * freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.
24276
24277         * par-ch3.adb (P_Type_Declaration): Give support to tagged incomplete
24278         types:
24279         --
24280           type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
24281         --
24282
24283         * sem_attr.adb (Check_Not_Incomplete_Type): Additional checks for wrong
24284         use of tag incomplete types.
24285
24286         * sem_ch3.adb (Analyze_Incomplete_Type): Add mininum decoration to
24287         give support to tagged incomplete types.
24288
24289         * sem_ch5.adb (Analyze_Case_Statement): In generated code, if the
24290         expression is a discriminant reference and its type is private, as can
24291         happen within a stream operation for a mutable record, use the full
24292         view of the type to resolve the case alternatives.
24293         (Analyze_Assignment): Check wrong dereference of incomplete types.
24294
24295         * sem_ch6.adb (Process_Formals): Allow the use of tagged incomplete
24296         types.
24297
24298         * sem_res.adb (Resolve_Explicit_Dereference): Allow the use of tagged
24299         incomplete types.
24300
24301         * sinfo.adb (Taggged_Present/Set_Taggged_Present): Applicable to
24302         N_Incomplete_Type_Declaration nodes.
24303
24304         * sinfo.ads (N_Incomplete_Type_Declaration): Addition of attribute
24305         Tag_Present to give support to tagged incomplete types:
24306         --
24307           type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
24308         --
24309
24310 2005-07-07  Olivier Hainque  <hainque@adacore.com>
24311
24312         PR ada/22301
24313         * raise.c: Only include unwind.h if IN_RTS, and provide dummy type
24314         definitions for the Unwind wrappers in the compiler case.
24315
24316 2005-07-07  Ed Schonberg  <schonberg@adacore.com>
24317             Javier Miranda  <miranda@adacore.com>
24318
24319         * par-load.adb (Load): If a child unit is loaded through a limited_with
24320         clause, each parent must be loaded as a limited unit as well.
24321
24322         * sem_ch10.adb (Previous_Withed_Unit): Better name for
24323         Check_Withed_Unit. Return true if there is a previous with_clause for
24324         this unit, whether limited or not.
24325         (Expand_Limited_With_Clause): Do not generate a limited_with_clause on
24326         the current unit.
24327         (Is_Visible_Through_Renamings): New local subprogram of install_limited
24328         _withed_unit that checks if some package installed through normal with
24329         clauses has a renaming declaration of package whose limited-view is
24330         ready to be installed. This enforces the check of the rule 10.1.2 (21/2)
24331         of the current Draft document for Ada 2005.
24332         (Analyze_Context): Complete the list of compilation units that
24333         are allowed to contain limited-with clauses. It also contains
24334         checks that were previously done by Install_Limited_Context_Clauses.
24335         This makes the code more clear and easy to maintain.
24336         (Expand_Limited_With_Clause) It is now a local subprogram of
24337         Install_Limited_Context_Clauses, and contains the code that adds
24338         the implicit limited-with clauses for parents of child units.
24339         This functionality was prevously done by Analyze_Context.
24340
24341         * sem_ch4.adb (Analyze_Selected_Component): Check wrong use of
24342         incomplete type.
24343
24344         * sem_ch7.adb (Analyze_Package_Declaration): Check if the package has
24345         been erroneously named in a limited-with clause of its own context.
24346         In this case the error has been previously notified by Analyze_Context.
24347
24348 2005-07-07  Ed Schonberg  <schonberg@adacore.com>
24349
24350         * sem_ch8.adb (Find_Direct_Name): Handle properly the case of a
24351         generic package that contains local declarations with the same name.
24352         (Analyze_Object_Renaming): Check wrong renaming of incomplete type.
24353
24354 2005-07-07  Bernard Banner  <banner@adacore.com>
24355
24356         * tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on
24357         ia64 platform only on platforms that you the GCC unwind library
24358         rather than the system unwind library.
24359
24360 2005-07-07  Thomas Quinot  <quinot@adacore.com>
24361
24362         * expect.c: Minor reformatting
24363
24364 2005-07-07  Sergey Rybin  <rybin@adacore.com>
24365
24366         * vms_data.ads: Add VMS qualifiers for new gnatpp switch
24367         --no-separate-is
24368
24369         * gnat_ugn.texi: Add description for new gnatpp option
24370         (--no-separate-is)
24371
24372 2005-07-04  Thomas Quinot  <quinot@adacore.com>
24373
24374         * g-expect-vms.adb, g-expect.ads, g-expect.adb
24375         (Get_Command_Output): New subprogram to launch a process and get its
24376         standard output as a string.
24377
24378 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
24379             Olivier Hainque  <hainque@adacore.com>
24380
24381         * s-mastop-tru64.adb (Pop_Frame): Use exc_lookup_function_entry to
24382         fetch a code-range descriptor associated with the machine state. On
24383         failure set the machine state's PC to 0; on success, pass the
24384         descriptor to exc_virtual_unwind.
24385
24386         * init.c (Tru64 section): New function __gnat_set_code_loc.
24387
24388 2005-07-04  Vincent Celier  <celier@adacore.com>
24389
24390         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
24391         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
24392         mlib-tgt-mingw.adb, mlib-tgt-darwin.adb (Build_Dynamic_Library):
24393         Remove all auto-initialization code, as this is now done through the
24394         constructor mechanism.
24395
24396         * adaint.h, adaint.c (__gnat_binder_supports_auto_init,
24397         __gnat_sals_init_using_constructors): New functions.
24398
24399         * bindgen.adb (Gen_Output_File_Ada): Generate pragmas
24400         Linker_Constructor and Linker_Destructor when switch -a is used.
24401
24402         * bindusg.adb: Add line for new switch -a
24403
24404         * gnatbind.adb (Gnatbind_Supports_Auto_Init): New Boolean function
24405         (Gnatbind): When switch -a is used, check if it is allowed
24406
24407         * switch-b.adb (Scan_Binder_Switches): Process new switch -a
24408
24409 2005-07-04  Joel Brobecker  <brobecker@adacore.com>
24410
24411         * a-tags.adb (Type_Specific_Data): Define Tags_Table as a small array.
24412         This prevents us from hitting a limitation during the debug info
24413         generation when using stabs.
24414         (Prims_Ptr): Likewise.
24415
24416 2005-07-04  Gary Dismukes  <dismukes@adacore.com>
24417             Ed Schonberg  <schonberg@adacore.com>
24418             Javier Miranda  <miranda@adacore.com>
24419
24420         * checks.adb (Null_Exclusion_Static_Checks): In the case of
24421         N_Object_Declaration, only perform the checks if the Object_Definition
24422         is not an Access_Definition.
24423
24424         * sem_ch3.adb (Access_Subprogram_Declaration): Add test for the case
24425         where the parent of an the access definition is an N_Object_Declaration
24426         when determining the Associated_Node_For_Itype and scope of an
24427         anonymous access-to-subprogram type.
24428
24429         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Set the
24430         Corresponding_Spec on the body created for a null procedure. Add ???
24431         comment. Remove New_Copy_Tree call on body argument to
24432         Set_Body_To_Inline.
24433
24434         * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): For an out parameter with
24435         discriminants, use the type of the actual as well, because the
24436         discriminants may be read by the called subprogram.
24437
24438         * sem_ch3.adb (Access_Type_Declaration): If the designated type is an
24439         access type we do not need to handle non-limited views.
24440         (Build_Derived_Record_Type): Additional check to check that in case of
24441         private types, interfaces are only allowed in private extensions.
24442
24443 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
24444
24445         * decl.c (prepend_attributes) <Pragma_Linker_Constructor>: New case.
24446         <Pragma_Linker_Destructor>: Likewise.
24447
24448         * einfo.ads (Has_Gigi_Rep_Item): Document Pragma_Linker_Constructor and
24449         Pragma_Linker_Destructor.
24450
24451         * gigi.h (attr_type): Add ATTR_LINK_CONSTRUCTOR and
24452         ATTR_LINK_DESTRUCTOR.
24453         (static_ctors, static_dtors): New variables.
24454
24455         * misc.c (gnat_expand_body): Output current function as constructor
24456         and destructor if requested.
24457
24458         * par-prag.adb: Add processing for pragma Linker_Constructor and
24459         Linker_Destructor.
24460
24461         * sem_prag.adb (Find_Unique_Parameterless_Procedure): New function
24462         extracted from Check_Interrupt_Or_Attach_Handler.
24463         (Check_Interrupt_Or_Attach_Handler): Invoke it.
24464         Implement pragma Linker_Constructor and Linker_Destructor with the
24465         help of Find_Unique_Parameterless_Procedure.
24466         Replace Name_Alias with Name_Target for pragma Linker_Alias.
24467
24468         * snames.h, snames.ads, snames.adb:
24469         Add Name_Linker_Constructor and Name_Linker_Destructor.
24470         Add Pragma_Linker_Constructor and Pragma_Linker_Destructor.
24471         * snames.adb: Remove Name_Alias.
24472
24473         * trans.c: Include cgraph.h.
24474         (build_global_cdtor): New function.
24475         (Compilation_Unit_to_gnu): Build global constructor and destructor if
24476         needed.
24477         (tree_transform) <N_Identifier>: Substitute renaming of view-conversions
24478         of objects too.
24479         (addressable_p) <COMPONENT_REF>: Unconditionally test
24480         DECL_NONADDRESSABLE_P on STRICT_ALIGNMENT platforms.
24481
24482         * utils.c (process_attributes) <ATTR_LINK_ALIAS>: Do not assemble the
24483         variable if it is external.
24484
24485         (static_ctors, static_dtors): New global variables.
24486         (process_attributes) <ATTR_LINK_CONSTRUCTOR>: New case.
24487         <ATTR_LINK_DESTRUCTOR>: Likewise.
24488         (end_subprog_body): Chain function as constructor and destructor
24489         if requested.
24490
24491         * exp_util.adb (Force_Evaluation): Unconditionally invoke
24492         Remove_Side_Effects with Variable_Ref set to true.
24493         (Remove_Side_Effects): Handle scalar types first. Use a renaming
24494         for non-scalar types even if Variable_Ref is true and for class-wide
24495         expressions.
24496
24497 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
24498
24499         * exp_attr.adb (Mod): Evaluate condition expression with checks off,
24500         to prevent spurious warnings.
24501
24502 2005-07-04  Thomas Quinot  <quinot@adacore.com>
24503
24504         * exp_dist.adb (Build_TypeCode_Call): Remove incorrect processing for
24505         Itypes. Itypes are really unexpected there.
24506         (Build_TypeCode_Function): Generalise special processing for Itypes to
24507         handle the case of numeric implicit base types as well as enumerated
24508         ones.
24509
24510 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
24511
24512         * exp_intr.adb (Expand_Unc_Deallocation): If the designated type is
24513         controlled, indicate the expected type of the dereference that is
24514         created for the call to Deep_Finalize, to prevent spurious errors when
24515         the designated type is private and completed with a derivation from
24516         another private type.
24517
24518 2005-07-04  Vincent Celier  <celier@adacore.com>
24519
24520         * make.adb (Change_To_Object_Directory): When unable to change the
24521         current dir to the object directory, output the full path of the
24522         directory.
24523
24524 2005-07-04  Matthew Gingell  <gingell@adacore.com>
24525
24526         * Makefile.in: Replace indepsw-linux.adb by indepsw-gnu.adb
24527
24528         * indepsw-linux.adb: Replace by...
24529
24530         * indepsw-gnu.adb: ...this new file
24531
24532 2005-07-04  Vincent Celier  <celier@adacore.com>
24533
24534         * mlib-prj.adb (Auto_Initialize): New constant String
24535         (SALs_Use_Constructors): New Boolean function
24536         (Build_Library): Call gnatbind with Auto_Initialize switch when
24537         SALs_Use_Constructors returns True.
24538
24539         * mlib-tgt.ads: Minor reformatting
24540
24541         * mlib-utl.ads: Minor reformatting
24542
24543         * opt.ads: (Use_Pragma_Linker_Constructor): New Boolean flag
24544
24545 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
24546
24547         * par-ch9.adb (P_Task, P_Protected): Indicate that single task and
24548         single protected declarations can have an interface list.
24549         (P_Entry_Declaration): Add handler for Error_Resync, which can be raised
24550         with seriously malformed entry declarations, and lead to compilation
24551         abandoned messages.
24552
24553 2005-07-04  Javier Miranda  <miranda@adacore.com>
24554
24555         * par-load.adb: Load the context items in two rounds.
24556
24557 2005-07-04  Robert Dewar  <dewar@adacore.com>
24558
24559         * scng.adb: Do not consider Mod used as an attribute to be a keyword
24560
24561 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
24562             Javier Miranda  <miranda@adacore.com>
24563
24564         * sem_ch10.adb (Build_Limited_Views): A type declared with a private
24565         type extension needs a limited view.
24566         Remove previous restriction on private types available through the
24567         limited-view (only tagged private types were previously allowed).
24568         (Install_Withed_Unit): In the code that implements the
24569         legality rule given in AI-377, exclude a child unit with the name
24570         Standard, because it is a homonym of the Standard environment package.
24571
24572 2005-07-04  Thomas Quinot  <quinot@adacore.com>
24573
24574         * sem_ch4.adb (Transform_Object_Operation): For an actual that is an
24575         overloaded function call, carry interpretations from the original tree
24576         to the copy.
24577
24578 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
24579
24580         * sem_ch6.adb (Conforming_Types): If the types are anonymous access
24581         types check whether some designated type is a limited view, and use
24582         the non-limited view if available.
24583
24584 2005-07-04  Gary Dismukes  <dismukes@adacore.com>
24585
24586         * sem_eval.adb (Subtypes_Statically_Match): Use the discriminant
24587         constraint of full view of a private view T1 if present, when T2 is a
24588         discriminated full view.
24589
24590 2005-07-04  Thomas Quinot  <quinot@adacore.com>
24591
24592         * sem_res.adb (Resolve_Actuals): Do not resolve the expression of an
24593         actual that is a view conversion of a bit packed array reference.
24594
24595 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
24596
24597         * sem_type.adb (Covers): Verify that Corresponding_Record_Type is
24598         present before checking whether an interface type covers a synchronized
24599         type.
24600
24601 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
24602
24603         * sem_util.adb (Is_Object_Reference): An indexed or selected component
24604         whose prefix is an implicit dereference is an object reference. Removes
24605         spurious errors when compiling with -gnatc.
24606
24607 2005-07-04  Robert Dewar  <dewar@adacore.com>
24608
24609         PR ada/22039
24610         * s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix
24611
24612 2005-07-04  Matthew Gingell  <gingell@adacore.com>
24613
24614         * tracebak.c: Enable tracebacks on ia64 platforms
24615
24616 2005-07-04  Vincent Celier  <celier@adacore.com>
24617
24618         * vms_conv.adb (Initialize): Allow multiple ALI files to be given to
24619         the GNAT BIND command, as gnatbind accepts multiples ALI files with
24620         the -L or -n switches.
24621
24622 2005-07-04  Vincent Celier  <celier@adacore.com>
24623
24624         * makegpr.adb (Build_Global_Archive): Make sure the list of sources is
24625         correctly computed and the main project data is not modified while
24626         doing so.
24627         (Add_C_Plus_Plus_Link_For_Gnatmake): Always link with the C++ compiler
24628         (Choose_C_Plus_Plus_Link_Process): Do not generate shell script
24629         c++linker as this does not work on some platforms.
24630
24631 2005-07-04  Matthew Heaney  <heaney@adacore.com>
24632
24633         * a-convec.ads, a-coinve.ads: Declaration of subtype Extended_Index
24634         was changed.
24635         * a-coinve.adb: Perform constraint checks explicitly.
24636
24637 2005-07-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
24638             Thomas Quinot  <quinot@adacore.com>
24639
24640         * Make-lang.in: (ada/targtyps.o): Add missing TREE_H dependency.
24641         new target gen-soccon.
24642
24643 2005-07-04  Robert Dewar  <dewar@adacore.com>
24644
24645         * s-mastop-irix.adb, s-mastop-vms.adb: Minor reformatting
24646
24647 2005-07-04  Thomas Quinot  <quinot@adacore.com>
24648
24649         * g-socket.ads (Check_Selector): Minor rewording of comment.
24650
24651 2005-07-04  Vincent Celier  <celier@adacore.com>
24652
24653         * vms_data.ads: Add VMS qualifiers for new gnatpp switch --eol=
24654
24655 2005-07-04  Thomas Quinot  <quinot@adacore.com>
24656
24657         * gen-soccon.c: Add constants SO_SNDTIMEO and SO_RCVTIMEO.
24658
24659 2005-07-04  Sergey Rybin  <rybin@adacore.com>
24660
24661         * gnat_ugn.texi: Add description of --eol gnatpp option
24662
24663 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
24664             Thomas Quinot  <quinot@adacore.com>
24665
24666         * gnat_rm.texi: Add a note that pragma Unreferenced is not appropriate
24667         if the user wants all calls of a subprogram to be flagged,
24668         independently of whether they are made from within the same unit or
24669         another unit.
24670         Mention restriction for pragma Linker_Alias on some platforms.
24671         Document pragma Linker_Constructor and Linker_Destructor.
24672         Rewrite documentation of Weak_External, Linker_Section and
24673         Linker_Alias pragmas.
24674
24675 2005-07-04  Arnaud Charlet  <charlet@adacore.com>
24676
24677         * s-stausa.ads, s-stausa.adb: New files.
24678
24679 2005-06-30  Kelley Cook
24680
24681         * all files:  Update FSF address in copyright headers.
24682         * gen-soccon.co (main): Output new FSF address in generated files.
24683
24684 2005-06-28  Paul Brook  <paul@codesourcery.com>
24685
24686         * misc.c (gnat_init_gcc_eh): Call default_init_unwind_resume_libfunc.
24687
24688 2005-06-14  Olivier Hainque  <hainque@adacore.com>
24689             Eric Botcazou  <ebotcazou@adacore.com>
24690
24691         * s-mastop-irix.adb (Pop_Frame): Revert shorcuts avoiding calls to
24692         exc_unwind, now that we are generating proper .debug_frame output for
24693         that target.
24694
24695         * tracebak.c: Remove the mips-irix section, as we are now using the
24696         s-mastop based unwinder again.
24697         Under SPARC/Solaris, take into account the stack bias to compute the
24698         frame offset.  The stack bias is 0 for the V8 ABI and 2047 for the V9
24699         ABI.
24700
24701 2005-06-14  Doug Rupp  <rupp@adacore.com>
24702
24703         * g-trasym-vms.adb: renamed g-trasym-vms-alpha.adb
24704
24705         * g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb: New files
24706
24707 2005-06-14  Pascal Obry  <obry@adacore.com>
24708
24709         * a-strhas.ads, a-secain.adb, a-secain.ads, a-rbtgso.ads, a-cgaaso.adb,
24710         a-cgaaso.ads, a-cgarso.adb, a-cgcaso.adb, a-cgarso.ads, a-cgcaso.ads,
24711         a-contai.ads, a-coprnu.ads, a-coprnu.adb: Fix header style (spaces in
24712         package name).
24713
24714         * a-intnam-lynxos.ads, a-intnam-unixware.ads, a-intnam-tru64.ads,
24715         a-intnam-aix.ads, a-intnam-irix.ads, a-excpol-interix.adb,
24716         a-intnam-hpux.ads, a-intnam-linux.ads, a-intnam-dummy.ads,
24717         a-intnam-os2.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
24718         a-intnam-solaris.ads, a-caldel-vms.adb, a-calend-vms.ads,
24719         a-intnam-vms.ads, a-excpol-abort.adb, a-intnam-mingw.ads,
24720         a-intnam-vxworks.ads, a-numaux-vxworks.ads, s-osinte-unixware.adb,
24721         s-osinte-unixware.ads, s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads,
24722         s-osinte-hpux.ads, s-osinte-solaris-posix.ads, a-intnam-freebsd.ads,
24723         s-osinte-freebsd.adb, s-osinte-freebsd.ads, s-osinte-lynxos.adb,
24724         s-osinte-lynxos.ads, s-tpopsp-lynxos.adb, s-osinte-tru64.adb,
24725         s-osinte-tru64.ads, s-tpopsp-posix-foreign.adb, s-vxwork-alpha.ads,
24726         s-osinte-aix.adb, s-osinte-aix.ads, s-osinte-aix-fsu.ads,
24727         s-osinte-irix.adb, s-osinte-irix.ads, s-interr-sigaction.adb,
24728         s-osinte-irix-athread.ads, s-osinte-hpux-dce.adb,
24729         s-osinte-hpux-dce.ads, s-osinte-posix.adb, s-osinte-linux.ads,
24730         s-vxwork-m68k.ads, s-osinte-linux-fsu.ads, s-vxwork-mips.ads,
24731         s-osinte-dummy.ads, s-interr-dummy.adb, s-osinte-os2.adb,
24732         s-osinte-os2.ads, s-osprim-os2.adb, s-osinte-interix.ads,
24733         s-osprim-unix.adb, s-vxwork-ppc.ads, s-osinte-solaris.adb,
24734         s-osinte-solaris.ads, s-osprim-solaris.adb, s-tpopsp-solaris.adb,
24735         s-vxwork-sparcv9.ads, s-osinte-solaris-fsu.ads, s-interr-vms.adb,
24736         s-osinte-vms.adb, s-osinte-vms.ads, s-osprim-vms.adb,
24737         s-osprim-vms.ads, s-tpopde-vms.adb, s-tpopde-vms.ads,
24738         s-osprim-mingw.adb, s-vxwork-xscale.ads, s-interr-vxworks.adb,
24739         s-osinte-vxworks.adb, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
24740         s-tfsetr-vxworks.adb, s-tpopsp-vxworks.adb, s-intman-posix.adb,
24741         s-osinte-fsu.adb, s-osprim-posix.adb, s-tfsetr-default.adb,
24742         s-tpopsp-posix.adb, s-traces-default.adb, s-trafor-default.adb,
24743         s-trafor-default.ads, s-tratas-default.adb, a-numaux-x86.adb,
24744         a-numaux-x86.ads, a-astaco.adb, a-astaco.ads, a-caldel.adb,
24745         a-caldel.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads, a-colien.adb,
24746         a-colien.ads, a-colire.adb, a-colire.ads, a-comlin.adb, a-cwila1.ads,
24747         a-cwila9.ads, ada.ads, a-decima.adb, a-diocst.ads, a-direio.adb,
24748         a-dynpri.adb, a-dynpri.ads, a-excpol.adb, a-flteio.ads, a-fwteio.ads,
24749         a-inteio.ads, a-interr.adb, a-intnam.ads, a-intsig.adb, a-intsig.ads,
24750         a-ioexce.ads, a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
24751         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads, a-lliwti.ads,
24752         a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads, a-ngcoty.adb, a-ngelfu.adb,
24753         a-ngelfu.ads, a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
24754         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads,
24755         a-nucoty.ads, a-nudira.adb, a-nuelfu.ads, a-nuflra.adb, a-numaux.ads,
24756         a-numeri.ads, a-reatim.adb, a-retide.adb, a-retide.ads, a-sequio.adb,
24757         a-sequio.ads, a-sfteio.ads, a-sfwtio.ads, a-siocst.ads, a-siteio.ads,
24758         a-siwtio.ads, a-ssicst.ads, a-ssitio.ads, a-ssiwti.ads, a-stmaco.ads,
24759         a-storio.adb, a-strbou.adb, a-strfix.adb, a-string.ads, a-strmap.adb,
24760         a-strsea.adb, a-strsup.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
24761         a-stunau.ads, a-stwibo.adb, a-stwifi.adb, a-stwifi.ads, a-stwima.adb,
24762         a-stwise.adb, a-stwisu.adb, a-suteio.adb, a-suteio.ads, a-swuwti.adb,
24763         a-swuwti.ads, a-teioed.adb, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb,
24764         a-tideau.adb, a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
24765         a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinio.adb, a-timoau.adb,
24766         a-timoio.adb, a-timoio.ads, a-tiocst.ads, a-titest.adb, a-titest.ads,
24767         a-witeio.adb, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
24768         a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtenau.adb, a-wtenio.adb,
24769         a-wtfiio.adb, a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
24770         a-wtinio.ads, a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, calendar.ads,
24771         dec.ads, dec-io.adb, dec-io.ads, directio.ads, errno.c, g-bubsor.adb,
24772         g-bubsor.ads, g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
24773         g-casuti.adb, g-casuti.ads, g-debuti.ads, g-heasor.adb, g-heasor.ads,
24774         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb,
24775         g-htable.ads, g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
24776         g-memdum.adb, g-memdum.ads, g-sestin.ads, g-signal.ads, g-signal.adb,
24777         gnat.ads, g-souinf.ads, g-speche.adb, g-speche.ads, g-table.adb,
24778         g-table.ads, g-thread.adb, g-thread.ads, ioexcept.ads, i-vxwoio.adb,
24779         i-vxwoio.ads, math_lib.adb, s-assert.adb, s-assert.ads, s-asthan.ads,
24780         s-bitops.adb, s-bitops.ads, s-boarop.ads, s-carsi8.adb, s-carsi8.ads,
24781         s-carun8.adb, s-carun8.ads, s-casi16.adb, s-casi16.ads, s-casi32.adb,
24782         s-casi32.ads, s-casi64.adb, s-casi64.ads, s-casuti.adb, s-casuti.ads,
24783         s-caun16.adb, s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
24784         s-caun64.ads, s-direio.adb, s-direio.ads, sequenio.ads, s-errrep.adb,
24785         s-errrep.ads, s-exnint.adb, s-exnint.ads, s-exnllf.adb, s-exnllf.ads,
24786         s-exnlli.adb, s-exnlli.ads, s-expint.adb, s-expint.ads, s-explli.adb,
24787         s-explli.ads, s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
24788         s-expuns.adb, s-expuns.ads, s-fore.adb, s-fore.ads, s-geveop.adb,
24789         s-geveop.ads, s-htable.adb, s-htable.ads, s-imgbiu.adb, s-imgbiu.ads,
24790         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb,
24791         s-imgdec.ads, s-imgenu.adb, s-imgenu.ads, s-imgint.adb, s-imgint.ads,
24792         s-imgllb.adb, s-imgllb.ads, s-imglld.adb, s-imglld.ads, s-imglli.adb,
24793         s-imglli.ads, s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
24794         s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwiu.adb, s-imgwiu.ads
24795         s-interr.ads, s-io.adb, s-mantis.adb, s-mantis.ads, s-osprim.ads,
24796         s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads, s-pack06.adb,
24797         s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
24798         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads, s-pack12.adb,
24799         s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb, s-pack14.ads,
24800         s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads, s-pack18.adb,
24801         s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
24802         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads, s-pack23.adb,
24803         s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb, s-pack25.ads,
24804         s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads, s-pack28.adb,
24805         s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
24806         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads, s-pack34.adb,
24807         s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb, s-pack36.ads,
24808         s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads, s-pack39.adb,
24809         s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
24810         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads, s-pack44.adb,
24811         s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb, s-pack46.ads,
24812         s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads, s-pack49.adb,
24813         s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
24814         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads, s-pack54.adb,
24815         s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb, s-pack56.ads,
24816         s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads, s-pack59.adb,
24817         s-pack59.ads, s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
24818         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads, s-scaval.adb,
24819         s-scaval.ads, s-sequio.adb, s-sequio.ads, s-stache.adb, s-stache.ads,
24820         s-stratt.adb, s-stratt.ads, s-strcom.adb, s-strcom.ads, s-strops.adb,
24821         s-strops.ads, s-taasde.ads, s-tadeca.adb, s-tadeca.ads, s-tadert.adb,
24822         s-tadert.ads, s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
24823         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads, s-tasini.adb,
24824         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
24825         s-tasren.ads, s-tasres.ads, s-tassta.adb, s-tassta.ads, s-tasuti.adb,
24826         s-tasuti.ads, s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
24827         s-tpoben.adb, s-tpoben.ads, s-tpobop.ads, s-tporft.adb, s-tposen.ads,
24828         s-traces.adb, s-traces.ads, s-tratas.adb, s-tratas.ads, s-valint.ads,
24829         s-unstyp.ads, s-veboop.adb, s-veboop.ads, s-vector.ads, s-vercon.adb,
24830         s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchjis.adb, s-wchjis.ads,
24831         s-wchstw.adb, s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
24832         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb, s-widenu.ads,
24833         s-widlli.adb, s-widlli.ads, s-widllu.adb, s-widllu.ads, s-wwdcha.ads,
24834         s-wwdenu.adb, s-wwdwch.ads, text_io.ads, s-stchop.ads, s-stchop.adb,
24835         s-stchop-vxworks.adb, a-intnam-darwin.ads, s-osinte-darwin.adb,
24836         s-osinte-darwin.ads, s-vxwork-x86.ads, a-numaux-darwin.ads,
24837         a-numaux-darwin.adb, a-chzla1.ads, a-chzla9.ads, a-lfztio.ads,
24838         a-liztio.ads, a-llfzti.ads, a-llizti.ads, a-sfztio.ads, a-siztio.ads,
24839         a-ssizti.ads, a-stzbou.adb, a-stzfix.adb, a-stzfix.ads, a-stzmap.adb,
24840         a-stzsea.adb, a-stzsup.adb, a-swunau.adb, a-swunau.ads, a-szuzti.adb,
24841         a-szuzti.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads,
24842         a-ztcoio.adb, a-ztcoio.ads, a-ztcstr.ads, a-ztdeau.adb, a-ztdeio.adb,
24843         a-ztenio.adb, a-ztexio.adb, a-ztfiio.adb, a-ztflio.adb, a-ztgeau.adb,
24844         a-ztinau.adb, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb, a-ztmoio.adb,
24845         a-zttest.adb, a-zzunio.ads, g-utf_32.adb: Fix header style.
24846         "GNU Ada" to GNAT, use proper casing for RUN-TIME.
24847
24848 2005-06-14  Jose Ruiz  <ruiz@adacore.com>
24849             Arnaud Charlet  <charlet@adacore.com>
24850
24851         * a-sytaco.ads, a-sytaco.adb (Suspension_Object): These objects are no
24852         longer protected objects. They have been replaced by lower-level
24853         suspension objects made up by a mutex and a condition variable (or
24854         their equivalent given a particular OS) plus some internal data to
24855         reflect the state of the suspension object.
24856         (Initialize, Finalize): Add this initialization procedure for
24857         Suspension_Object, which is a controlled type.
24858         (Finalize): Add the finalization procedure for Suspension_Object,
24859         which is a controlled type.
24860
24861         * a-sytaco-vxworks.ads, a-sytaco-vxworks.adb: Remove this version of
24862         Ada.Synchronous_Task_Control because there is no longer a need for a
24863         VxWorks specific version of this package. Target dependencies
24864         has been moved to System.Task_Primitives.Operations.
24865
24866         * s-osinte-mingw.ads (pCRITICAL_SECTION): Remove this type which is no
24867         longer needed.
24868         (InitializeCriticalSection, EnterCriticalSection,
24869         LeaveCriticalSection, DeleteCriticalSection): Replace the type
24870         pCriticalSection by an anonymous access type so that we avoid problems
24871         of accessibility to local objects.
24872
24873         * s-taprop.ads, s-taprop-posix.adb, s-taprop-vxworks.adb,
24874         s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
24875         s-taprop-os2.adb, s-taprop-dummy.adb, s-taprop-hpux-dce.adb,
24876         s-taprop-linux.adb, s-taprop-irix.adb, s-taprop-irix-athread.adb,
24877         s-taprop-tru64.adb, s-taprop-lynxos.adb (Elaboration Code): No longer
24878         set the environment task mask here.
24879         (Current_State): Add this function that returns the state of the
24880         suspension object.
24881         (Set_False): Add this procedure that sets the state of the suspension
24882         object to False.
24883         (Set_True): Add this procedure that sets the state of the suspension
24884         object to True, releasing the task that was suspended, if any.
24885         (Suspend_Until_True): Add this procedure that blocks the calling task
24886         until the state of the object is True. Program_Error is raised if
24887         another task is already waiting on that suspension object.
24888         (Initialize): Add this procedure for initializing the suspension
24889         object. It initializes the mutex and the condition variable which are
24890         used for synchronization and queuing, and it sets the internal state
24891         to False.
24892         (Finalize): Add this procedure for finalizing the suspension object,
24893         destroying the mutex and the condition variable.
24894
24895         * s-taspri-posix.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
24896         s-taspri-vms.ads, s-taspri-solaris.ads, s-taspri-os2.ads,
24897         s-taspri-dummy.ads, s-taspri-hpux-dce.ads, s-taspri-linux.ads,
24898         s-taspri-tru64.ads, s-taspri-lynxos.ads (Suspension_Object): New object
24899         which provides a low-level abstraction (using operating system
24900         primitives) for Ada.Synchronous_Task_Control.
24901         This object is made up by a mutex (for ensuring mutual exclusion), a
24902         condition variable (for queuing threads until the condition is
24903         signaled), a Boolean (State) indicating whether the object is open,
24904         and a Boolean (Waiting) reflecting whether there is a task already
24905         suspended on this object.
24906
24907         * s-intman.ads, s-intman-irix.adb, s-intman-irix-athread.adb,
24908         s-intman-dummy.adb, s-intman-solaris.adb, s-intman-vms.adb,
24909         s-intman-vms.ads, s-intman-mingw.adb,
24910         (Initialize_Interrupts): Removed, no longer used.
24911
24912         * s-inmaop-posix.adb, s-inmaop-vms.adb, s-inmaop-dummy.adb,
24913         (Setup_Interrupt_Mask): New procedure.
24914
24915         * s-intman-vxworks.ads, s-intman-vxworks.adb:  Update comments.
24916
24917         * s-inmaop.ads (Setup_Interrupt_Mask): New procedure
24918
24919         * s-interr.adb: Add explicit call to Setup_Interrupt_Mask now that
24920         this is no longer done in the body of s-taprop
24921         (Server_Task): Explicitely test for Pending_Action in case
24922         System.Parameters.No_Abort is True.
24923
24924         * s-taasde.adb: Add explicit call to Setup_Interrupt_Mask now that this
24925         is no longer done in the body of s-taprop
24926
24927 2005-06-14  Robert Dewar  <dewar@adacore.com>
24928
24929         * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
24930         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
24931         system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
24932         system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
24933         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
24934         system-linux-x86.ads, system-vxworks-mips.ads, system-vxworks-mips.ads,
24935         system-os2.ads, system-interix.ads, system-solaris-sparc.ads,
24936         system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
24937         system-vms-zcx.ads, system-vxworks-ppc.ads, system.ads,
24938         system-darwin-ppc.ads, system-vxworks-x86.ads, system-linux-ppc.ads,
24939         system-linux-hppa.ads, system-vms_64.ads,
24940         system-vxworks-alpha.ads: Minor comment update for
24941         AI-362 (unit is Pure).
24942
24943         * a-chahan.ads, a-chahan.adb: Move Wide_Wide functions to Conversions
24944         Add pragma Pure_05 for AI-362
24945         Make remaining conversion functions obsolescent in Ada 95
24946
24947         * impunit.adb: Change a-swunha to a-swuwha and a-szunha to a-szuzha
24948         Make Ada.Wide_Characters[.Unicode] available in Ada 95 mode
24949         Add entries for a-wichun and a-zchuni
24950         Add a-widcha a-zchara for AI-395
24951         Add a-chacon (Ada.Characters.Conversions) to list of Ada 2005 routines
24952
24953         * Makefile.rtl: Change a-swunha to a-swuwha and a-szunha to a-szuzha
24954         Add entries for a-wichun.o and a-zchuni.o
24955         Entries for a-widcha.o and a-zchara.o
24956         Add entry for a-chacon.o
24957
24958         * a-ztenau.adb: Add with of Ada.Characters.Conversions
24959
24960         * a-chacon.ads, a-chacon.adb: New files.
24961
24962         * a-taside.adb, a-exstat.adb, a-excach.adb: Add warnings off to allow
24963         categorization violations.
24964
24965         * a-strmap.ads: Add pragma Pure_05 for AI-362
24966         * a-strmap.ads: Add note on implicit categorization for AI-362
24967
24968         * a-tgdico.ads, a-taside.ads: Add pragma Preelaborate_05 for AI-362
24969
24970         * par-prag.adb: Dummy entry for pragma Persistent_BSS
24971         Set Ada_Version_Explicit, for implementation of AI-362
24972         Add processing for pragma Pure_05 and Preelaborate_05
24973         Add entry for Assertion_Policy pragma
24974
24975         * sem.adb: Make sure predefined units are compiled with GNAT_Mode true
24976         when needed for proper processing of categorization stuff
24977
24978         * sem_cat.adb:
24979         For several cases, make errors in preealborate units warnings,
24980         instead of errors, if GNAT_Mode is set. For AI-362.
24981
24982         * sem_elab.adb (Check_Elab_Call): Call to non-static subprogram in
24983         preelaborate unit is now warning if in GNAT mode
24984
24985         * s-stoele.ads: Document AI-362 for pragma preelaborate
24986
24987 2005-06-14  Doug Rupp  <rupp@adacore.com>
24988
24989         * s-parame-vms.ads, s-parame-hpux.ads, s-parame-vms-restrict.ads,
24990         s-parame-ae653.ads, s-parame.ads, s-parame-vxworks.ads:
24991         Default_Exception_Msg_Max_Length: new parameter.
24992
24993         * a-except.ads: (Exception_Msg_Max_Length): Set to
24994         System.Parameters.Default_Exception_Msg_Max_Length
24995         Add pragma Preelaborate_05 for AI-362
24996         Add warnings off to allow categorization violations for AI-362
24997
24998 2005-06-14  Vincent Celier  <celier@adacore.com>
24999
25000         * gnatsym.adb: Adapt to modification of package Symbols: procedure
25001         Process is now in package Processing.
25002
25003         * symbols.ads, symbols.adb:
25004         (Processing): New package, containing procedure Process
25005
25006         * symbols-vms-alpha.adb:
25007         Replaced by symbols-vms.adb and symbols-processing-vms-alpha.adb
25008
25009         * symbols-vms.adb, symbols-processing-vms-alpha.adb,
25010         symbols-processing-vms-ia64.adb: New files.
25011
25012 2005-06-14  Pascal Obry  <obry@adacore.com>
25013
25014         * mlib-tgt-mingw.adb (Build_Dynamic_Library): Replace the previous
25015         implementation. This new version generates the proper DllMain routine
25016         to initialize the SAL. The DllMain is generated in Ada and compiled
25017         before being added as option to the library build command.
25018
25019 2005-06-14  Doug Rupp  <rupp@adacore.com>
25020             Pascal Obry  <obry@adacore.com>
25021
25022         * adaint.c (__gnat_to_canonical_file_spec): Check for error returns in
25023         call to decc$translate_vms.
25024         (__gnat_locate_regular_file): Check if the path_val contains quotes. We
25025         need to remove those quotes before catenating the filename.
25026         (__gnat_locate_exec_on_path): improvements to the Win32 section:
25027         * avoid allocating the memory twice for better efficiency;
25028         * allocate 32K buffer for environment expansion as suggested by MSDN;
25029         * prepend ".;" to the path so that current directory is searched too.
25030
25031 2005-06-14  Robert Dewar  <dewar@adacore.com>
25032
25033         * a-except.adb (Exception_Identity): return Null_Id for null occurrence
25034         instead of raising CE (AI-241)
25035         Add warnings off to allow categorization violations for AI-362
25036
25037 2005-06-14  Robert Dewar  <dewar@adacore.com>
25038
25039         * ali-util.adb, gnatbind.adb: Remove references to
25040         Force_RM_Elaboration_Order.
25041
25042         * switch-b.adb: Remove recognition of -f switch
25043
25044 2005-06-14  Pascal Obry  <obry@adacore.com>
25045
25046         * a-stzunb.adb, a-stwiun.adb, a-strunb.adb (Realloc_For_Chunk): New
25047         implementation which is slightly more efficient.
25048
25049 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
25050             Javier Miranda  <miranda@adacore.com>
25051             Ed Schonberg  <schonberg@adacore.com>
25052             Hristian Kirtchev  <kirtchev@adacore.com>
25053
25054         * exp_ch4.adb (Expand_Allocator_Expression): When an initialized
25055         allocator's designated type is a class-wide type, and compiling for
25056         Ada 2005, emit a run-time check that the accessibility level of the
25057         type given in the allocator's expression is not deeper than the level
25058         of the allocator's access type.
25059
25060         (Tagged_Membership): Modified to gives support to abstract interface
25061         types.
25062
25063         * a-tags.ads, a-tags.adb (type Type_Specific_Data): Add component
25064         Access_Level.
25065         (Descendant_Tag): New predefined function
25066         (Is_Descendant_At_Same_Level): New predefined function
25067         (Get_Access_Level): New private function
25068         (Set_Access_Level): New private procedure
25069         (IW_Membership): New function. Given the tag of an object and the tag
25070         associated with an interface, evaluate if the object implements the
25071         interface.
25072         (Register_Interface_Tag): New procedure used to initialize the table of
25073         interfaces used by the IW_Membership function.
25074         (Set_Offset_To_Top): Initialize the Offset_To_Top field in the prologue
25075         of the dispatch table.
25076         (Inherit_TSD): Modified to copy the table of ancestor tags plus the
25077         table of interfaces of the parent.
25078         (Expanded_Name): Raise Tag_Error if the passed tag equals No_Tag.
25079         (External_Tag): Raise Tag_Error if the passed tag equals No_Tag.
25080         (Parent_Tag): Return No_Tag in the case of a root-level tagged type,
25081         and raise Tag_Error if the passed tag equalis No_Tag, to conform with
25082         Ada 2005 semantics for the new predefined function.
25083
25084         * exp_attr.adb (Expand_N_Attribute, case Attribute_Input): Generate
25085         call to Descendant_Tag rather than Internal_Tag.
25086         (Expand_N_Attribute, case Attribute_Output): Emit a check to ensure that
25087         the accessibility level of the attribute's Item parameter is not deeper
25088         than the level of the attribute's prefix type. Tag_Error is raised if
25089         the check fails. The check is only emitted for Ada_05.
25090         (Find_Stream_Subprogram): If a TSS exists on the type itself for the
25091         requested stream attribute, use it.
25092         (Expand_N_Attribute_Reference): If the designated type is an interface
25093         then rewrite the referenced object as a conversion to force the
25094         displacement of the pointer to the secondary dispatch table.
25095         (Expand_N_Attribute_Reference, case 'Constrained): Return false if this
25096         is a dereference of an object with a constrained partial view.
25097
25098         * exp_ch5.adb (Expand_N_Return_Statement): When a function's result
25099         type is a class-wide type, emit a run-time check that the accessibility
25100         level of the returned object is not deeper than the level of the
25101         function's master (only when compiling for Ada 2005).
25102
25103         * exp_disp.ads, exp_disp.adb (Ada_Actions, Action_Is_Proc,
25104         Action_Nb_Arg): Add entries for new Get_Access_Level and
25105         Set_Access_Level routines in these tables.
25106         (Make_DT): Generate a call to set the accessibility level of the
25107         tagged type in its TSD.
25108         (Make_DT): Code cleanup. The functionality of generating all the
25109         secondary dispatch tables has been moved to freeze_record_type.
25110         (Make_Abstract_Interface_DT): Minor code cleanup.
25111         (Set_All_DT_Position): Code cleanup. As part of the code cleanup
25112         this subprogram implements a new algorithm that provides the
25113         same functionality and it is more clear in case of primitives
25114         associated with abstract interfaces.
25115         (Set_All_Interfaces_DTC_Entity): Removed. As part of the code
25116         clean up, the functionality of this subprogram is now provided
25117         by Set_All_DT_Position.
25118         (Write_DT): New subprogram: a debugging procedure designed to be called
25119         within gdb to display the dispatch tables associated with a tagged
25120         type.
25121         (Collect_All_Interfaces): New subprogram that collects the whole list
25122         of interfaces that are directly or indirectly implemented by a tagged
25123         type.
25124         (Default_Prim_Op_Position): New subprogram that returns the fixed
25125         position in the dispatch table of the default primitive operations.
25126         (Expand_Interface_Actuals): New subprogram to generate code that
25127         displaces all the actuals corresponding to class-wide interfaces to
25128         reference the interface tag of the actual object.
25129         (Expand_Interface_Conversion): New subprogram. Reference the base of
25130         the object to give access to the interface tag associated with the
25131         secondary dispatch table.
25132         (Expand_Interface_Thunk): New subprogram that generates the code of the
25133         thunk. This is required for compatibility with the C+ ABI.
25134         (Make_Abstract_Interface_DT): New subprogram that generate the
25135         declarations for the secondary dispatch tables associated with an
25136         abstract interface.
25137         (Set_All_Interfaces_DTC_Entity): New subprogram that sets the DTC_Entity
25138         attribute for each primitive operation covering interface subprograms
25139         (Expand_Dispatching_Call, Fill_DT_Entry, Make_DT, Set_All_DT_Position):
25140         These subprograms were upgraded to give support to abstract interfaces
25141
25142         * rtsfind.ads (type RE_Id): Add RE_Descendant_Tag,
25143         RE_Is_Descendant_At_Same_Level, RE_Get_Access_Level, and
25144         RE_Set_Access_Level.
25145         (RE_Unit_Table): Add entries for new Ada.Tags operations.
25146         Add support to call the followig new run-time subprograms:
25147         IW_Membership, Register_Interface_Tag, and Set_Offset_To_Top
25148
25149         * sem_ch3.adb (Constant_Redeclaration): Allow a deferred constant to
25150         match its full declaration when both have an access definition with
25151         statically matching designated subtypes.
25152         (Analyze_Component_Declaration): Delete commented out code that was
25153         incorrectly setting the scope of an anonymous access component's type.
25154         (Process_Discriminants): Set Is_Local_Anonymous_Access for the type of
25155         an access discriminant when the containing type is nonlimited.
25156         (Make_Incomplete_Type_Declaration): Create an incomplete type
25157         declaration for a record type that includes self-referential access
25158         components.
25159         (Check_Anonymous_Access_Types): Before full analysis of a record type
25160         declaration, create anonymous access types for each self-referential
25161         access component.
25162         (Analyze_Component_Declaration, Array_Type_Declaration): Indicate that
25163         an access component in this context is a Local_Anonymous_Access, for
25164         proper accessibility checks.
25165         (Access_Definition): Set properly the scope of the anonymous access type
25166         created for a stand-alone access object.
25167         (Find_Type_Of_Object): An object declaration may be given with an access
25168         definition.
25169         (Complete_Subprograms_Derivation): New subprogram used to complete
25170         type derivation of private tagged types implementing interfaces.
25171         In this case some interface primitives may have been overriden
25172         with the partial-view and, instead of re-calculating them, they
25173         are included in the list of primitive operations of the full-view.
25174         (Build_Derived_Record_Type): Modified to give support to private
25175         types implemening interfaces.
25176         (Access_Definition): Reject ALL on anonymous access types.
25177         (Build_Derived_Record_Type): In the case of Ada 2005, allow a tagged
25178         type derivation to occur at a deeper accessibility level than the
25179         parent type.
25180         For the case of derivation within a generic body however, disallow the
25181         derivation if the derived type has an ancestor that is a formal type
25182         declared in the formal part of an enclosing generic.
25183         (Analyze_Object_Declaration): For protected objects, remove the check
25184         that they cannot contain interrupt handlers if not declared at library
25185         level.
25186         (Add_Interface_Tag_Components): New subprogram to add the tag components
25187         corresponding to all the abstract interface types implemented by a
25188         record type or a derived record type.
25189         (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
25190         Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
25191         Process_Full_View, Record_Type_Declaration): Modified to give
25192         support to abstract interface types
25193         (Collect_Interfaces): New subprogram that collects the list of
25194         interfaces that are not already implemented by the ancestors
25195         (Process_Full_View): Set flag Has_Partial_Constrained_View appropriately
25196         when partial view has no discriminants and full view has defaults.
25197         (Constrain_Access): Reject a constraint on a general access type
25198         if the discriminants of the designated type have defaults.
25199         (Access_Subprogram_Declaration): Associate the Itype node with the inner
25200         full-type declaration or subprogram spec. This is required to handle
25201         nested anonymous declarations.
25202         (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
25203         Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
25204         Process_Full_View, Record_Type_Declaration): Modified to give
25205         support to abstract interface types
25206         (Derive_Subprograms): Addition of a new formal to indicate if
25207         we are in the case of an abstact-interface derivation
25208         (Find_Type_Of_Subtype_Indic): Moved from the body of the package
25209         to the specification because it is requied to analyze all the
25210         identifiers found in a list of interfaces
25211
25212         * debug.adb: Complete documentation of flag "-gnatdZ"
25213
25214         * exp_ch3.adb: Implement config version of persistent_bss pragma
25215         (Check_Stream_Attributes): Use Stream_Attribute_Available instead of
25216         testing for TSS presence to properly enforce visibility rules.
25217         (Freeze_Record_Type): Code cleanup. Modified to call the subprogram
25218         Make_Abstract_Interfaces_DT to generate the secondary tables
25219         associated with abstract interfaces.
25220         (Build_Init_Procedure): Modified to initialize all the tags
25221         corresponding.
25222         (Component_Needs_Simple_Initialization): Similar to other tags,
25223         interface tags do not need initialization.
25224         (Freeze_Record_Type): Modified to give support to abstract interface
25225         types.
25226         (Expand_N_Object_Declaration): Do not generate an initialization for
25227         a scalar temporary marked as internal.
25228
25229         * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): Handle properly an
25230         in-out parameter that is a component in an initialization procedure,
25231         whose constraint might depend on discriminants, and that may be
25232         misaligned because of packing or representation clauses.
25233         (Is_Legal_Copy): New predicate to determine whether a possibly
25234         misaligned in-out actual can actually be passed by copy/return. This
25235         is an error in case the type is by_reference, and a warning if this is
25236         the consequence of a DEC import pragma on the subprogram.
25237         (Expand_Call, Freeze_Subprogram): Modified to give support to abstract
25238         interface types
25239         (Expand_Inlined_Call): Mark temporary generated for the return value as
25240         internal, so that no useless scalar normalization is generated for it.
25241         (Expand_N_Subprogram_Declaration): Save unanalyzed body so calls to
25242         null procedure can always be inlined.
25243         (Expand_N_Subprogram_Declaration): If this is the declaration of a null
25244         procedure, generate an explicit empty body for it.
25245
25246         * exp_util.ads, exp_util.adb (Find_Interface_ADT): New subprogram.
25247         Given a type implementing an interface, returns the corresponding
25248         access_disp_table value.
25249         (Find_Interface_Tag): New subprogram. Given a type implementing an
25250         interface, returns the record component containing the tag of the
25251         interface.
25252         (Find_Interface_Tag): New overloaded subprogram. Subsidiary to the
25253         previous ones that return the corresponding tag and access_disp_table
25254         entities.
25255         (Is_Predefined_Dispatching_Operation): Determines if a subprogram
25256         is a predefined primitive operation.
25257         (Expand_Subtype_From_Expr): If the expression is a selected component
25258         within an initialization procedure, compute its actual subtype, because
25259         the component may depend on the discriminants of the enclosing record.
25260
25261         * i-cpp.ads, i-cpp.adb:
25262         This package has been left available for compatibility with previous
25263         versions of the frontend. As part of the new layout this is now a
25264         dummy package that uses declarations available at a-tags.ads
25265
25266         * par-ch3.adb (P_Identifier_Declarations): Give an error for use of
25267         "constant access" and "aliased [constant] access" when not compiling
25268         with -gnat05.
25269         Suppress Ada 2005 keyword warning if -gnatwY used
25270         (P_Identifier_Declarations): Add support for object declarations with
25271         access definitions.
25272         (Private_Extension_Declaration): Complete the documentation
25273         (P_Derived_Type_Def_Or_Private_Ext_Decl): Fill the inteface_list
25274         attribute in case of private extension declaration
25275         (P_Type_Declaration): Mark as "abstract" the type declarations
25276         corresponding with protected, synchronized and task interfaces
25277         (P_Declarative_Items): "not" and "overriding" are overriding indicators
25278         for a subprogram or instance declaration.
25279
25280         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Verify that an
25281         instantiation that is a dispatching operation has controlling access
25282         parameters that are null excluding.
25283         Save and restore Ada_Version_Explicit, for implementation of AI-362
25284         (Validate_Derived_Type_Instance): Add check for abstract interface
25285         types.
25286         (Analyze_Formal_Package): Establish Instantiation source for the copy of
25287         the generic that is created to represent the formal package.
25288         (Analyze_Package_Instantiation): Instantiate body immediately if the
25289         package is a predefined unit that contains inlined subprograms, and
25290         we are compiling for a Configurable_Run_Time.
25291         (Instantiate_Formal_Subprogram): Indicate that null default subprogram
25292         If the program has a null default, generate an empty body for it.
25293
25294         * sem_ch6.adb, sem_ch9.adb (Analyze_Subprograms_Declaration): Update
25295         error message condition, null procedures are correctly detected now.
25296         (New_Overloaded_Entity): Bypass trivial overriding indicator check
25297         for subprograms in the context of protected types. Instead, the
25298         indicator is examined in Sem_Ch9 while analysing the subprogram
25299         declaration.
25300         (Check_Overriding_Indicator): Check consistency of overriding indicator
25301         on subprogram stubs as well.
25302         (Analyze_Subprogram_Declaration): Diagnose null procedures declared at
25303         the library level.
25304         (Analize_Subprogram_Specification): When analyzing a subprogram in which
25305         the type of the first formal is a concurrent type, replace this type
25306         by the corresponding record type.
25307         (Analyze_Subprogram_Body): Undo the previous work.
25308         (Analyze_Procedure_Call): If the call has the form Object.Op, the
25309         analysis of the prefix ends up analyzing the call itself, after which
25310         we are done.
25311         (Has_Interface_Formals): New subprogram subsidiary to analyze
25312         subprogram_specification that returns true if some non
25313         class-wide interface subprogram is found
25314         (New_Overloaded_Entity): Modified to give support to abstract
25315         interface types
25316         (Conforming_Types): In Ada 2005 mode, conformance checking of anonymous
25317         access to subprograms must be recursive.
25318         (Is_Unchecked_Conversion): Improve the test that recognizes
25319         instantiations of Unchecked_Conversion, and allows them in bodies that
25320         are to be inlined by the front-end. When the body comes from an
25321         instantiation, a reference to Unchecked_Conversion will be an
25322         Expanded_Name, even though the body has not been analyzed yet.
25323         Replace Is_Overriding and Not_Overriding in subprogram_indication with
25324         Must_Override and Must_Not_Override, to better express intent of AI.
25325         (Analyze_Subprogram_Body): If an overriding indicator is given, check
25326         that it is consistent with the overrinding status of the subprogram
25327         at this point.
25328         (Analyze_Subprogram_Declaration): Indicate that a null procedure is
25329         always inlined.
25330         If the subprogram is a null procedure, indicate that it does not need
25331         a completion.
25332
25333         * sem_disp.adb (Check_Controlling_Type): Give support to entities
25334         available through limited-with clauses.
25335         (Check_Dispatching_Operation): A stub acts like a body, and therefore is
25336         allowed as the last primitive of a tagged type if it has no previous
25337         spec.
25338         (Override_Dispatching_Operation, Check_Dispatching_Operation): Modified
25339         to give support to abstract interface types
25340
25341         * sem_res.adb (Valid_Conversion): Perform an accessibility level check
25342         in the case where the target type is an anonymous access type of an
25343         object or component (that is, when Is_Local_Anonymous_Access is true).
25344         Prevent the special checks for conversions of access discriminants in
25345         the case where the discriminant belongs to a nonlimited type, since
25346         such discriminants have their accessibility level defined in the same
25347         way as a normal component of an anonymous access type.
25348         (Resolve_Allocator): When an allocator's designated type is a class-wide
25349         type, check that the accessibility level of type given in the
25350         allocator's expression or subtype indication is not statically deeper
25351         than the level of the allocator's access type.
25352         (Check_Discriminant_Use): Diagnose discriminant given by an expanded
25353         name in a discriminant constraint of a record component.
25354         (Resolve_Explicit_Dereference): Do not check whether the type is
25355         incomplete when the dereference is a use of an access discriminant in
25356         an initialization procedure.
25357         (Resolve_Type_Conversion): Handle conversions to abstract interface
25358         types.
25359         (Valid_Tagged_Conversion): The conversion of a tagged type to an
25360         abstract interface type is always valid.
25361         (Valid_Conversion): Modified to give support to abstract interface types
25362         (Resolve_Actuals): Enable full error reporting on view conversions
25363         between unrelated by_reference array types.
25364         The rule for view conversions of arrays with aliased components is
25365         weakened in Ada 2005.
25366         Call to obsolescent subprogram is now considered to be a violation of
25367         pragma Restrictions (No_Obsolescent_Features).
25368         (Check_Direct_Boolean_Operator): If the boolean operation has been
25369         constant-folded, there is nothing to check.
25370         (Resolve_Comparison_Op, Resolve_Equality_Op, Resolve_Boolean_Op): Defer
25371         check on possible violation of restriction No_Direct_Boolean_Operators
25372         until after expansion of operands, to prevent spurious errors when
25373         operation is constant-folded.
25374
25375         * sem_type.ads, sem_type.adb (Covers, Intersect_Types, Specific_Type,
25376         Has_Compatible_Type): Modified to give support to abstract interface
25377         types.
25378         (Interface_Present_In_Ancestor): New function to theck if some ancestor
25379         of a given type implements a given interface
25380
25381         * sem_ch4.adb (Analyze_Call): Handle properly an indirect call whose
25382         prefix is a parameterless function that returns an access_to_procedure.
25383         (Transform_Object_Operation): Handle properly function calls of the
25384         form Obj.Op (X), which prior to analysis appear as indexed components.
25385         (Analyze_One_Call): Complete the error notification to help new Ada
25386         2005 users.
25387         (Analyze_Allocator): For an allocator without an initial value, where
25388         the designated type has a constrained partial view, a discriminant
25389         constraint is illegal.
25390
25391 2005-06-14  Robert Dewar  <dewar@adacore.com>
25392
25393         * a-textio.adb (Set_Col): Fix two errors noticed recently, having to
25394         do with treatment of Set_Col when positioned at end of line character.
25395
25396 2005-06-14  Robert Dewar  <dewar@adacore.com>
25397
25398         * atree.adb: (Elist*): Protect against uninitialized field
25399
25400 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25401
25402         * checks.adb (Install_Null_Excluding_Check): Do not generate checks
25403         for an attribute reference that returns an access type.
25404         (Apply_Discriminant_Check): No need for check if (designated) type has
25405         constrained partial view.
25406
25407         (Apply_Float_Conversion_Check): Generate a short-circuit expression for
25408         both bound checks, rather than a conjunction.
25409         (Insert_Valid_Check): If the expression is an actual that is an indexed
25410         component of a bit-packed array, force expansion of the packed element
25411         reference, because it is specifically inhibited elsewhere.
25412
25413 2005-06-14  Vincent Celier  <celier@adacore.com>
25414
25415         * clean.adb (Clean_Project): Correctly delete executable specified as
25416         absolute path names.
25417
25418         * make.adb (Gnatmake): Allow relative executable path names with
25419         directory information even when project files are used.
25420         (Change_To_Object_Directory): Fail gracefully when unable to change
25421         current working directory to object directory of a project.
25422         (Gnatmake): Remove exception handler that could no longer be exercized
25423         (Compile_Sources.Compile): Use deep copies of arguments, as some of them
25424         may be deallocated by Normalize_Arguments.
25425         (Collect_Arguments): Eliminate empty arguments
25426
25427         * gnatcmd.adb (All_Projects): New Boolean flag, initialized to False,
25428         and set to True when -U is used for GNAT PRETTY or GNAT METRIC.
25429         (Check_Project): Return False when Project is No_Project. Return True
25430         when All_Projects is True.
25431         (GNATCmd): Recognize switch -U for GNAT PRETTY and GNAT METRIC and set
25432         All_Projects to True.
25433         Minor reformatting
25434
25435 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25436             Javier Miranda  <miranda@adacore.com>
25437             Thomas Quinot  <quinot@adacore.com>
25438             Robert Dewar  <dewar@adacore.com>
25439             Hristian Kirtchev  <kirtchev@adacore.com>
25440             Gary Dismukes  <dismukes@adacore.com>
25441
25442         * einfo.ads, einfo.adb (Is_Local_Anonymous_Access): New flag on
25443         anonymous access types, to indicate that the accessibility level of
25444         the type is determined by that of the enclosing declaration.
25445         (Has_Persistent_BSS): New flag
25446         (Set_Is_Primitive_Wrapper): Upgrade the barrier to allow the usage
25447         of this attribute with functions.
25448         (Is_Primitive_Wrapper): Remove the barrier.
25449         (Has_Specified_Stream_Input, Has_Specified_Stream_Output,
25450         Has_Specified_Stream_Read, Has_Specified_Stream_Write):
25451         New subprograms.
25452         (Set_Has_Specified_Stream_Input, Set_Has_Specified_Stream_Output,
25453         Set_Has_Specified_Stream_Read, Set_Has_Specified_Stream_Write):
25454         New subprograms.
25455         (Is_Pure_Unit_Access_Type): New flag
25456         (Abstract_Interfaces): Complete the assertion to cover all usages.
25457         (Set_Is_Interface): Complete the assertion to cover all usages.
25458         (Is_Primitive_Wrapper): New attribute.
25459         (Is_Obsolescent): Now applies to all entities (though it is only set
25460         for subprograms currently)
25461         New flag:  Has_Constrained_Partial_View, to implemente Ada 2005 AI-363,
25462         which solves various problems concerning access subtypes.
25463         (Has_Persistent_BSS): New flag
25464         (Is_Primitive_Wrapper, Set_Primitive_Wrapper): Code cleanup.
25465         Remove these subprograms because this attribute is currently
25466         not used.
25467         New entity flags:
25468         Has_Specified_Stream_Input (Flag190)
25469         Has_Specified_Stream_Output (Flag191)
25470         Has_Specified_Stream_Read (Flag192)
25471         Has_Specified_Stream_Write (Flag193)
25472         Present in all type and subtype entities. Set for a given view if the
25473         corresponding stream-oriented attribute has been defined by an
25474         attribute definition clause. When such a clause occurs, a TSS is set
25475         on the underlying full view; the flags are used to track visibility of
25476         the attribute definition clause for partial or incomplete views.
25477         (Is_Pure_Unit_Access_Type): New flag
25478         Clarify use of Is_Internal.
25479         (Is_Primitive_Wrapper): New attribute present in primitive subprograms
25480         internally generated to wrap the invocation of tasks and protected
25481         types that implement interfaces.
25482         (Implementation_Base_Type): Documentation correction
25483         (Is_Obsolescent): Now applies to all entities (though it is only set
25484         for subprograms currently)
25485         New flag:  Has_Constrained_Partial_View, to implement Ada 2005 AI-363,
25486         which solves various problems concerning access subtypes.
25487
25488         * exp_ch9.adb (Type_Conformant_Parameters): Introduce mode conformance
25489         for examined parameters. Identify unequal parameter list lengths as
25490         non-conformant parameters.
25491         (Overriding_Possible): Do not check for "All" qualifier in declaration
25492         of controlling access parameter, following prescription of AI-404.
25493         (Build_Entry_Wrapper_Spec, Build_Entry_Wrapper_Body): New subprograms
25494         that build the procedure body that wraps an entry invocation
25495         (Build_Corresponding_Record, Build_Protected_Sub_Specification,
25496         Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
25497         Expand_N_Task_Body, Expand_N_Task_Type_Declaration): Modified to
25498         give support to abstract interface types
25499
25500         * freeze.adb (Freeze_Entity): Issue error message if
25501         Is_Pure_Unit_Access_Type set, unless we are in Ada 2005 mode and the
25502         type has no storage pool (Ada 2005) AI-366.
25503         Also modified to give support to abstract interface types
25504         (Freeze_Subprogram): Issue an error for a dispatching subprogram with an
25505         Inline_Always pragma.
25506
25507         * par-ch9.adb (P_Task_Items): Reserved words "not" or "overriding" may
25508         now begin an entry declaration.
25509         (P_Entry_Or_Subprogram_With_Indicator): New procedure in
25510         P_Protected_Operation_Declaration_Opt. Parse an entry declaration or
25511         a subprogram declaration preceded by an overriding indicator.
25512         (P_Protected_Operation_Declaration_Opt): Add case for parsing entry
25513         declarations or subprogram declarations preceded by reserved words
25514         "not" or "overriding".
25515         (P_Entry_Declaration): Update comment. Parse and check overriding
25516         indicator, set semantic flags of entry declarations.
25517         (P_Task): New error message in case of private applied
25518         to a task type declaration.
25519         (P_Protected): New error message in case of private applied
25520         to a task type declaration.
25521
25522         * sem_ch7.adb (Preserve_Full_Attributes): Modified to handle the case
25523         in which the full view of a type implementing an interface is a
25524         concurrent type.
25525         (Has_Overriding_Pragma): Remove obsolete implementation of AI-218.
25526         Declare_Inherited_Private_Subprograms): If an explicit operation
25527         overrides an operation that is inherited in the private part, mark the
25528         explicit one as overriding, to enable overriding indicator checks.
25529         (Preserve_Full_Attributes): Propagate Is_Unchecked_Union attribute from
25530         full view to partial view, to simplify handling in back-end.
25531
25532         * sprint.adb: Print interface lists where needed: derived types,
25533         protected types, task types.
25534         output "is null" for null procedures. Part of implementation of
25535
25536         * sem_cat.adb (Validate_Access_Type_Declaration): Implement AI-366
25537         relaxation of rules for access types in pure, shared passive partitions.
25538
25539         * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Reorganize to
25540         first read discriminants into temporary objects, performing checks on
25541         the read values, then possibly performing discriminant checks on the
25542         actual (if it is constrained), and only finally reading the components
25543         into a constrained temporary object.
25544         (Build_Elementary_Input_Call): Adjust the specific circuitry for the
25545         case of reading discriminants of a mutable record type to recognize
25546         the new form of the code generated by
25547         Build_Mutable_Record_Read_Procedure.
25548
25549         * exp_tss.ads, exp_tss.adb (Make_Init_Proc_Name): Reimplement in terms
25550         of a simple call to Make_TSS_Name.
25551         (Make_TSS_Name_Local): Add the TSS name as the last thing in the name
25552         buffer, in order for Is_TSS to work correctly on local TSS names.
25553
25554         * sem_attr.ads, sem_attr.adb (Resolve_Attribute, case 'Access): Use flag
25555         Is_Local_Anonymous_Access to check legaliy of attributes in the
25556         context of  access components and stand-alone access objects.
25557         (Stream_Attribute_Available): In Ada 95 mode, a stream attribute is
25558         treated as available for a limited private type if there is an
25559         attribute_definition_clause that applies to its full view, but not in
25560         other cases where the attribute is available for the full view
25561         (specifically, the sole fact that the full view is non-limited does not
25562         make the attribute available for the partial view).
25563         (Build_Access_Subprogram_Type): Diagnose attempt to apply 'access to a
25564         non-overloaded intrinsic subprogram.
25565         (Check_Stream_Attribute): Reject an attribute reference for an
25566         unavailable stream attribute even if the prefix is not a limited type
25567         (case of a 'Input attribute reference for an abstract, non-classwide
25568         type)
25569         (Stream_Attribute_Available): New function to determine whether a stream
25570         attribute is available at a place.
25571         (Check_Attribute): Use Stream_Attribute_Available instead of just
25572         testing for TSS presence on the implementation base type.
25573         (Analyze_Attribute): Modified to give support to task interfaces.
25574         (Analyze_Access_Attribute): Add error check for use of an Access (or
25575         Unrestricted_Access) attribute with a subprogram marked as
25576         Inline_Always.
25577         (Analyze_Attribute, case Attribute_Address): Add error check for use of
25578         an Address attribute with a subprogram marked as Inline_Always.
25579         Update Eval_Attribute to handle new value of Width from AI-395
25580
25581         * sem_ch13.adb (Analyze_Stream_TSS_Definition): New subprogram.
25582         (Analyze_Attribute_Definition_Clause, cases Input, Output, Read, Write):
25583         Factor common code across the stream-oriented attribute circcuits into
25584         a new subprogram, Analyze_Stream_TSS_Definition. The new uniform
25585         processing is functionally identical to the previous duplicated one,
25586         except that an expression that denotes an abstract subprogram will now
25587         be rejected, as mandated by AI-195 item 5.
25588
25589         * sem_util.ads, sem_util.adb (Type_Access_Level): Use flag
25590         Is_Local_Anonymous_Access to apply accessibility checks to access
25591         components and stand-alone access objects.
25592         (Has_Discriminant_Dependent_Constraint): Moved to spec for use
25593         elsewhere.
25594         (Is_Potentially_Persistent_Type): New function
25595         (Is_Dependent_Component_Of_Mutable_Object): If the enclosing object is
25596         a heap-object whose type has a constrained partial view, the object is
25597         unconstrained and the component may depend on a discriminant, making its
25598         renaming illegal.
25599
25600         * sinfo.ads, sinfo.adb
25601         (Must_Not_Override): Flag applicable to N_Entry_Declaration.
25602         (Must_Override): Flag applicable to N_Entry_Declaration.
25603         Indicate that interface_list can appear in single task and single
25604         protected declarations.
25605         Replace Is_Overriding and Not_Overriding with Must_Override and
25606         Must_Not_Override, to better express intent of AI.
25607         Is_Overriding, Not_Overriding: Ada2005 flags that indicate the presence
25608         of an overriding indicator in a subprogram or instance.
25609         Ada 2005 (AI-248) Null_Present can appear in a procedure specification.
25610         Add the overriding indicator [[not] overriding] construct to the
25611         following grammar productions:
25612          ENTRY_DECLARATION
25613          GENERIC_INSTANTIATION
25614          SUBPROGRAM_SPECIFICATION
25615
25616         * par-ch10.adb (P_Compilation_Unit): Subprogram declaration or body
25617         can start with an overriding indicator.
25618
25619         * par-ch6.adb (P_Subprogram): Recognize overriding indicator, and set
25620         flags accordingly on subrogram specifications or instances.
25621
25622         * sem_ch8.adb:
25623         (Analyze_Subprogram_Renaming): For a renaming_as_body, verify that the
25624         overriding_indicator, if present, is consistent with status of spec.
25625         Improve error message for null-excluding checks on controlling access
25626         parameters.
25627         (Check_In_Previous_With_Clause): Protect the frontend against
25628         previously reported critical errors in the context clauses.
25629         Save and restore Ada_Version_Explicit, for implementation of AI-362
25630         (Analyze_Subprogram_Renaming): If the new entity is a dispatching
25631         operation verify that controlling formals of the renamed entity that
25632         are access parameters are explicitly non-null.
25633         (Find_Expanded_Name): Improve error message when prefix is an illegal
25634         reference to a private child unit.
25635
25636         * exp_imgv.adb, s-imgwch.ads, s-imgwch.adb, s-valwch.adb,
25637         s-valwch.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdwch.adb:
25638         Rewrite to correspond to new wide character names in AI-395
25639
25640         * par-ch12.adb (P_Formal_Subprogram_Declaration): Recognize null
25641         default procedures.
25642
25643 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25644             Robert Dewar  <dewar@adacore.com>
25645
25646         * errout.ads, errout.adb (Error_Msg_NW): Only emit warning on user
25647         code, not on the bodies of predefined operations, to cut down on
25648         spurious noise.
25649
25650 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25651
25652         * exp_aggr.adb (Aggr_Size_OK): An array with no components can always
25653         be expanded in place. The size computation does not require a
25654         subtraction, which would raise an exception on a compiler built with
25655         assertions when the upper bound is Integer'first.
25656         (Flatten): For an array of composite components, take into account the
25657         size of the components to determine whether it is safe to expand the
25658         array into a purely positional representation.
25659
25660 2005-06-14  Thomas Quinot  <quinot@adacore.com>
25661
25662         * exp_ch2.adb (Param_Entity): Take the case of an expanded_name
25663         denoting a formal parameter into account.
25664
25665 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25666
25667         * exp_ch7.adb (Find_Node_To_Be_Wrapped): If the node appears within
25668         the entry_call alternative of a conditional entry call, wrap the
25669         conditional entry call itself.
25670
25671 2005-06-14  Nicolas Setton  <setton@adacore.com>
25672             Ed Schonberg  <schonberg@adacore.com>
25673
25674         * exp_dbug.ads, exp_dbug.adb (Get_Variant_Part): Fix the encoding of
25675         the "simple_choice" member in a variant record, in accordance with the
25676         description in the package spec: the information output for a constant
25677         should be "S number", not "SS number".
25678         (Get_Encoded_Name): Return at once if not generating code. Avoids name
25679         overflow problem when compiling with -gnatct, for ASIS/gnatmetrics.
25680
25681 2005-06-14  Thomas Quinot  <quinot@adacore.com>
25682
25683         * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): For an
25684         RACW without any primitives, do not generate the if statement for
25685         dispatching by name in the PolyORB/DSA case, as it would be malformed
25686         (it would have an Elsif_Parts list that is not No_List, but with a
25687         length of 0).
25688
25689 2005-06-14  Robert Dewar  <dewar@adacore.com>
25690
25691         * exp_intr.adb, par-ch5.adb: Minor fix to error message text
25692
25693 2005-06-14  Jose Ruiz  <ruiz@adacore.com>
25694
25695         * fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi
25696         can determine whether pragma Suppress_Exception_Locations is in effect.
25697
25698         * utils2.c (build_call_raise): Do not pass the file name to the
25699         exception handler if pragma Suppress_Exception_Locations is in effect.
25700         (build_allocator): Add and process arg IGNORE_INIT_TYPE.
25701
25702 2005-06-14  Emmanuel Briot  <briot@adacore.com>
25703
25704         * g-debpoo.adb (Deallocate, Dereference): Improve output.
25705
25706 2005-06-14  Nicolas Roche  <roche@adacore.com>
25707
25708         * g-diopit.adb (Wildcard_Iterator): Return directly if Path is equal
25709         to ""
25710         (Next_Level): Fix minor bug in handling of ../dir case
25711         (Read): Add dir separator to Directory name so that "" is understood as
25712          "/"
25713
25714 2005-06-14  Pascal Obry  <obry@adacore.com>
25715
25716         * g-dynhta.ads, g-dynhta.adb (Reset): Free the table itself after
25717         releasing the items.
25718
25719 2005-06-14  Vincent Celier  <celier@adacore.com>
25720             Cyrille Comar  <comar@adacore.com>
25721
25722         * g-os_lib.ads, g-os_lib.adb (Non_Blocking_Spawn): Two new versions
25723         with output file descriptor and with output file name.
25724         (Dup, Dup2): Now global procedures as they are used by two subprograms
25725         (Copy): Allocate the 200K buffer on the heap rather than on the stack.
25726
25727 2005-06-14  Thomas Quinot  <quinot@adacore.com>
25728
25729         PR ada/6717
25730         * g-socket.ads, g-socket.adb (Inet_Addr): Special case the all-ones
25731         broadcast address.
25732         (Create_Selector): Bind listening socket used to create the signalling
25733         socket pair to 127.0.0.1 to limit the scope for 'theft' of connection.
25734         Set listen backlog to 1 to ensure that we detect socket theft by a
25735         failure of our own connect(2) call.
25736         (Check_Selector): Improve documentation of the selector mechanism.
25737         (Broadcast_Inet_Addr): New constant.
25738
25739 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
25740
25741         * layout.adb (Discrimify): Remove resetting of Vtype to the underlying
25742         type which turns out to be an incomplete and incorrect fix.
25743         (Layout_Array_Type): Use Underlying_Type when checking whether the scope
25744         of the type is declared in a record (for determination of insertion
25745         type).
25746         (SO_Ref_From_Expr): Test whether Vtype denotes a partial or full view of
25747         a private type and ensure that the primary entity is used for the type
25748         of the newly created function's V formal by taking the Etype of the
25749         view.
25750
25751 2005-06-14  Javier Miranda  <miranda@adacore.com>
25752             Jose Ruiz  <ruiz@adacore.com>
25753             Robert Dewar  <dewar@adacore.com>
25754             Ed Schonberg  <schonberg@adacore.com>
25755
25756         * lib-load.ads, lib-load.adb (Load_Unit): Addition of a new parameter
25757         that indicates if we are parsing a compilation unit found in a
25758         limited-with clause.
25759         It is use to avoid the circularity check.
25760
25761         * par.ads, par.adb (Par): Addition of a new parameter to indicate if
25762         we are parsing a compilation unit found in a limited-with clause. This
25763         is use to avoid the circularity check.
25764
25765         * par-load.adb (Load): Indicate Lib.Load_Unit if we are loading the
25766         unit as a consequence of parsing a limited-with clause. This is used
25767         to avoid the circularity check.
25768
25769         * sem_ch10.adb: Suppress Ada 2005 unit warning if -gnatwY used
25770         (Analyze_Context): Limited-with clauses are now allowed
25771         in more compilation units.
25772         (Analyze_Subunit_Context, Check_Parent): Protect the frontend
25773         againts previously reported critical errors in context clauses
25774         (Install_Limited_Withed_Unit): Code cleanup plus static detection
25775         of two further errors: renamed subprograms and renamed packages
25776         are not allowed in limited with clauses.
25777         (Install_Siblings): Do not install private_with_clauses on the package
25778         declaration for a non-private child unit.
25779         (Re_Install_Parents): When a parent of the subunit is reinstalled,
25780         reset visibility of child units properly.
25781         (Install_Withed_Unit): When a child unit appears in a with_clause of its
25782         parent, it is immediately visible.
25783
25784 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25785             Emmanuel Briot  <briot@adacore.com>
25786
25787         * lib-xref.ads, lib-xref.adb (Generate_Definition): Treat any entity
25788         declared within an inlined body as referenced, to prevent spurious
25789         warnings.
25790         (Output_One_Ref): If an entity renames an array component, indicate in
25791         the ALI file that this aliases (renames) the array. Capture as well
25792         function renamings that rename predefined operations.
25793         Add information about generic parent for package and subprogram
25794         instances.
25795         (Get_Type_Reference): For a subtype that is the renaming of an actual in
25796         an instantiation, use the first_subtype to ensure that we don't generate
25797         cross-reference information for internal types.
25798         For objects and parameters of a generic private type, retain the '*'
25799         indicator to distinguish such an entity from its type.
25800
25801         * ali.ads (Xref_Entity_Record): New fields Iref_File_Num and Iref_Line,
25802         to store information about instantiated entities.
25803
25804         * ali.adb (Scan_ALI): Add support for parsing the reference to the
25805         generic parent
25806
25807         * xref_lib.adb (Skip_To_Matching_Closing_Bracket): New subprogram
25808         (Parse_Identifier_Info, Parse_Token): Add support for the generic parent
25809         information.
25810
25811 2005-06-10  Doug Rupp  <rupp@adacore.com>
25812             Arnaud Charlet  <charlet@adacore.com>
25813             Olivier Hainque  <hainque@adacore.com>
25814             Jose Ruiz  <ruiz@adacore.com>
25815
25816         * Make-lang.in: Add initialize.o when needed.
25817         Remove obsolete references to RT_FLAGS.
25818         Add missing dependencies for sdefault.o
25819
25820         * initialize.c: New file.
25821
25822         * init.c [VMS] Declare ADA$ externs weak to fix build problem in IVMS.
25823         [VMS] cond_signal_table: Fix problem in declaration.
25824         [VMS] __gnat_error_handler: rewrite.
25825         Move all __gnat_initialize() routines to initialize.c
25826         Specialize the former "hpux" section to "hppa hpux", as this is what the
25827         section really is here for and we now have other hpux ports that need
25828         different contents.
25829         (__gnat_adjust_context_for_raise) i386-linux: First version of this
25830         function for this target. Adjust PC by one in the machine context. This
25831         adjustment was previously done in the MD_FALLBACK_FRAME_STATE_FOR, but
25832         it is more reliable to do that in the signal handler itself.
25833         (__gnat_install_handler) i386-linux: Set SA_SIGINFO in the sigaction
25834         flags, so that the handler is passed the context structure to adjust
25835         prior to the raise.
25836         (__gnat_error_handler) i386-linux: Adjust the signature to match what a
25837         SA_SIGINFO sigaction should look like. Call
25838         __gnat_adjust_context_for_raise before actually raising. Cleanup unused
25839         Machine_State_Operations stuff.
25840         Add conditional code so that the x86_64 is also supported.
25841
25842 2005-06-14  Pascal Obry  <obry@adacore.com>
25843
25844         * mdll.adb (Get_Dll_Name): New routine that returns the DLL name given
25845         the library name.
25846
25847 2005-06-14  Robert Dewar  <dewar@adacore.com>
25848
25849         * opt.ads, opt.adb: New flags for persistent_bss mode
25850         Add Ada_Version_Explicit, for implementation of AI-362
25851         Add Assertions_Enabled_Config and associated handling
25852         Needed since setting can be changed with Assertion_Policy pragma
25853         Add new flag Warn_On_Ada_2005_Compatibility
25854
25855         * switch-c.adb: Recognize -gnatwy/Y
25856         Set Ada_Version_Explicit, for implementation of AI-362
25857         The -gnatg switch now includes -gnatyu
25858
25859         * usage.adb: Add -gnatwy/Y
25860         Remove wrong asterisk on -gnatwX line
25861         Add line for -gnatyu switch
25862
25863 2005-06-14  Vincent Celier  <celier@adacore.com>
25864
25865         * osint.adb (Add_Default_Search_Dirs): Put source and object
25866         directories of project files before directories coming from
25867         ADA_INCLUDE_PATH and ADA_OBJECTS_PATH.
25868
25869 2005-06-14  Robert Dewar  <dewar@adacore.com>
25870
25871         PR ada/15613
25872         * par-ch2.adb (Scan_Pragma_Argument): New procedure
25873         (P_Pragma): Implement RM 2.8(4) check for no pos args after named args
25874
25875 2005-06-14  Vincent Celier  <celier@adacore.com>
25876
25877         * prep.adb (Preprocess): Ignore error when scanning the first token of
25878         a line.
25879
25880 2005-06-14  Vincent Celier  <celier@adacore.com>
25881
25882         * prj-nmsc.adb (Suffix_For): Change default suffix for C++ to ".cpp"
25883         (Check_Stand_Alone_Library): If the specified reference symbol file does
25884         not exist, only issue a warning when the symbol policy is not
25885         Controlled. And, when symbol policy is Compliant, set the symbol
25886         policy to Autonomous.
25887
25888 2005-06-14  Vincent Celier  <celier@adacore.com>
25889
25890         * prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List
25891         when the project file in a with clause is not the last one, that is the
25892         project file name is followed by a comma.
25893         * prj-pp.adb: (First_With_In_List): New Boolean global variable
25894         (Print): Issue list of project files separated by commas in with clauses
25895         according to the values returned by Is_Not_Last_In_List.
25896         * prj-tree.ads, prj-tree.adb: (Is_Not_Last_In_List): New function
25897         (Set_Is_Not_Last_In_List): New procedure
25898
25899 2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
25900
25901         * s-atacco.ads: Put a pragma No_Strict_Aliasing on Object_Pointer.
25902
25903 2005-06-14  Robert Dewar  <dewar@adacore.com>
25904
25905         * scng.adb: Add call to new Check_EOF routine
25906         (Accumulate_Checksum): Properly handle wide wide char >= 2 ** 24
25907         Add some comments regarding wide character handling
25908
25909         * style.ads, styleg.ads, styleg.adb: Implement new style switch -gnatyu
25910
25911         * stylesw.ads, stylesw.adb: Implement new style switch -gnatyu
25912
25913         * g-utf_32.ads, g-utf_32.adb (Is_UTF_32_Non_Graphic): Other_Format
25914         characters are now considered graphic characters and hence yield false
25915         in this call.
25916
25917         * nmake.adt: Modify header so that xnmake does not generate output
25918         files with multiple blank lines.
25919
25920         * treeprs.adt: Remove a blank line so that output from xtreeprs does
25921         not have an extra blank line
25922
25923 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
25924
25925         * sem_aggr.adb (Aggregate_Constraint_Checks): Apply a conversion to the
25926         expression when the component type is an anonymous access type to
25927         ensure that appropriate accessibility checks are done.
25928
25929         * sem_ch5.adb (Analyze_Assignment): Apply a implicit conversion to the
25930         expression of an assignment when the target object is of an anonymous
25931         access type. This ensures that required accessibility checks are done.
25932         (One_Bound): Move the check for type Universal_Integer to
25933         Process_Bounds.
25934         (Process_Bounds): Check whether the type of the preanalyzed range is
25935         Universal_Integer, and in that case set Typ to Integer_Type prior
25936         to setting the type of the original range and the calls to One_Bound.
25937
25938 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25939
25940         * sem_case.adb (Expand_Others_Choice): Improve warning.
25941
25942 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25943
25944         * sem_eval.adb (Subtypes_Statically_Match): Use discriminant
25945         constraint of full view if present, when other type is discriminated.
25946         (Eval_Relational_Op): Recognize tests of pointer values against Null,
25947         when the pointer is known to be non-null, and emit appropriate warning.
25948
25949 2005-06-14  Robert Dewar  <dewar@adacore.com>
25950             Ed Schonberg  <schonberg@adacore.com>
25951
25952         PR ada/10671
25953         * sem_prag.adb: Implement pragma Persistent_BSS
25954         Remove obsolete pragma Persistent_Data, Persistent_Object
25955         Set Ada_Version_Explicit, for implementation of AI-362
25956         Test Ada_Version_Explicit for Preelaborate_05 and Pure_05
25957         Add processing for pragma Pure_05 and Preelaborate_05
25958         Add processing for Assertion_Policy pragma
25959         Add pragma identifiers for Assert
25960         (Analyze_Pragma, case Assert): Check number of arguments
25961         (Process_Inline): Additional guard against an illegal program, where the
25962         argument of the pragma is undefined, and warnings on redundant
25963         constructs are enabled.
25964         (Analyze_Pragma, case Obsolescent): Allow an optional second argument
25965         Ada_05 to this pragma, specifying that the pragma is only active in
25966         Ada_05 mode.
25967         (Check_Arg_Order): New procedure
25968         Add appropriate calls to this procedure throughout
25969         Also throughout, check entity name before doing any other checks
25970
25971         * snames.h snames.ads, snames.adb: Add pragma Persistent_BSS
25972         Remove obsolete pragma Persistent_Data, Persistent_Object
25973         Add entries for pragma Pure_05 and Preelaborate_05
25974         Add entries for Assertion_Policy pragma and associated names
25975         Add some names for pragma argument processing
25976
25977         * tbuild.ads, tbuild.adb: (Make_Linker_Section_Pragma): New function
25978
25979 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
25980
25981         * sem_warn.adb (Warn_On_Known_Condition): If the constant expression
25982         appears within a negation (either from source or as a rewriting of
25983         inequality) adjust text of warning accordingly.
25984
25985 2005-06-14  Thomas Quinot  <quinot@adacore.com>
25986
25987         * s-strxdr.adb: Follow AI95-00132
25988
25989 2005-06-14  Arnaud Charlet  <charlet@adacore.com>
25990
25991         * s-tasren.adb (Exceptional_Complete_Rendezvous): Fix race condition.
25992
25993 2005-06-14  Arnaud Charlet  <charlet@adacore.com>
25994             Jose Ruiz  <ruiz@adacore.com>
25995
25996         * s-tposen.adb, s-tpobop.adb
25997         (Exceptional_Complete_Rendezvous): Save the occurrence and not only
25998         the exception id.
25999         (PO_Do_Or_Queue): Before queuing a task on an entry queue we check that
26000         there is no violation of the Max_Entry_Queue_Length restriction (if it
26001         has been set); Program_Error is raised otherwise.
26002         (Requeue_Call): Before requeuing the task on the target entry queue we
26003         check that there is no violation of the Max_Entry_Queue_Length
26004         restriction (if it has been set); Program_Error is raised otherwise.
26005
26006 2005-06-14  Robert Dewar  <dewar@adacore.com>
26007
26008         * styleg.adb: Fix several remaining problems in -gnatyu switch
26009         Blank line count not reset at start
26010         Scanning outside source buffer in some cases
26011         Confusing message for blanks at end of file
26012         Non-empty blank lines not recognized
26013
26014         * nmake.adt: Modify header so that xnmake does not generate output
26015         files with multiple blank lines.
26016
26017         * treeprs.adt: Remove a blank line so that output from xtreeprs does
26018         not have an extra blank line
26019
26020 2005-06-14  Sergey Rybin  <rybin@adacore.com>
26021
26022         * styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message.
26023
26024 2005-06-14  Doug Rupp  <rupp@adacore.com>
26025             Vincent Celier  <celier@adacore.com>
26026
26027         * vms_conv.ads, vms_conv.adb: Remove "Library" command.
26028         Update copyright.
26029
26030         * vms_data.ads: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
26031         Remove "Library" command.
26032         Change keyword for style check -gnatyd from NOCRLF to
26033         DOS_LINE_ENDINGS.
26034         Remove useless second style check keyword NONE
26035         Remove help documentation for inexistent style check keyword
26036         RM_COLUMN_LAYOUT.
26037         Add help documentation for style check keywords DOS_LINE_ENDINGS,
26038         UNNECESSARY_BLANK_LINES and XTRA_PARENS
26039         Add UNNECESSARY_BLANK_LINES for -gnatyu
26040         Add qualifiers /ALL_PROJECTS (-U) for GNAT PRETTY and GNAT METRIC
26041
26042         * ug_words: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
26043
26044 2005-06-14  Vincent Celier  <celier@adacore.com>
26045
26046         * makegpr.adb (Compile_Link_With_Gnatmake): Invoke gnatmake with -d if
26047         gprmake was invoked with -d.
26048         (Compile_Sources): If -d was used, output the "completed ..." message
26049         for each compilation.
26050         (Scan_Arg): Recognize new switch -d
26051         When -c and at least one main is specified, set
26052         Unique_Compile to True to guarantee that no other sources will be
26053         compiled.
26054
26055 2005-06-14  Matthew Heaney  <heaney@adacore.com>
26056
26057         * a-swunha.ads, a-swunha.adb: Removed. Replaced by a-swuwha.ad[sb]
26058         * a-swuwha.ads, a-swuwha.adb: New files
26059
26060         * a-szunha.ads, a-szunha.adb: Removed, replaced by a-szuzha.ad[sb]
26061         * a-szuzha.ads, a-szuzha.adb: New files.
26062
26063         * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
26064         a-crbtgk.adb, a-crbltr.ads, a-coorse.ads, a-coorse.adb, a-convec.ads,
26065         a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohata.ads, a-cohama.ads,
26066         a-cohama.adb, a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
26067         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
26068         a-cdlili.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb,
26069         a-cohase.ads, a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads,
26070         a-swunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb, a-shcain.ads,
26071         a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads, a-stwiha.adb,
26072         a-strhas.adb, a-stzhas.adb: synchronized to the latest version of the
26073         Ada 2005 RM.
26074
26075 2005-06-10  Eric Botcazou  <ebotcazou@adacore.com>
26076             Olivier Hainque  <hainque@adacore.com>
26077             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
26078             Pascal Obry  <obry@adacore.com>
26079
26080         * gigi.h: (build_allocator): Add arg IGNORE_INIT_TYPE.
26081
26082         * trans.c (call_to_gnu): Issue a warning for users of Starlet when
26083         making a temporary around a procedure call because of non-addressable
26084         actual parameter.
26085         (process_freeze_entity): If entity is a private type, capture size
26086         information that may have been computed for the full view.
26087         (tree_transform, case N_Allocator): If have initializing expression,
26088         check type for Has_Constrained_Partial_View and pass that to
26089         build_allocator.
26090         (tree_transform, case N_Return_Statement): Pass extra arg to
26091         build_allocator.
26092
26093         * decl.c (annotate_value): Remove early return if -gnatR is not
26094         specified.
26095         (gnat_to_gnu_field): Don't make a packable type for a component clause
26096         if the position is byte aligned, the field is aliased, and the clause
26097         size isn't a multiple of the packable alignment. It serves no useful
26098         purpose packing-wise and would be rejected later on.
26099         (gnat_to_gnu_entity, case object): Pass extra arg to build_allocator.
26100
26101         PR ada/20515
26102         (gnat_to_gnu_entity): Remove use of macro _WIN32 which is wrong in the
26103         context of cross compilers. We use TARGET_DLLIMPORT_DECL_ATTRIBUTES
26104         instead.
26105         (create_concat_name): Idem.
26106
26107 2005-06-10  Robert Dewar  <dewar@adacore.com>
26108             Eric Botcazou  <ebotcazou@adacore.com>
26109             Ben Brosgol  <brosgol@adacore.com>
26110             Cyrille Comar  <comar@adacore.com>
26111             Sergey Rybin  <rybin@adacore.com>
26112             Pascal Obry  <obry@adacore.com>
26113
26114         * gnat_rm.texi: Add documentation for pragma Persistent_BSS
26115         Document second argument (Ada_05) of pragma Obsolescent
26116         Add note that call to subprogram marked with pragma Obsolescent
26117         is now considered to be a violation of program Restrictions
26118         (No_Obsolescent_Features).
26119         (Implementation Defined Pragmas) <Machine_Attribute>: Make it clear
26120         that only machine-dependent attributes are supported.
26121
26122         * gnat_ugn.texi:
26123         Commented out menu lines and empty section for gnatclean examples
26124         Document -gnatwy/Y
26125         Fix some over long lines
26126         Clarify and enhance documentation of ADA_PROJECT_PATH.
26127         Rework section 2.11.2(3) about linking with a non-GNU compiler.
26128         Mention new switch -fcallgraph-info.
26129         Mention new switch -fstack-usage.
26130         For gnatpp, replace '-notab' with '-N' and add this option to Index
26131         Corrected VMS example.
26132         VMS keyword for style check -gnatyd is DOS_LINE_ENDINGS, no NOCRLF
26133         Minor reformatting
26134         Add documentation for -gnatyu switch (unnecessary blank lines)
26135         Document new switch -U for GNAT PRETTY and GNAT METRIC
26136         Add note about Stdcall being handled as C convention on non Windows OS.
26137         Remove some junk typo in description of gnatbind -S switch
26138         Remove reference to Extensions_Allowed pragma
26139         Document the new order of the directories to be searched (source and
26140         object directories of project files before directories in ADA_*_PATH
26141         environment variables.
26142
26143         * g-trasym.ads: Document that IRIX is supported
26144
26145 2005-06-10  Arnaud Charlet  <charlet@adacore.com>
26146
26147         * Makefile.in: Add initialize.o when needed.
26148         Adapt to new VMS package body Symbols and subunits
26149         No specialized version of a-sytaco is needed for VxWorks.
26150
26151         * a-wichun.ads, a-wichun.adb, a-zchuni.ads, a-zchuni.adb: New files.
26152         * a-zchara.ads, a-widcha.ads: New files.
26153
26154         * system-hpux-ia64.ads: New file.
26155
26156         * i-vxwork-x86.ads, i-vxwork.ads (intContext): Add this function which
26157         is imported from the VxWorks kernel.
26158
26159 2005-06-14  Robert Dewar  <dewar@adacore.com>
26160
26161         * g-soliop-mingw.ads, g-soccon-vms.adb, a-swmwco.ads, exp_smem.adb,
26162         fmap.adb, a-szmzco.ads, s-traent-vms.adb, s-traent-vms.ads,
26163         a-direio.ads, a-exctra.ads, a-exexda.adb, a-exextr.adb, a-stream.ads,
26164         s-restri.ads, s-restri.adb, s-traent.adb, s-traent.ads, a-slcain.adb,
26165         a-stzhas.ads, a-tiinau.adb, comperr.adb, exp_ch11.adb, g-boubuf.adb,
26166         g-calend.adb, g-debpoo.ads, g-moreex.ads, gprep.adb, g-regpat.ads,
26167         i-cexten.ads, i-os2thr.ads, makeutl.ads, memroot.adb, mlib-prj.adb,
26168         namet.adb, namet.ads, prj-makr.adb, prj-proc.adb, sem_dist.adb,
26169         sem_elim.ads, s-valint.adb, s-vallli.adb, s-vallli.adb, s-vallli.ads,
26170         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads, scn.adb,
26171         s-tasinf.adb, targparm.adb, uname.adb, uname.ads, xnmake.adb,
26172         xsinfo.adb, a-direct.ads: Remove extra blank lines. Minor reformatting.
26173
26174 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26175
26176         * xeinfo.adb: Fix typo in comment
26177
26178 2005-06-14  Javier Miranda  <miranda@adacore.com>
26179
26180         * repinfo.ads: Fix typo in comment
26181
26182 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
26183
26184         * s-finimp.adb (Parent_Tag): Delete this imported function (function
26185         Parent_Tag is now in the visible part of Ada.Tags).
26186         (Get_Deep_Controller): Call Ada.Tags.Parent_Tag directly instead of
26187         using imported function.
26188
26189 2005-06-14  Bernard Banner  <banner@adacore.com>
26190
26191         * vxaddr2line.adb: Add support for Windows hosted x86 vxworks. Should
26192         also apply for handling support for VxSim 653.
26193
26194 2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
26195
26196         * xsnames.adb: Add automatic generation of snames.h.
26197
26198 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26199
26200         * gen-soccon.c: Add IP_MULTICAST_IF constant
26201         Minor reformatting and adjustments to prevent warnings.
26202
26203 2005-06-14  Pascal Obry  <obry@adacore.com>
26204
26205         * seh_init.c: Do not include <sys/stat.h>. This is not needed.
26206
26207 2005-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
26208
26209         * trans.c (gnat_gimplify_expr): Call
26210         recompute_tree_invarant_for_addr_expr when we change
26211         the operand of the ADDR_EXPR.
26212
26213 2005-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26214
26215         * misc.c: Don't include errors.h.
26216
26217 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26218
26219         * raise.c (db): Add ATTRIBUTE_PRINTF_2.
26220
26221 2005-05-29  Kazu Hirata  <kazu@cs.umass.edu>
26222
26223         * cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix
26224         comment typos.
26225         * gnat_rm.texi, gnat_ugn.texi: Fix typos.
26226
26227 2005-05-16  Nathanael Nerode  <neroden@gcc.gnu.org>
26228
26229         PR ada/20270
26230         * Makefile.in: Make TGT_LIB behave correctly.
26231
26232 2005-04-23  DJ Delorie  <dj@redhat.com>
26233
26234         * misc.c: Adjust warning() callers.
26235
26236 2005-04-16  Laurent Guerby  <laurent@guerby.net>
26237
26238         PR ada/18847
26239         * a-nudira.adb (Value): Check for valid string.
26240         * a-nuflra.adb (Value): Likewise.
26241
26242 2005-04-11  Richard Sandiford  <rsandifo@redhat.com>
26243
26244         * lang.opt: Refer to the GCC internals documentation instead of c.opt.
26245
26246 2005-04-10  Kazu Hirata  <kazu@cs.umass.edu>
26247
26248         * adaint.c, init.c, tracebak.c: Fix comment typos.
26249         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Fix typos.
26250
26251 2005-04-07  Laurent Guerby  <laurent@guerby.net>
26252             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26253
26254         * Makefile.in: Add make ifeq define for hppa linux tasking support.
26255         * system-hpux.ads: Define Signed_Zeros to be True.
26256         * system-linux-hppa.ads, s-osinte-linux-hppa.ads: New files.
26257
26258 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
26259
26260         * adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
26261         raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
26262         typos.
26263
26264 2005-03-30  Tom Tromey  <tromey@redhat.com>
26265
26266         * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE.
26267
26268 2005-03-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
26269
26270         * adaint.c (_gnat_set_close_on_exec): Mark parameters unused.
26271
26272 2005-03-29  Robert Dewar  <dewar@adacore.com>
26273
26274         * sem_res.adb (Resolve_Real_Literal): Generate warning if static
26275         fixed-point expression has value that is not a multiple of the Small
26276         value.
26277
26278         * opt.ads (Warn_On_Bad_Fixed_Value): New flag
26279
26280         * s-taprop-tru64.adb (RT_Resolution): Return an integer number of
26281         nanoseconds.
26282
26283         * ug_words: Add entry for [NO_]BAD_FIXED_VALUES for -gnatwb/-gnatwB
26284
26285 2005-03-29  Vincent Celier  <celier@adacore.com>
26286
26287         * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb
26288         (Build_Dynamic_Library.Version_String): Return the empty string when
26289         Lib_Version is empty or when the symbol policy is not Autonomous.
26290
26291         * symbols-vms-alpha.adb (Finalize): For symbol policy Compliant, when
26292         a symbol is not in the reference symbol file, increase the Major ID
26293         and set the Minor ID to 0.
26294         Use gsmatch=lequal instead of gsmatch=equal
26295
26296 2005-03-29  Doug Rupp  <rupp@adacore.com>
26297
26298         * adaint.c (__gnat_to_canonical_file_spec [VMS]): Check for logical
26299         name and translate.
26300
26301 2005-03-29  Javier Miranda  <miranda@adacore.com>
26302
26303         * a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed.
26304         (Inherit_DT): The first formal has been redefined as a Tag.
26305         This allows us the removal of the subprogram Get_TSD.
26306         (TSD): Replace the call to Get_TSD by the actual code.
26307
26308         * exp_disp.ads, exp_disp.adb: Remove support to call Get_TSD.
26309         (Make_DT): Upgrade the call to Inherit_TSD according to the
26310         new interface: the first formal is now a Tag.
26311
26312         * i-cpp.ads, i-cpp.adb (CPP_Inherit_DT): The first formal has been
26313         redefined as a Tag.
26314         This change allows us to remove the subprogram Get_TSD.
26315         (CPP_Get_TSD): Subprogram removed.
26316         (TSD): Replace the call to CPP_Get_TSD by the actual code.
26317
26318         * rtsfind.ads: Remove support to call the run-time
26319         subprogram Get_TSD
26320
26321 2005-03-29  Robert Dewar  <dewar@adacore.com>
26322
26323         * errutil.adb, errout.adb:
26324         Minor comment updates on Line_Terminator references
26325
26326         * par-ch10.adb: Add ??? comment about line terminator
26327
26328         * styleg.adb (Check_Line_Terminator): Add check for new switch -gnatyd
26329         (check dos line terminator).
26330         (Check_Line_Max_Length): New procedure, split off from the existing
26331         Check_Line_Terminator routine. Separating this out allows -gnatyf to
26332         be properly recognized.
26333
26334         * styleg.adb: Add ??? comment for line terminator reference
26335
26336         * scng.adb (Check_End_Of_Line): Fix bug of -gnatyf being ignored
26337         (Check_End_Of_Line): Add -gnatyd handling (check dos line terminators)
26338
26339         * styleg.ads (Check_Line_Terminator): Add check for new switch -gnatyd
26340         (check dos line terminator).
26341         (Check_Line_Max_Length): New procedure, split off from the existing
26342         Check_Line_Terminator routine. Separating this out allows -gnatyf to
26343         be properly recognized.
26344
26345         * stylesw.ads, stylesw.adb:
26346         Add handling for new -gnatyd switch (check dos line terminator)
26347
26348         * switch-c.adb: Recognize new -gnatyd switch (check dos line terminator)
26349         Recognize -gnatwb/-gnatwB switches
26350         Include Warn_On_Bad_Fixed_Value for -gnatg
26351
26352         * usage.adb:
26353         Add line for new -gnatyd switch (check dos line terminator)
26354
26355         * usage.adb: Add lines for -gnatwb/-gnatwB
26356
26357         * vms_data.ads: Add entry for NOCRLF (-gnatyd)
26358
26359         * vms_data.ads: [NO_]BAD_FIXED_VALUES synonym for -gnatwb/-gnatwB
26360
26361         * gnat_ugn.texi: Fix overlong lines
26362         Document new -gnatyd switch
26363         Document new -gnatwb/-gnatwB switches
26364
26365 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
26366
26367         * exp_ch4.adb (Has_Unconstrained_UU_Component): Use the base type in
26368         order to retrieve the component list of the type, before examining
26369         individual components.
26370
26371         * sem_type.adb (Covers): Types are compatible if one is the base type
26372         of the other, even though their base types might differ when private
26373         views are involved.
26374
26375 2005-03-29  Thomas Quinot  <quinot@adacore.com>
26376
26377         * exp_dist.adb (Add_RAST_Features, PolyORB version): Set the From_Any,
26378         To_Any and TypeCode TSSs on RAS types directly using Set_TSS, instead
26379         of using Set_Renaming_TSS. This ensures that the TSS bodies are not
26380         analyzed if expansion is disabled (which could otherwise cause spurious
26381         error messages if expansion has been disabled due to previous
26382         (unrelated) errors).
26383
26384         * sem_prag.adb (Analyze_Pragma, case Asynchronous): If RAS expansion
26385         is disabled, the entity denoted by the argument is the access type
26386         itself, not an underlying record type, so there is no need to go back
26387         to the Corresponding_Remote_Type.
26388
26389 2005-03-29  Gary Dismukes  <dismukes@adacore.com>
26390             Robert Dewar  <dewar@adacore.com>
26391
26392         * exp_intr.adb (Expand_Dispatching_Constructor_Call): New procedure to
26393         expand a call to an instance of
26394         Ada.Tags.Generic_Dispatching_Constructor into a dispatching call to the
26395         Constructor actual of the instance. A class-wide membership
26396         check is also generated, to ensure that the tag passed to the instance
26397         denotes a type in the class.
26398         (Expand_Intrinsic_Call): Call Expand_Dispatching_Constructor in the case
26399         of Name_Generic_Dispatching_Constructor.
26400
26401         * Makefile.rtl: Add a-tgdico.ads to the list of library units (new Ada
26402         05 unit for AI-260-02).
26403
26404         * a-tgdico.ads: New file.
26405
26406         * impunit.adb (Non_Imp_File_Names_05): Add entry "a-tgdico" for new
26407         predefined Ada 05 generic unit Ada.Tags.Generic_Dispatching_Constructor.
26408
26409         * snames.ads, snames.adb (Preset_Names): Add entry for
26410         Generic_Dispatching_Constructor.
26411
26412         PR ada/20300
26413         * sem_ch8.adb (Find_Direct_Name): Go to root type for check of
26414         character type cases.
26415         (Analyze_Subprogram_Renaming): Add special handling for
26416         the case of renaming of stream attributes when the renaming denotes a
26417         generic formal subprogram association for an abstract formal subprogram.
26418         Check that the attribute is a primitive stream attribute (and not
26419         a class-wide stream attribute) and then rewrite the attribute name
26420         as the name of the appropriate compiler-generated stream primitive.
26421
26422 2005-03-29  Robert Dewar  <dewar@adacore.com>
26423
26424         * exp_util.adb (Remove_Side_Effects): Properly propagate arguments to
26425         recursive calls.
26426         (Is_Possibly_Unaligned_Object): Correct typo that
26427         resulted in inaccurate result for unaligned scalars within records.
26428
26429 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
26430
26431         * freeze.adb (Freeze_Record_Type): If the type of the component is an
26432         itype whose parent is controlled and not yet frozen, do not create a
26433         freeze node for the itype if expansion is disabled.
26434
26435 2005-03-29  Vincent Celier  <celier@adacore.com>
26436
26437         * make.adb (Gnatmake): Don't fail if the main project file is declared
26438         as having no Ada sources. Do not display message "no sources to
26439         compile" in quiet output.
26440
26441 2005-03-29  Doug Rupp  <rupp@adacore.com>
26442
26443         * Makefile.in [VMS] (EXTRA_GNATTOOLS): Add vms_help and gnat.hlp as
26444         extra tools.
26445
26446 2005-03-29  Robert Dewar  <dewar@adacore.com>
26447
26448         * par-ch12.adb (P_Generic): Give better msg for illegal private generic
26449         child.
26450
26451 2005-03-29  Robert Dewar  <dewar@adacore.com>
26452
26453         * par-ch3.adb (P_Type_Declaration): Fix bad error recovery after
26454         missing TYPE Improve the error message generated when compiling a
26455         limited interface in Ada83 or Ada95 mode.
26456
26457 2005-03-29  Robert Dewar  <dewar@adacore.com>
26458
26459         * par-ch4.adb (P_Name): When a bad attribute is returned, return error,
26460         rather than proceed ahead using a junk attribute name.
26461
26462 2005-03-29  Vincent Celier  <celier@adacore.com>
26463
26464         * prj.ads, prj.adb: (Project_Data): Add new component Display_Name
26465
26466         * prj-part.adb (Parse_Single_Project): Set the location of a project
26467         on its defining identifier, rather than on the reserved word "project".
26468
26469         * prj-proc.adb (Expression): Adapt to the fact that default of external
26470         references may be string expressions, not always literal strings.
26471         (Recursive_Process): Set Display_Name equal to Name
26472         when Location is No_Location, that is when there is no actual file.
26473         Get the Display_Name of the project from the source, when it is not a
26474         virtual project.
26475         (Process): Use the Display_Name in error messages
26476
26477         * prj-strt.adb (External_Reference): Allow default to be string
26478         expressions, not only literal strings.
26479
26480 2005-03-29  Vincent Celier  <celier@adacore.com>
26481
26482         * prj-nmsc.adb (Check_Stand_Alone_Library): Do not forbid the symbol
26483         file and the reference symbol file to be the same file.
26484
26485 2005-03-29  Thomas Quinot  <quinot@adacore.com>
26486
26487         * sem_cat.adb (Validate_Remote_Types_Type_Conversion): Perform check to
26488         forbid conversion of a local access-to-subprogram type to a remote one.
26489
26490         * sem_util.adb (Wrong_Type): For a record type that is the expanded
26491         equivalent type for a remote access-to-subprogram type, go back to the
26492         original RAS entity when displaying an error message, so the casing is
26493         the original source casing.
26494
26495 2005-03-29  Robert Dewar  <dewar@adacore.com>
26496
26497         * sem_ch11.adb (Analyze_Raise_Statement): Change message for warning
26498         on param update.
26499
26500 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
26501
26502         * sem_ch4.adb (Analyze_Selected_Component): Do not generate an actual
26503         subtype if code is being pre-analyzed, to prevent un-expanded
26504         references to protected formals, among others.
26505         (Analyze_Explicit_Dereference): If the overloaded prefix includes some
26506         interpretation that can be a call, include the result of the call as a
26507         possible interpretation of the dereference.
26508
26509         * sem_ch5.adb (Process_Bounds): Determine type of range by
26510         pre-analyzing a copy of the original range, and then analyze the range
26511         with the expected type.
26512
26513         * sem_res.adb (Check_Parameterless_Call): For an explicit dereference
26514         with an overloaded prefix where not all interpretations yield an
26515         access to subprogram, do not rewrite node as a call.
26516         (Resolve_Explicit_Dereference): Recognize the previous case and rewrite
26517         the node as a call once the context identifies the interpretation of
26518         the prefix whose call yields the context type.
26519         (Valid_Conversion): For the case of a conversion between
26520         local access-to-subprogram types, check subtype conformance using
26521         Check_Subtype_Conformant instead of Subtype_Conformant, to have a more
26522         detailed error message.
26523
26524 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
26525
26526         * sem_ch6.adb (Set_Formal_Mode): If the subtype has a non_null
26527         indicator, indicate that the formal can never be null.
26528         (Process_Formals): If a formal has a non_null indicator, insert the
26529         resulting subtype immediately before the enclosing subprogram decl,
26530         and not at the beginning of the corresponding declarative part, to
26531         prevent access before elaboration (Ada2005).
26532
26533 2005-03-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
26534
26535         PR ada/19956
26536         * utils.c (finish_record_type): Use variable_size when setting sizes.
26537
26538 2005-03-29  Robert Dewar  <dewar@adacore.com>
26539
26540         * xtreeprs.adb, xnmake.adb: Use Stream_IO instead of Text_IO to
26541         guarantee Unix style line terminators for the output files, even when
26542         running on windows.
26543
26544 2005-03-29  Robert Dewar  <dewar@adacore.com>
26545
26546         * a-direct.ads, a-direct.adb (Start_Search): Free allocated search
26547         buffer if an exception is raised.
26548
26549 2005-03-29  Ed Falis  <falis@adacore.com>
26550
26551         * cio.c: Undefine putchar and getchar for VTHREADS: incompatible with
26552         VxWorks 653 1.4
26553
26554 2005-03-29  Robert Dewar  <dewar@adacore.com>
26555
26556         * sem_util.ads: Minor reformatting
26557         * gnat_rm.texi: Minor editing.
26558
26559 2005-03-29  Eric Botcazou  <ebotcazou@adacore.com>
26560
26561         * decl.c (gnat_to_gnu_entity) <E_Variable>: Rework comment.
26562         * trans.c (tree_transform) <N_Identifier>: Use correct predicates.
26563
26564 2005-03-24  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
26565
26566         * adaint.c (__gnat_portable_spawn): Adjust cast.
26567
26568 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
26569
26570         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
26571
26572 2005-03-17  Pascal Obry  <obry@adacore.com>
26573
26574         * adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is
26575         used.
26576
26577         * expect.c (__gnat_waitpid): Moved here from adaint.c.
26578         Reimplement under Win32 using Win32 API.
26579
26580         (__gnat_kill) [Win32]: Properly close the process handle before leaving
26581         this routine.
26582
26583 2005-03-17  Eric Botcazou  <ebotcazou@adacore.com>
26584
26585         * ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.
26586         (DECL_RENAMED_OBJECT): New accessor macro.
26587         (SET_DECL_RENAMED_OBJECT): New setter macro.
26588
26589         * decl.c (gnat_to_gnu_entity) <E_Variable>: Stabilize the renamed
26590         object in all cases.  Attach the renamed object to the VAR_DECL.
26591         (gnat_to_gnu_field): Do not lift the record wrapper if the size of the
26592         field is not prescribed.
26593
26594         * misc.c (gnat_handle_option): Handle -gnatO separately.
26595         (gnat_print_decl) <VAR_DECL>: New case.
26596         Print the DECL_RENAMED_OBJECT node.
26597
26598         * lang.opt:  Declare separate -gnatO option.
26599
26600         * trans.c (tree_transform) <N_Identifier>: If the object is a renaming
26601         pointer, replace it with the renamed object.
26602         <N_Validate_Unchecked_Conversion>: Warn for a conversion to a fat
26603         pointer type if the source is not a fat pointer type whose underlying
26604         array has the same non-zero alias set as that of the destination array.
26605
26606 2005-03-17  Javier Miranda  <miranda@adacore.com>
26607
26608         * a-tags.ads, a-tags.adb (Get_Expanded_Name): Removed.
26609         (Get_Inheritance_Depth): Removed.
26610         (Set_Inheritance_Depth): Removed.
26611
26612         * rtsfind.ads, exp_disp.ads, exp_disp.adb: Remove support to call the
26613         subprogram Get_Expanded_Name because it is not referenced by the
26614         frontend.
26615
26616         * i-cpp.ads, i-cpp.adb (CPP_Get_Expanded_Name): Removed.
26617         (CPP_Get_Inheritance_Depth): Removed.
26618         (CPP_Set_Inheritance_Depth): Removed.
26619
26620         * tbuild.ads, tbuild.adb (Make_DT_Component): Removed.
26621
26622 2005-03-17  Robert Dewar  <dewar@adacore.com>
26623
26624         * checks.adb (Apply_Array_Size_Check): Completely remove this for GCC
26625         3, since we now expect GCC 3 to do all the work.
26626
26627 2005-03-17  Javier Miranda  <miranda@adacore.com>
26628
26629         * einfo.adb (First_Private_Entity, Set_First_Private_Entity): Addition
26630         of one barrier to avoid wrong usage of this attribute.
26631
26632         * sem_ch12.adb (Formal_Entity): Fix erroneous usage of the attribute
26633         First_Private_Entity.
26634
26635         * sem_ch7.adb (Install_Visible_Declarations): Add a barrier to protect
26636         the subprogram against wrong usage.
26637         Adapt the code to traverse the entities in the
26638         scope of a record_type because in addition to its usage regarding
26639         packages, this subprogram is also called by Expand_N_Freeze_Entity
26640         to install the visible declarations of the enclosing scope of a
26641         record_type_with_private to establish the proper visibility before
26642         freezing the entity and related subprograms.
26643
26644 2005-03-17  Ed Schonberg  <schonberg@adacore.com>
26645
26646         * exp_ch2.adb (In_Assignment_Context): Recognize slice assignments to
26647         entry formals.
26648
26649 2005-03-17  Thomas Quinot  <quinot@adacore.com>
26650
26651         * exp_ch3.adb (Check_Attr): New subprogram.
26652         (Check_Stream_Attribute): Move the code for 13.13.2(9/1) enforcement
26653         into a new Check_Attr subprogram, in order to provide a more
26654         explanatory error message (including the name of the missing attribute).
26655         (Stream_Operation_OK): Renamed from Stream_Operations_OK. This
26656         subprogram determines whether a default implementation exists for a
26657         given stream attribute.
26658         (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies):
26659         Determine whether to generate a default implementation for each stream
26660         attribute separately, as this depends on the specific attribute.
26661
26662         * exp_strm.adb (Make_Field_Attribute): For the case of an illegal
26663         limited extension where a stream attribute is missing for a limited
26664         component (which will have been flagged in Exp_Ch3.Sem_Attr), do not
26665         generate a bogus reference to the missing attribute to prevent
26666         cascaded errors. Instead, generate a null statement.
26667
26668         * sem_attr.adb (Check_Stream_Attribute): A stream attribute is
26669         available for a limited type if it has been specified for an ancestor
26670         of the type.
26671
26672 2005-03-17  Ed Schonberg  <schonberg@adacore.com>
26673
26674         * exp_ch6.adb (Expand_Inlined_Call): handle the case when the renamed
26675         entity is an operator.
26676
26677 2005-03-17  Thomas Quinot  <quinot@adacore.com>
26678
26679         * exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
26680         spec, to make this predicate available to other units.
26681
26682         * rtsfind.adb (Check_RPC): Use Sem_Dist.Get_PCS_Name instead of
26683         reimplementing it.
26684
26685         * sem_ch8.adb: Disable expansion of remote access-to-subprogram types
26686         when no distribution runtime library is available.
26687
26688         * sem_res.adb, sem_dist.adb: Disable expansion of remote
26689         access-to-subprogram types when no distribution runtime library is
26690         available.
26691         (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec, to make this
26692         predicate available to other units.
26693
26694         * sem_dist.ads (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
26695         spec, to make this predicate available to other units.
26696
26697 2005-03-17  Vincent Celier  <celier@adacore.com>
26698
26699         * make.adb (Insert_Project_Sources): Make sure the Q is always
26700         initialized.
26701
26702         * prj-nmsc.adb (Check_Ada_Naming_Scheme_Validity): Check Naming against
26703         the default for the tree, not the global default naming.
26704
26705         * prj-proc.adb (Recursive_Process): No need to put the default naming
26706         in the project data, it's already there.
26707
26708 2005-03-17  Doug Rupp  <rupp@adacore.com>
26709
26710         * Makefile.in: (ia64-hp-*vms*): Use s-crtl-vms64.ads.
26711
26712         * 5xcrtl.ads: Renamed to...
26713         * s-crtl-vms64.ads: ...this new file
26714
26715 2005-03-17  Robert Dewar  <dewar@adacore.com>
26716
26717         PR ada/19519
26718         * namet.adb (Copy_One_Character): Set proper wide character encoding
26719         for upper half character if we have upper half encoding.
26720
26721 2005-03-17  Robert Dewar  <dewar@adacore.com>
26722
26723         * par.adb (Par): Improved msg for attempt to recompile predefined unit
26724
26725 2005-03-17  Thomas Quinot  <quinot@adacore.com>
26726
26727         * sem_ch13.adb (New_Stream_Function, New_Stream_Procedure): For a
26728         tagged limited type, the TSS is a newly built renaming declaration:
26729         insert it using Set_TSS, not Copy_TSS.
26730
26731 2005-03-17  Javier Miranda  <miranda@adacore.com>
26732
26733         * sem_ch4.adb (Try_Primitive_Operation, Class_Wide_Operation and
26734         Try_Object_Operation): Analyze the object that is accessible
26735         through the prefix of the subprogram call before we apply
26736         the transformation of the object-operation notation.
26737
26738 2005-03-17  Jose Ruiz  <ruiz@adacore.com>
26739
26740         * s-taprob.adb (Initialize_Protection): Initialize the protected
26741         object's owner to Null_Task.
26742         (Lock): If pragma Detect_Blocking is in effect and the caller of this
26743         procedure is already the protected object's owner then Program_Error
26744         is raised. In addition the protected object's owner is updated.
26745         (Lock_Read_Only): If pragma Detect_Blocking is in effect and the caller
26746         of this procedure is already the protected object's owner then
26747         Program_Error is raised.
26748         In addition the protected object's owner is updated.
26749         (Unlock): Remove the ownership of the protected object.
26750
26751         * s-taprob.ads (Protection): Add the field Owner, used to store the
26752         protected object's owner.
26753         This component is needed for detecting one type of potentially blocking
26754         operations (external calls on a protected subprogram with the same
26755         target object as that of the protected action). Document the rest of
26756         the components.
26757
26758         * s-tposen.adb, s-tpoben.adb (Initialize_Protection_Entries):
26759         Initialize the protected object's owner to Null_Task.
26760         (Lock_Read_Only_Entries): If pragma Detect_Blocking is in effect and the
26761         caller of this procedure is already the protected object's owner then
26762         Program_Error is raised.
26763         Do not raise Program_Error when this procedure is called from a
26764         protected action.
26765         (Unlock_Entries): Remove the ownership of the protected object.
26766         (Lock_Entries): If pragma Detect_Blocking is in effect and the caller
26767         of this procedure is already the protected object's owner then
26768         Program_Error is raised.
26769         Do not raise Program_Error when this procedure is called from
26770         a protected action.
26771
26772         * s-tposen.ads, s-tpoben.ads (Protection_Entries): Add the field Owner,
26773         used to store the protected object's owner.
26774
26775         * s-tpobop.adb (Protected_Entry_Call): If pragma Detect_Blocking is in
26776         effect and this procedure (a potentially blocking operation) is called
26777         from whithin a protected action, Program_Error is raised.
26778         (Timed_Protected_Entry_Call): If pragma Detect_Blocking is in effect
26779         and this procedure (a potentially blocking operation) is called from
26780         whithin a protected action, Program_Error is raised.
26781
26782 2005-03-17  Vincent Celier  <celier@adacore.com>
26783             Nicolas Setton  <setton@adacore.com>
26784
26785         * mlib-tgt-darwin.adb (Build_Dynamic_Library): Remove the "-fini"
26786         switch, not supported by the linker on Darwin. Add '_' before
26787         <library>init, as this character is added unconditionally by the
26788         compiler.
26789         (Is_Archive_Ext): Replace the wrong library extension ".dyld" by the
26790         correct one ".dylib". This fixes detection of the archive files when
26791         building library projects.
26792
26793 2005-03-17  Vincent Celier  <celier@adacore.com>
26794
26795         * switch-m.adb (Normalize_Compiler_Switches): Recognize switches
26796         -gnat83, -gnat95 and -gnat05.
26797
26798 2005-03-17  Vasiliy Fofanov  <fofanov@adacore.com>
26799
26800         * gnat_ugn.texi: Document gnatmem restriction
26801
26802 2005-03-17  Thomas Quinot  <quinot@adacore.com>
26803
26804         * snames.adb: Document new TSS names introduced by exp_dist/exp_tss
26805         cleanup
26806
26807 2005-03-17  Robert Dewar  <dewar@adacore.com>
26808
26809         * s-interr.ads, s-interr.adb, sem_ch3.adb, prj.ads, prj.adb,
26810         a-interr.adb, a-interr.ads, s-interr-sigaction.adb, s-interr-dummy.adb,
26811         s-interr-vms.adb, s-interr-vxworks.adb: Minor reformatting
26812
26813         * casing.adb: Comment improvements
26814
26815 2005-03-17  Pascal Obry  <obry@adacore.com>
26816
26817         * g-expect.adb: Minor reformatting.
26818
26819 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
26820
26821         * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info)
26822         (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi
26823         to dependencies.
26824
26825 2005-03-15  Vincent Celier  <celier@adacore.com>
26826
26827         * mlib-tgt-darwin.adb (Library_Exist_For, Library_File_Name_For):
26828         Add new parameter In_Tree to specify the project tree: needed
26829         by the project manager. Adapt to changes in project manager
26830         using new parameter In_Tree.
26831
26832 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
26833
26834         * Make-lang.in (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h,
26835         ada/nmake.adb, ada/nmake.ads): Use unique subdirectories of
26836         ada/bldtools to avoid make -jN failures.
26837
26838 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
26839
26840         * trans.c (gnat_to_gnu) <N_Return_Statement>: Set gnu_result
26841         to NULL_TREE on entry.
26842
26843 2005-03-15  Robert Dewar  <dewar@adacore.com>
26844
26845         * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
26846         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
26847         system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
26848         system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
26849         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
26850         system-linux-x86.ads, system-vxworks-mips.ads, system-os2.ads,
26851         system-interix.ads, system-solaris-sparc.ads,
26852         system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
26853         system-vms-zcx.ads, system-vxworks-ppc.ads, system-vxworks-alpha.ads,
26854         system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
26855         system-linux-ppc.ads, system-linux-alpha.ads, system-linux-sparc.ads,
26856         system-linux-s390.ads, system-linux-s390x.ads: Add line defining
26857         Compiler_System_Version to be False.
26858
26859         * opt.ads: Add new flag Opt.Address_Is_Private
26860
26861         * targparm.ads, targparm.adb: Set new flag Opt.Address_Is_Private
26862         Add new parameter Compiler_System_Version to avoid checking for
26863         completeness of parameters when compiler is compiling itself.
26864         Allows old versions of GNAT to be compiled with new compiler.
26865
26866 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
26867
26868         * s-osinte-tru64.ads, s-osinte-tru64.adb (Get_Stack_Base): New function
26869         (Hide_Yellow_Zone): New procedure to hide the Yellow Zone of the
26870         calling thread.
26871         (Stack_Base_Available): New flag.
26872         (Get_Page_Size): New overloaded functions imported from C.
26873         (PROT_NONE, PROT_READ, PROT_WRITE, PROT_EXEC, PROT_ALL,
26874         PROT_ON, PROT_OFF): New constants.
26875         (mprotect): New function imported from C.
26876         (pthread_teb_t): New record type.
26877
26878         * s-taprop-tru64.adb: (Enter_Task): Invoke Hide_Yellow_Zone.
26879         (Create_Task): Account for the Yellow Zone and the guard page.
26880
26881 2005-03-15  Vincent Celier  <celier@adacore.com>
26882
26883         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
26884         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
26885         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
26886         mlib-tgt-vxworks.adb, mlib-tgt-lynxos.adb (Library_Exist_For,
26887         Library_File_Name_For): Add new parameter In_Tree
26888         to specify the project tree: needed by the project manager.
26889         Adapt to changes in project manager using new parameter In_Tree.
26890         Remove local imports, use functions in System.CRTL.
26891
26892         * make.adb, clean.adb, gnatcmd.adb (Project_Tree): New constant needed
26893         to use the project manager.
26894
26895         * makeutl.ads, makeutl.adb (Linker_Options_Switches): New parameter
26896         In_Tree to designate the project tree. Adapt to changes in the project
26897         manager, using In_Tree.
26898
26899         * mlib-prj.ads, mlib-prj.adb (Build_Library, Check_Library,
26900         Copy_Interface_Sources): Add new parameter In_Tree to specify the
26901         project tree: needed by the project manager.
26902         (Build_Library): Check that Arg'Length >= 6 before checking if it
26903         contains "--RTS=...".
26904
26905         * mlib-tgt.ads, mlib-tgt.adb (Library_Exist_For,
26906         Library_File_Name_For): Add new parameter In_Tree to specify the
26907         project tree: needed by the project manager.
26908
26909         * prj.ads, prj.adb: Major modifications to allow several project trees
26910         in memory at the same time.
26911         Change tables to dynamic tables and hash tables to dynamic hash
26912         tables. Move tables and hash tables from Prj.Com (in the visible part)
26913         and Prj.Env (in the private part). Move some constants from the visible
26914         part to the private part. Make other constants deferred.
26915         (Project_Empty): Make it a variable, not a function
26916         (Empty_Project): Add parameter Tree. Returns the data with the default
26917         naming data of the project tree Tree.
26918         (Initialize): After updating Std_Naming_Data, copy its value to the
26919         component Naming of Project Empty.
26920         (Register_Default_Naming_Scheme): Use and update the default naming
26921         component of the project tree, instead of the global variable
26922         Std_Naming_Data.
26923         (Standard_Naming_Data): Add defaulted parameter Tree. If project tree
26924         Tree is not defaulted, return the default naming data of the Tree.
26925         (Initial_Buffer_Size): Constant moved from private part
26926         (Default_Ada_Spec_Suffix_Id, Default_Ada_Body_Suffix_Id, Slash_Id); new
26927         variables initialized in procedure Initialize.
26928         (Add_To_Buffer): Add two in out parameters to replace global variables
26929         Buffer and Buffer_Last.
26930         (Default_Ada_Spec_Suffix, Default_Body_Spec_Suffix, Slash): New
26931         functions.
26932         Adapt to changes to use new type Project_Tree_Ref and dynamic tables and
26933         hash tables.
26934         (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
26935         for the project tree.
26936         (Project_Tree_Data, Project_Tree_Ref, No_Project): Declare types and
26937         constant at the beginning of the package spec, so that they cane be used
26938         in subprograms before their full declarations.
26939         (Standard_Naming_Data): Add defaulted parameter of type Project_Node_Ref
26940         (Empty_Project): Add parameter of type Project_Node_Ref
26941         (Private_Project_Tree_Data): Add component Default_Naming of type
26942         Naming_Data.
26943         (Buffer, Buffer_Last): remove global variables
26944         (Add_To_Buffer): Add two in out parameters to replace global variables
26945         Buffer and Buffer_Last.
26946         (Current_Packages_To_Check): Remove global variable
26947         (Empty_Name): Move to private part
26948         (No-Symbols): Make it a constant
26949         (Private_Project_Tree_Data): New type for the private part of the
26950         project tree data.
26951         (Project_Tree_Data): New type for the data of a project tree
26952         (Project_Tree_Ref): New type to designate a project tree
26953         (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
26954         for the project tree.
26955
26956         * prj-attr.ads: Add with Table; needed, as package Prj no longer
26957         imports package Table.
26958
26959         * prj-com.adb: Remove empty, no longer needed body
26960
26961         * prj-com.ads: Move most of the content of this package to package Prj.
26962
26963         * prj-dect.ads, prj-dect.adb (Parse): New parameters In_Tree to
26964         designate the project node tree and Packages_To_Check to replace
26965         global variable Current_Packages_To_Check.
26966         Add new parameters In_Tree and Packages_To_Check to local subprograms,
26967         when needed. Adapt to changes in project manager with project node tree
26968         In_Tree.
26969
26970         * prj-env.ads, prj-env.adb: Add new parameter In_Tree to designate the
26971         project tree to most subprograms. Move tables and hash tables to
26972         private part of package Prj.
26973         Adapt to changes in project manager using project tree In_Tree.
26974
26975         * prj-makr.adb (Tree): New constant to designate the project node tree
26976         Adapt to change in project manager using project node tree Tree
26977
26978         * prj-nmsc.ads, prj-nmsc.adb (Check_Stand_Alone_Library): Correctly
26979         display the Library_Src_Dir and the Library_Dir.
26980         Add new parameter In_Tree to designate the project node tree to most
26981         subprograms. Adapt to changes in the project manager, using project tree
26982         In_Tree.
26983         (Check_Naming_Scheme): Do not alter the casing on platforms where
26984         the casing of file names is not significant.
26985         (Check): Add new parameter In_Tree to designate the
26986
26987         * prj-pars.ads, prj-pars.adb (Parse): Add new parameter In_Tree to
26988         designate the project tree.
26989         Declare a project node tree to call Prj.Part.Parse and Prj.Proc.Process
26990
26991         * prj-part.ads, prj-part.adb (Buffer, Buffer_Last): Global variables,
26992         to replace those that were in the private part of package Prj.
26993         Add new parameter In__Tree to designate the project node tree to most
26994         subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
26995         (Post_Parse_Context_Clause): When specifying the project node of a with
26996         clause, indicate that it is a limited with only if there is "limited"
26997         in the with clause, not necessarily when In_Limited is True.
26998         (Parse): Add new parameter In_Tree to designate the project node tree
26999
27000         * prj-pp.ads, prj-pp.adb (Pretty_Print): Add new parameter In_Tree to
27001         designate the project node tree. Adapt to change in Prj.Tree with
27002         project node tree In_Tree.
27003
27004         * prj-proc.ads, prj-proc.adb (Recursive_Process): Specify the project
27005         tree In_Tree in the call to function Empty_Process to give its initial
27006         value to the project data Processed_Data.
27007         Add new parameters In_Tree to designate the project tree and
27008         From_Project_Node_Tree to designate the project node tree to several
27009         subprograms. Adapt to change in project manager with project tree
27010         In_Tree and project node tree From_Project_Node_Tree.
27011
27012         * prj-strt.ads, prj-strt.adb (Buffer, Buffer_Last): Global variables,
27013         to replace those that were in the private part of package Prj.
27014         Add new parameter In_Tree to designate the project node tree to most
27015         subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
27016
27017         * prj-tree.ads, prj-tree.adb: Add new parameter of type
27018         Project_Node_Tree_Ref to most subprograms.
27019         Use this new parameter to store project nodes in the designated project
27020         node tree.
27021         (Project_Node_Tree_Ref): New type to designate a project node tree
27022         (Tree_Private_Part): Change table to dynamic table and hash tables to
27023         dynamic hash tables.
27024
27025         * prj-util.ads, prj-util.adb: Add new parameter In_Tree to designate
27026         the project tree to most subprograms. Adapt to changes in project
27027         manager using project tree In_Tree.
27028
27029         * makegpr.adb (Project_Tree): New constant needed to use project
27030         manager.
27031
27032 2005-03-15  Olivier Hainque  <hainque@adacore.com>
27033
27034         * s-intman-posix.adb (Notify_Exception): Adjust signature, as handler
27035         for sigactions with SA_SIGINFO set. Call
27036         __gnat_adjust_context_for_raise before raising, to perform the
27037         potentially required adjustments to the machine context for the GCC
27038         unwinder.
27039
27040         * raise.h (__gnat_adjust_context_for_raise): New prototype.
27041
27042         * init.c (__gnat_adjust_context_for_raise) HPUX: Initial revision.
27043         Adjust PC by one in the provided machine context.
27044         (__gnat_install_handler) HPUX: Set SA_SIGINFO in the sigaction flags,
27045         so that the handler is passed the context structure to adjust prior to
27046         the raise.
27047         (__gnat_error_handler) HPUX: Adjust the signature to match what an
27048         SA_SIGINFO sigaction should look like. Call
27049         __gnat_adjust_context_for_raise before actually raising.
27050         (__gnat_adjust_context_for_raise): Default noop to help PC
27051         adjustments before raise from signal handlers.
27052         (__gnat_error_handler): Indirectly call a predicate function to
27053         determine if a condition should be resignaled or not.
27054         (__gnat_set_resignal_predicate): User interface to modify the predicate.
27055         (__gnat_default_resignal_p): Default GNAT predicate.
27056
27057 2005-03-15  Doug Rupp  <rupp@adacore.com>
27058
27059         * adaint.c: Prefix #include of VMS system header files with vms/
27060         [VMS] (HOST_EXECUTABLE_SUFFIX, HOST_OBJECT_SUFFIX): Define for VMS.
27061         Do not define a dummy function "convert_addresses" under Darwin,
27062         not needed.
27063
27064         * tb-alvms.c, expect.c: Prefix #include of VMS system header files
27065         with vms/
27066
27067 2005-03-15  Nicolas Setton  <setton@adacore.com>
27068
27069         * tracebak.c: Under Darwin, use the same unwinding mechanisms as under
27070         PPC/AIX.
27071
27072 2005-03-15  Robert Dewar  <dewar@adacore.com>
27073
27074         * a-reatim.ads, a-reatim.adb: Add functions Minutes and Seconds for
27075         AI-386.
27076
27077         * a-retide.ads: Minor comment changes
27078
27079 2005-03-15  Robert Dewar  <dewar@adacore.com>
27080
27081         * a-stzunb.adb, a-stzunb.adb a-stzunb.ads, a-stzunb.ads,
27082         a-stwiun.ads, a-stwiun.adb, a-strunb.ads, a-strunb.adb: Move
27083         Realloc_For_Chunk to private part of package.
27084         New subprograms for AI-301
27085
27086         * a-szuzti.adb, a-suteio.adb, a-swuwti.adb: Improve efficiency of
27087         Get_Line procedure.
27088         Avoid unnecessary use of Get/Set_Wide_String
27089
27090 2005-03-15  Robert Dewar  <dewar@adacore.com>
27091
27092         PR ada/13470
27093         * a-stunau.ads, a-stunau.adb:
27094         Change interface to allow efficient (and correct) implementation
27095         The previous changes to allow extra space in unbounded strings had
27096         left this interface a bit broken.
27097
27098         * a-suteio.adb: Avoid unnecessary use of Get/Set_String
27099
27100         * g-spipat.ads, g-spipat.adb: New interface for Get_String
27101         Minor reformatting (function specs)
27102
27103         * g-spitbo.adb: New interface for Get_String
27104
27105         * g-spitbo.ads: Minor reformatting
27106
27107         * a-swunau.ads, a-swunau.adb: New interface for Get_Wide_String
27108
27109         * a-szunau.ads, a-szunau.adb: New interface for Get_Wide_Wide_String
27110
27111 2005-03-15  Javier Miranda  <miranda@adacore.com>
27112             Robert Dewar  <dewar@adacore.com>
27113             Thomas Quinot  <quinot@adacore.com>
27114             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27115
27116         * atree.ads, atree.adb: Add support for Elist24 field
27117
27118         * atree.h: Fix wrong definition of Field27
27119         Add support for Elist16 field
27120         Add support for Elist24 field
27121
27122         * einfo.ads, einfo.adb (Abstract_Interfaces,
27123         Set_Abstract_Interfaces): New subprograms.
27124         (Abstract_Interface_Alias, Set_Abstract_Interface_Alias): New
27125         subprograms.
27126         (Access_Disp_Table, Set_Access_Disp_Table): Modified to handle a list of
27127         entities rather than a single node.
27128         (Is_Interface, Set_Is_Interface): New subprogram
27129         (First_Tag_Component): New syntesized attribute
27130         (Next_Tag_Component): New synthesized attribute
27131         (Write_Entity_Flags): Upgraded to write Is_Interface
27132         (Write_Field24_Name): Upgraded to write Abstract_Interfaces
27133         (Write_Field25_Name): Upgraded to write Abstract_Interface_Alias
27134         (Task_Body_Procedure): New subprogram to read this attribute.
27135         (Set_Task_Body_Procedure): New subprogram to set this attribute.
27136         (Has_Controlled_Component): Now applies to all entities.
27137         This is only a documentation change, since it always worked to apply
27138         this to other than composite types (yielding false), but now this is
27139         official.
27140         Update documentation on Must_Be_Byte_Aligned for new spec
27141
27142         * tbuild.adb, exp_dist.adb, exp_disp.adb, exp_ch3.ads, exp_ch3.adb,
27143         exp_attr.adb, exp_aggr.adb, exp_ch4.adb, exp_ch5.adb: Upgrade all the
27144         uses of the Access_Disp_Table attribute to reference the first dispatch
27145         table associated with a tagged type. As
27146         part of the implementation of abstract interface types,
27147         Access_Disp_Table has been redefined to contain a list of dispatch
27148         tables (rather than a single dispatch table).
27149         Similarly, upgrade all the references to Tag_Component by the
27150         new attribute First_Tag_Component.
27151         (Find_Inherited_TSS): Moved to exp_tss.
27152         Clean up test in Expand_N_Object_Declaration for cases
27153         where we need to do a separate assignment of the initial value.
27154         (Expand_N_Object_Declaration): If the expression in the
27155         declaration of a tagged type is an aggregate, no need to generate an
27156         additional tag assignment.
27157         (Freeze_Type): Now a function that returns True if the N_Freeze_Entity
27158         is to be deleted.
27159         Bit packed array ops are only called if operands are known to be
27160         aligned.
27161         (Component_Equality): When returning an N_Raise_Program_Error statement,
27162         ensure that its Etype is set to Empty to avoid confusing GIGI (which
27163         expects that only expressions have a bona fide type).
27164         (Make_Tag_Ctrl_Assignment): Use Build_Actual_Subtype to correctly
27165         determine the amount of data to be copied.
27166
27167         * par.adb (P_Interface_Type_Definition): New subprogram that parses the
27168         new syntax rule of Ada 2005 interfaces (for AI-251 and AI-345):
27169             INTERFACE_TYPE_DEFINITION ::=
27170               [limited | task | protected | synchronized] interface
27171                 [AND interface_list]
27172
27173         * par-ch3.adb (P_Type_Declaration): Modified to give support to
27174         interfaces.
27175         (P_Derived_Type_Def_Or_Private_Ext_Decl): Modified to give support to
27176         interfaces.
27177         (P_Interface_Type_Definition): New subprogram that parses the new
27178         syntax rule of Ada 2005 interfaces
27179         (P_Identifier_Declarations): fix two occurrences of 'RENAMES' in error
27180         messages by the correct RENAMES (quotes removed).
27181
27182         * sem_prag.adb: Upgrade all the references to Tag_Component by the new
27183         attribute First_Tag_Component.
27184
27185         * sinfo.ads, sinfo.adb: Remove OK_For_Stream flag, not used, not needed
27186         (Interface_List, Set_Interface_List): New subprograms.
27187         (Interface_Present, Set_Interface_Present): New subprograms.
27188         (Limited_Present, Set_Limited_Present): Available also in derived
27189         type definition nodes.
27190         (Protected_Present, Set_Protected_Present): Available also in
27191         record type definition and
27192         derived type definition nodes.
27193         (Synchronized_Present, Set_Synchronized_Present): New subprograms.
27194         (Task_Present, Set_Task_Present): New subprogram.
27195         (Task_Body_Procedure): Removed.
27196         (Set_Task_Body_Procedure): Removed.
27197         These subprogram have been removed because the attribute
27198         Task_Body_Procedure has been moved to the corresponding task type
27199         or task subtype entity to leave a field free to store the list
27200         of interfaces implemented by a task (for AI-345)
27201         Add Expression field to N_Raise_Statement node for Ada 2005 AI-361
27202         (Null_Exclusion_Present): Change to Flag11, to avoid conflict with
27203         expression flag Do_Range_Check
27204         (Exception_Junk): Change to Flag7 to accomodate above change
27205         (Box_Present, Default_Name, Specification, Set_Box_Present,
27206         Set_Default_Name, Set_Specification): Expand the expression
27207         "X in N_Formal_Subprogram_Declaration" into the corresponding
27208         two comparisons. Required to use the csinfo tool.
27209
27210         * exp_ch11.adb (Expand_N_Raise_Statement): Deal with case where
27211         "with string" given.
27212
27213         * sem_ch11.adb (Analyze_Raise_Statement): Handle case where string
27214         expression given.
27215
27216         * par-ch11.adb (P_Raise_Statement): Recognize with string expression
27217         in 2005 mode
27218
27219         * exp_ch9.adb (Build_Task_Proc_Specification): Modified to use entity
27220         attribute Task_Body_Procedure rather than the old semantic field that
27221         was available in the task_type_declaration node.
27222
27223         * par-ch12.adb (P_Formal_Type_Definition): Modified to handle formal
27224         interface type definitions.
27225         (P_Formal_Derived_Type_Definition): Modified to handle the list of
27226         interfaces.
27227
27228         * par-ch9.adb (P_Task): Modified to handle the list of interfaces in a
27229         task type declaration.
27230         (P_Protected): Modified to handle the list of interfaces in a
27231         protected type declaration.
27232
27233 2005-03-15  Doug Rupp  <rupp@adacore.com>
27234             Vincent Celier  <celier@adacore.com>
27235
27236         * bindgen.adb (Gen_Main_C): Change WBI __posix_exit to decc$posix_exit
27237         (Gen_Output_File_C): Likewise.
27238         (Gen_Main_C): Issue #include <stdlib.h> to avoid warning
27239
27240 2005-03-15  Thomas Quinot  <quinot@adacore.com>
27241
27242         * checks.adb (Get_E_First_Or_Last): When the expression being retrieved
27243         is an N_Raise_Constraint_Error node, create a new copy of it without
27244         going through a call to Duplicate_Subexpr.
27245
27246 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
27247             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27248             Nicolas Setton  <setton@adacore.com>
27249             Ed Schonberg  <schonberg@adacore.com>
27250
27251         PR ada/19900
27252         PR ada/19408
27253         PR ada/19140
27254         PR ada/20255
27255         * decl.c (gnat_to_gnu_field): Reject aliased components with a
27256         representation clause that prescribes a size not equal to the rounded
27257         size of their types.
27258         (gnat_to_gnu_entity, case E_Component): Always look at
27259         Original_Record_Component if Present and not the entity.
27260         (gnat_to_gnu_entity, case E_Record_Subtype): Rework handling of subtypes
27261         of tagged extension types by not making field for components that are
27262         inside the parent.
27263         (gnat_to_gnu_entity) <E_Record_Type>: Fix typo in the alignment formula
27264         (gnat_to_gnu_entity) <E_Variable>: Do not convert again the
27265         expression to the type of the object when the object is constant.
27266         Reverse defer_debug_incomplete_list before traversing it, so that trees
27267         are processed in the order at which they were added to the list. This
27268         order is important when using the stabs debug format.
27269         If we are deferring the output of debug information, also defer this
27270         output for a function return type.
27271         When adding fields to a record, prevent emitting debug information
27272         for incomplete records, emit the information only when the record is
27273         complete.
27274         (components_to_record): New parameter defer_debug.
27275         (gnat_to_gnu_entity, case E_Array_Subtype): Call copy_alias_set.
27276         (gnat_to_gnu_field_decl): New function.
27277         (substitution_list, annotate_rep): Call it.
27278         (gnat_to_gnu_entity, case E_Record_Subtype): Likewise.
27279         (gnat_to_gnu_entity, case E_Record_Type): Likewise.
27280         No longer update discriminants to not be a COMPONENT_REF.
27281         (copy_alias_set): Strip padding from input type; also handle
27282         unconstrained arrays properly.
27283
27284         * gigi.h (write_record_type_debug_info): New function.
27285         Convert to use ANSI-style prototypes. Remove unused
27286         declarations for emit_stack_check, elab_all_gnat and
27287         set_second_error_entity.
27288         (gnat_to_gnu_field_decl): New decl.
27289
27290         * utils.c (write_record_type_debug_info): New function.
27291         (finish_record_type): Delegate generation of debug information to
27292         write_record_type_debug_info.
27293         (update_pointer_to): Remove unneeded calls to rest_of_decl_compilation.
27294         (update_pointer_to): Fix pasto.
27295         (convert) <UNION_TYPE>: Accept slight type variations when
27296         converting to an unchecked union type.
27297
27298         * exp_ch13.adb (Expand_N_Freeze_Entity): If Freeze_Type returns True,
27299         replace the N_Freeze_Entity with a null statement.
27300
27301         * freeze.adb (Freeze_Expression): If the freeze nodes are generated
27302         within a constrained subcomponent of an enclosing record, place the
27303         freeze nodes in the scope stack entry for the enclosing record.
27304         (Undelay_Type): New Subprogram.
27305         (Set_Small_Size): Pass T, the type to modify; all callers changed.
27306         (Freeze_Entity, Freeze_Record_Type): Change the way we handle types
27307         within records; allow them to have freeze nodes if their base types
27308         aren't frozen yet.
27309
27310         * exp_util.adb (Remove_Side_Effects): Properly test for
27311         Expansion_Delayed and handle case when it's inside an
27312         N_Qualified_Expression.
27313
27314         * sem_ch3.adb (Derived_Type_Declaration): New predicate
27315         Comes_From_Generic, to recognize accurately that the parent type in a
27316         derived type declaration can be traced back to a formal type, because
27317         it is one or is derived from one, or because its completion is derived
27318         from one.
27319         (Constrain_Component_Type): If component comes from source and has no
27320         explicit constraint, no need to constrain in in a subtype of the
27321         enclosing record.
27322         (Constrain_Access, Constrain_Array): Allow itypes to be delayed.
27323         Minor change to propagate Is_Ada_2005 flag
27324
27325         * trans.c (gnat_to_gnu, case N_Aggregate): Verify that
27326         Expansion_Delayed is False.
27327         (assoc_to_constructor): Ignore fields that have a
27328         Corresponding_Discriminant.
27329         (gnat_to_gnu) <N_Return_Statement>: Restructure. If the
27330         function returns "by target", dereference the target pointer using the
27331         type of the actual return value.
27332         <all>: Be prepared for a null gnu_result.
27333         (processed_inline_subprograms): Check flag_really_no_inline
27334         instead of flag_no_inline.
27335         (set_second_error_entity): Remove unused function.
27336         (gnat_to_gnu, case N_Selected_Component): Call
27337         gnat_to_gnu_field_decl.
27338         (assoc_to_constructor): Likewise.
27339
27340 2005-03-15  Robert Dewar  <dewar@adacore.com>
27341             Ed Schonberg  <schonberg@adacore.com>
27342             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27343
27344         * exp_pakd.adb (Create_Packed_Array_Type): Do not set
27345         Must_Be_Byte_Aligned for cases where we do not need to use a
27346         System.Pack_nn unit.
27347
27348         * exp_ch6.adb (Expand_Call): Call Expand_Actuals for functions as well
27349         as procedures.
27350         Needed now that we do some processing for IN parameters as well. This
27351         may well fix some unrelated errors.
27352         (Expand_Call): Handle case of unaligned objects (in particular those
27353         that come from packed arrays).
27354         (Expand_Inlined_Call): If the subprogram is a renaming as body, and the
27355         renamed entity is an inherited operation, re-expand the call using the
27356         original operation, which is the one to call.
27357         Detect attempt to inline parameterless recursive subprogram.
27358         (Represented_As_Scalar): Fix to work properly with private types
27359         (Is_Possibly_Unaligned_Object): Major rewrite to get a much more
27360         accurate estimate. Yields True in far fewer cases than before,
27361         improving the quality of code that depends on this test.
27362
27363         * exp_util.adb (Kill_Dead_Code): For a package declaration, iterate
27364         over both visible and private declarations to remove them from tree,
27365         and mark subprograms declared in package as eliminated, to prevent
27366         spurious use in subsequent compilation of generic units in the context.
27367
27368         * exp_util.ads: Minor cleanup in variable names
27369
27370         * sem_eval.ads, sem_eval.adb: Minor reformatting
27371         (Compile_Time_Known_Bounds): New function
27372
27373 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27374
27375         * exp_ch7.adb (Convert_View): Use base types of underlying types when
27376         determining whether an unchecked conversion is needed for the argument
27377         of an initialization call.
27378
27379 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27380
27381         * exp_intr.adb (Expand_Unc_Conversion): As a target type, use the type
27382         that appears in the instantiation rather than the internal subtype
27383         generated in the wrapper package, to avoid anomalies in gigi when the
27384         target is derived from a private type whose full view is an access type.
27385
27386 2005-03-15  Robert Dewar  <dewar@adacore.com>
27387
27388         * exp_smem.adb, sem_attr.adb: Remove OK_For_Stream flag, not used,
27389         not needed.
27390         Add documentation to replace the use of this flag
27391         Fix kludge for Maximum_Alignment on x86 so that it does not apply to
27392         the x86_64.
27393
27394 2005-03-15  Thomas Quinot  <quinot@adacore.com>
27395
27396         * exp_tss.ads, exp_tss.adb (Find_Inherited_TSS): New subprogram, moved
27397         here from exp_attr so it can be shared between exp_attr and exp_dist.
27398         (TSS_Names): Renamed from OK_TSS_Names. This array contains the list of
27399         all TSS names, not a subset thereof, and the previous name introduced
27400         an unnecessarily confusion that a distinction might exist between
27401         "OK" TSS names and some "not OK" TSS names.
27402
27403 2005-03-15  Doug Rupp  <rupp@adacore.com>
27404
27405         * gnatchop.adb (Locate_Executable): Normalize the possibly VMS style
27406         Command_Name.
27407
27408 2005-03-15  Pascal Obry  <obry@adacore.com>
27409             Eric Botcazou  <ebotcazou@adacore.com>
27410
27411         PR ada/20226
27412         PR ada/20344
27413         * init.c (__gnat_initialize): Do not call __gnat_install_SEH_handler()
27414         when IN_RTS. This is to work around a bootstrap path problem.
27415
27416         * misc.c (gnat_parse_file): Create a SEH (Structured Exception Handler)
27417         table and pass it to __gnat_install_SEH_handler().
27418         (gnat_handle_option): Accept OPT_fRTS_, not OPT_fRTS.
27419
27420         * lang.opt: Fix specification of -fRTS=.
27421
27422 2005-03-15  Doug Rupp  <rupp@adacore.com>
27423             Bernard Banner  <banner@adacore.com>
27424             Vincent Celier  <celier@adacore.com>
27425             Arnaud Charlet  <charlet@adacore.com>
27426
27427         PR ada/6852
27428         This change works fine when gnatlib is built from the gcc directory,
27429         but does not work when using the libada Makefile, since GCC_FOR_TARGET
27430         is not passed to ada/Makefile.in, so more work is needed by a
27431         Makefile/configure expert.
27432
27433         * Makefile.in(gnatlib): Use $(GCC_FOR_TARGET) for compiling library.
27434         set GMEM_LIB on ia64 linux to add optional support for gnatmem.
27435         Setup gnatlink switch -M for x86_64 linux, as it is already setup
27436         for Linux x86.
27437         (gnatlib-shared-default): Use GNATLIBCFLAGS as well.
27438         Run ranlib on libgccprefix.a
27439         Define PREFIX_OBJS for Darwin, to build libgccprefix.
27440         (ADA_INCLUDE_SRCS): Split Ada packages.
27441
27442 2005-03-15  Robert Dewar  <dewar@adacore.com>
27443
27444         * Make-lang.in: Add g-utf_32 unit for gnat and gnatbind
27445
27446         * impunit.adb: Add GNAT.UTF_32
27447
27448         * scng.adb: Use gnat.utf_32 instead of widechar for utf_32 stuff
27449
27450         * widechar.ads, widechar.adb: Remove redundant UTF-32 tables (scng
27451         now uses GNAT.UTF_32).
27452
27453         * g-utf_32.ads, g-utf_32.adb: This is a new unit with full
27454         capabilities for categorizing characters using Unicode categories
27455
27456 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27457
27458         * sem_ch10.adb (Build_Ancestor_Name): If the ancestor is an
27459         instantiation that has been rewritten as a package body, retrieve spec
27460         to generate proper name for implicit_with_clause.
27461         (Install_Parents): Recognize a parent that is an instantiation but has
27462         been rewritten as a package declaration during analysis.
27463
27464 2005-03-15  Javier Miranda  <miranda@adacore.com>
27465             Ed Schonberg  <schonberg@adacore.com>
27466
27467         * sem_ch12.adb (Instantiate_Object): If the analysis of the actual
27468         parameter reported some error we immediately return. This improves the
27469         behaviour of the frontend in case of errors.
27470         (Install_Parent, Remove_Parent): Introduce new flag
27471         Parent_Unit_Visible, to preserve the proper visibility of the ultimate
27472         ancestor of a generic child unit, when the child is being instantiated.
27473         (Inline_Instance_Body): If we are compiling the private
27474         part or the body of a child unit, restore the proper visibility of the
27475         parents after compiling the instance body.
27476
27477 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27478             Javier Miranda  <miranda@adacore.com>
27479
27480         PR ada/15608
27481         * sem_util.adb (Get_Task_Body_Procedure): Type may be the completion
27482         of a private type, in which case it is underlying_type that denotes
27483         the proper task. Also modified to use the new entity attribute
27484         that is directly available in the task type and task subtype entities
27485         (Build_Actual_Subtype_Of_Component): Handle properly multidimensional
27486         arrays when other dimensions than the first are constrained by
27487         discriminants of an enclosing record.
27488         (Insert_Explicit_Dereference): If the prefix is an indexed component or
27489         a combination of indexed and selected components, find ultimate entity
27490         and generate the appropriate reference for it, to suppress spurious
27491         warnings.
27492         (Note_Possible_Modification): If an entity name has no entity, return.
27493         (Is_Variable): A function call never denotes a variable.
27494         (Requires_Transient_Scope): For record types, recurse only on
27495         components, not on internal subtypes that may have been generated for
27496         constrained components.
27497
27498 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27499
27500         * sem_ch4.adb (Analyze_Concatenation): Do not consider operators marked
27501         Eliminated as candidates for resolution. Both efficient, and avoids
27502         anomalies with operators declared in deleted code.
27503         (Process_Implicit_Dereference_Prefix): Use this procedure whenever
27504         expansion is disabled (as when compiling a generic) to prevent spurious
27505         warnings on prefixes of selected components.
27506
27507 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27508
27509         * sem_ch6.adb (Is_Private_Declaration): Verify that the declaration is
27510         attached to a list before checking whether it appears in the private
27511         declarations of the current package.
27512         (Make_Inequality_Operator): Insert declaration in proper declarative
27513         list rather than just setting the Parent field, so that
27514         Is_Private_Declaration can handle it properly.
27515
27516 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
27517
27518         * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic, if this is
27519         a renaming a body, check that the renamed subprogram in not intrinsic.
27520         (Find_Direct_Name): If several use_visible entities hide
27521         each other, and the context is a predefined file compiled through
27522         rtsfind, keep only the entity that comes from a predefined file.
27523
27524 2005-03-15  Geert Bosch  <bosch@adacore.com>
27525
27526         * s-fatgen.adb (Valid): Extend special exceptions to account for long
27527         long float padding to also cover AMD64 and IA64.
27528
27529 2005-03-15  Gary Dismukes  <dismukes@adacore.com>
27530
27531         * s-imgwch.adb: Add with and use of Interfaces.
27532         (Img_Wide_Character): Change type of Val to Unsigned_16.
27533         (Img_Wide_Wide_Character): Change type of Val to Unsigned_32.
27534
27535 2005-03-15  Matthew Gingell  <gingell@adacore.com>
27536
27537         * sysdep.c: Implement __gnat_localtime_r as call to localtime_r on AIX.
27538
27539 2005-03-15  Robert Dewar  <dewar@adacore.com>
27540
27541         * usage.adb: Add missing lines for -gnat95 and -gnat05 switches
27542
27543         * sem_ch7.adb: Minor change to propagate Is_Ada_2005 flag
27544
27545         * i-c.adb: Clarify that AI-258 behavior is also intended in Ada 95
27546
27547 2005-03-15  Robert Dewar  <dewar@adacore.com>
27548
27549         * s-bitops.adb, s-bitops.ads,
27550         s-taprop-os2.adb, s-intman-vms.ads, s-intman-vxworks.ads,
27551         s-taprop-vxworks.adb, a-caldel.ads, a-calend.adb, a-tasatt.adb,
27552         tbuild.ads, s-finimp.adb, s-imgwch.adb, s-intman.ads, s-intman.ads,
27553         s-memory.adb, s-soflin.ads, s-taasde.ads, s-taprob.adb, s-taprop.ads,
27554         s-taprop.ads, s-tasini.adb, s-tasini.ads, s-tasini.ads, s-tasini.ads,
27555         s-taskin.ads, s-tasren.adb, s-tassta.adb, s-tassta.ads, s-tassta.ads,
27556         s-tasuti.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads,
27557         s-tpoben.adb, s-tpoben.adb, s-tpobop.ads: Update comments. Minor
27558         reformatting.
27559
27560 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
27561
27562         * utils2.c (build_binary_op): Fix typo.
27563
27564 2005-03-15  Doug Rupp  <rupp@adacore.com>
27565
27566         * s-crtl.ads (popen,pclose): New imports.
27567
27568 2005-03-15  Cyrille Comar  <comar@adacore.com>
27569
27570         * comperr.adb (Compiler_Abort): remove references to obsolete
27571         procedures in the bug boxes for various GNAT builds.
27572
27573 2005-03-15  Vincent Celier  <celier@adacore.com>
27574
27575         * snames.ads, snames.adb: Save as Unix text file, not as DOS text file
27576
27577 2005-03-15  Geert Bosch  <bosch@adacore.com>
27578             Arnaud Charlet  <charlet@adacore.com>
27579             Robert Dewar  <dewar@adacore.com>
27580             Cyrille Comar  <comar@adacore.com>
27581             Sergey Rybin  <rybin@adacore.com>
27582
27583         * gnat_ugn.texi: Remove extended inline assembly example, as it was far
27584         too specific and long-winded to be appropriate for the GNAT User's
27585         Guide.
27586         Warn about use of GCC switches not documented in the GNAT User's Guide,
27587         as these may cause generated code to not conform to Ada semantics.
27588         Remove mention of -gdwarf-2 for sparc64, since this is now the default.
27589         Add documentation for -gnat95 and -gnat05 switches
27590         Remove paragraph documenting obsolete way to refer to third party
27591         libraries.
27592         Add a few references to Ada_05 that were missing.
27593         Update documentation on -gnatZ/-gnatL.
27594         Document limitation when using -m64 under Solaris.
27595         Change the "Name Casing" subsection of the pretty-printer section
27596         according to the changes in the dictionary processing.
27597
27598         * gnat_rm.texi: Document the Ada_05 pragma.
27599         Section on record representation clauses describes the new more
27600         relaxed rules about placement of large packed bit array components.
27601         Add documentation of GNAT.UTF_32
27602
27603 2005-03-12  Daniel Berlin  <dberlin@dberlin.org>
27604
27605         * misc.c (gnat_post_options): Turn off structural
27606         aliasing for now.
27607
27608 2005-03-08  Laurent Guerby  <laurent@guerby.net>
27609
27610         * system-linux-sparc.ads: Fix typo in previous commit.
27611
27612 2005-03-07  James A. Morrison  <phython@gcc.gnu.org>
27613             Laurent Guerby  <laurent@guerby.net>
27614
27615         PR ada/20035
27616         * system-linux-sparc.ads: New.
27617         * Makefile.in: Add sparc linux entry.
27618
27619 2005-02-27  Danny Smith  <dannysmith@users.sourceforge.net>
27620
27621         * seh_init.c (__gnat_SEH_error_handler): Mark third and fourth
27622         parameters as unused.
27623
27624 2005-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
27625         Partial merge from libada-gnattools-branch:
27626
27627         2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
27628         * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
27629         into code in gnattools/Makefile.in.  Remove direct dependencies on
27630         stamp-tools by tools clauses.
27631         2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
27632         * config-lang.in: Add gnattools to $lang_dirs.
27633
27634 2005-02-13  Andrew Pinski  <pinskia@physics.uc.edu>
27635
27636         PR ada/19942
27637         * utils.c (gnat_type_for_mode): Return null instead of ICE because
27638         we asked for an unknown mode.
27639
27640 2005-02-12  Richard Henderson  <rth@redhat.com>
27641
27642         * utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes;
27643         validate SCALAR_INT_MODE_P before calling gnat_type_for_size.
27644
27645 2005-02-10  Andreas Jaeger  <aj@suse.de>
27646
27647         * init.c (__gnat_initialize): Mark parameter as unused.
27648
27649 2005-02-09  Doug Rupp  <rupp@adacore.com>
27650
27651         * g-expect-vms.adb (Non_Blocking_Spawn): Separate out.
27652         * g-enblsp-vms-alpha.adb g-enblsp-vms-ia64.adb: New subunits.
27653
27654 2005-02-09  Doug Rupp  <rupp@adacore.com>
27655
27656         * gnatchop.adb (dup, dup2),
27657         g-dirope.adb (closedir, opendir, rmdir): Reference via System.CRTL.
27658
27659         * gnatlbr.adb (mkdir),
27660         mlib-tgt-vms-ia64.adb (popen, plose):  Import with decc$ prefix.
27661
27662         * s-crtl.ads (closdir, dup, dup2, opendir, rmdir): Import.
27663
27664 2005-02-09  Doug Rupp  <rupp@adacore.com>
27665
27666         * s-tpopde-vms.adb: Add pragma Warnings (Off) for Task_Id conversions.
27667
27668 2005-02-09  Robert Dewar  <dewar@adacore.com>
27669             Thomas Quinot  <quinot@adacore.com>
27670             Javier Miranda  <miranda@adacore.com>
27671             Pascal Obry  <obry@adacore.com>
27672             Ed Schonberg  <schonberg@adacore.com>
27673             Doug Rupp  <rupp@adacore.com>
27674             Gary Dismukes  <dismukes@adacore.com>
27675             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27676
27677         * g-zstspl.ads: New file.
27678
27679         * a-chahan.ads, a-chahan.adb: Add declarations from AI-285
27680
27681         * a-string.ads: Add pragma Ada_05 for wide_wide_space to get warning in
27682         Ada 95 mode
27683         Add definition of Wide_Wide_Space for AI-285
27684
27685         * impunit.ads, impunit.adb, sem_ch10.adb: Complete rewrite and new
27686         interface (to support Ada 95 and Ada 2005 units).
27687         Add Unbounded_IO files
27688         Add entries for Wide_Wide packages for AI-285
27689         Add list of containers packages to Ada 2005 unit list
27690
27691         * a-swuwti.ads, a-swuwti.adb, a-suteio.ads, a-suteio.adb: Updates to
27692         support new Unbounded_IO package cleanly.
27693
27694         * g-utf_32.ads, g-utf_32.adb: New files.
27695
27696         * Makefile.rtl: Add entry for g-utf_32
27697         Add new files for Unbounded_IO
27698         Adjust make file for new AI-285 wide wide packages
27699         Add AI-302 containers to the run time.
27700
27701         * a-stwibo.adb, a-stwibo.ads, a-stwisu.adb, a-stwisu.ads,
27702         a-strbou.ads, a-strbou.adb, a-strsup.ads, a-strsup.adb: New
27703         subprograms for AI-301.
27704
27705         * a-stwiun.adb, a-stwiun.ads: Minor reformatting.
27706
27707         * a-stunau.ads: Minor comment correction
27708
27709         * rtsfind.ads, rtsfind.adb: Add definitions for Wide_Wide attributes
27710         etc.
27711         Also extend Text_IO_Kludge to support Wide_Wide_Text_IO
27712         (Check_RPC): Update to match changes in expanded code.
27713         Clean up unused entity.
27714
27715         * exp_ch3.ads, exp_ch3.adb: Fix various places where Wide_Wide_String
27716         was not taken into account.
27717         This includes proper initialization with Normalize_Scalars.
27718         (Get_Simple_Init_Val): Major rewrite for initialize scalars and
27719         normalize scalars cases (particularly the latter) to do a better job
27720         of finding invalid representations.
27721
27722         * s-scaval.ads, s-scaval.adb: Add values for zero invalid values
27723
27724         * s-strops.ads, s-strops.adb: Remove string normalize routines, never
27725         used
27726
27727         * exp_dist.adb: Add support for wide wide character type
27728         (Expand_Receiving_Stubs_Bodies): For a package declaration that has a
27729         private part, generate stub bodies at the end of the private part,
27730         not the visible part.
27731         (Add_RACW_Primitive_Operations_And_Bodies): Add last missing code for
27732         PolyORB support.
27733         (Add_Obj_RPC_Receiver_Completion): Add PCS-specific subprograms and
27734         generic wrapper to execute final processing after completing the
27735         expansion of the RPC receiver for an RACW.
27736
27737         * snames.h, snames.ads, snames.adb: Add definitions for wide_wide
27738         packages and attributes.
27739         (Preset_Names): Addition of the new reserved words of Ada 2005,
27740         that is interface, overriding and synchronized.
27741         (Get_Pragma_Id): Give support to the use of the new reserved word
27742         "interface" as a pragma name.
27743         (Is_Pragma_Name): Give support to the use of the new reserved word
27744         "interface" as a pragma name.
27745         (Preset_Names): Add stream_size string for the Stream_Size Ada2005
27746         attribute implementation.
27747
27748         * exp_attr.adb (Expand_Attribute_Reference): Do not apply validity
27749         checks to entities that are output parameters of Asm operations.
27750         Handle the Stream_Size attribute.
27751         Add implementation of Wide_Wide_Value, Wide_Wide_Image, Wide_Wide_Width
27752
27753         * exp_imgv.ads, exp_imgv.adb: Add support for wide wide character type
27754
27755         * sem_attr.adb (Eval_Attribute): Raise compile-time constraint error
27756         for second parameter being 0.0.
27757         Add support for wide wide character type.
27758         (Analyze_Attribute, Eval_Attribute): Handle the Stream_Size attribute.
27759
27760         * s-valwch.adb, s-valwch.ads, s-imgwch.ads, s-imgwch.adb,
27761         s-wchstw.ads, s-wchstw.adb, s-wchwts.adb, s-wchwts.ads,
27762         s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdcha.ads,
27763         s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb, s-wwdwch.ads: Add support
27764         for wide wide character cases.
27765
27766         * cstand.adb: Create entities for Wide_Wide_Character and
27767         Wide_Wide_String.
27768
27769         * i-c.ads, i-c.adb: Fix not raising CE for null wide strings in
27770         accordance with AI-258.
27771         Add new declarations for 16/32 bit C character types (Part of AI285)
27772
27773         * einfo.ads, einfo.adb (Is_Obsolescent, Is_Ada_2005): New flag
27774         (Obsolescent_Warning): New field
27775         (Rep_Clause): New local subprogram used to share code. Returns the rep
27776         clause for which the name is given in parameter.
27777         (Has_Stream_Size_Clause): New routine.
27778         (Stream_Size_Clause): Idem. Implementation is based on Rep_Clause.
27779         (Address_Clause): Implementation is now using Rep_Clause.
27780         (Alignment_Clause): Idem.
27781         (Size_Clause): Idem.
27782
27783         * lib-xref.adb (Generate_Reference): Test for reference to Ada 2005
27784         entity in non-Ada 2005 mode and generate warning.
27785
27786         * par-prag.adb: Add handling of one argument form for pragma Ada_05.
27787         (Prag): Code cleanup. Remove old gnat pragma "overriding"
27788
27789         * sem_prag.adb: Add handling of one argument form for pragma Ada_05
27790         (Analyze_Pragma, case Elaborate, Elaborate_All): Do not disable warnings
27791         on the named unit if the pragma is not in the current compilation unit,
27792         so that elaboration calls in the current unit can set up an elaboration
27793         dependency on the named unit, as needed.
27794         (Analyze_Pragma, case Obsolescent): Allow pragma to be used for library
27795         subprogram as well as for subprograms declared within a package.
27796         (Analyze_Pragma, Sig_Flags): Code cleanup. Remove support for the GNAT
27797         pragma overriding.
27798
27799         * krunch.ads, krunch.adb: Add special handling of Wide_Wide (krunched
27800         to z) to avoid some instances of duplication for Wide_Wide packages.
27801
27802         * namet.ads, namet.adb: Implement encoding (WWhhhhhhhh) for wide wide
27803         characters.
27804
27805         * scn.adb: Char_Literal_Value field is now a Uint
27806
27807         * scng.adb: Significant rewrite to handle new Ada 2005 features
27808         allowing wide and wide wide characters in program text, e.g. for
27809         identifiers, as described in AI-285.
27810         (Set_Reserved): New procedure, makes setting up keywords cleaner.
27811         (Initialize_Scanner): Register the new reserved words of Ada 2005.
27812         (Scan): Give support to the new reserved words.
27813
27814         * par-ch2.adb (P_Identifier): Compiling in Ada95 mode, generate a
27815         warning notifying that interface, overriding, and synchronized are
27816         new reserved words.
27817         (P_Pragma): Allow the use of the new reserved word "interface" as
27818         a pragma name.
27819
27820         * gnatls.adb, gnatbind.adb,
27821         ali-util.adb, binde.adb, ali.ads, ali.adb: Code cleanup. Rename
27822         identifiers named "interface" to "SAL_Interface".
27823
27824         * bindgen.adb (Gen_Main_Ada): Add support for the new SEH
27825         (Structured Exception handling).
27826         (Gen_Main_C): Idem.
27827
27828         * bindgen.adb:
27829         (Gen_Main_Ada): Set the default exit code if specified.
27830         (Gen_Main_C): Likewise.
27831         Part of *DC20-006.
27832         (Gen_Output_File_C): Remove redundant output of gnat_exit_status.
27833         Code cleanup. Rename identifiers named "interface" to "SAL_Interface"
27834
27835         * switch-b.adb, bindusg.adb, opt.ads, vms_data.ads: Add handling of
27836         new -Xnnn switch.
27837
27838         * mlib-prj.adb, mlib.adb: Code cleanup. Rename one identifier that
27839         has a collision with the new Ada 2005 "interface" reserved word.
27840
27841         * par-ch3.adb (P_Defining_Identifier): Compiling in Ada95 mode,
27842         generate a warning notifying that interface, overriding, and
27843         synchronized are new reserved words.
27844
27845         * scans.ads (Token_Type): Addition of the tokens corresponding to the
27846         new reserved words of Ada 2005: Tok_Interface, Tok_Overriding
27847         and Tok_Synchronized.
27848
27849         * sem_res.adb (Resolve_Actuals): Change error messages to refer to
27850         "dispatching" rather than "primitive" operations, since dispatching
27851         calls are now allowed to abstract formal subprograms (which are not
27852         primitive).
27853         Char_Literal_Value field is now a Uint
27854         (Resolve_Slice): If the prefix is an access to an unconstrained array,
27855         compute the actual subtype of the designated object to impose the proper
27856         index constraints.
27857         (Resolve_Selected_Component): Do not insert an access check if the
27858         prefix is an access type: such a node is expanded into an explicit
27859         dereference, on which the access check is performed anyway. Removes
27860         expensive duplicate checks.
27861         (Resolve_Call): Use new flag Is_Obsolescent and field
27862         Obsolescent_Warning so that pragma Obsolescent works on library
27863         subprograms.
27864         Add support for wide wide character type
27865         (Resolve_Allocator): Replace the error message on wrong null-exclusion
27866         value by a warning message.
27867         (Resolve_Type_Conversion): If the mixed-mode expression is interpreted
27868         as fixed-point, and one of the operands is non-static and universal, it
27869         can only be an illegal exponentiation operation, in which case there is
27870         no real value to retrieve.
27871
27872         * exp_strm.adb: Add support for wide wide character type
27873         (Build_Elementary_Input_Call): Compute the size of the stream element by
27874         querying the rep chain to find the Stream_Attribute attribute value.
27875         (Build_Elementary_Write_Call): Ditto.
27876
27877         * sem_aggr.adb: Char_Literal_Value field is now a Uint
27878         Add support for wide wide character type
27879         Replace the error messages on wrong null-exclusion value by warnings
27880         as described in Ada 2005.
27881         (Resolve_Extension_Aggregate): Document the fact that the error
27882         message on class-wide expressions in extensions aggregates.
27883
27884         * sem_case.adb: Add support for wide wide character type
27885
27886         * sem_ch13.adb: Add support for wide wide character type
27887         (Analyze_Attribute_Definition_Clause): Handle the Stream_Size attribute.
27888
27889         * sem_ch3.adb: Add support for wide wide character type
27890         (Process_Subtype): If constraint is illegal for the type, set Ekind of
27891         now-useless Itype, to prevent cascaded errors on a compiler built
27892         without -gnatp.
27893
27894         * sem_ch8.adb: Add with and use of Sem_Disp.
27895         (Analyze_Subprogram_Renaming): Replace unclean uses of
27896         Corresponding_Spec with Corresponding_Formal_Spec (and delete setting
27897         of Corresponding_Spec to Empty).
27898         (Attribute_Renaming): Replace use of Corresponding_Spec with
27899         Corresponding_ Formal_Spec and simplify condition.
27900         (Use_One_Package): Check that scope of homonym of identifier is defined,
27901         before checking whether it is a wrapper package.
27902         Add support for wide wide character type
27903
27904         * sem_eval.adb: Add support for wide wide character type.
27905         (Eval_Arithmetic_Op): Check for compile time known signed integer
27906         overflow in the non-static case.
27907         (Subtypes_Statically_Match): A formal scalar type and its base type do
27908         not statically match.
27909
27910         * sem_util.adb (Collect_Primitive_Operations): Minor change of "/=" to
27911         "not in" for test of N_Formal_Subprogram_Declaration (which is now a
27912         subtype).
27913         (Unit_Declaration_Node): Ditto.
27914         (Is_Variable_Prefix):  For the case of an indexed component whose prefix
27915         has a packed array type, the prefix has been rewritten into a type
27916         conversion. Determine variable-ness from the converted expression.
27917         Handle wide wide character cases.
27918
27919         * stand.ads: Add types Wide_Wide_Character and Wide_Wide_String
27920
27921         * stringt.ads, stringt.adb: Handle full UTF-32 range.
27922         Remove ["0A"] from comment, since it can look like a line terminator.
27923         Currently we don't permit this, but this is under discussion by the
27924         ARG, and it is easy enough to use a different example.
27925
27926         * s-wchcon.ads, s-wchcnv.ads, s-wchcnv.adb: Add new subprograms for
27927         handling UTF-32 encoding for wide wide character.
27928         Implement new brackets coding ["hhhhhhhh"]
27929         Add UTF-8 encodings for full UTF-32 range
27930
27931         * ttypes.ads: Add definition of Standard_Wide_Wide_Character_Size
27932
27933         * types.h, types.ads, types.adb: Wide_Wide_Character now has full 31
27934         bit range Add full UTF-32 support.
27935         (RT_Exception_Code): Addition of CE_Null_Not_Allowed; used to
27936         notify that constraint error will be raised at run-time
27937         because a null value is assigned to a null-excluding object.
27938         Remove some obsolete declarations and make Char_Code
27939         unsigned.
27940
27941         * a-except.adb (Rcheck_30): New subprogram. Addition of the message
27942         corresponding to CE_Null_Not_Allowed, and adjust the output of all the
27943         Rcheck subprograms.
27944
27945         * checks.adb (Check_Null_Not_Allowed): Replace the error message on
27946         wrong null-exclusion value by a warning message.
27947         (Enable_Range_Check): Do range check if the prefix is an
27948         explicit dereference whose designated object is an unconstrained array.
27949         Current algorithm for removing duplicate checks is over-eager in this
27950         case.
27951
27952         * sem_ch5.adb (Analyze_Assignment): Replace the error messages on wrong
27953         null-exclusion value by a warning message
27954
27955         * atree.h, atree.ads, atree.adb: Remove Char_Code field support
27956         completely. Add support for Uint2 field
27957
27958         sem_ch2.adb, exp_ch11.adb, exp_dbug.adb,
27959         exp_prag.adb: Char_Literal_Value field is now a Uint.
27960
27961         * exp_util.adb (Insert_Actions): Replace
27962         N_Formal_Subprogram_Declaration by
27963         N_Formal_{Abstract|Concrete}_Subprogram_Declaration.
27964         Char_Literal_Value field is now a Uint.
27965
27966         * sinfo.ads, sinfo.adb (Corresponding_Formal_Spec): New function
27967         defined for subprogram renaming declarations. When set, the field
27968         indicates the defining entity of a corresponding formal subprogram
27969         when the renaming corresponds to a formal subprogram association in an
27970         instantiation.
27971         (Set_Corresponding_Formal_Spec): New procedure to return
27972         Corresponding_Formal_Spec field.
27973         Minor changes of "=" to "in" in tests of N_Formal_Subprogram_Declaration
27974         (which is now a subtype).
27975         Char_Literal_Value field is now a Uint
27976
27977         * exp_disp.ads, exp_disp.adb (Make_DT): Generate code that moves the
27978         pointer to the base of the dispatch table.
27979         Minor changes to comments.
27980         (Controlling_Type): New function for determining the tagged type
27981         associated with a tagged primitive subprogram.
27982         (Expand_Dispatching_Call): Add support for a controlling actual that is
27983         directly a value of type Ada.Tag rather than a tagged object.
27984
27985         * i-cpp.ads, i-cpp.adb, a-tags.ads, a-tags.adb: Update documentation
27986         describing the new layout.
27987         (Dispatch_Table): The expander computes the actual array size, allocates
27988         the Dispatch_Table record accordingly, and generates code that displaces
27989         the base of the record after the Typeinfo_Ptr component. The access to
27990         these components is done by means of local functions.
27991         (Offset_To_Top): New function.
27992         (Typeinfo_Ptr): New function.
27993         (Get_TSD): Modified to access the new position of the TSD.
27994         (Set_TSD): Modified to save the TSD in its new position.
27995
27996         * par-ch12.adb (P_Formal_Subprogram_Declaration): Add parsing for the
27997         case of formal abstract subprograms. Add check and message for -gnat05.
27998         Update comments.
27999
28000         * sem_ch12.adb: Add with and use for Sem_Disp.
28001         (Analyze_Associations): Minor change from "=" to "in" for use of
28002         N_Formal_Subtype_Declaration (which is now a subtype).
28003         (Set_Analyzed_Formal): Minor changes from "=" to "in" for uses of
28004         N_Formal_Subtype_Declaration (which is now a subtype).
28005         (Analyze_Formal_Subprogram): Add handling for
28006         N_Formal_Abstract_Subprogram, marking the formal as abstract and
28007         dispatching, setting the controlling status of the formal parameters
28008         and result, and issuing an error if there is no controlling type for
28009         the formal subprogram.
28010         (Instantiate_Formal_Subprogram): Rather than setting Corresponding_Spec,
28011         which is an unclean use of that field, we set the new field
28012         Corresponding_Formal_Spec to make the formal subprogram available to
28013         processing in Analyze_Subprogram_Declaration.
28014         (Analyze_Formal_{Discrete, Decimal_Fixed_Point, Fixed_Point,
28015         Floating_Point, Modular_Integer, Signed_Integer}_Type: Make formal type
28016         Constrained, so that it is is does not statically match its anonymous
28017         base type.
28018
28019         * sem_ch6.adb (Analyze_Subprogram_Specification): Include test for
28020         abstract formal subprograms in error check for functions returning
28021         abstract types. Set scope of new designator for
28022         a parameterless subprogram, so that it is available when checking the
28023         body for nested subprograms, before full analysis of said body.
28024         (Analyze_Subprogram_Body): Warn on inlining bodies with nested
28025         subprogram only if inner one comes from source.
28026         (Analyze_Function_Call): If the call is given in object notation, the
28027         analysis of the name rewrites the node and analyzes it with the proper
28028         argument list. After analyzing the name, if the call has been rewritten
28029         and the result type is set, no further analysis is needed.
28030         (Analyze_Return_Type): Subsidiary to Process_Formals: analyze subtype
28031         mark in function specification, in a context where the formals are
28032         visible and hide outer homographs.
28033
28034         * sem_disp.adb (Check_Controlling_Type): Relax the check for same scope
28035         as the tagged type for the cases of abstract formal subprograms and
28036         renamings of those.  Clean up spec comments.
28037         (Check_Dispatching_Context): Add error message to indicate "abstract
28038         procedure", covering the case of a call to a formal abstract procedure
28039         that has statically tagged operands.
28040         (Check_Dispatching_Call): Check for the case of an actual given by
28041         a tag-indeterminate function call whose type is an ancestor of the
28042         containing call's associated tagged type. This situation can occur
28043         for inherited primitives with function defaults. In this case we
28044         use the tagged type's tag directly as the controlling argument for
28045         the calls.
28046         (Expand_Call): Name change on call to Expand_Dispatch_Call.
28047
28048         * sprint.adb (Sprint_Node_Actual): Split
28049         N_Formal_Subprogram_Declaration into two alternatives for the new
28050         cases N_Formal_Abstract_Subprogram_Declaration and
28051         N_Formal_Concrete_Subprogram_Declaration.
28052         Char_Literal_Value field is now a Uint.
28053
28054         * trans.c: Get rid of junk Uint2 reference.
28055         Char_Literal_Value field is now a Uint.
28056         (gnat_to_gnu, case N_Aggregate): Check TYPE_UNCHECKED_UNION_P.
28057         (gigi): Correct third arg to gimplify_body.
28058
28059         * ada-tree.h: (TYPE_UNCHECKED_UNION_P): New flag.
28060         (TYPE_LANG_FLAG_0): Check for record or union.
28061
28062         * treepr.adb: Char_Literal_Value field is now a Uint
28063
28064         * uintp.h, uintp.ads, uintp.adb: Add new routines UI_To_CC and
28065         UI_From_CC.
28066
28067         * widechar.ads, widechar.adb (Is_UTF_32_Non_Graphic): New function
28068         Add full UTF-32 support
28069         Char_Code is now 32 bits
28070
28071         * sinput.ads, sinput.adb (Skip_Line_Terminators): Extend to deal with
28072         wide character UTF_32 line terminators.
28073         Initialize Main_Source_File to avoid error when no main
28074         source is loaded.
28075
28076         * errout.adb (Finalize): Do not check Num_SRef_Pragmas
28077         (Main_Source_File) when no main source has been loaded, to avoid
28078         potential crash.
28079
28080 2005-02-09  Robert Dewar  <dewar@adacore.com>
28081
28082         * a-strunb.ads, a-strunb.adb: Add missing pragma Ada_05 statements
28083         Fix name of Set routine
28084
28085         * a-strfix.ads, a-strfix.adb: Add new index functions from AI-301 to
28086         fixed packages.
28087
28088         * a-stwise.ads, a-stwise.adb, a-stwifi.ads, a-stwifi.adb,
28089         a-strsea.ads, a-strsea.adb: Add new index functions from AI-301 to
28090         fixed packages
28091
28092         * a-witeio.ads, a-witeio.adb, a-textio.ads, a-textio.adb: New function
28093         forms of Get_Line subprograms for AI-301.
28094
28095         * a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
28096         a-wtedit.adb, a-wtedit.adb, a-wtedit.ads, a-wttest.adb,
28097         a-wttest.ads, a-strmap.ads, a-strmap.adb, a-stwima.adb,
28098         a-stwima.ads: Minor reformatting.
28099
28100 2005-02-09  Doug Rupp  <rupp@adacore.com>
28101             Thomas Quinot  <quinot@adacore.com>
28102
28103         * adaint.c, adaint.h
28104         [VMS] (to_ptr32): New function.
28105         (MAYBE_TO_PTR32): New macro.
28106         (__gnat_portable_spawn,__gnat_portable_no_block_spawn): Adjust argv
28107         for pointer size.
28108         [VMS] (descriptor_s, ile_s): Use __char_ptr32 for adr field.
28109         [VMS] (#define fork()): Remove since unneccessary.
28110         (__gnat_set_close_on_exec): New routine to support
28111         GNAT.OS_Lib.Set_Close_On_Exec.
28112
28113         * g-expect.adb (Set_Up_Communications): Mark the pipe descriptors for
28114         the parent side as close-on-exec so that they are not inherited by the
28115         child.
28116
28117         * g-os_lib.ads, g-os_lib.adb (Set_Close_On_Exec): New subprogram to
28118         set or clear the FD_CLOEXEC flag on a file descriptor.
28119
28120 2005-02-09  Eric Botcazou  <ebotcazou@adacore.com>
28121             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
28122
28123         PR ada/19386
28124         * decl.c:
28125         (gnat_to_gnu_field): Do not necessarily invoke make_packable_type
28126         on the field if Pragma Component_Alignment (Storage_Unit).
28127         (gnat_to_gnu_entity, case object): Do not treat a renaming that has
28128         side-effects as if it were a constant; also make SAVE_EXPR to protect
28129         side-effects.
28130         (gnat_to_gnu_entity, case E_Record_Subtype): If have _Parent, make a
28131         UNION_TYPE.
28132         (make_dummy_type): Set TYPE_UNCHECKED_UNION_P.
28133         (components_to_record): Test it.
28134         Fix improper usage of REFERENCE_CLASS_P.
28135
28136         * utils2.c (build_binary_op, case MODIFY_EXPRP): Treat UNION_TYPE as
28137         RECORD_TYPE.
28138
28139         * utils2.c: Minor reformatting.
28140
28141         * utils.c (convert, case UNION_TYPE): Check TYPE_UNCHECKED_UNION;
28142         handle other cases like RECORD_TYPE.
28143
28144         * utils.c (gnat_pushdecl): Set TREE_NO_WARNING.
28145
28146 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
28147
28148         * exp_aggr.adb (Gen_Assign): If the expression is an aggregate for a
28149         component of an array of arrays in an assignment context, and the
28150         aggregate has component associations that require sliding on
28151         assignment, force reanalysis of the aggregate to generate a temporary
28152         before the assignment.
28153         (Must_Slide): Make global to the package, for use in Gen_Assign.
28154
28155 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
28156
28157         * exp_ch4.adb (Expand_Composite_Equality): If a component is an
28158         unchecked union with no inferable discriminants, return a
28159         Raise_Program_Error node, rather than inserting it at the point the
28160         type is frozen.
28161         (Expand_Record_Equality, Component_Equality): Handle properly the case
28162         where some subcomponent is an unchecked union whose generated equality
28163         code raises program error.
28164
28165 2005-02-09  Doug Rupp  <rupp@adacore.com>
28166
28167         * gnatbl.c: [VMS] (_POSIX_EXIT): Define.
28168         [VMS] (#define exit hack): Remove.
28169
28170 2005-02-09  Pascal Obry  <obry@adacore.com>
28171             Arnaud Charlet  <charlet@adacore.com>
28172
28173         * init.c (__gnat_initialize): Add a new parameter eh which contains the
28174         address of the exception registration. The Win32 version of this
28175         routine calls __gnat_install_SEH_handler() to initialize the SEH
28176         (Structured Exception Handling) handler.
28177         (__gnat_error_handler) [Win32]: Removed. Not needed as we use
28178         SEH (Structured Exception Handling) now.
28179         (__gnat_install_handler) [Win32]: Nothing to do now as we use SEH.
28180         (__gnat_initialize for ppc-vxworks): Adjust comments and the
28181         preprocessor condition protecting the call to the extra eh setup
28182         subprogram, which is only available for the ppc target.
28183         (__gnat_clear_exception_count): replaced reference to
28184         variable taskIdCurrent by call to taskIdSelf(), cleaner.
28185
28186         * seh_init.c: New file.
28187
28188         * Make-lang.in: (GNAT_ADA_OBJS): Add seh_init.o.
28189         (GNATBIND_OBJS): Idem.
28190
28191         * misc.c (gnat_parse_file): Update call to __gnat_initialize. This
28192         routine takes a new parameter (a pointer to the exception registration
28193         for the SEH (Structured Exception Handling) support.
28194
28195         * raise.h: (__gnat_install_SEH_handler): New prototype.
28196         Update copyright notice.
28197
28198         * s-tassta.adb (Task_Wrapper): Declare the exception registration
28199         record and initialize it by calling __gnat_install_SEH_handler.
28200
28201 2005-02-09  Vincent Celier  <celier@adacore.com>
28202
28203         * make.adb (Gnatmake): Do not fail when the main project has no object
28204         directory.
28205
28206 2005-02-09  Doug Rupp  <rupp@adacore.com>
28207
28208         * Makefile.in [VMS] (LN,LN_S): Define as cp -p
28209         Rename s-asthan-vms.adb to s-asthan-vms-alpha.adb.
28210         [VMS]: Add translations for g-enblsp.adb.
28211
28212         * s-asthan-vms.adb: Removed.
28213         * s-asthan-vms-alpha.adb: Added.
28214
28215 2005-02-09  Pascal Obry  <obry@adacore.com>
28216
28217         * Makefile.in (LIBGNAT_SRCS): Add seh_init.c.
28218         (LIBGNAT_OBJS): Add seh_init.o.
28219
28220 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28221
28222         PR ada/16592
28223         * Makefile.in: Link all gnat tools with -static-libgcc, since
28224         -shared-libgcc is now used by default on some systems (e.g. linux with
28225         recent binutils).
28226         Remove references to Makefile.prolog/generic, no longer used.
28227
28228 2005-02-09  Vincent Celier  <celier@adacore.com>
28229
28230         * prj-makr.adb (Process_Directory): Put file name in canonical case
28231         before matching against the patterns.
28232         If gnatname has been invoked as <prefix>-gnatname
28233         then invoke the compiler as <prefix>-gcc, not just "gcc".
28234
28235 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
28236
28237         * sem_ch4.adb (Analyze_Selected_Component): Create Actual_Subtype even
28238         with expansion disabled. The actual subtype is needed among other
28239         places when the selected component appears in the context of a loop
28240         bound, and denotes a packed array.
28241         (Operator_Check): Always use the first subtype in the
28242         error message, to avoid the appearance of internal base types.
28243         (Transform_Object_Operation): Copy each actual in full
28244         to the parameter associations of the constructed call, rather than
28245         using the shallow copy mechanism of New_Copy_List. This ensures that
28246         the chaining of named associations is done properly.
28247         (Complete_Object_Operation): Rewrite node, rather than
28248         replacing it, so that we can trace back to the original selected
28249         component.
28250
28251         * sem_elab.adb (Set_Elaboration_Constraint): For initialization calls,
28252         and calls that use object notation, if the called function is not
28253         declared  in a withed unit, place the elaboration constraint on the
28254         unit in the context that makes the function accessible.
28255         (Check_Elab_Subtype_Declaration): Check whether a subtype declaration
28256         imposes an elaboration constraint between two packages.
28257
28258 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
28259
28260         * sem_ch7.adb (Uninstall_Declarations): Exchange full and private
28261         views of a private type after handling its private dependents, to
28262         maintain proper stack discipline between entry and exit from the
28263         package.
28264
28265 2005-02-09  Cyrille Comar  <comar@adacore.com>
28266
28267         * s-finimp.adb: (Finalize_List): Optimize in the no-abort case.
28268         Minor reformatting.
28269
28270 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28271
28272         * s-tporft.adb (Register_Foreign_Thread): Initialize Task_Image[_Len]
28273         fields for foreign threads.
28274
28275 2005-02-09  Doug Rupp  <rupp@adacore.com>
28276
28277         * s-vaflop.adb: Add pragma Warnings (Off) to eliminate infinite
28278         recursion warnings when compiled with -gnatdm.
28279
28280 2005-02-09  Robert Dewar  <dewar@adacore.com>
28281
28282         * usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions)
28283         Slight fix to documentation of -gnaty with no parameters
28284
28285         * xr_tabls.ads: Add ??? comment for missing overall comment
28286
28287         * xsinfo.adb: Make default file name be sinfo.h, since this is what
28288         we now use by default.
28289
28290         * xsnames.adb: Adjust end of file test to look for five space followed
28291         by '#' instead of six spaces. The format of xsnames.adb was modified
28292         in the last update.
28293
28294         * a-numeri.ads: Add reference to AI-388 for greek letter pi
28295         identifier.
28296
28297         * clean.adb: Minor reformatting.
28298
28299         * gnat1drv.adb, gnatfind.adb, gnatlink.adb, gnatmem.adb,
28300         gnatname.adb: Minor reformatting
28301         Add 2005 to copyright output when utility is run
28302
28303         * csets.adb: Eliminate obsolete comment
28304
28305         * debug.adb, g-socket.ads, i-cobol.adb: Minor reformatting throughout
28306         Update comments.
28307
28308         * sem_eval.ads (Eval_Integer_Literal): Do not inline this, not useful.
28309
28310 2005-02-09  Sergey Rybin  <rybin@adacore.com>
28311
28312         * gnat_ugn.texi: Add to the gnatpp section the paragraph describing
28313         the difference between compact and incompact layout and add the record
28314         representation clause to the example illustrating different layouts.
28315         Add the description of '-A5' gnatpp option ("align 'AT' keywords in
28316         component clauses").
28317
28318 2005-02-09  Florian Villoing  <villoing@adacore.com>
28319
28320         * gnat_ugn.texi: Fix typos.
28321         Use @command to display 'gcc', 'gnatbind', etc. insted of @code or
28322         @file.
28323         Make proper use of @ref, @xref and @pxref to avoid duplication of "see"
28324         in the generated documentation.
28325
28326 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28327
28328         * gnat_ugn.texi: Remove all mentions of FSU threads, which are no
28329         longer supported.
28330         Update linker wrapper when linking with non GNU C++.
28331
28332 2005-02-09  Pascal Obry  <obry@adacore.com>
28333
28334         * gnat_ugn.texi:
28335         Document the procedure to debug the DllMain routine on Windows.
28336         Add note about -funwind-tables and mixed Ada and C/C++ programming in
28337         ZCX mode.
28338         Document new BIND qualifer /RETURN_CODES=VMS.
28339
28340 2005-02-09  Ben Brosgol  <brosgol@adacore.com>
28341
28342         * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
28343         Edited gnatmetric chapter
28344
28345 2005-02-09  Robert Dewar  <dewar@adacore.com>
28346
28347         * gnat_rm.texi:
28348         Changes to document new wide wide character support
28349         For AI-285
28350         Update documentation on Normalize_Scalars and Initialize_Scalars
28351
28352 2005-02-09  Pascal Obry  <obry@adacore.com>
28353
28354         * s-taprop-mingw.adb, s-soflin.ads: Minor reformatting.
28355
28356 2005-02-09  Jose Ruiz  <ruiz@adacore.com>
28357
28358         * s-osinte-vxworks.ads (taskPriorityGet): Add this function (imported
28359         from the VxWorks kernel) that is needed for getting the active
28360         priority of the different tasks.
28361
28362         * s-atacco.ads, s-atacco.adb (Nothing): Remove this dummy procedure.
28363         Use a pragma Elaborate_Body in the spec file instead.
28364         Noticed by code reading.
28365
28366 2005-02-09  Thomas Quinot  <quinot@adacore.com>
28367
28368         * exp_util.ads: Minor correction in comment.
28369
28370 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28371
28372         * s-taprop.ads (Initialize): Update comments. Remove pragma Inline,
28373         since this procedure is now too complex to be worth inlining.
28374
28375 2005-02-09  Richard Henderson  <rth@redhat.com>
28376
28377         * utils.c (gnat_define_builtin): Remove.
28378         (gnat_install_builtins): Use build_common_builtin_nodes.
28379
28380 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
28381
28382         * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
28383         a-crbtgk.adb, a-crbltr.ads, a-coprnu.ads, a-coprnu.adb,
28384         a-coorse.ads, a-coorse.adb, a-convec.ads, a-convec.adb,
28385         a-contai.ads, a-coinve.ads, a-coinve.adb, a-cohata.ads,
28386         a-cohama.ads, a-cohama.adb, a-ciorse.ads, a-ciorse.adb,
28387         a-cihama.ads, a-cihama.adb, a-cidlli.ads, a-cidlli.adb,
28388         a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads, a-cgcaso.adb,
28389         a-cgarso.ads, a-cgarso.adb, a-cdlili.ads, a-cdlili.adb,
28390         a-cgaaso.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb,
28391         a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
28392         a-coorma.ads, a-swunha.ads, a-stunha.ads, a-ciormu.ads,
28393         a-coormu.ads, a-rbtgso.ads, a-swunha.adb, a-stunha.adb,
28394         a-cgaaso.ads, a-ciorma.adb, a-coorma.adb, a-secain.adb,
28395         a-secain.ads, a-slcain.ads, a-slcain.adb, a-shcain.ads,
28396         a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads,
28397         a-stwiha.adb, a-strhas.ads, a-strhas.adb, a-chzla1.ads,
28398         a-chzla9.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
28399         a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads,
28400         a-stzbou.adb, a-stzbou.ads, a-stzfix.adb, a-stzfix.ads,
28401         a-stzhas.adb, a-stzhas.ads, a-stzmap.adb, a-stzmap.ads,
28402         a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads,
28403         a-stzunb.adb, a-stzunb.ads, a-swunau.adb, a-swunau.ads,
28404         a-szmzco.ads, a-szunau.adb, a-szunau.ads, a-szunha.adb,
28405         a-szunha.ads, a-szuzti.adb, a-szuzti.ads, a-tiunio.ads,
28406         a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb,
28407         a-ztcoio.ads, a-ztcstr.adb, a-ztcstr.ads, a-ztdeau.adb,
28408         a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
28409         a-ztedit.ads, a-ztenau.adb, a-ztenau.ads, a-ztenio.adb,
28410         a-ztenio.ads, a-ztexio.adb, a-ztexio.ads, a-ztfiio.adb,
28411         a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads, a-ztflio.adb,
28412         a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
28413         a-ztinau.ads, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb,
28414         a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads, a-zttest.adb,
28415         a-zttest.ads, a-zzunio.ads: New files. Part of new Ada 2005
28416         library.
28417
28418 2005-01-27  Laurent Guerby  <laurent@guerby.net>
28419
28420         * Makefile.in: Fix a-intnam.ads from previous commit,
28421         add 2005 to copyright.
28422         * a-intman-rtems.ads: Renamed to...
28423         * a-intnam-rtems.ads:
28424
28425 2005-01-27  Laurent Guerby  <laurent@guerby.net>
28426
28427         * Makefile.in: Rename GNAT RTEMS specific files.
28428         * 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
28429         5rosinte.ads, 5rparame.adb: Replaced by files below.
28430         * s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
28431         s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
28432
28433 2005-01-27  Joel Sherrill  <joel.sherrill@oarcorp.com>
28434             Laurent Guerby  <laurent@guerby.net>
28435
28436         PR ada/19488
28437         * 5rosinte.ads: Add No_Key constant.
28438         * 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
28439         * gsocket.h: Do not include <sys/socket.h> with RTEMS either.
28440
28441 2005-01-26  Laurent Guerby  <laurent@guerby.net>
28442
28443         PR ada/19414
28444         * i-cobol.adb (Valid_Numeric): Handle zero length case.
28445
28446 2005-01-20  Richard Henderson  <rth@redhat.com>
28447
28448         * Makefile.in (alpha-linux, LIBGNAT_TARGET_PAIRS): Use
28449         a-intnam-linux.ads and system-linux-alpha.ads.
28450         * a-intnam-linux-alpha.ads: Remove file.
28451         * s-osinte-linux-alpha.ads (SIGUNUSED, SIGSTKFLT, SIGLOST): New.
28452         * system-linux-alpha.ads: New file.
28453
28454 2005-01-18  Jakub Jelinek  <jakub@redhat.com>
28455
28456         PR ada/13470
28457         * a-stunau.adb (Get_String): Don't return U.Reference, but Ret that is
28458         set to the new string.
28459
28460 2005-01-18  Toon Moene  <toon@moene.indiv.nluug.nl>
28461
28462         * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
28463         to True.
28464
28465 2005-01-18  Richard Henderson  <rth@redhat.com>
28466
28467         * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
28468         THREADSLIB, GNATLIB_SHARED, PREFIX_OBJS, LIBRARY_VERSION): Specialize
28469         for alpha-linux.
28470         * s-osinte-linux-alpha.ads, a-intnam-linux-alpha.ads: New files.
28471
28472 2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
28473
28474         * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
28475         (GCC_ZCX_Support): Likewise.
28476
28477 2005-01-11  Bastian Blank  <waldi@debian.org>
28478
28479         * system-linux-s390.ads: Define Preallocated_Stacks.
28480         * system-linux-s390x.ads: Likewise.
28481
28482 2005-01-04  Arnaud Charlet  <charlet@adacore.com>
28483
28484         * gnat_ugn.texi: Fix texi errors with null variables.
28485
28486 2005-01-03  Thomas Quinot  <quinot@adacore.com>
28487
28488         * gen-soccon.c: New utility program to generate g-soccon.ads
28489         automatically.
28490
28491         * socket.c, gsocket.h: Split inclusion of system header files into a
28492         gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
28493
28494         * g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
28495         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
28496         g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
28497         g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
28498         should not be edited by hand anymore, but should be regenerated using
28499         gen-soccon.
28500
28501 2005-01-03  Robert Dewar  <dewar@adacore.com>
28502             Ed Schonberg  <schonberg@adacore.com>
28503             Vincent Celier  <celier@adacore.com>
28504
28505         * s-atacco.ads, a-direio.adb: Protect use of 'Constrained by warnings
28506         on/off, since this is an obsolescent feature, for which we now generate
28507         a warning.
28508
28509         * sem_attr.adb (Analyze_Attribute, case Constrained): Issue warning if
28510         warning mode is set and obsolescent usage of this attribute occurs.
28511         (Resolve_Access, case 'Access): Note that GNAT uses the context type to
28512         disambiguate overloaded prefixes, in accordance with AI-235. GNAT code
28513         predates, and partly motivates, the adoption of the AI.
28514         Implement new Ada 2005 attribute Mod
28515
28516         * exp_attr.adb (Expand_N_Attribute_Reference): Implement Ada 2005
28517         attribute Mod.
28518
28519         * par-ch4.adb (P_Name): In Ada 2005 mode, recognize new attribute Mod
28520
28521         * snames.h, snames.ads, snames.adb: Add entry for No_Dependence for
28522         pragma restrictions.
28523         New entry for Ada 2005 attribute Mod.
28524
28525         * par-prag.adb:
28526         Add recognition of new pragma Restrictions No_Dependence
28527         Recognize restriction No_Obsolescent_Features at parse time
28528
28529         * bcheck.adb: Add circuitry for checking for consistency of
28530         No_Dependence restrictions.
28531
28532         * lib-writ.ads, lib-writ.adb: Output new R lines for No_Dependence
28533         restrictions.
28534
28535         * restrict.ads, restrict.adb: Add subprograms to deal with
28536         No_Dependence restrictions.
28537
28538         * rtsfind.adb: Check that implicit with's do not violate No_Dependence
28539         restrictions.
28540
28541         * sem_ch3.adb, sem_ch11.adb, sem_ch13.adb, lib-xref.adb,
28542         sem_attr.adb: Add check for new restriction No_Obsolescent_Features
28543
28544         * scn.ads, prj-err.ads, prj-err.adb, ali-util.adb, gprep.adb: Add new
28545         dummy parameter to scng instantiation.
28546         Needed for new restriction No_Obsolescent_Features
28547
28548         * scn.adb: (Obsolescent_Check): New procedure
28549         Needed for new restriction No_Obsolescent_Features
28550
28551         * scng.ads, scng.adb: Always allow wide characters in Ada 2005 mode, as
28552         specified by AI-285, needed for implementation of AI-388 (adding greek
28553         pi to Ada.Numerics).
28554         Add new generic formal to scng, needed for new restriction
28555         No_Obsolescent_Features.
28556
28557         * s-rident.ads: Add new restriction No_Obsolescent_Features.
28558
28559         * ali.ads, ali.adb: Adjustments for reading new No_Dependence
28560         restrictions lines.
28561         (Scan_ALI): When finding an unexpected character on an R line, raise
28562         exception Bad_R_Line, instead of calling Fatal_Error, so that, when
28563         Ignore_Errors is True, default restrictions are set and scanning of the
28564         ALI file continues with the next line. Also, when Bad_R_Line is raised
28565         and Ignore_Errors is True, skip to the end of le line.
28566
28567         * sem_ch10.adb: Check that explicit with's do not violate
28568         No_Dependence restrictions.
28569         (Install_Withed_Unit): Add code to implement AI-377 and diagnose
28570         illegal context clauses containing child units of instance.
28571
28572         * sem_prag.adb: Processing and checking for new No_Dependence
28573         restrictions.
28574         (Analyze_Pragma, case Psect_Object): Call Check_Arg_Is_External_Name to
28575         analyze and check the External argument.
28576
28577         * a-numeri.ads: Add greek letter pi as alternative spelling of Pi
28578
28579 2005-01-03  Robert Dewar  <dewar@adacore.com>
28580
28581         * atree.adb: Add a fifth component to entities
28582         This allows us to add 32 flags and four new fields
28583
28584         * atree.ads: Add a fifth component to entities
28585         This allows us to add 32 flags and four new fields
28586
28587         * einfo.ads, einfo.adb: Document new fields and new flags now available
28588         Add routines for printing new fields
28589
28590         * treepr.adb: Call routines to print out additional fields if present
28591
28592 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
28593
28594         * bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
28595         gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.
28596
28597         * Makefile.in: Add support to build shared Ada libraries on solaris x86
28598         Remove gpr2make, replaced by gprmake.
28599         Remove references to gnatmem and libaddr2line.
28600         Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
28601         (gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
28602         Add support for specialized version of Ada.Numerics.Aux for Darwin: use
28603         a-numaux-darwin.ads and a-numaux-darwin.adb
28604         Enable mlib-tgt-lynxos.adb on lynxos.
28605
28606         * Make-lang.in: Remove rules for gpr2make.
28607         When generating sdefault.adb, do not call Relocate_Path
28608         on S3 for function Target_Name, as it is not a path.
28609         Remove references to gnatmem and libaddr2line.
28610
28611         * a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
28612         files.
28613
28614 2005-01-03  Samuel Tardieu  <tardieu@adacore.com>
28615
28616         * checks.adb (Apply_Alignment_Check): Generate a warning if an object
28617         address is incompatible with its base type alignment constraints when
28618         this can be decided statically.
28619
28620 2005-01-03  Olivier Hainque  <hainque@adacore.com>
28621
28622         * decl.c (compatible_signatures_p): New function. The intended purpose
28623         is to check if two function signatures for a call-site and a callee are
28624         compatible enough for the call to be valid. The underlying purpose is
28625         to check if a call to a mapped builtin is using the right interface.
28626         The current code actually does not check antyhing - this a placeholder
28627         for future refinements.
28628         (gnat_to_gnu_entity) <E_Subprogram_Call>: Add preliminary bits to handle
28629         builtin calls for convention Intrinsic.
28630
28631         * gigi.h (builtin_decl_for): Declare (new function).
28632
28633         * utils.c (gnat_install_builtins): Install the target specific builtins.
28634         (builtin_decl_for): New function, provide a dummy body for now.
28635
28636 2005-01-03  Geert Bosch  <bosch@adacore.com>
28637
28638         * eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.
28639         (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
28640         (Pred): Implement in terms of Succ.
28641
28642         * trans.c (convert_with_check): Reimplement conversion of float to
28643         integer.
28644
28645 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
28646             Vincent Celier  <celier@adacore.com>
28647
28648         * exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the
28649         bounds can be negative, and must be declared Int, not Nat.
28650
28651         * sem_elim.adb (Line_Num_Match): Correct wrong code when index in an
28652         array is checked after using the index in the array.
28653
28654         * makegpr.adb (Add_Switches): Check if there is a package for the
28655         processor. If there is no package, do not look for switches.
28656
28657 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
28658
28659         * exp_ch3.adb (Stream_Operations_OK): Predicate to determine when the
28660         generation of predefined stream operations (specs and bodies) should
28661         proceed. Under various restrictions these subprograms must not be
28662         generated.
28663
28664 2005-01-03  Thomas Quinot  <quinot@adacore.com>
28665
28666         * exp_dist.adb:
28667         Declare subprogram index in Build_RPC_Receiver_Body, to reduce the
28668         amount of PCS-specific code in RACW stubs generation.
28669         (Copy_Specification): Set Etype on copied formal parameter entities, as
28670         this information is needed for PolyORB stubs generation.
28671         (PolyORB_Support.Build_Subprogram_Receiving_Stubs): Remove unused
28672         variable Dynamic_Async.
28673         (Build_Subprogram_Receiving_Stubs): Make PCS-specific
28674         (Build_RPC_Receiver_Specification): Make generic again, as recent
28675         changes have allowed RPC receivers to have the same profile for both
28676         variants of the PCS.
28677         Reorganise RPC receiver generation to reduce differences between the
28678         structure of GARLIC and PolyORB RPC receivers.
28679         (Add_Receiving_Stubs_To_Declarations): Make this subprogram
28680         PCS-specific.
28681         Simplify elaboration code for RCI packages.
28682
28683         * s-parint.ads, s-parint.adb, rtsfind.ads: Reorganise RPC receiver
28684         generation to reduce differences between the structure of GARLIC and
28685         PolyORB RPC receivers.
28686
28687         * s-stratt.adb: Fix typo in comment.
28688
28689 2005-01-03  Thomas Quinot  <quinot@adacore.com>
28690
28691         * exp_ch7.ads (Make_Final_Call): Rewrite comment (was incorrectly
28692         copied from Make_Init_Call).
28693
28694         * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Do component
28695         reads and assignments on a temporary variable declared with appropriate
28696         discriminants.
28697
28698 2005-01-03  Robert Dewar  <dewar@adacore.com>
28699
28700         * i-c.adb (To_C): Raise CE if string is null and Append_Null
28701
28702 2005-01-03  Robert Dewar  <dewar@adacore.com>
28703
28704         * i-cstrin.adb (Update): Do not append a null in form called with a
28705         String. This avoids unintended behavior.
28706
28707 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
28708
28709         PR ada/17527
28710         * init.c: Fix warnings on Free BSD section.
28711
28712 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
28713
28714         PR ada/16949
28715         * sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
28716         xsinfo.adb).
28717
28718 2005-01-03  Vincent Celier  <celier@adacore.com>
28719
28720         * make.adb (Collect_Arguments_And_Compile): Do not attempt to build
28721         libraries when Unique_Compile is True (-u switch).
28722         (Gnatmake): ditto.
28723
28724 2005-01-03  Robert Dewar  <dewar@adacore.com>
28725
28726         * namet.adb (Get_Decoded_Name_With_Brackets): Fix case of not allowing
28727         upper case letter or underscore after W, as allowed by spec.
28728
28729 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
28730
28731         * s-osinte-darwin.ads, s-osinte-darwin.adb: Clean up
28732         darwin port by using proper type definitions from header files.
28733         Use SIGTERM instead of SIGABRT for SIGADAABORT.
28734
28735 2005-01-03  Robert Dewar  <dewar@adacore.com>
28736
28737         * par.adb: Enhance error message handling for configuration file
28738         pragmas.
28739
28740 2005-01-03  Robert Dewar  <dewar@adacore.com>
28741
28742         * s-arit64.adb (Double_Divide): Put back changes that got accidentally
28743         removed during the previous update (test properly for case of dividing
28744         largest negative number by -1, which generates overflow).
28745
28746 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
28747             Sergey Rybin  <rybin@adacore.com>
28748
28749         * sem_ch12.adb (Analyze_Package_Instantiation): Create a separate node
28750         to use as the defining identifier for a formal package.
28751         (Remove_Parent): If the instance takes place within (an instance of)
28752         a sibling, preserve private declarations of common parent.
28753
28754 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
28755
28756         * sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair,
28757         to determine whether one of the operands is a fixed-point type for
28758         which a user-defined multiplication or division operation might be
28759         defined.
28760
28761         * sem_res.adb (Valid_Conversion): The legality rules for conversions
28762         of access types are symmetric in Ada 2005: either designated type can
28763         be unconstrained.
28764
28765 2005-01-03  Vincent Celier  <celier@adacore.com>
28766
28767         * s-fileio.adb (Temp_File_Record): Change length of string component
28768         Name from L_tmpnam + 1 to max_path_len + 1.
28769
28770 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
28771
28772         * s-tasini.ads, s-tasini.adb (Undefer_Abortion): Handle case of
28773         Self_Id.Deferral_Level = 0.
28774         (Do_Pending_Action): Move this function to the spec.
28775
28776         * s-tasren.adb (Selective_Wait [Terminate_Selected]): Call
28777         Do_Pending_Action explicitely when needed, in case we're using
28778         No_Abort restrictions.
28779
28780         * s-tassta.adb (Create_Task): If Abort is not allowed, reset the
28781         deferral level since it will not get changed by the generated code.
28782         Keeping a default value of 1 would prevent some operations (e.g.
28783         select or delay) to proceed successfully.
28784
28785 2005-01-03  Ben Brosgol  <brosgol@adacore.com>
28786             Robert Dewar  <dewar@adacore.com>
28787             Cyrille Comar  <comar@adacore.com>
28788
28789         * ug_words, gnat_ugn.texi: Added alpha-ivms transitioning section to
28790         porting guide chapter (vms version).
28791         Revised doc title (removed "for native platforms") and subtitle.
28792         Add discussion on warning flag for obsolescent features. First we
28793         note that it applies to obsolete GNAT features, which was previously
28794         omitted. Second we contrast the behavior with that of the new
28795         Ada 2005 AI-368 restriction No_Obsolescent_Features.
28796         Preliminary rewriting of GNAT & libraries chapter in order to take
28797         into account default project locations & new project manager
28798         capabilities.
28799
28800 2005-01-03  Robert Dewar  <dewar@adacore.com>
28801
28802         * cstand.adb (Create_Operators): Clean up format and documentation of
28803         unary and binary operator result tables. No change in code, just
28804         reformatting and addition of comments.
28805
28806         * errout.ads, gnatfind.adb, s-maccod.ads, sem.adb,
28807         sem_ch2.adb: Minor reformatting
28808
28809         * atree.ads, elists.ads, lib.ads, namet.ads, nlists.ads, repinfo.ads,
28810         sinput.ads, stringt.ads, uintp.ads, urealp.ads: Minor clarification to
28811         comments for Tree_Read and Tree_Write.
28812
28813 2005-01-03  Pascal Obry  <obry@adacore.com>
28814
28815         * exp_attr.ads: Minor reformatting.
28816
28817 2005-01-03  Romain Berrendonner  <berrendo@adacore.com>
28818
28819         * comperr.adb (Compiler_Abort): Add specialized message for GAP
28820         versions.
28821
28822 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
28823
28824         * exp_pakd.adb (Create_Packed_Array_Type): Add a guard to check
28825         whether the ancestor type is private, as may be the case with nested
28826         instantiations.
28827
28828 2004-12-30  Sohail Somani  <sohail@sohailsomani.com>
28829
28830         PR ada/19128
28831         * trans.c (gnat_to_gnu): Fix typo: Use correct return variable.
28832
28833 2004-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
28834
28835         * trans.c (Attribute_to_gnu): Adjust call to get_inner_reference.
28836         * utils2.c (build_unary_op): Likewise.
28837
28838 2004-12-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
28839
28840         * trans.c (mark_visited): Set TYPE_SIZES_GIMPLIFIED.
28841
28842 2004-12-19  Richard Henderson  <rth@redhat.com>
28843
28844         * trans.c (gigi): Update gimplify_body call.
28845
28846 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
28847
28848         * decl.c (gnat_substitute_in_type): Remove SET_TYPE case.
28849
28850 2004-12-07  Ed Falis  <falis@adacore.com>
28851
28852         * s-intman-vxworks.adb (Notify_Exception): removed useless check for
28853         current task being suspended.
28854
28855         * init.c (__gnat_clear_exception): added to reset VxWorks exception
28856         count.
28857         (__gnat_map_signal): removed test for current task being suspended.
28858
28859 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
28860
28861         * a-exexpr.adb (Others_Value, All_Others_Value): Change initial values
28862         from 16#BEEF# to 16#7FFF# to avoid exceeding Integer'Last on 16-bit
28863         targets (such as AAMP).
28864
28865 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
28866
28867         * atree.adb (Visit_Itype): Create a new name for the generated itype,
28868         because the back-end may otherwise treat it as a redefinition of the
28869         old symbol.
28870
28871 2004-12-07  Eric Botcazou  <ebotcazou@adacore.com>
28872
28873         * back_end.adb (Scan_Back_End_Switches): Accept --param.
28874
28875         * lang-specs.h: Accept --param.
28876
28877 2004-12-07  Vincent Celier  <celier@adacore.com>
28878
28879         * make.adb (Check_Mains, Switches_Of): Adapt to name changes in
28880         package Prj (Current_Spec_Suffix => Ada_Spec_Suffix,
28881         Current_Body_Suffix => Ada_Body_Suffix).
28882         Take into account Externally_Built attribute.
28883
28884         * clean.adb (In_Extension_Chain): Always return False when one of the
28885         parameter is No_Project.
28886         (Clean_Project): Adapt to changes in package Prj (Lang_Ada =>
28887         Ada_Language_Index).
28888         (Gnatclean): Adapt to change in package Prj.Pars (no parameter
28889         Process_Languages for procedure Parse).
28890
28891         * gnatcmd.adb (Carg_Switches): New table.
28892         (GNATCmd): Put all switches following -cargs in the Carg_Switches table.
28893         Adapt to name changes in package Prj (Current_Spec_Suffix =>
28894         Ada_Spec_Suffix, Current_Body_Suffix => Ada_Body_Suffix).
28895
28896         * mlib-prj.adb: Adapt to changes in packages Prj and Prj.Com: type
28897         Header_Num and function Hash are now declared in package Prj,
28898         not Prj.Com.
28899
28900         * prj.adb (Suffix_Of): New function.
28901         (Set (Suffix)): New procedure.
28902         (Hash): One function moved from Prj.Com
28903         (Is_Present, Language_Processing_Data_Of): New functions
28904         (Set): Two new procedures
28905         (Add_Language_Name, Display_Language_Name): New procedures
28906
28907         * prj.ads: (Suffix_Of): New function
28908         (Set (Suffix)): New procedure
28909         Add several types and tables for multi-language support.
28910         (Header_Num): Type moved from Prj.Com
28911         (Hash): Two functions moved from Prj.Com
28912         (Is_Present, Language_Processing_Data_Of): New functions
28913         (Set): Two new procedures
28914         (Add_Language_Name, Display_Language_Name): New procedures
28915         (Naming): Component name changes:
28916         Current_Spec_Suffix => Ada_Spec_Suffix,
28917         Current_Body_Suffix => Ada_Body_Suffix. Add new components:
28918         Impl_Suffixes, Supp_Suffixes.
28919         (Project_Data): New components: Externally_Built, Supp_Languages,
28920         First_Language_Processing, Supp_Language_Processing, Default_Linker,
28921         Default_Linker_Path.
28922
28923         * prj-attr.adb: Add new attributes Ada_Roots and Externally_Built and
28924         new package Language_Processing with its attributes (Compiler_Driver,
28925         Compiler_Kind, Dependency_Option, Compute_Dependency, Include_Option,
28926         Binder_Driver, Default_Linker).
28927
28928         * prj-com.ads, prj-com.adb (Hash): Function moved to package Prj.
28929         (Header_Num): Type moved to package Prj
28930
28931         * prj-env.adb: Adapt to name changes in package Prj
28932         (Current_Spec_Suffix => Ada_Spec_Suffix,
28933         Current_Body_Suffix => Ada_Body_Suffix).
28934
28935         * prj-ext.adb: Add the default project dir (<prefix>/log/gnat) by
28936         default to the project path, except the "-" is one of the directories
28937         in env var ADA_PROJECT_PATH.
28938         (Current_Project_Path): Global variable, replacing Project_Path
28939         that was in the body of Prj.Part.
28940         (Project_Path): New function
28941         (Set_Project_Path): New procedure
28942         Initialize Current_Project_Path during elaboration of the package
28943         Remove dependency on Prj.Com, no longer needed
28944
28945         * prj-ext.ads (Project_Path): New function
28946         (Set_Project_Path): New procedure
28947
28948         * prj-nmsc.adb (Body_Suffix_Of): New function. Returns .<lang> when no
28949         suffix is defined for language <lang>.
28950         (Find_Sources, Record_Other_Sources): Use Body_Suffix_Of, instead of
28951         accessing directly the components of Naming.
28952         (Look_For_Sources): Use Set (Suffix) to set the suffix of a language.
28953         Reorganise of this package.
28954         Break procedure Check in several procedures.
28955
28956         * prj-nmsc.ads: Replace all procedures (Ada_Check,
28957         Other_Languages_Check and Language_Independent_Check) with a single
28958         procedure Check.
28959
28960         * prj-pars.ads, prj-pars.adb (Parse): Remove parameter
28961         Process_Languages, no longer needed.
28962
28963         * prj-part.adb (Project_Path): Move to the body of Prj.Ext as
28964         Current_Project_Path.
28965         Remove elaboration code, moved to the body of Prj.Ext
28966         Use new function Prj.Ext.Project_Path instead of old variable
28967         Project_Path.
28968         (Post_Parse_Context_Clause): Get Resolved_Path as a case-sensitive path.
28969         When comparing with project paths on the stack, first put the resolved
28970         path in canonical case.
28971         (Parse_Single_Project): Set the path name of the project file in the
28972         tree to the normalized path.
28973
28974         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): Remove
28975         parameter Process_Languages, no longer needed.
28976         (Recursive_Check): Call Prj.Nmsc.Check, instead of Ada_Check and
28977         Other_Languages_Check.
28978
28979         * prj-tree.ads (Project_Name_And_Node): New component Canonical_Path
28980         to store the resolved canonical path of the project file.
28981         Remove dependency to Prj.Com, no longer needed
28982
28983         * prj-util.adb: Adapt to name changes in package Prj
28984         (Current_Spec_Suffix => Ada_Spec_Suffix, Current_Body_Suffix =>
28985         Ada_Body_Suffix).
28986
28987         * snames.ads, snames.adb: New standard names: Ada_Roots, Binder_Driver,
28988         Compiler_Driver, Compiler_Kind, Compute_Dependency, Default_Linker,
28989         Externally_Built, Include_Option, Language_Processing.
28990
28991         * makegpr.adb: Numerous changes due to changes in packages
28992         Prj and Prj.Nmsc.
28993
28994         * gnatls.adb: Add the default project dir (<prefix>/log/gnat) by
28995         default to the project path, except whe "-" is one of the directories
28996         in env var ADA_PROJECT_PATH.
28997         (Gnatls): In verbose mode, add the new section "Project Search Path:"
28998
28999 2004-12-07  Robert Dewar  <dewar@adacore.com>
29000
29001         * debug.adb: Document that -gnatdA automatically sets -gnatR3m
29002
29003         * gnat1drv.adb (Gnat1drv): If debug flag A set, then automatically
29004         set -gnatR3m mode.
29005
29006         * repinfo.adb (List_Rep_Info): Remove special handling of -gnatdA
29007         flag. No longer needed now that we handle this in gnat1drv.adb.
29008
29009         * repinfo.ads: Minor reformatting
29010
29011 2004-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
29012             Olivier Hainque  <hainque@adacore.com>
29013             Eric Botcazou  <ebotcazou@adacore.com>
29014
29015         * decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for
29016         TYPE_SIZE_UNIT of result type if SIZE is not specified.
29017         (make_aligning_type): Pass -1 as ADDRESSABLE to prevent the creation
29018         of a bitfield, which we know is useless and causes trouble because of
29019         alignment implications.
29020
29021         * utils.c (create_var_decl): Set DECL_COMMON again on targets without
29022         BSS sections.
29023         (process_attributes): Clear DECL_COMMON again when a section attribute
29024         is present.
29025         (finish_record_type): Independently track if RECORD_TYPE has SIZE and/or
29026         SIZE_UNIT already set and use to compute final SIZE and SIZE_UNIT.
29027         (create_field_decl): Special case ADDRESSABLE negative to mean
29028         "no bitfield creation", to be used by make_aligning_type. Don't
29029         restrict bitfield creation to !ADDRESSABLE any more, as some BLKmode
29030         fields claimed addressable still have to be bitfields. Use
29031         value_factor_p instead of a raw binop construction to check for the
29032         position's alignment.
29033
29034 2004-12-07  Geert Bosch  <bosch@adacore.com>
29035
29036         * eval_fat.adb: Revert previous change.
29037
29038 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29039             Ed Schonberg  <schonberg@adacore.com>
29040
29041         * exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component
29042         with an implicit dereference as its prefix, use
29043         Insert_Explicit_Dereference instead of merely rewriting the prefix into
29044         an explicit dereference. This ensures that a reference to the original
29045         prefix is generated, if appropriate.
29046
29047         * sem_util.adb (Insert_Explicit_Dereference): When an implicit
29048         dereference is rewritten to an explicit one, generate a reference to
29049         the entity denoted by its prefix using the original prefix node, so
29050         the dereference can be properly recorded as a read of the denoted
29051         access value, if appropriate.
29052
29053         * sem_warn.adb (Output_Unreferenced_Messages): Do not abstain from
29054         emitting 'assigned but never read' warning on a variable on the basis
29055         that it has an access type.
29056         (Check_References): Emit unreferenced warning when the scope is a
29057         subprogram body.
29058
29059 2004-12-07  Robert Dewar  <dewar@adacore.com>
29060             Ed Schonberg  <schonberg@adacore.com>
29061
29062         * exp_ch6.adb (Expand_Call): Add comment on handling of back end
29063         intrinsic
29064
29065         * exp_intr.adb (Expand_Intrinsic_Call): Ignore unrecognized intrinsic,
29066         leaving call unchanged.
29067         This deals with the case where the pragma Import specified
29068         an external name, to be handled by the back end.
29069
29070         * sem_prag.adb (Process_Import_Or_Interface): Do not check validity of
29071         subprogram which is Imported with convention Intrinsic if an
29072         External_Name argument is specified.
29073         (Process_Import_Or_Interface): Properly diagnose link name argument.
29074         (Inlining_Not_Possible): New name for Cannot_Inline, to avoid confusion
29075         with Sem_Ch6.Cannot_Inline.
29076         (Process_Inline): Provide separate warning for inapplicable inline
29077         pragma.
29078         (Cannot_Inline): Reject subprograms that have an at_end handler, so that
29079         treatment is uniform on different targets.
29080
29081 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
29082
29083         * exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of
29084         construct is rewritten, preserve end label to permit source navigation.
29085
29086 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29087
29088         * exp_dist.adb (Specific_Build_General_Calling_Stubs,
29089         Specific_Build_Stub_Target): New subprograms.
29090         (Build_Subprogram_Calling_Stubs): Make this procedure independent from
29091         the PCS implementation used, using the above PCS-customized subprograms.
29092         Minor reformatting.
29093         (PolyORB_Support.Helpers): New subunit containing supporting subprograms
29094         for generation of DSA code targeted to the PolyORB PCS.
29095         (Add_Stub_Type): Rewrite to isolate the parts that are specific to one
29096         implementation of the partition communication subsystem in ancillary
29097         subprograms.
29098         (Specific_Build_Stub_Type, GARLIC_Support.Build_Stub_Type,
29099         PolyORB_Support.Build_Stub_Type): New subrograms containing the
29100         PCS-specific part of Add_Stub_Type.
29101         (Insert_Partition_Check): Use runtime library function to perform
29102         E.4(19) check.
29103
29104         * rtsfind.ads: New entity System.PolyORB_Interface.Make_Ref
29105         (RE_Same_Partition): New entity, from s-parint.
29106
29107         * s-parint.ads, s-parint.adb (Same_Partition): New subprogram.
29108
29109 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
29110
29111         * gnatmem.adb, gnatname.adb, gnatsym.adb, gprcmd.adb, vms_conv.adb:
29112         Output the copyright message on a separate line from the version
29113         message.
29114
29115 2004-12-07  Joel Brobecker  <brobecker@adacore.com>
29116
29117         * g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a
29118         compile-time warning.
29119
29120 2004-12-07  Robert Dewar  <dewar@adacore.com>
29121
29122         * g-regpat.adb: (Match): Change a misuse of or to or else
29123
29124 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
29125
29126         * lib-xref.adb:
29127         (Generate_Reference): Handle properly a reference to an entry formal,
29128          when an accept statement has a pragma Unreferenced for it.
29129
29130         * sem_ch9.adb (Analyze_Accept_Statement): Reset the Is_Referenced flag
29131         and the Has_Pragma_Unreferenced flag for each formal before analyzing
29132         the body, to ensure that warnings are properly emitted for each accept
29133         statement of a given task entry.
29134
29135 2004-12-07  Vasiliy Fofanov  <fofanov@adacore.com>
29136
29137         * Makefile.in: Add support for foreign threads on VMS.
29138
29139 2004-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
29140
29141         * misc.c (gnat_types_compatible_p, LANG_HOOKS_TYPES_COMPATIBLE_P):
29142         Remove.
29143         (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): New.
29144
29145         * adaint.h: (__gnat_dup, __gnat_dup2): Add missing decls.
29146
29147         * trans.c (Exception_Handler_to_gnu_sjlj): Also handle renamed
29148         exception.
29149         (call_to_gnu): Convert to actual DECL_ARG_TYPE, not variant of it.
29150
29151 2004-12-07  Robert Dewar  <dewar@adacore.com>
29152
29153         * nlists.adb (Prepend_Debug): Remove parameters and nest within
29154         Prepend.
29155         (Remove_Next_Debug): Same fix
29156
29157         * nlists.ads: Correct bad comments for Prev and Prev_Non_Pragma (we do
29158         maintain back pointers now, though we did not used to, and comments
29159         were out of date).
29160         (Prepend): Remove pragma Inline.
29161         (Remove_Next): Same cleanup
29162
29163 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29164
29165         * sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram
29166         used to record an implicit dereference as a read operation on its
29167         prefix when operating under -gnatc. Necessary to avoid spurious
29168         'variable assigned but never read' warnings in that mode.
29169         (Process_Indexed_Component, Analyze_Selected_Component): When the prefix
29170         is a non-overloaded implicit dereference, call the above subprogram to
29171         ensure proper recording of references.
29172
29173 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
29174
29175         * sem_ch5.adb (One_Bound): Remove call to Resolve, as the bound needs
29176         to be resolved later as part of Analyze_Iteration_Scheme's call to
29177         Make_Index.
29178
29179 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
29180
29181         * sem_ch8.adb (Find_Type): If node is a reference to 'Base and the
29182         prefix is not a scalar type, place error message on prefix, not on
29183         type entity.
29184
29185 2004-12-07  Bernard Banner  <banner@adacore.com>
29186
29187         * vxaddr2line.adb: Add support for x86 vxworks
29188
29189 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29190
29191         * g-socket.ads (Get_Host_By_Address, Get_Host_By_Name): Clarify
29192         documentation of the behaviour of these functions when passed an IP
29193         address that has no record in the system hosts database and no reverse
29194         record in the DNS.
29195
29196         * cstand.adb, a-tags.ads: Fix typos in comment.
29197
29198 2004-12-07  Robert Dewar  <dewar@adacore.com>
29199
29200         * exp_ch2.adb, exp_ch3.adb, exp_ch5.adb, exp_ch8.adb,
29201         exp_ch9.adb, exp_pakd.adb, interfac.ads, sem_ch6.adb,
29202         sem_ch7.adb, sem_ch10.adb, sem_ch13.adb, sem_ch3.adb,
29203         s-poosiz.ads: Minor reformatting
29204
29205         * make.adb: Minor reformatting
29206         Add some ??? comments asking for more comments
29207
29208         * s-poosiz.adb: Minor reformatting
29209         Add comments on alignment requirement
29210
29211         * sinfo.ads: Remove obsolete comment and fix typo.
29212
29213 2004-12-07  Vincent Celier  <celier@adacore.com>
29214             Sergey Rybin  <rybin@adacore.com>
29215
29216         * gnat_ugn.texi: Update the section "The GNAT Driver and Project
29217         Files" with the new tool and package names.
29218         Reformatting to suppress most of the warnings for line too long
29219         Document the new section "Project Search Path:" in the output of
29220         gnatls -v.
29221         Add gnatmetric section
29222
29223 2004-12-07  Vincent Celier  <celier@adacore.com>
29224
29225         * vms_data.ads: Correct GNAT METRIC qualifiers: -I-, -Idir and
29226         -gnatec= are not direct switches of gnatmetric. Changed -eis to -eps
29227         and -eit to -ept. Added qualifier
29228         /ELEMENT_METRICS=CONSTRUCT_NESTING_MAX for new switch -ec.
29229
29230 2004-11-27  Andreas Schwab  <schwab@suse.de>
29231
29232         * Make-lang.in (ada/trans.o): Depend on $(EXPR_H).
29233
29234 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
29235
29236         * g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
29237         internal implementation unit GNAT.Sockets.Thin,
29238         as their usage for sockets is non-portable (using the read and write
29239         functions from the system runtime library is fine on UNIX but won't
29240         work under Windows).
29241
29242         * mingw32.h: Update copyright notice.
29243
29244 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
29245
29246         * ada-tree.h: Minor reformatting of previous change to avoid lines
29247         longer than 79 characters.
29248
29249 2004-11-25  Olivier Hainque  <hainque@adacore.com>
29250
29251         * tb-gcc.c: GCC infrastructure based implementation of
29252         __gnat_backtrace.
29253
29254 2004-11-24  Steven Bosscher  <stevenb@suse.de>
29255
29256         * misc.c (gnat_post_options): Don't clear
29257         flag_inline_functions.
29258
29259 2004-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
29260
29261         PR ada/17986
29262         * ada-tree.h (lang_tree_node): Set chain_next to be the chain of the
29263         tree.
29264
29265 2004-11-21  Andreas Jaeger  <aj@suse.de>
29266
29267         * stylesw.adb: Change Style_Check_Subprogram_Order to
29268         Style_Check_Order_Subprograms.
29269
29270 2004-11-18  Arnaud Charlet  <charlet@adacore.com>
29271
29272         * adaint.h, adaint.c
29273         (__gnat_portable_spawn): Fix cast of spawnvp third parameter
29274         to avoid warnings.
29275         Add also a cast to kill another warning.
29276         (win32_no_block_spawn): Initialize CreateProcess's dwCreationFlags
29277         parameter with the priority class of the parent process instead of
29278         always using the NORMAL_PRIORITY_CLASS.
29279         (__gnat_dup): New function.
29280         (__gnat_dup2): New function.
29281         (__gnat_is_symbolic_link): Enable the effective body of this
29282         function when __APPLE__ is defined.
29283
29284         * g-os_lib.ads, g-os_lib.adb (Spawn): Two new procedures.
29285         Update comments.
29286
29287 2004-11-18  Olivier Hainque  <hainque@adacore.com>
29288
29289         * a-exexpr.adb (Others_Value, All_Others_Value): New variables, the
29290         address of which may be used to represent "others" and "all others"
29291         choices in exception tables, instead of the current harcoded
29292         (void *)0 and (void *)1.
29293         (Setup_Exception): Do nothing in the GNAT SJLJ case.
29294
29295         * gigi.h (others_decl, all_others_decl): New decls representing the
29296         new Others_Value and All_Others_Value objects.
29297         (struct attrib): Rename "arg" component as "args", since GCC expects a
29298         list of arguments in there.
29299
29300         * raise.c (GNAT_OTHERS, GNAT_ALL_OTHERS): Are now the address of the
29301         corresponding objects exported by a-exexpr, instead of hardcoded dummy
29302         addresses.
29303
29304         * trans.c (Exception_Handler_to_gnu_zcx): Use the address of
29305         others_decl and all_others_decl instead of hardcoded dummy addresses
29306         to represent "others" and "all others" choices, which is cleaner and
29307         more flexible with respect to the possible eh pointer encoding policies.
29308
29309         * utils.c (init_gigi_decls): Initialize others_decl and all_others_decl.
29310         (process_attributes): Account for the naming change of the "args"
29311         attribute list entry component.
29312
29313         * decl.c (build_attr_list): Rename into prepend_attributes to allow
29314         cumulating attributes for different entities into a single list.
29315         (gnat_to_gnu_entity): Use prepend_attributes to build the list of
29316         attributes for the current entity and propagate first subtype
29317         attributes to other subtypes.
29318         <E_Procedure>: Attribute arguments are attr->args and not
29319         attr->arg any more.
29320         (build_attr_list): Ditto. Make attr->args a TREE_LIST when there is an
29321         argument provided, as this is what GCC expects. Use NULL_TREE instead
29322         of 0 for trees.
29323
29324 2004-11-18  Robert Dewar  <dewar@adacore.com>
29325
29326         * a-stmaco.ads, exp_util.ads, exp_util.adb, i-cpp.ads, i-cpp.adb:
29327         Minor reformatting througout (including new function specs)
29328         Add ??? comments asking for clarification.
29329
29330 2004-11-18  Thomas Quinot  <quinot@adacore.com>
29331
29332         * butil.ads, butil.adb, bindgen.adb (Get_Unit_Name_String): Remove
29333         incomplete duplicate implementation of this subprogram from butil.
29334
29335 2004-11-18  Thomas Quinot  <quinot@adacore.com>
29336
29337         * exp_dist.adb (Build_RPC_Receiver_Body): New subprogram. This
29338         procedures factors the common processing for building an RPC receiver
29339         for an RCI package or an RACW type.
29340         Stylistic cleanup: change '/= Empty' to 'Present ()'; move body of
29341         Build_Remote_Subprogram_Proxy_Type into proper alphabetical order.
29342         (Get_PCS_Name): New subprogram. Returns the name of the PCS currently
29343         in use.
29344         (Specific_Add_RACW_Features): New subprogram. PCS-specific part of
29345         Add_RACW_Features.
29346         (Specific_Add_RAST_Features): New subprogram. PCS-specific part of
29347         Add_RAST_Features.
29348         (Assign_Subprogram_Identifier): New subprogram. Provision for assigning
29349         distribution subprogram identifiers that are either subprogram numbers
29350         or strings.
29351         (Get_Subprogram_Ids): New subprogram. Retrieve both the numeric and
29352         string distribution identifiers assigned to a given subprogram.
29353         (Get_Subprogram_Id): Reimplement in terms of Get_Subprogram_Ids.
29354         (Add_RAS_Dereference_TSS): Add comments.
29355         (Build_General_Calling_Stubs): Note that the RACW_Type formal parameter
29356         is not referenced yet because it will be used by the PolyORB DSA
29357         implementation.
29358         (Insert_Partition_Check): Remove fossile code.
29359         (First_RCI_Subprogram_Id): Document this constant.
29360         (Add_RAS_Access_TSS): Correct the setting of the Etype of the
29361         RAS_Access TSS.
29362         (Get_Pkg_Name_String): Remove subprogram. Usage occurrences are
29363         replaced with calls to Get_Library_Unit_Name_String. Previously there
29364         were several instances of the same code in different locations in the
29365         compiler; this checkin completes the replacement of all of these
29366         instances with calls to a common subprogram.
29367         Minor reformatting.
29368
29369         * sem_dist.adb: Remove comment noting that RPC receiver generation
29370         should be disabled for RACWs that implement RASs.
29371         (Process_Partition_Id): Use new subprogram Get_Library_Unit_Name_String.
29372
29373         * sem_util.ads, sem_util.adb (Has_Stream): New function
29374         (Get_Library_Unit_Name_String): New subprogram to retrieve the fully
29375         qualified name of a library unit into the name buffer.
29376         (Note_Possible_Modification): Generate a reference only
29377         if the context comes from source.
29378
29379         * snames.ads (PCS_Names): New subtype corresponding to names of
29380         supported implementations of the Partition Communication Subsystem
29381         (PCS) (i.e. the runtime library support modules for the distributed
29382         systems annex).
29383
29384 2004-11-18  Robert Dewar  <dewar@adacore.com>
29385             Ed Schonberg  <schonberg@adacore.com>
29386
29387         * einfo.ads, einfo.adb: Remove Is_Psected flag, no longer used
29388         (Has_Rep_Pragma): New function
29389         (Has_Attribute_Definition_Clause): New function
29390         (Record_Rep_Pragma): Moved here from sem_ch13.adb
29391         (Get_Rep_Pragma): Remove junk kludge for Stream_Convert pragma
29392
29393         * sem_ch13.ads, sem_ch13.adb (Record_Rep_Pragma): Moved to einfo.adb
29394
29395         * exp_prag.adb: (Expand_Pragma_Common_Object): New procedure
29396         (Expand_Pragma_Psect_Object): New procedure
29397         These procedures contain the revised and cleaned up processing for
29398         these two pragmas. This processing was formerly in Sem_Prag, but
29399         is more appropriately moved here. The cleanup involves making sure
29400         that the pragmas are properly attached to the tree, and that no
29401         nodes are improperly shared.
29402
29403         * sem_prag.adb: Move expansion of Common_Object and Psect_Object
29404         pragmas to Exp_Prag, which is more appropriate.
29405         Attach these two pragmas to the Rep_Item chain Use Rep_Item chain to
29406         check for duplicates Remove use of Is_Psected flag, no longer needed.
29407         Use new Make_String_Literal function with string.
29408
29409         * exp_attr.adb (Expand_Fpt_Attribute): The floating-point attributes
29410         that are functions return universal values, that have to be converted
29411         to the context type.
29412         Use new Make_String_Literal function with string.
29413         (Get_Stream_Convert_Pragma): New function, replaces the use of
29414         Get_Rep_Pragma, which had to be kludged to work in this case.
29415
29416         * freeze.adb: Use new Has_Rep_Pragma function
29417
29418         * exp_intr.adb, exp_ch3.adb, sem_attr.adb: Use new Make_String_Literal
29419         function with string.
29420         Use new Has_Rep_Pragma function.
29421
29422         * tbuild.ads, tbuild.adb (Make_String_Literal): New function, takes
29423         string argument.
29424
29425 2004-11-18  Robert Dewar  <dewar@adacore.com>
29426
29427         * errout.ads, errout.adb: (First_Sloc): New function
29428
29429         * par-ch5.adb (P_Condition): Check for redundant parens is now a style
29430         check (-gnatyx) instead of being included as a redundant construct
29431         warning.
29432
29433         * sem_ch6.adb: Change name Style_Check_Subprogram_Order to
29434         Style_Check_Order_Subprograms.
29435
29436         * style.ads, styleg.ads, styleg.adb, styleg-c.adb, stylesw.ads,
29437         stylesw.adb: Add Style_Check_Xtra_Parens
29438
29439         * usage.adb: Add line for -gnatyx (check extra parens)
29440
29441         * vms_data.ads: Add entry for STYLE_CHECKS=XTRA_PARENS => -gnatyx
29442
29443 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
29444             Robert Dewar  <dewar@adacore.com>
29445
29446         * exp_ch4.adb (Expand_N_Selected_Component): If the component is the
29447         discriminant of a constrained subtype, analyze the copy of the
29448         corresponding constraint, because in some cases it may be only
29449         partially analyzed.
29450         Removes long-lived ??? comments.
29451
29452         * exp_ch7.adb (Establish_Transient_Scope): Remove complex code that
29453         handled controlled or secondary-stack expressions within the
29454         iteration_scheme of a loop.
29455
29456         * sem_ch5.adb (Analyze_Iteration_Scheme): Build a block to evaluate
29457         bounds that may contain functions calls, to prevent memory leaks when
29458         the bound contains a call to a function that uses the secondary stack.
29459         (Check_Complex_Bounds): Subsidiary of Analyze_Iteration_Scheme, to
29460         generate temporaries for loop bounds that might contain function calls
29461         that require secondary stack and/or finalization actions.
29462
29463         * sem_ch4.adb (Analyze_Indexed_Component_Form): If the prefix is a
29464         selected component and the selector is overloadable (not just a
29465         function) treat as function call, Analyze_Call will disambiguate if
29466         necessary.
29467         (Analyze_Selected_Component): Do not generate an actual subtype for the
29468         selected component if expansion is disabled. The actual subtype is only
29469         needed for constraint checks.
29470         (Analyze_Allocator): If restriction No_Streams is set, then do
29471         not permit objects to be declared of a stream type, or of a
29472         composite type containing a stream.
29473
29474         * restrict.ads: Remove the a-stream entry from Unit_Array, since
29475         No_Streams no longer prohibits with'ing this package.
29476
29477         * sem_ch3.adb (Build_Derived_Record_Type): If the parent type has
29478         discriminants, but the parent base has unknown discriminants, there is
29479         no discriminant constraint to inherit. Such a discrepancy can arise
29480         when the actual for a formal type with unknown discriminants is a
29481         similar private type whose full view has discriminants.
29482         (Analyze_Object_Declaration): If restriction No_Streams is set, then
29483         do not permit objects to be declared of a stream type, or of a
29484         composite type containing a stream.
29485
29486 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
29487
29488         * exp_dbug.ads: Update documentation to reflect simpler encoding for
29489         protected operations.
29490
29491         * exp_ch9.adb (Build_Selected_Name): Do not include "PT" suffix in
29492         generated name, it complicates decoding in gdb and hinders debugging
29493         of protected operations.
29494         (Build_Barrier_Function_Specification): Set the Needs_Debug_Info
29495         flag for the protected entry barrier function.
29496         (Build_Protected_Entry_Specification): Set the Needs_Debug_Info
29497         flag for the protected entry function.
29498
29499 2004-11-18  Nicolas Setton  <setton@adacore.com>
29500
29501         * expect.c: Define __unix__ when __APPLE__ is defined.
29502
29503         * Makefile.in: Inform the value of the variable GMEM_LIB in the
29504         Darwin-specific section.
29505
29506         * lang-specs.h: Change the placement of the %1 marker.
29507         Works around the fact that gcc adds -fPIC by default under Darwin.
29508
29509 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
29510
29511         * exp_pakd.adb (Convert_To_PAT_Type): After replacing the original
29512         type of the object with the packed array type, set the Analyzed flag
29513         on the object if it is an entity or simple indexed component, to avoid
29514         spurious type errors.
29515
29516 2004-11-18  Gary Dismukes  <dismukes@adacore.com>
29517
29518         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb, gnatlink.adb,
29519         gnatls.adb, gnatxref.adb, gprep.adb: Output the copyright message on a
29520         separate line from the version message.
29521
29522 2004-11-18  Ed Falis  <falis@adacore.com>
29523
29524         * init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653
29525         vthreads.
29526         (init_float): Eliminate initialization of floating point status for
29527         AE653. The instructions have no effect for vThreads.
29528
29529 2004-11-18  Vincent Celier  <celier@adacore.com>
29530
29531         * make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when
29532         gnatbind is invoked with -shared.
29533
29534 2004-11-18  Jose Ruiz  <ruiz@adacore.com>
29535
29536         * s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error
29537         for Detect_Blocking which is redundant with the check done within the
29538         procedure Protected_Single_Entry_Call.
29539         (Lock_Read_Only_Entry): Remove the code for raising Program_Error for
29540         Detect_Blocking which is redundant with the check done within the
29541         procedure Protected_Single_Entry_Call.
29542
29543 2004-11-18  Vincent Celier  <celier@adacore.com>
29544
29545         * makegpr.adb (Compile): Put the compiling switches (in package
29546         Compiler and on the command line) immediately after "-c", instead of
29547         at the end of the command line invocation of the compiler, when
29548         compiling a non-Ada file.
29549         (Build_Global_Archive): When there is no need to rebuild the archive,
29550         set Global_Archive_Exists, so that the archive is passed to the linker
29551         if one is needed.
29552
29553 2004-11-18  Robert Dewar  <dewar@adacore.com>
29554             Sergey Rybin  <rybin@adacore.com>
29555
29556         * gnat_ugn.texi:
29557         Remove extra paren check from list of checks for redundant constructs
29558         Add documentation of new -gnatyx style check (check extra parens)
29559         Remove paragraph about gnatelim debug options.
29560
29561         * gnat_rm.texi: Document that Ada.Streams now forbids creating stream
29562         objects rather than forbidding dependencies on the package Ada.Streams.
29563
29564         * sinfo.ads: Add ??? note that we should document pragmas passed to
29565         back end.
29566
29567         * g-expect.ads: Fix a few typos in the comments.
29568
29569 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
29570
29571         * misc.c (gnat_handle_option): Use %< and %> for quoting in
29572         warning message.
29573
29574 2004-11-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
29575
29576         * a-numaux-x86.adb (Tan): Fix fdivp syntax.
29577
29578 2004-11-07  Andreas Schwab  <schwab@suse.de>
29579
29580         * Makefile.in (install-gnatlib): Remove spurious hyphen.
29581
29582 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
29583
29584         PR ada/18228
29585         * Makefile.in (darwin): Set soext to .dylib.
29586
29587 2004-10-26  Vincent Celier  <celier@gnat.com>
29588             Thomas Quinot   <quinot@act-europe.fr>
29589
29590         * g-socthi-vms.adb, g-socthi-mingw.adb, g-socthi-vxworks.ads:
29591         (C_Writev): Change MSG_Forced_Flags to Constants.MSG_Forced_Flags as
29592         there is no use of GNAT.Sockets.Constants.
29593         Remove remaining pragma Import for C_Write
29594         Remove C_Read and C_Write from internal implementation unit
29595         GNAT.Sockets.Thin, as their usage for sockets is non-portable (using
29596         the read and write functions from the system runtime library is fine
29597         on UNIX but won't work under Windows).
29598
29599         * g-socket.adb: (Abort_Selector): Use C_Send instead of C_Write.
29600         (Check_Selector): Use C_Recv instead of C_Read.
29601         Selectors are the GNAT.Sockets abstraction to perform a select()
29602         call on a set of descriptors. To allow abortion of an ongoing
29603         select operation, some data is written to a dedicated socket that
29604         is always monitored.
29605         Under Windows, the write and read library functions cannot operate
29606         on sockets, so we need to use send and recv instead, which is portable
29607         across all supported platforms.
29608
29609         * g-socthi.ads: Remove C_Read and C_Write from internal implementation
29610         unit GNAT.Sockets.Thin, as their usage for sockets is non-portable
29611         (using the read and write functions from the system runtime library is
29612         fine on UNIX but won't work under Windows).
29613
29614 2004-10-26  Nicolas Setton  <setton@act-europe.fr>
29615
29616         * mlib-tgt-darwin.adb: New file.
29617
29618         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
29619         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
29620         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
29621         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb (Archive_Indexer_Options): New
29622         subprogram body.
29623
29624         * Makefile.in: Add support for building shared libraries under Darwin.
29625         (EXTRA_GNATRTL_NONTASKING_OBJS, ppc-vxworks): Add s-vxwexc.o, containing
29626         the low level EH init subprogram to be called from __gnat_initialize.
29627
29628         * mlib-tgt.ads, mlib-tgt.adb (Archive_Indexer_Options): New subprogram,
29629         indicates which options to pass to the archive indexer.
29630
29631         * mlib-utl.adb: Add support for calling ranlib with additional
29632         options. This is needed for instance under Mac OS X.
29633         (Ranlib_Options): New global variable, used to store the potential
29634         options to pass to ranlib.
29635         (Ar): Use Ranlib_Options when spawning ranlib.
29636         (Initialize): Set the value of ranlib option.
29637
29638 2004-10-26  Olivier Hainque  <hainque@act-europe.fr>
29639
29640         * s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K
29641         instead of 8K, to reflect the real potential needs for stack-checking
29642         in the ZCX case.
29643
29644 2004-10-26  Pascal Obry  <obry@gnat.com>
29645
29646         * s-parame-mingw.adb (Default_Stack_Size): Add some comments.
29647
29648         * s-taprop-mingw.adb (Create_Task): Set initial stack size to 1024. On
29649         Windows only the initial thread stack size can be set so it is good to
29650         start we a low stack size.
29651         The OS will adjust the size as needed.
29652
29653 2004-10-26  Olivier Hainque  <hainque@act-europe.fr>
29654             Nicolas Setton  <setton@act-europe.fr>
29655
29656         * expect.c, adaint.c, link.c, sysdep.c (unix sections): Guard with
29657         "__unix__" instead of "unix".
29658         The latter is implicitly defined by gcc3.2 but not by gcc >= 3.4, so the
29659         sections were just mistakenly ignored. The former is
29660         implicitely defined by gcc2.8, gcc3.2 and gcc3.4.
29661         Update #ifdef preprocessor macro to detect the symbol __hpux__ instead
29662         of hpux. This prevents an unwanted definition of the symbol
29663         convert_addresses in adaint.o.
29664
29665 2004-10-26  Gary Dismukes  <dismukes@gnat.com>
29666
29667         * a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#, for
29668         compatibility with type Unwind_Word on 16-bit targets such as AAMP.
29669
29670 2004-10-26  Cyrille Comar  <comar@act-europe.fr>
29671
29672         * a-filico.ads, a-filico.adb: fix incorrect header.
29673
29674 2004-10-26  Javier Miranda  <miranda@gnat.com>
29675
29676         * a-ststio.ads: Fix typo in identifier
29677
29678 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
29679
29680         * sem_ch4.adb: Minor reformatting.
29681
29682 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29683
29684         * checks.adb (Expr_Known_Valid): If floating-point validity checks are
29685         enabled, check the result of unary and binary operations when the
29686         expression is the right-hand side of an assignment.
29687
29688 2004-10-26  Vincent Celier  <celier@gnat.com>
29689
29690         * clean.adb (Delete): Do not output warnings when in quiet output and
29691         not in verbose mode.
29692         (Force_Deletions): New Boolean flag, defaulted to False
29693         (Delete): Only delete a file if it is writable, and when
29694         Force_Deletions is True.
29695         (Parse_Cmd_Line): New switch -f: set Force_Deletions to True
29696         (Usage): Line for new switch -f
29697         (Clean_Directory): Use GNAT.OS_Lib.Set_Writable instead of rolling our
29698         own.
29699
29700 2004-10-26  Eric Botcazou  <ebotcazou@act-europe.fr>
29701
29702         * decl.c (gnat_to_gnu_field): Use the type of the inner object for a
29703         JM type only if its size matches that of the wrapper.  When a size is
29704         prescribed and the field is not aliased, remove the wrapper of a JM
29705         type only if the size is not greater than that of the packed array.
29706         (gnat_to_gnu_entity): Change the extension of packed array wrappers
29707         from LJM to JM.
29708
29709 2004-10-26  Geert Bosch  <bosch@gnat.com>
29710
29711         * eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used.
29712         (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
29713         (Pred): Implement in terms of Succ.
29714
29715 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29716
29717         * exp_aggr.adb (Safe_Component): An aggregate component that is an
29718         unchecked conversion is safe for in-place use if the expression of the
29719         conversion is safe.
29720         (Expand_Array_Aggregate): An aggregate that initializes an allocator may
29721         be expandable in place even if the aggregate does not come from source.
29722         (Convert_Array_Aggr_In_Allocator): New procedure to initialize the
29723         designated object of an allocator in place, rather than building it
29724         first on the stack. The previous scheme forces a full copy of the array,
29725         and may be altogether unsusable if the size of the array is too large
29726         for stack allocation.
29727
29728 2004-10-26  Robert Dewar  <dewar@gnat.com>
29729
29730         * exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array
29731         compares if the component is atomic.
29732
29733         * exp_ch5.adb (Expand_Assign_Array): Make sure we expand a loop for
29734         array assignment if the component type is atomic.
29735
29736 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29737             Eric Botcazou  <ebotcazou@act-europe.fr>
29738
29739         * exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter
29740         is aliased and is a by_reference type, do not pass by copy.
29741         (Expand_N_Function_Call) <Rhs_Of_Assign_Or_Decl>: New function to
29742         detect whether the call is in the right side of an assignment or
29743         the expression of an object declaration.  Recurse on component
29744         association within aggregates.
29745         Call it in the condition that determines whether the temporary is
29746         necessary for correct stack-checking.
29747
29748 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
29749
29750         * exp_dist.adb (Build_General_Calling_Stubs): New formal parameter
29751         RACW_Type, used in the PolyORB version.
29752         Rename RCI_Info to RCI_Locator, for consistency between the PolyORB
29753         version and the GARLIC version.
29754
29755         * snames.ads, snames.adb, s-parint.ads, s-parint.adb:
29756         Rename RCI_Info to RCI_Locator for better consistency between the
29757         GARLIC and PolyORB versions of the distributed systems annex.
29758         (DSA_Implementation_Name): This enumeration lists the possible
29759         implementations of the Partition Communication Subsystem for the
29760         Distributed Systems Annex (DSA). The three available implementations
29761         are the dummy stub implementation (No_DSA), and two versions based on
29762         two different distribution runtime libraries: GARLIC and PolyORB. Both
29763         the GARLIC PCS and the PolyORB PCS are part of the GLADE distribution
29764         technology.
29765         Change the literal GLADE_DSA to GARLIC_DSA to accurately describe
29766         that organization.
29767
29768         * rtsfind.ads: Rename RCI_Info to RCI_Locator for better consistency
29769         between the GARLIC and PolyORB versions of the distributed systems
29770         annex.
29771         Remove RE_Unbounded_Reclaim_Pool since it is unused.
29772
29773 2004-10-26  Gary Dismukes  <dismukes@gnat.com>
29774
29775         * gnat1drv.adb: Suppress calling the back end when
29776         Frontend_Layout_On_Target is true.
29777
29778 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
29779
29780         * g-os_lib.ads, g-os_lib.adb (Set_Executable, Set_Writable,
29781         Set_Read_Only): New subprograms.
29782         These new routines allow the user to set or unset the Owner execute
29783         and Owner write permission flags on a file.
29784
29785         * makegpr.adb, mlib.adb, mlib-prj.adb: Use
29786         GNAT.OS_Lib.Set_Executable instead of rolling our own.
29787
29788 2004-10-26  Matthew Gingell  <gingell@gnat.com>
29789
29790         * i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI.
29791
29792 2004-10-26  Pascal Obry  <obry@gnat.com>
29793
29794         * init.c (__gnat_error_handler) [Win32]: Instead of trying to read the
29795         memory before the faulting page we properly test the process read
29796         access for this address using appropriate Win32 routine.
29797         (HPUX sections): guard with "__hpux__" instead of "hpux".
29798
29799 2004-10-26  Robert Dewar  <dewar@gnat.com>
29800
29801         * lib-xref.adb (Generate_Reference): Don't complain about reference to
29802         entry parameter if pragma Unreferenced set, since we do not properly
29803         handle the case of multiple parameters.
29804
29805 2004-10-26  Vincent Celier  <celier@gnat.com>
29806
29807         * prj-env.adb: (Contains_ALI_Files): New Boolean function
29808         (Ada_Objects_Path.Add): For a library project, add to the object path
29809         the library directory only if there is no object directory or if the
29810         library directory contains ALI files.
29811         (Set_Ada_Paths.Add.Recursive_Add): Ditto
29812
29813 2004-10-26  Vincent Celier  <celier@gnat.com>
29814
29815         * prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual
29816         extension of library projects.
29817
29818         * prj-part.adb: If env var ADA_PROJECT_PATH is not defined, project
29819         path defaults to ".:<prefix>/lib/gnat".
29820         (Parse): For an extending all project, allow direct import of a project
29821         that is virtually extended.
29822
29823         * prj-proc.adb (Imported_Or_Extended_Project_From): If a project with
29824         the specified name is directly imported, return its ID. Otherwise, if
29825         an extension of this project is imported, return the ID of the
29826         extension.
29827
29828 2004-10-26  Robert Dewar  <dewar@gnat.com>
29829
29830         * s-arit64.adb: (Le3): New function, used by Scaled_Divide
29831         (Sub3): New procedure, used by Scaled_Divide
29832         (Scaled_Divide): Substantial rewrite, avoid duplicated code, and also
29833         correct more than one instance of failure to propagate carries
29834         correctly.
29835         (Double_Divide): Handle overflow case of largest negative number
29836         divided by minus one.
29837
29838         * s-arit64.ads (Double_Divide): Document that overflow can occur in
29839         the case of a quotient value out of range.
29840         Fix comments.
29841
29842 2004-10-26  Robert Dewar  <dewar@gnat.com>
29843
29844         * s-bitops.adb (Bit_Eq): Remove redundant check.
29845
29846         * s-bitops.ads: Minor comment updates
29847         Change some occurrences of Address to System.Address
29848
29849         * s-carsi8.ads: Fix minor cut-and-paste error in comments
29850
29851 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29852
29853         * sem_attr.adb (Resolve_Attribute, case 'Access): Apply proper
29854         accessibility check to prefix that is a protected operation.
29855
29856 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29857
29858         * sem_ch10.adb (Optional_Subunit): If file of expected subunit is
29859         empty, post message on stub.
29860
29861 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29862             Javier Miranda  <miranda@gnat.com>
29863
29864         * sem_ch12.adb (In_Main_Context): Predicate to determine whether the
29865         current instance appears within a unit that is directly in the context
29866         of the main unit.
29867         Used to determine whether the body of the instance should be analyzed
29868         immediately after its spec, to make its subprogram bodies available
29869         for front-end inlining.
29870         (Analyze_Formal_Array_Type): Cleanup condition that checks that range
29871         constraint is not allowed on the component type (AARM 12.5.3(3))
29872
29873 2004-10-26  Cyrille Comar  <comar@act-europe.fr>
29874
29875         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
29876         'Storage_Pool): enhance, document & limit detection of non-sharable
29877         internal pools.
29878
29879         * impunit.adb: Make System.Pool_Global and System.Pool_Local visible.
29880
29881         * s-pooglo.ads: Add more documentation now that this pool is properly
29882         documented.
29883
29884 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29885
29886         * sem_ch3.adb (Complete_Private_Subtype): If the full view is a task
29887         or protected type with discriminants, do not constrain the
29888         corresponding record type if the subtype declaration has no
29889         discriminant constraints. This can be the case in source code, or in
29890         the subtype declaration created to rename an actual type within an
29891         instantiation.
29892
29893 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29894
29895         * sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a
29896         different kind of stub (possibly wrong name for file), do not check
29897         for conformance.
29898         (Uses_Secondary_Stack): New subsidiary to Build_Body_To_Inline. If body
29899         includes call to some function that returns an unconstrained type, do
29900         not inline.
29901
29902 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
29903
29904         * sem_elab.adb (Check_Elab_Call): Do not check a call that does not
29905         appear in the code for the main unit. Dependencies among units in the
29906         context of the main unit are established when those other units are
29907         compiled. Otherwise spurious elaboration constraints can generate
29908         incorrect elaboration circularities.
29909
29910 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
29911             Ed Schonberg   <schonberg@gnat.com>
29912
29913         * sem_util.adb (Is_Aliased_View): Defend against the case where this
29914         subprogram is called with a parameter that is not an object name. This
29915         situation arises for some cases of illegal code, which is diagnosed
29916         later, and in this case it is wrong to call Is_Aliased, as that might
29917         cause a compiler crash.
29918         (Explain_Limited_Type): Refine previous fix to include
29919         inherited components of derived types, to provide complete information.
29920
29921         * exp_ch9.adb (Set_Privals): Set the Ekind of the actual object that
29922         is the prival for a protected object.
29923         It is necessary to mark this entity as a variable, in addition to
29924         flagging it as Aliased, because Sem_Util.Is_Aliased_View has been
29925         modified to avoid checking the Aliased flag on entities that are not
29926         objects. (Checking that flag for non-objects is erroneous and could
29927         lead to a compiler crash).
29928
29929 2004-10-26  Robert Dewar  <dewar@gnat.com>
29930
29931         * s-fatgen.adb (Pred): Fix redundant test for X > 0.0, since if
29932         X_Frac = 0.5, then we know that the number X must be positive.
29933         (Succ): Remove the same redundant test, and also fix the primary test
29934         to test for X_Frac = -0.5 (used to be 0.5) which is clearly wrong.
29935         Minor reformatting
29936         (Decompose): Add fuller comments to spec
29937
29938 2004-10-26  Pascal Obry  <obry@gnat.com>
29939
29940         * tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr
29941         validity (process must have read access). Set to 0 in all other cases.
29942         (STOP_FRAME): Now check for ptr validity to avoid a segmentation
29943         violation on Win32.
29944         (VALID_STACK_FRAME): Check for ptr validity on Win32 to avoid a
29945         segmentation violation.
29946
29947 2004-10-26  Eric Botcazou  <ebotcazou@act-europe.fr>
29948
29949         * trans.c (call_to_gnu): For an (in-)out parameter passed by reference
29950         whose type is a constructed subtype of an aliased object with an
29951         unconstrained nominal subtype, convert the actual to the constructed
29952         subtype before taking its address.
29953
29954 2004-10-26  Vincent Celier  <celier@gnat.com>
29955
29956         * a-dirval.ads, a-dirval.adb, a-dirval-vms.adb, a-dirval-mingw.adb
29957         (Is_Path_Name_Case_Sensitive): New function
29958
29959         * a-direct.adb (To_Lower_If_Case_Insensitive): New procedure
29960         (Base_Name, Simple_Name, Current_Directory, Compose,
29961         Containing_Directory, Full_Name): Call To_Lower_If_Case_Insensitive on
29962         the result.
29963
29964 2004-10-26  Cyrille Comar    <comar@act-europe.fr>
29965             Vasiliy Fofanov  <fofanov@act-europe.fr>
29966             Vincent Celier   <celier@gnat.com>
29967
29968         * gnat_ugn.texi: Generalize "finding memory problems" section into a
29969         "memory management issues" section and document some of the useful
29970         memory pools provided as part of the GNAT library.
29971         Remove "virtual" from declaration of A::method2 in
29972         the simple example of Ada/C++ mixed system.
29973         Library Projects may be virtually extended: their virtual extensions
29974         are not Library Projects.
29975         Added section on extending project hierarchies.
29976
29977 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
29978
29979         * adaint.c (__gnat_get_libraries_from_registry): Cast value
29980         to LPBYTE.
29981         (__gnat_portable_spawn): Remove const.
29982
29983         * mingw32.h (MAXPATHLEN): Check for previous definition.
29984
29985 2004-10-17  Matthias Klose  <doko@debian.org>
29986
29987         * gnatvsn.ads: Set gnat library version to 4.0.
29988
29989 2004-10-05  Vincent Celier  <celier@gnat.com>
29990
29991         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
29992
29993 2004-10-04  Laurent Guerby  <laurent@guerby.net>
29994
29995         PR ada/15156
29996         * Makefile.in: Define and use RANLIB_FLAGS.
29997
29998 2004-10-04  Pascal Obry  <obry@gnat.com>
29999
30000         * tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all
30001         other x86 platforms).
30002
30003 2004-10-04  Olivier Hainque  <hainque@act-europe.fr>
30004
30005         * s-tassta.adb (Task_Wrapper): Make it Convention C, which makes sense
30006         in general and triggers stack alignment adjustment for thread entry
30007         points on targets where this is necessary.
30008
30009 2004-10-04  Bernard Banner  <banner@gnat.com>
30010
30011         PR ada/13897
30012         * Makefile.in: Add section for powerpc linux
30013         Add variant i-vxwork-x86.ads
30014
30015         * i-vxwork-x86.ads, system-linux-ppc.ads: New files.
30016
30017 2004-10-04  Olivier Hainque  <hainque@act-europe.fr>
30018
30019         * init.c (__gnat_initialize): Call an Ada subprogram to perform the
30020         table registration calls when need be. Ensures no reference to the crt
30021         ctors symbol are issued in the SJLJ case, which avoids possible
30022         undefined symbol errors in the case of modules to be statically linked
30023         with the kernel.
30024
30025 2004-10-04  Javier Miranda  <miranda@gnat.com>
30026
30027         * sem_ch4.adb (Try_Object_Operation): Reformat the code to expand
30028         in-line the code corresponding to subprogram Analyze_Actuals. In
30029         addition, analyze the actuals only in case of subprogram call.
30030
30031 2004-10-04  Ed Falis  <falis@gnat.com>
30032
30033         * s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct size
30034
30035 2004-10-04  Sergey Rybin  <rybin@act-europe.fr>
30036
30037         * g-dirope.ads (Base_Name): Clarify the meaning of the Suffix parameter
30038         in the documentation.
30039
30040 2004-10-04  Robert Dewar  <dewar@gnat.com>
30041
30042         * sem_ch5.adb (Unblocked_Exit_Count): Now used for blocks as well as
30043         IF and CASE.
30044         (Analyze_Block_Statement): Add circuitry to detect following dead code
30045         (Check_Unreachable_Code): Handle case of block exit
30046
30047 2004-10-04  Robert Dewar  <dewar@gnat.com>
30048
30049         * g-spipat.adb: (XMatch): Avoid warning for Logic_Error call
30050         (XMatchD): Avoid warning for Logic_Error call
30051
30052 2004-10-04  Robert Dewar  <dewar@gnat.com>
30053
30054         * exp_ch4.adb (Is_Procedure_Actual): Correct so that this does not
30055         consider expressions buried within a procedure actual to be an actual.
30056         This caused some blowups with uses of packed slices within a procedure
30057         actual.
30058
30059 2004-10-04  Robert Dewar  <dewar@gnat.com>
30060
30061         * exp_ch3.adb (Needs_Simple_Initialization): Modular packed arrays no
30062         longer need to be initialized to zero.
30063         (Get_Simple_Init_Val): Modular packed arrays no longer need to be
30064         initialized to zero.
30065
30066         * checks.adb (Expr_Known_Valid): Packed arrays are now always
30067         considered valid, even if the representation is modular. That's correct
30068         now that we no longer initialize packed modular arrays to zero.
30069
30070         * exp_dbug.ads: Clarify documentation on handling of PAD and JM
30071         suffixes. These are now documented as the only cases in which the
30072         debugger ignores outer records.
30073         Previously, the spec allowed arbitrary suffixes for this purpose.
30074         Change name of LJM to JM for packed array pad records
30075         Create separate section on packed array handling, and add a whole new
30076         set of comments to this section describing the situation with packed
30077         modular types and justification requirements depending on endianness.
30078
30079 2004-10-04  Robert Dewar  <dewar@gnat.com>
30080
30081         * a-except.adb: Add a comment for last change
30082
30083         * einfo.ads: Minor spelling correction in comment
30084
30085         * exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting
30086
30087         * sem_ch11.adb: Fix a case of using | instead of \ for continuation
30088         messages.
30089
30090         * sem_util.ads: Minor comment update
30091
30092 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30093
30094         * sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as
30095         Inline_Always when in Configurable_Run_Time mode.
30096
30097         * sem_prag.adb (Process_Convention): If entity is an inherited
30098         subprogram, apply convention to parent subprogram if in same scope.
30099         (Analyze_Pragma, case Inline): Do not treat Inline as Inline_Always
30100         when in Configurable_Run_Time mode.
30101
30102 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30103
30104         * sem_ch3.adb (Build_Derived_Record_Type): Set First/Last entity of
30105         class_wide type after component list has been inherited.
30106
30107 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30108
30109         * sem_ch12.adb (Check_Generic_Actuals): New predicate
30110         Denotes_Previous_Actual, to handle properly the case of a private
30111         actual that is also the component type of a subsequent array actual.
30112         The visibility status of the first actual is not affected when the
30113         second is installed.
30114         (Process_Nested_Formal): Subsidiary of Instantiate_Formal_Package, to
30115         make fully recursive the treatment of formals of packages declared
30116         with a box.
30117         (Restore_Nested_Formal): Subsidiary of Restore_Private_Views, to undo
30118         the above on exit from an instantiation.
30119         (Denotes_Formal_Package): When called from Restore_Private_Views, ignore
30120         current instantiation which is now complete.
30121         (Analyze_Package_Instantiation): No instantiated body is needed if the
30122         main unit is generic. Efficient, and avoid anomalies when a instance
30123         appears in a package accessed through rtsfind.
30124
30125 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30126
30127         * exp_ch6.adb (Expand_N_Function_Call): If stack checking is enabled,
30128         do not generate a declaration for a temporary if the call is part of a
30129         library-level instantiation.
30130
30131 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
30132
30133         * sem_util.adb (Explain_Limited_Type): Ignore internal components when
30134         searching for a limited component to flag.
30135
30136         * exp_attr.adb (Freeze_Stream_Subprogram): Subsidiary procedure to
30137         expansion of Input, to account for the fact that the implicit call
30138         generated by the attribute reference must freeze the user-defined
30139         stream subprogram. This is only relevant to 'Input, because it can
30140         appear in an object declaration, prior to the body of the subprogram.
30141
30142         * sem_ch13.adb (Rep_Item_Too_Late): Make the error non-serious, so that
30143         expansion can proceed and further errors uncovered.
30144         (Minor clean up): Fix cases of using | instead of \ for continuation
30145         messages.
30146
30147 2004-10-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
30148
30149         * cuintp.c, decl.c, utils2.c: Use gcc_assert and gcc_unreachable.
30150
30151         * trans.c (assoc_to_constructor): Fix unused var warning if no checking.
30152         (gnat_gimplify_expr, case ADDR_EXPR): Fix error in last change.
30153         Use gcc_assert and gcc_unreachable.
30154
30155         * decl.c (gnat_to_gnu_entity, case object): Check and process a
30156         specified alignment before validating size.
30157         (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Create a
30158         stripped-down declaration for the type of the inner field when making
30159         a JM type.
30160
30161         * utils.c (finish_record_type): Do not compute the size in units
30162         incrementally. Instead compute it once for the rep clause case.
30163         Use gcc_assert and gcc_unreachable.
30164
30165 2004-10-04  Vincent Celier  <celier@gnat.com>
30166
30167         * a-dirval-mingw.adb (Invalid_Character): Add '\' as invalid character
30168         in file name.
30169         (Is_Valid_Path_Name): Take '/' as a directory separator.
30170
30171 2004-10-04  Vincent Celier  <celier@gnat.com>
30172
30173         * prj-part.adb (Parse_Single_Project): Call Is_Extending_All
30174         (Extended_Project) only if Extended_Project is defined, to avoid
30175         assertion error.
30176         (Post_Parse_Context_Clause): Always call Set_Path_Name_Of with a
30177         resolved path.
30178         (Parse_Single_Project): Ditto.
30179
30180         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not call
30181         Add_To_Project_Path for virtual projects.
30182
30183 2004-10-04  Vincent Celier  <celier@gnat.com>
30184
30185         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
30186         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
30187         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
30188         mlib-tgt-vxworks.adb, mlib-tgt.adb (Build_Dynamic_Library): New
30189         parameter Options_2.
30190
30191         * mlib-prj.ads, mlib-prj.adb (Build_Library): Call
30192         Build_Dynamic_Library with an empty Options_2.
30193
30194         * mlib-utl.ads, mlib-utl.adb (Gcc): Parameter Options_2 has no
30195         default anymore.
30196
30197         * makegpr.adb (Get_Imported_Directories.add): Remove trailing
30198         directory separator, if any.
30199         (Gprmake): Do not allow mains on the command line for library projects.
30200         Do not attempt to link when the project is a library project.
30201         (Library_Opts): New table to store Library_Options.
30202         (Build_Library): If Library_Options is specified, pass these options
30203         when building a shared library.
30204
30205 2004-10-04  Jose Ruiz  <ruiz@act-europe.fr>
30206
30207         * s-tposen.adb (Service_Entry): The object must be always unlocked at
30208         the end of this procedure now that the unlock operation was inserted
30209         by the expander.
30210
30211 2004-10-04  Jose Ruiz  <ruiz@act-europe.fr>
30212
30213         * targparm.ads, targparm.adb (Targparm_Tags): Add PAS value
30214         corresponding to the Preallocated_Stacks flags in System.
30215         (Get_Target_Parameters): Including the processing for
30216         Preallocated_Stacks.
30217
30218         * system.ads, system-vxworks-x86.ads, system-darwin-ppc.ads,
30219         system-vms_64.ads, system-unixware.ads, system-linux-ia64.ads,
30220         system-freebsd-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
30221         system-linux-x86_64.ads, system-tru64.ads, system-aix.ads,
30222         system-vxworks-sparcv9.ads, system-vxworks-xscale.ads,
30223         system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
30224         system-hpux.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
30225         system-vxworks-mips.ads, system-os2.ads, system-interix.ads,
30226         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
30227         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
30228         system-vxworks-alpha.ads: Add the flag Preallocated_Stacks, that is
30229         used to signal whether the compiler creates the required stacks and
30230         descriptors for the different tasks (when True) or it is done by the
30231         underlying operating system at run time (when False).
30232         It is initially set to False in all targets.
30233
30234         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create the task stack
30235         if it is supported by the target.
30236         (Make_Task_Create_Call): Pass the stack address if it has been
30237         previously created. Otherwise pass a Null_Address.
30238
30239         * snames.adb: Add _stack.
30240
30241         * snames.ads: Add Name_uStack. Required to allow the expander to
30242         statically allocated task stacks.
30243
30244         * s-tarest.ads, s-tarest.adb (Create_Restricted_Task): Add
30245         Stack_Address argument.
30246         Check that its value is equal to Null_Address because this target does
30247         not support the static stack allocation.
30248
30249 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
30250
30251         * usage.adb: Change "pragma inline" to "pragma Inline" in information
30252         and error messages
30253
30254 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
30255
30256         * exp_dist.adb: Split declaration of asynchronous flag out of
30257         Add_RACW_Read_Attribute.
30258         Minor reformatting for better alignment with PolyORB version.
30259         Store the entity for the asynchronous flag of an RACW, rather than the
30260         expression, in the asynchronous flags table. This will allow this flag
30261         to be used in other subprograms beside Add_RACW_Read_Attribute.
30262
30263 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
30264
30265         * g-socket.ads, g-socket.adb, g-socthi.adb, socket.c,
30266         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
30267         g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-vms.adb,
30268         g-soccon-mingw.ads, g-soccon-vxworks.ads, g-soccon-freebsd.ads,
30269         g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads:  Add new
30270         sockets constant MSG_NOSIGNAL (Linux-specific).
30271         Add new sockets constant MSG_Forced_Flags, list of flags to be set on
30272         all Send operations.
30273         For Linux, set MSG_NOSIGNAL on all send operations to prevent them
30274         from trigerring SIGPIPE.
30275         Rename components to avoid clash with Ada 2005 possible reserved
30276         word 'interface'.
30277         (Check_Selector): When the select system call returns with an error
30278         condition, propagate Socket_Error to the caller.
30279
30280 2004-10-01  Jan Hubicka  <jh@suse.cz>
30281
30282         * misc.c (gnat_expand_body): Update call of tree_rest_of_compilation.
30283
30284 2004-09-23  Robert Dewar  <dewar@gnat.com>
30285
30286         PR ada/17540
30287         * sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
30288         instead do this at freeze time (we won't do it if there is an address
30289         clause).
30290         Change "pragma inline" to "pragma Inline" in information and error
30291         messages.
30292         Minor reformatting.
30293
30294         * freeze.adb (Check_Address_Clause): Remove previous change, not the
30295         right way of doing things after all.
30296         (Freeze_Entity): For object, set Is_Public for imported entities
30297         unless there is an address clause present.
30298
30299 2004-09-21  Olivier Hainque  <hainque@act-europe.fr>
30300
30301         * decl.c (gnat_to_gnu_entity) <E_General_Access_Type>: Check for a
30302         dummy designated type via TYPE_MODE instead of COMPLETE_TYPE_P. This
30303         ensures proper handling of types with rep clauses, which might have
30304         their TYPE_SIZE set already.
30305
30306 2004-09-21  Robert Dewar  <dewar@gnat.com>
30307
30308         * decl.c (gnat_to_gnu_type, case E_Modular_Integer_Type): Wrap modular
30309         packed array types in both little- and big-endian cases. This change
30310         ensures that we no longer count on the unused bits being initialized
30311         for such types (and in particular ensures that equality testing will
30312         only read the relevant bits).
30313         Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
30314         These changes mean that we no longer need to initialize small packed
30315         arrays.
30316         (gnat_to_gnu_entity) <E_Record_Subtype>: Apply the same
30317         optimization to an LJM field as to its parent field.
30318
30319         * ada-tree.h, trans.c, utils.c, utils2.c:
30320         Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
30321
30322 2004-09-20  Jan Hubicka  <jh@suse.cz>
30323
30324         * utils.c (gnat_finalize): Remove.
30325         (end_subprog_body): Directly call cgraph_finalize_function;
30326         do not lower the nested functions.
30327
30328 2004-09-20  Robert Dewar  <dewar@gnat.com>
30329
30330         PR ada/17540
30331         * freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
30332         if an address clause is present, since that means that the Import
30333         should be ignored.
30334
30335 2004-09-20  Arnaud Charlet  <charlet@act-europe.fr>
30336
30337         * 5tsystem.ads: Removed, no longer used.
30338
30339 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
30340             Zack Weinberg  <zack@codesourcery.com>
30341
30342         * ada-tree.def: Use tree_code_class enumeration constants
30343         instead of code letters.
30344         * ada-tree.h, decl.c, misc.c, trans.c, utils.c, utils2.c:
30345         Update for new tree-class enumeration constants.
30346
30347 2004-09-17  Vincent Celier  <celier@gnat.com>
30348
30349         * prj-attr-pm.ads, prj-attr-pm.adb: New files, to split some private
30350         capabilities of the general project manager.
30351
30352 2004-09-09  Vincent Celier  <celier@gnat.com>
30353
30354         * a-direct.ads: Add pragma Ada_05
30355         (Directory_Entry_Type): Give default value to component Kind to avoid
30356         not initialized warnings.
30357
30358         * a-direct.adb (Current_Directory): Remove directory separator at the
30359         end.
30360         (Delete_Directory, Delete_Tree): Raise Name_Error if Directory is not
30361         an existing directory.
30362         (Fetch_Next_Entry): Give default value to variable Kind to avoid warning
30363         (Size (String)): Function C_Size returns Long_Integer, not File_Size.
30364         Convert the result to File_Size.
30365
30366         * prj.ads: (Project_Error): New exception
30367
30368         * prj-attr.adb: Except in procedure Initialize, Fail comes from
30369         Prj.Com, not from Osint.
30370         (Attrs, Package_Attributes): Tables moved to private part of spec
30371         (Add_Attribute, Add_Unknown_Package): Moved to new child package
30372         Prj.Attr.PM.
30373         (Register_New_Package (Name, Attributes), Register_New_Attribute): Raise
30374         Prj.Project_Error after call to Fail.
30375         (Register_New_Package (Name, Id)): Set Id to Empty_Package after calling
30376         Fail. Check that package name is not already in use.
30377
30378         * prj-attr.ads: Comment updates to indicate that all subprograms may be
30379         used by tools, not only by the project manager, and to indicate that
30380         exception Prj.Prj_Error may be raised in case of problem.
30381         (Add_Unknown_Package, Add_Attribute): Moved to new child package
30382         Prj.Attr.PM.
30383         (Attrs, Package_Attributes): Table instantiations moved from the body to
30384         the private part to be accessible from Prj.Attr.PM body.
30385
30386         * prj-dect.adb (Parse_Package_Declaration): Call Add_Unknown_Package
30387         from new package Prj.Attr.PM.
30388         (Parse_Attribute_Declaration): Call Add_Attribute from new package
30389         Prj.Attr.PM.
30390
30391         * Makefile.in: Add prj-attr-pm.o to gnatmake object list
30392
30393         * gnatbind.adb (Gnatbind): Correct warning message (Elaboration_Check
30394         instead of Elaboration_Checks).
30395
30396         * a-calend.adb: Minor reformatting
30397
30398 2004-09-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
30399
30400         * gigi.h (maybe_pad_type): New declaration.
30401         (create_subprog_type): New arg RETURNS_BY_TARGET_PTR.
30402
30403         * ada-tree.h: (TYPE_RETURNS_BY_TARGET_PTR_P): New macro.
30404
30405         * cuintp.c: Convert to use buildN.
30406
30407         * decl.c (maybe_pad_type): No longer static.
30408         (gnat_to_gnu_entity, case E_Function): Handle case of returning by
30409         target pointer.
30410         Convert to use buildN.
30411
30412         * trans.c (call_to_gnu): Add arg GNU_TARGET; support
30413         TYPE_RETURNS_BY_TARGET_PTR_P.  All callers changed.
30414         (gnat_to_gnu, case N_Assignment_Statement): Call call_to_gnu if call on
30415         RHS.
30416         (gnat_to_gnu, case N_Return): Handle TYPE_RETURN_BY_TARGET_PTR_P.
30417         (gnat_gimplify_expr, case ADDR_EXPR): New case.
30418         Convert to use buildN.
30419
30420         * utils2.c (gnat_build_constructor): Also set TREE_INVARIANT and
30421         TREE_READONLY for const.
30422         Convert to use buildN.
30423
30424         * utils.c (create_subprog_type): New operand RETURNS_BY_TARGET_PTR.
30425         (create_var_decl): Refine when TREE_STATIC is set.
30426         Convert to use buildN.
30427
30428 2004-09-09  Gary Dismukes  <dismukes@gnat.com>
30429
30430         * gnat_ugn.texi: Delete text relating to checking of ali and object
30431         consistency.
30432
30433         * a-except.adb (Rcheck_*): Add pragmas No_Return for each of these
30434         routines.
30435
30436 2004-09-09  Jose Ruiz  <ruiz@act-europe.fr>
30437
30438         * gnat_ugn.texi: Add Detect_Blocking to the list of configuration
30439         pragmas recognized by GNAT.
30440
30441         * gnat_rm.texi: Document pragma Detect_Blocking.
30442
30443         * s-solita.adb (Timed_Delay_T): When pragma Detect_Blocking is active,
30444         raise Program_Error if called from a protected operation.
30445
30446         * s-taprob.adb (Lock): When pragma Detect_Blocking is active increase
30447         the protected action nesting level.
30448         (Lock_Read_Only): When pragma Detect_Blocking is active increase the
30449         protected action nesting level.
30450         (Unlock): When pragma Detect_Blocking is active decrease the protected
30451         action nesting level.
30452
30453         * s-taskin.adb (Initialize_ATCB): Initialize to 0 the
30454         Protected_Action_Nesting.
30455
30456         * s-taskin.ads: Adding the field Protected_Action_Nesting to the
30457         Common_ATCB record. It contains the dynamic level of protected action
30458         nesting for each task. It is needed for checking whether potentially
30459         blocking operations are called from protected operations.
30460         (Detect_Blocking): Adding a Boolean constant reflecting whether pragma
30461         Detect_Blocking is active or not in the partition.
30462
30463         * s-tasren.adb (Call_Simple): When pragma Detect_Blocking is active,
30464         raise Program_Error if called from a protected operation.
30465         (Task_Entry_Call): When pragma Detect_Blocking is active, raise
30466         Program_Error if called from a protected operation.
30467         (Timed_Task_Entry_Call): When pragma Detect_Blocking is active, raise
30468         Program_Error if called from a protected operation.
30469
30470         * s-tassta.adb (Abort_Tasks): When pragma Detect_Blocking is active,
30471         raise Program_Error if called from a protected operation.
30472
30473         * s-tpoben.adb (Lock_Entries): When pragma Detect_Blocking is active,
30474         raise Program_Error if called from a protected operation, and increase
30475         the protected action nesting level.
30476         (Lock_Read_Only_Entries): When pragma Detect_Blocking is active, raise
30477         Program_Error if called from a protected operation, and increase the
30478         protected action nesting level.
30479         (Unlock_Entries): When pragma Detect_Blocking is active decrease the
30480         protected action nesting level.
30481
30482         * s-tposen.adb (Lock_Entry): When pragma Detect_Blocking is active,
30483         raise Program_Error if called from a protected operation, and increase
30484         the protected action nesting level.
30485         (Lock_Read_Only_Entry): When pragma Detect_Blocking is active, raise
30486         Program_Error if called from a protected operation, and increase the
30487         protected action nesting level.
30488         (Protected_Single_Entry_Call): When pragma Detect_Blocking is active,
30489         raise Program_Error if called from a protected operation.
30490         (Timed_Protected_Single_Entry_Call): When pragma Detect_Blocking is
30491         active, raise Program_Error if called from a protected operation.
30492         (Unlock_Entry): When pragma Detect_Blocking is active decrease the
30493         protected action nesting level.
30494
30495         * sem_util.adb (Check_Potentially_Blocking_Operation): Remove the
30496         insertion of the statement raising Program_Error. The run time
30497         contains the required machinery for handling that.
30498
30499         * sem_util.ads: Change comment associated to procedure
30500         Check_Potentially_Blocking_Operation.
30501         This procedure does not insert a call for raising the exception because
30502         that is currently done by the run time.
30503
30504         * raise.h (__gnat_set_globals): Pass the detect_blocking parameter.
30505
30506         * init.c: Add the global variable __gl_detect_blocking that indicates
30507         whether pragma Detect_Blocking is active (1) or not (0). Needed for
30508         making the pragma available at run time.
30509         (__gnat_set_globals): Pass and update the detect_blocking parameter.
30510
30511         * lib-writ.adb (Write_ALI): Set the DB flag in the ali file if
30512         pragma Detect_Blocking is active.
30513
30514         * lib-writ.ads: Document the Detect_Blocking flag (DB) in ali files.
30515
30516         * ali.adb (Scan_ALI): Set the Detect_Blocking value to true if the flag
30517         DB is found in the ali file. Any unit compiled with pragma
30518         Detect_Blocking active forces its effect in the whole partition.
30519
30520         * a-retide.adb (Delay_Until): Raise Program_Error if pragma
30521         Detect_Blocking is active and delay is called from a protected
30522         operation.
30523
30524         * bindgen.adb (Gen_Adainit_Ada): When generating the call to
30525         __gnat_set_globals, pass 1 as Detect_Blocking parameter if pragma
30526         Detect_Blocking is active (0 otherwise).
30527         (Gen_Adainit_C): When generating the call to __gnat_set_globals, pass 1
30528         as Detect_Blocking parameter if pragma Detect_Blocking is active (0
30529         otherwise).
30530
30531 2004-09-09  Thomas Quinot  <quinot@act-europe.fr>
30532
30533         * gnat_rm.texi: Rename GNAT.Perfect_Hash.Generators to
30534         GNAT.Perfect_Hash_Generators, and remove the empty GNAT.Perfect_Hash
30535         package.
30536
30537         * s-parint.ads, s-parint.adb (Get_RAS_Info): New subprogram.
30538         (Register_Receiving_Stub): Add Subp_Info formal parameter.
30539         Update API in placeholder implemetation of s-parint to reflect changes
30540         in distribution runtime library.
30541
30542         * sem_ch3.adb (Expand_Derived_Record): Rename to
30543         Expand_Record_Extension.
30544
30545         * sem_disp.adb (Check_Controlling_Formals): Improve error message for
30546         primitive operations of potentially distributed object types that have
30547         non-controlling anonymous access formals.
30548
30549         * sem_dist.ads, sem_dist.adb (Build_RAS_Primitive_Specification): New
30550         subprogram.
30551         New implementation of expansion for remote access-to-subprogram types,
30552         based on the RACW infrastructure.
30553         This version of sem_dist is compatible with PolyORB/DSA as well as
30554         GLADE.
30555
30556         * sem_prag.adb (Analyze_Pragma, case Pragma_Asynchronous): For a pragma
30557         Asynchrronous that applies to a remote access-to-subprogram type, mark
30558         the underlying RACW type as asynchronous.
30559
30560         * link.c: FreeBSD uses GNU ld: set __gnat_objlist_file_supported and
30561          __gnat_using_gnu_linker to 1.
30562
30563         * Makefile.rtl, impunit.adb, g-perhas.ads, g-pehage.ads,
30564         g-pehage.adb: Rename GNAT.Perfect_Hash.Generators to
30565         GNAT.Perfect_Hash_Generators, and remove the empty
30566         GNAT.Perfect_Hash package.
30567
30568         * atree.adb: Minor reformatting
30569
30570         * exp_ch3.adb (Expand_Derived_Record): Rename to
30571         Expand_Record_Extension.
30572         (Build_Record_Init_Proc.Build_Assignment): The default expression in
30573         a component declaration must remain attached at that point in the
30574         tree so New_Copy_Tree copies it if the enclosing record type is derived.
30575         It is therefore necessary to take a copy of the expression when building
30576         the corresponding assignment statement in the init proc.
30577         As a side effect, in the case of a derived record type, we now see the
30578         original expression, without any rewriting that could have occurred
30579         during expansion of the ancestor type's init proc, and we do not need
30580         to go back to Original_Node.
30581
30582         * exp_ch3.ads (Expand_Derived_Record): Rename to
30583         Expand_Record_Extension.
30584
30585         * exp_dist.ads, exp_dist.adb (Underlying_RACW_Type): New subprogram.
30586         Returns the RACW type used to implement a remote access-to-subprogram
30587         type.
30588         (Add_RAS_Proxy_And_Analyze, Build_Remote_Subprogram_Proxy_Type):
30589         New subprograms. Used to create a proxy tagged object for a remote
30590         subprogram. The proxy object is used as the designated object
30591         for RAS values on the same partition (unless All_Calls_Remote applies).
30592         (Build_Get_Unique_RP_Call): New subprogram. Build a call to
30593         System.Partition_Interface.Get_Unique_Remote_Pointer.
30594         (Add_RAS_Access_TSS, Add_RAS_Dereference_TSS):
30595         Renamed from Add_RAS_*_Attribute.
30596         (Add_Receiving_Stubs_To_Declarations): Generate a table of local
30597         subprograms.
30598         New implementation of expansion for remote access-to-subprogram types,
30599         based on the RACW infrastructure.
30600
30601         * exp_dist.ads (Copy_Specification): Update comment to note that this
30602         function can copy the specification from either a subprogram
30603         specification or an access-to-subprogram type definition.
30604
30605 2004-09-09  Ed Schonberg  <schonberg@gnat.com>
30606
30607         * sem_type.adb (Disambiguate): Handle properly an accidental ambiguity
30608         in an instance, between an explicit subprogram an one inherited from a
30609         type derived from an actual.
30610
30611         * exp_ch6.adb (Expand_N_Subprogram_Body): If polling is enabled, do not
30612         add a polling call if the subprogram is to be inlined by the back-end,
30613         to avoid repeated calls with multiple inlinings.
30614
30615         * checks.adb (Apply_Alignment_Check): If the expression in the address
30616         clause is a call whose name is not a static entity (e.g. a dispatching
30617         call), treat as dynamic.
30618
30619 2004-09-09  Robert Dewar  <dewar@gnat.com>
30620
30621         * g-trasym.ads: Minor reformatting
30622
30623         * exp_ch3.adb (Component_Needs_Simple_Initialization): Don't except
30624         packed arrays, since unused bits are expected to be zero for a
30625         comparison.
30626
30627 2004-09-09  Eric Botcazou  <ebotcazou@act-europe.fr>
30628
30629         * exp_pakd.ads: Fix an inacurracy and a couple of typos in the head
30630         comment.
30631
30632 2004-09-09  Pascal Obry  <obry@gnat.com>
30633
30634         * mdll.ads, mdll.adb (Build_Dynamic_Library): New parameter Map_File to
30635         enable map file generation. Add the right option to generate the map
30636         file if Map_File is set to True.
30637
30638         * gnatdll.adb (Gen_Map_File): New variable.
30639         (Syntax): Add info about new -m (Map_File) option.
30640         (Parse_Command_Line): Add support for -m option.
30641         (gnatdll): Pass Gen_Map_File to Build_Dynamic_Library calls.
30642         Minor reformatting.
30643
30644 2004-09-09  Laurent Pautet  <pautet@act-europe.fr>
30645
30646         * gnatls.adb: Add a very verbose mode -V. Such mode is required by the
30647         new gnatdist implementation.
30648         Define a subpackage isolating the output routines specific to this
30649         verbose mode.
30650
30651 2004-09-09  Joel Brobecker  <brobecker@gnat.com>
30652
30653         * Makefile.rtl: (GNATRTL_NONTASKING_OBJS): Add g-dynhta.
30654
30655         * gnat_ugn.texi (Main Subprograms): Fix typo. Deduced, not deducted.
30656
30657 2004-09-09  Cyrille Comar  <comar@act-europe.fr>
30658
30659         * opt.adb (Set_Opt_Config_Switches): Use Ada_Version_Runtime to compile
30660         internal unit.
30661
30662         * opt.ads: Add Ada_Version_Runtime constant used to decide which
30663         version of the language is used to compile the run time.
30664
30665 2004-09-09  Arnaud Charlet  <charlet@act-europe.fr>
30666
30667         * sem_util.adb (Requires_Transient_Scope): Re-enable handling
30668         of variable length temporaries for function return now that the
30669         back-end and gigi support it.
30670
30671 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
30672
30673         * misc.c (gnat_print_type): Use TYPE_RM_SIZE_NUM.
30674
30675         * trans.c (struct stmt_group): Delete field GLOBAL.
30676         (gnat_init_stmt_group): Do not initialize it.
30677         (call_to_gnu): Use save_expr, not protect_multiple_eval.
30678         (Exception_Handler_to_gnu_sjlj): Call build_int_cst, not build_int_2
30679         (gnat_to_gnu, case N_Character_Literal, N_String_Literal): Likewise.
30680         (gnat_to_gnu, case N_Compilation_Unit): Do not set GLOBAL in stmt group.
30681         (start_stmt_group): Likewise.
30682         (add_stmt, add_decl_expr): Rework handling of global DECL_EXPRs.
30683
30684         * utils2.c (ggc.h): Include.
30685         (build_call_raise): Call build_int_cst, not build_int_2.
30686
30687         * utils.c (gnat_init_decl_processing): Fix arg to
30688         build_common_tree_nodes.
30689         (create_subprog_type): Do not use SET_TYPE_CI_CO_LIST.
30690         (gnat_define_builtin): Set built_in_decls.
30691         (init_gigi_decls): Call build_int_cst, not build_int_2.
30692
30693         * ada-tree.h (struct lang_decl, struct lang_type): Field is type tree.
30694         (GET_TYPE_LANG_SPECIFIC, SET_TYPE_LANG_SPECIFIC): New macros.
30695         (GET_DECL_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Likewise.
30696         (TYPE_CI_CO_LIST, SET_TYPE_CI_CO_LIST, TYPE_MODULE,
30697         SET_TYPE_MODULE): Use them.
30698         (TYPE_INDEX_TYPE, SET_TYPE_INDEX_TYPE, TYPE_DIGITS_VALUE): Likewise.
30699         (SET_TYPE_DIGITS_VALUE, TYPE_UNCONSTRAINED_ARRAY): Likewise.
30700         (SET_TYPE_UNCONSTRAINED_ARRAY, TYPE_ADA_SIZE,
30701         SET_TYPE_ADA_SIZE): Likewise.
30702         (TYPE_ACTUAL_BOUNDS, SET_TYPE_ACTUAL_BOUNDS): Likewise.
30703         (DECL_CONST_CORRESPONDING_VAR,
30704         SET_DECL_CONST_CORRESPONDING_VAR): Likewise.
30705         (DECL_ORIGINAL_FIELD, SET_DECL_ORIGINAL_FIELD): Likewise.
30706         (TYPE_RM_SIZE_INT, TYPE_RM_SIZE_ENUM, SET_TYPE_RM_SIZE_ENUM): Deleted.
30707         (TYPE_RM_SIZE_NUM): New macro.
30708         (TYPE_RM_SIZE): Modified to use above.
30709
30710         * cuintp.c: (build_cst_from_int): New function.
30711         (UI_To_gnu): Use it.
30712
30713         * decl.c (gnat_to_gnu_entity): Use TYPE_RM_SIZE_NUM.
30714         (make_type_from_size): Avoid changing TYPE_UNSIGNED of a type.
30715         (gnat_substitute_in_type, case ARRAY_TYPE): If old had a
30716         MIN_EXPR for the size, copy it into new.
30717
30718 2004-09-01  Robert Dewar  <dewar@gnat.com>
30719
30720         * exp_ch6.adb (Expand_Call): Properly handle validity checks for
30721         packed indexed component where array is an IN OUT formal. This
30722         generated garbage code previously.
30723
30724         * gnat_ugn.texi: Document -fverbose-asm
30725
30726         * gnat-style.texi: Minor updates (note that boolean constants and
30727         variables are joined with AND/OR rather than short circuit forms).
30728
30729 2004-09-01  Ed Schonberg  <schonberg@gnat.com>
30730
30731         * exp_util.adb (Safe_Unchecked_Type_Conversion): Conversion is safe if
30732         it is an upward conversion of an untagged type with no representation
30733         change.
30734
30735 2004-09-01  Thomas Quinot  <quinot@act-europe.fr>
30736
30737         * rtsfind.ads: Move RCI_Subp_Info and RCI_Subp_Info_Array to
30738         System.Partition_Interface.
30739
30740         * checks.adb (Apply_Access_Checks): Do not generate checks when
30741         expander is not active (but check for unset reference to prefix of
30742         dereference).
30743
30744         * sem_prag.adb (Analyze_Pragma, case Pragma_Debug): Uniformly rewrite
30745         pragma Debug as an if statement with a constant condition, for
30746         consistent treatment of entity references contained within the
30747         enclosed procedure call.
30748
30749 2004-09-01  Vincent Celier  <celier@gnat.com>
30750
30751         * bindgen.adb: (Set_EA_Last): New procedure
30752         (Gen_Exception_Table_Ada, Gen_Exception_Table_C): Use new procedure
30753         Set_EA_Last.
30754         (Gen_Adafinal_Ada): If no finalization, adafinal does nothing
30755         (Gen_Output_File_Ada): Always call Gen_Adafinal_Ada, so that SAL can be
30756         linked without errors.
30757         (Gen_Exception_Table_Ada): Correct bugs when generating code for arrays
30758         ST and EA.
30759         (Gen_Exception_Table_C): Correct same bugs
30760
30761         * vms_data.ads: Add new qualifier /VERBOSE_ASM to GCC_Switches
30762
30763         * g-os_lib.adb (Normalize_Pathname.Get_Directory): When Dir is empty,
30764         on Windows, make sure that the drive letter is in upper case.
30765
30766         * g-os_lib.ads (Normalize_Pathname): Add a comment to indicate that on
30767         Windows, when the drive letter is added and Case_Sensitive is True, the
30768         drive letter is forced to upper case.
30769
30770         * mlib-tgt-irix.adb (Build_Dynamic_Library): Transfer all -lxxx options
30771         to Options_2 for the call to MLib.Utl.Gcc.
30772
30773         * bld.adb (Put_Include_Project): Use '/', not '\' on Windows as
30774         directory separator when defining BASE_DIR.
30775
30776 2004-09-01  Pascal Obry  <obry@gnat.com>
30777
30778         * gprcmd.adb (Extend): Do not output trailing directory separator. This
30779         is not needed and it confuses Windows GNU/make which does not report
30780         directory terminated by a slash as a directory.
30781         (gprcmd): Idem for "pwd" internal command.
30782
30783         * Makefile.generic: Use __GPRCOLON__ instead of pipe character in
30784         target names rewrite to fix regressions with recent version of
30785         GNU/make. Starting with GNU/make 3.80 the pipe character was not
30786         handled properly anymore.
30787
30788 2004-09-01  Andreas Schwab  <schwab@suse.de>
30789
30790         * Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
30791         * raise.c [!IN_RTS]: Undef abort.
30792
30793 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
30794
30795         * utils2.c (build_allocator): Use ssize_int.
30796
30797         * utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
30798
30799 2004-08-27  Andreas Schwab  <schwab@suse.de>
30800
30801         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
30802
30803 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
30804             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
30805
30806         * ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
30807
30808 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
30809
30810         * cuintp.c (UI_To_gnu): Adjust build_int_cst calls.
30811         * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
30812         * utils.c (init_gigi_decls): Likewise.
30813         * utils2.c (build_call_raise, build_allocator): Likewise.
30814
30815 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
30816
30817         * utils.c (gnat_init_decl_processing): Adjust
30818         build_common_tree_nodes call.
30819
30820 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
30821
30822         * utils2.c (build_allocator): Use build_int_cst for negative
30823         size types.
30824
30825 2004-08-18  Richard Henderson  <rth@redhat.com>
30826
30827         * misc.c (LANG_HOOKS_HONOR_READONLY): Remove.
30828
30829 2004-08-16  Nathan Sidwell  <nathan@codesourcery.com>
30830
30831         * cuintp.c (UI_To_gnu): Be more conservative with build_int_cst
30832         call.s
30833         * trans.c (Exception_Handler_to_gnu_sjlj): Likewise.
30834         (gnat_to_gnu): Likewise.
30835
30836 2004-08-16  Pascal Obry  <obry@gnat.com>
30837
30838         * adaint.c (__gnat_prj_add_obj_files): Set to 0 only on Win32 for GCC
30839         backend prior to GCC 3.4. With GCC 3.4 we are using the GCC's shared
30840         option and not mdll anymore. Update comment.
30841
30842 2004-08-16  Pascal Obry  <obry@gnat.com>
30843
30844         * bld.adb (Put_Include_Project): Properly handle directory separators
30845         on Windows.
30846
30847 2004-08-16  Ed Schonberg  <schonberg@gnat.com>
30848
30849         * sem_ch4.adb (Try_Object_Operation): Restructure code. Optimize by
30850         decreasing the number of allocated junk nodes while searching for the
30851         appropriate subprogram.
30852
30853 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
30854
30855         * cuintp.c (UI_To_gnu): Use build_int_cst..
30856         * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
30857         * utils.c (init_gigi_decls): Likewise.
30858         * utils2.c (build_call_raise): Likewise.
30859
30860 2004-08-13  Olivier Hainque  <hainque@act-europe.fr>
30861
30862         * decl.c (gnat_to_gnu_entity) <E_Variable>: When building an allocator
30863         for a global aliased object with a variable size and an unconstrained
30864         nominal subtype, pretend there is no initializer if the one we have is
30865         incomplete, and avoid referencing an inexistant component in there. The
30866         part we have will be rebuilt anyway and the reference may confuse
30867         further operations.
30868
30869 2004-08-13  Thomas Quinot  <quinot@act-europe.fr>
30870
30871         * einfo.ads: Minor reformatting
30872
30873         * lib-writ.adb (Output_Main_Program_Line): Do not set parameter
30874         restrictions in the ALI if we only want to warn about violations.
30875
30876 2004-08-13  Vincent Celier  <celier@gnat.com>
30877
30878         * ali.adb (Scan_ALI): Initialize component Body_Needed_For_SAL to False
30879         when creating a new Unit_Record in table Units.
30880
30881         * gnatls.adb (Output_Unit): In verbose mode, output the restrictions
30882         that are violated, if any.
30883
30884         * prj-nmsc.adb (Ada_Check.Get_Path_Names_And_Record_Sources): Do not
30885         add directory separator if path already ends with a directory separator.
30886
30887 2004-08-13  Ed Schonberg  <schonberg@gnat.com>
30888
30889         * rtsfind.adb (Entity_Not_Defined): If the error ocurrs in a predefined
30890         unit, this is an attempt to inline a construct that is not available in
30891         the current restricted mode, so abort rather than trying to continue.
30892
30893         * sem_ch3.adb (Build_Underlying_Full_View): If the new type has
30894         discriminants that rename those of the parent, recover names of
30895         original discriminants for the constraint on the full view of the
30896         parent.
30897         (Complete_Private_Subtype): Do not create a subtype declaration if the
30898         subtype is an itype.
30899
30900         * gnat_rm.texi: Added section on implementation of discriminated
30901         records with default values for discriminants.
30902
30903 2004-08-13  Ed Schonberg  <schonberg@gnat.com>
30904
30905         PR ada/15601
30906         * sem_res.adb (Make_Call_Into_Operator): Handle properly the case where
30907         the second operand is overloaded.
30908
30909 2004-08-10  Richard Henderson  <rth@redhat.com>
30910
30911         * utils.c (gnat_install_builtins): Remove __builtin_stack_alloc,
30912         add __builtin_alloca.
30913
30914 2004-08-10  Richard Henderson  <rth@redhat.com>
30915
30916         * config-lang.in (boot_language): Yes.
30917
30918 2004-08-09  Thomas Quinot  <quinot@act-europe.fr>
30919
30920         * g-socket.adb (Abort_Selector): Initialize Buf to prevent valgrind
30921         from complaining on potential uninitialized reference.
30922         Change calls to GNAT.Sockets.Thin.Is_Socket_In_Set to account for
30923         new specification and test explicitly for non-zero return value.
30924
30925         * g-socthi.ads (Is_Socket_In_Set): Declare imported function as
30926         returning C.int, to avoid using a derived boolean type.
30927
30928         * exp_ch5.adb (Make_Tag_Ctrl_Assignments): Use
30929         Duplicate_Subexpr_No_Checks in preference to direct use of
30930         Remove_Side_Effects and New_Copy_Tree.
30931         Clear Comes_From_Source on prefix of 'Size attribute reference.
30932
30933         * g-socthi.adb, g-socthi-vms.adb, g-socthi-mingw.adb,
30934         g-socthi-vxworks.adb: Change calls to
30935         GNAT.Sockets.Thin.Is_Socket_In_Set to account for new specification
30936         and test explicitly for non-zero return value.
30937
30938         * g-socthi-vms.ads, g-socthi-mingw.ads, g-socthi-vxworks.ads:
30939         (Is_Socket_In_Set): Declare imported function as returning C.int, to
30940         avoid using a derived boolean type.
30941
30942 2004-08-09  Albert Lee  <lee@gnat.com>
30943
30944         * system-irix-n32.ads: Refine tasking priority constants for IRIX.
30945
30946 2004-08-09  Pascal Obry  <obry@gnat.com>
30947
30948         * gnat_ugn.texi: Document new way to build DLLs on Windows using
30949         GCC's -shared option.
30950
30951         * mlib-tgt-mingw.adb (Build_Dynamic_Library): Pass GCC's options into
30952         Options_2 parameter (options put after object files).
30953
30954 2004-08-09  Olivier Hainque  <hainque@act-europe.fr>
30955
30956         * decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Adjust condition to
30957         ignore overflows on low and high bounds of an index to also account for
30958         differences in signedness between sizetype and gnu_index_subtype.
30959         These are as legitimate as the ones caused by a lower TYPE_PRECISION
30960         on sizetype.
30961
30962 2004-08-09  Robert Dewar  <dewar@gnat.com>
30963
30964         * s-solita.ads, s-solita.adb: Minor reformatting
30965
30966         * gnat_rm.texi: Add documentation for pragma Profile (Restricted)
30967         Move pragma Restricted_Run_Time, No_Run_Time, Ravenscar to new
30968         obsolescent section
30969         Add note that No_Implicit_Conditionals does not suppress
30970         run time constraint checks.
30971
30972         * vms_conv.ads: Minor reformatting
30973
30974         * s-secsta.adb: Use SS_Ptr instead of Mark_Id as stack pointer (cleanup
30975         and necessary for following change).
30976         (Mark): Return new format Mark_Id containing sec stack address
30977         (Release): Use sec stack address from Mark_Id avoiding Self call
30978
30979         * s-secsta.ads: Define SS_Ptr to be used instead of Mark_Id as stack
30980         pointer (cleanup and necessary for following change).
30981         Define Mark_Id as record containing address of secondary stack, that way
30982         Release does not need to find the stack again, decreasing the number of
30983         calls to Self and improving efficiency.
30984
30985         * sem_util.ads: Add a ??? comment for Is_Local_Variable_Reference
30986
30987         * sem_ch5.adb (Analyze_Case_Statement): Add circuitry to track value of
30988         case variable into the individual case branches when possible.
30989
30990         * sem_ch11.adb: Minor reformatting
30991
30992         * prj.ads: Correct spelling of suffixs
30993
30994         * prj-nmsc.adb: Minor reformatting
30995         Correct spelling suffixs throughout (also in identifiers)
30996
30997         * freeze.adb: Minor spelling correction
30998
30999         * exp_ch2.adb: Cleanups to handling of Current_Value
31000         (no functional effect).
31001
31002         * bld.adb: Correct spelling of suffixs
31003
31004         * einfo.adb (Enclosing_Dynamic_Scope): Defend against junk argument
31005
31006 2004-08-09  Ed Schonberg  <schonberg@gnat.com>
31007
31008         PR ada/15408
31009         * sem_ch7.adb (Install_Private_Declarations): In the body of the
31010         package or of a child, private entities are both immediately_visible
31011         and not hidden.
31012
31013 2004-08-09  Ed Schonberg  <schonberg@gnat.com>
31014
31015         * sem_eval.adb (Eval_Integer_Literal): If the context is Any_Integer,
31016         there are no range checks on the value of the literal.
31017
31018         * exp_ch7.adb (Insert_Actions_In_Scope_Around): If the node being
31019         wrapped is the triggering alternative of an asynchronous select, action
31020         statements mustbe inserted before the select itself.
31021
31022         * sem_attr.adb (Analyze_Attribute, case 'Size): Handle properly the
31023         case where the prefix is a protected function call.
31024         (Resolve_Attribute, case 'Access): The attribute reference on a
31025         subprogram is legal in a generic body if the subprogram is declared
31026         elsewhere.
31027
31028 2004-08-09  Vincent Celier  <celier@gnat.com>
31029
31030         * makegpr.adb (Build_Library): Link with g++ if C++ is one of the
31031         languages, otherwise building the library may fail with unresolved
31032         symbols.
31033         (Compile_Sources): Do not build libraries if -c switch is used
31034
31035         * gnatlink.adb (Process_Args): New switches -M and -Mmap
31036         (Write_Usage): If map file creation is supported, output new switches
31037         -M and -Mmap.
31038         (Gnatlink): When -M is specified, add the necessary switch(es) to the
31039         gcc call, when supported.
31040
31041         * Makefile.in: Added indepsw.o to the object list for gnatlink
31042         Specified the AIX, GNU/Linux and Windows versions of indepsw.adb
31043
31044         * indepsw-aix.adb, indepsw-linux.adb, indepsw-mingw.adb,
31045         indepsw.adb, indepsw.ads: New files.
31046
31047 2004-08-09  Bernard Banner  <banner@gnat.com>
31048
31049         * system-vxworks-x86.ads, s-vxwork-x86.ads: New files.
31050
31051         * Makefile.in: add section for vxworks x86
31052
31053 2004-08-09  Hristian Kirtchev  <kirtchev@gnat.com>
31054
31055         * exp_ch3.adb (Build_Init_Statements): Add extra condition to deal with
31056         per-object constrained components where the discriminant is of an
31057         Access type.
31058         (Build_Record_Init_Proc): Add condition to prevent the inheritance of
31059         the parent initialization procedure for derived Unchecked_Unions.
31060         Instead, derived Unchecked_Unions build their own initialization
31061         procedure.
31062         (Build_Variant_Record_Equality): Implement Unchecked_Union equality.
31063         Check the body of the subprogram for details.
31064         (Freeze_Record_Type): Prevent the inheritance of discriminant checking
31065         functions for derived Unchecked_Union types by introducing a condition.
31066         Allow the creation of TSS equality functions for Unchecked_Unions.
31067         (Make_Eq_Case): Rename formal parameter Node to E in function signature.
31068         Add formal parameter Discr to function signature. Discr is used to
31069         control the generated case statement for Unchecked_Union types.
31070         (Make_Eq_If): Rename formal parameter Node to E in function signature.
31071
31072         * exp_ch4.adb (Build_Equality_Call): Implement equality calls for
31073         Unchecked_Unions.
31074         Check the body of the subprogram for details.
31075         (Expand_Composite_Equality): Augment composite type equality to include
31076         correct handling of Unchecked_Union components.
31077         (Expand_N_In): Add condition to detect illegal membership tests when the
31078         subtype mark is a constrained Unchecked_Union and the expression lacks
31079         inferable discriminants, and build a Raise_Program_Error node.
31080         (Expand_N_Op_Eq): Add function Has_Unconstrained_UU_Component. Used
31081         to detect types that contain components of unconstrained Unchecked_Union
31082         subtype. Add condition to detect equality between types that have an
31083         unconstrained Unchecked_Union component, and build a Raise_Program_Error
31084         node. Add condition to detect equality between Unchecked_Union types
31085         that lack inferable discriminants, and build a Raise_Program_Error node.
31086         Otherwise build a TSS equality function call.
31087         (Expand_N_Type_Conversion): Add condition to detect illegal conversions
31088         from a derived Unchecked_Union to an unconstrained non-Unchecked_Union
31089         with the operand lacking inferable discriminants, and build a Raise_
31090         Program_Error node.
31091         (Expand_Record_Equality): Remove guard that prevents Unchecked_Union
31092         composite equality.
31093         (Has_Inferable_Discriminants): Implement new predicate for objects and
31094         expressions of Unchecked_Union type. Check the body of subprogram for
31095         details.
31096         (Has_Unconstrained_UU_Components): Add function
31097         Component_Is_Unconstrained_UU. It is used to detect whether a single
31098         component is of an unconstrained Unchecked_Union subtype. Add function
31099         Variant_Is_Unconstrained_UU. It is used to detect whether a single
31100         component inside a variant is of an unconstrained Unchecked_Union type.
31101
31102         * exp_ch5.adb (Expand_Assign_Record): Add condition to copy the
31103         inferred discriminant values. Add condition to generate a case
31104         statement with an inferred discriminant as the switch.
31105         (Make_Component_List_Assign): Introduce a Boolean flag that determines
31106         the behaviour of the subprogram in the presence of an Unchecked_Union.
31107         Add condition to trigger the usage of the inferred discriminant value
31108         as the generated case statement switch.
31109         (Make_Field_Assign): Introduce a Boolean flag that determines the
31110         behaviour of the subprogram in the presence of an Unchecked_Union. Add
31111         condition to trigger the usage of the inferred discriminant value as
31112         the right-hand side of the generated assignment.
31113
31114         * exp_ch6.adb (Expand_Call): Add condition to skip extra actual
31115         parameter generation when dealing with Unchecked_Unions.
31116
31117         * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
31118         checks for Unchecked_Unions.
31119
31120         * einfo.ads: Update comment on usage of flag Has_Per_Object_Constraint
31121
31122         * exp_attr.adb (Expand_N_Attribute_Reference): Produce
31123         Raise_Program_Error nodes for the execution of Read and Write
31124         attributes of Unchecked_Union types and the execution of Input and
31125         Output attributes of Unchecked_Union types that lack default
31126         discriminant values.
31127
31128         * sem_prag.adb (Analyze_Pragma): Remodel the analysis of pragma
31129         Unchecked_Union. Add procedure Check_Component. It is used to inspect
31130         per-object constrained components of Unchecked_Unions for being
31131         Unchecked_Unions themselves. Add procedure Check_Variant. It is used to
31132         check individual components withing a variant.
31133
31134         * sem_res.adb (Resolve_Comparison_Op): Remove guard that prevents
31135         comparison of Unchecked_Unions.
31136         (Resolve_Equality_OP): Remove guard that prevents equality between
31137         Unchecked_Unions.
31138
31139         * sem_util.adb (Build_Component_Subtype): Add guard to prevent creation
31140         of component subtypes for Unchecked_Union components.
31141         (Get_Actual_Subtype): Add condition that returs the Unchecked_Union type
31142         since it is the actual subtype.
31143
31144         * sem_ch12.adb (Instantiate_Type): Add condition to detect the correct
31145         pass of Unchecked_Union subtypes as generic actuals to formal types
31146         that lack known_discriminant_parts or that are derived Unchecked_Union
31147         types, and do nothing. In any other case, produce an error message.
31148
31149         * sem_ch3.adb (Analyze_Component_Declaration): Add function
31150         Contains_POC. It determines whether a constraint uses the discriminant
31151         of an enclosing record type.
31152         Add condition to detect per-object constrained component and set the
31153         appropriate flag.
31154         (Derived_Type_Declaration): Remove guard that prevents derivation from
31155         Unchecked_Union types.
31156         (Process_Subtype): Remove quard that prevents the creation of Unchecked_
31157         Union subtypes.
31158
31159         * sem_ch4.adb (Analyze_Selected_Component): Correct the detection of
31160         references to Unchecked_Union discriminants.
31161
31162         * sem_ch6.adb (Create_Extra_Formals): Add condition to skip extra
31163         formal generation when dealing with Unchecked_Unions.
31164         (Set_Actual_Subtypes): Add condition to prevent generation of actual
31165         subtypes for Unchecked_Unions.
31166
31167         * sem_ch7.adb (Analyze_Package_Specification): Add procedure
31168         Inspect_Unchecked_Union_Completion. It is used to detect incorrect
31169         completions of discriminated partial views by Unchecked_Unions and
31170         produce an error message.
31171
31172 2004-08-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31173
31174         * trans.c (struct stmt_group): New field, GLOBAL.
31175         (global_stmt_group, gnu_elab_proc_decl, build_unit_elab): Deleted.
31176         (struct elab_info): New struct.
31177         (elab_info_list, gnu_elab_proc_stack): New variables.
31178         (Compilation_Unit_to_gnu): New procedure.
31179         (gigi): Call it and also handle elaboration procs we've saved.
31180         (gnat_init_stmt_group): Don't set global_stmt_group; instead initialize
31181         global field from parent.
31182         (gnat_to_gnu): Get decl from gnu_elab_proc_stack.
31183         (gnat_to_gnu, case N_Compilation_Unit): Call Compilation_Unit_to_gnu.
31184         (start_stmt_group): Initialize global field from parent.
31185         (add_decl_expr): Set to global for current statement group.
31186         (gnat_gimplify_expr, case NULL_EXPR): Add operand 0 to pre list, not
31187         post.
31188
31189         * utils.c (global_bindings_p): True when no current_function_decl; no
31190         longer check current_binding_level.
31191
31192 2004-08-09  Ben Brosgol  <brosgol@gnat.com>
31193
31194         * xgnatugn.adb: Added logic to deal with @ifset/@ifclear for edition
31195         choice.
31196
31197         * gnat_rm.texi, gnat_ugn.texi: Added edition conditionalization logic.
31198
31199 2004-08-06  Andreas Schwab  <schwab@suse.de>
31200
31201         * utils.c (gnat_define_builtin): Remove second parameter of
31202         make_decl_rtl.
31203         (begin_subprog_body): Likewise.
31204
31205 2004-07-26  Arnaud Charlet  <charlet@act-europe.fr>
31206
31207         * sem_util.adb (Requires_Transient_Scope): Temporarily disable
31208         optimization, not supported by the tree-ssa back-end.
31209
31210 2004-07-26  Olivier Hainque  <hainque@act-europe.fr>
31211
31212         * s-mastop-irix.adb: Update comments.
31213
31214         * a-except.adb (Exception_Information): Raise Constraint_Error if
31215         exception Id is Null_Id.
31216         This is required behavior, which is more reliably and clearly checked
31217         at the top level interface level.
31218
31219 2004-07-26  Javier Miranda  <miranda@gnat.com>
31220
31221         * exp_aggr.adb (Build_Array_Aggr_Code): Do not build the initialization
31222         call if a component has no default_expression and the box is used.
31223
31224         * sem_aggr.adb (Resolve_Array_Aggregate): If a component has no
31225         default_expression and you use box, it behaves as if you had declared a
31226         stand-alone object.
31227         (Resolve_Record_Aggregate): If a component has no default_expression and
31228         you use box, it behaves as if you had declared a stand-alone object.
31229
31230         * sem_ch10.adb (Install_Siblings): Do not make visible the private
31231         entities of private-with siblings.
31232
31233 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
31234
31235         * sem_ch3.adb (Build_Underlying_Full_View): If this is the full view
31236         for a component of an itype, set the parent pointer for analysis,
31237         there is no list in which to insert it.
31238
31239         * sem_res.adb (Resolve): Call Rewrite_Renamed_Operator only for
31240         bona-fide renamings, not for inherited operations.
31241
31242         * exp_ch4.adb (Expand_Allocator_Expression): If the allocator is an
31243         actual for a formal that is an access parameter, create local
31244         finalization list even if the expression is not an aggregate.
31245
31246 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
31247
31248         PR ada/16213
31249         * sem_ch8.adb (Attribute_Renaming, Check_Library_Level_Renaming):
31250         Diagnose properly illegal subprogram renamings that are library units.
31251
31252 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
31253
31254         PR ada/15588
31255         * sem_util.adb (Is_OK_Variable_For_Out_Formal): If actual is a type
31256         conversion rewritten as an unchecked conversion, check that original
31257         expression is a variable.
31258
31259         * exp_ch4.adb (Expand_N_Type_Conversion): If rewriting as an
31260         unchecked_conversion, create new node rather than rewriting in place,
31261         to preserve original construct.
31262
31263 2004-07-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31264
31265         * gigi.h (gnat_expand_body): Deleted.
31266
31267         * Make-lang.in: (trans.o): Depends on function.h.
31268
31269         * misc.c: (gnat_expand_body): Moved to here.
31270
31271         * trans.c (gnat_expand_body_1): Deleted.
31272         (gnat_expand_body): Moved from here.
31273         (gnat_to_gnu): N_Implicit_Label_Declaration forces being in elab proc.
31274         (add_stmt): Check for marked visited with global_bindings_p.
31275         (gnat_gimplify_expr, case COMPONENT_REF): New case.
31276         (gnat_gimplify_expr, case NULL_EXPR): Set TREE_NO_WARNING for temp.
31277
31278         * utils2.c (build_binary_op, case MODIFY_EXPR): Put LHS in a
31279         VIEW_CONVERT_EXPR if not operation type.
31280
31281         * utils.c (update_pointer_to): Set DECL_ORIGINAL_FIELD for
31282         fat pointer.
31283
31284         * decl.c, cuintp.c, gigi.h, misc.c, trans.c, utils.c, utils2.c: Minor
31285         changes: reformatting of negation operators, removing unneeded
31286         inequality comparison with zero, converting equality comparisons with
31287         zero to negations, changing int/0/1 to bool/false/true, replace calls
31288         to gigi_abort with abort, and various other similar changes.
31289
31290 2004-07-26  Vincent Celier  <celier@gnat.com>
31291
31292         * gnatcmd.adb (GNATCmd): Add processing for new built-in command
31293         "setup".
31294
31295         * make.adb (Gnatmake): Fail when a library is not present and there is
31296         no object directory.
31297
31298         * mlib-prj.adb (Check_Library): No need to check if the library needs
31299         to be rebuilt if there is no object directory, hence no object files
31300         to build the library.
31301
31302         * opt.ads (Setup_Projects): New Boolean flag.
31303
31304         * prj-nmsc.adb (Locate_Directory): New parameter Project, Kind and
31305         Location.
31306         Create directory when Kind /= "" and in "gnat setup". Report error if
31307         directory cannot be created.
31308         (Ada_Check): Create library interface copy dir if it does not exist
31309         and we are in "gnat setup".
31310         (Find_Sources): No error if in "gnat setup" and no Ada sources were
31311         found.
31312         (Language_Independent_Check): Create object directory, exec directory
31313         and/or library directory if they do not exist and we are in
31314         "gnat setup".
31315
31316         * vms_conv.ads: (Command_Type): New command Setup.
31317
31318         * vms_conv.adb (Initialize): Add Setup component of Cammand_List.
31319
31320         * vms_data.ads: Add qualifiers/switches for new built-in command
31321         "setup".
31322
31323 2004-07-25  Richard Henderson  <rth@redhat.com>
31324
31325         * utils.c (create_subprog_decl): Set DECL_ARTIFICIAL and
31326         DECL_IGNORED_P on RESULT_DECL.
31327
31328 2004-07-20  Olivier Hainque  <hainque@act-europe.fr>
31329
31330         * a-elchha.adb (Last_Chance_Handler): Remove the bogus buffer dynamic
31331         allocation and potentially overflowing update with
31332         Tailored_Exception_Information. Use the sec-stack free procedural
31333         interface to output Exception_Information instead.
31334
31335         * a-except.adb (To_Stderr): New subprogram for character, and string
31336         version moved from a-exextr to be visible from other separate units.
31337         (Tailored_Exception_Information): Remove the procedural version,
31338         previously used by the default Last_Chance_Handler and not any more.
31339         Adjust various comments.
31340
31341         * a-exexda.adb: Generalize the exception information procedural
31342         interface, to minimize the use of secondary stack and the need for
31343         local buffers when the info is to be output to stderr:
31344         (Address_Image): Removed.
31345         (Append_Info_Character): New subprogram, checking for overflows and
31346         outputing to stderr if buffer to fill is of length 0.
31347         (Append_Info_String): Output to stderr if buffer to fill is of length 0.
31348         (Append_Info_Address, Append_Info_Exception_Name,
31349         Append_Info_Exception_Message, Append_Info_Basic_Exception_Information,
31350         Append_Info_Basic_Exception_Traceback,
31351         Append_Info_Exception_Information): New subprograms.
31352         (Append_Info_Nat, Append_Info_NL): Use Append_Info_Character.
31353         (Basic_Exception_Info_Maxlength, Basic_Exception_Tback_Maxlength,
31354         Exception_Info_Maxlength, Exception_Name_Length,
31355         Exception_Message_Length): New subprograms.
31356         (Exception_Information): Use Append_Info_Exception_Information.
31357         (Tailored_Exception_Information): Use
31358         Append_Info_Basic_Exception_Information.
31359         Export services for the default Last_Chance_Handler.
31360
31361         * a-exextr.adb (To_Stderr): Remove. Now in a-except to be usable by
31362         other separate units.
31363
31364 2004-07-20  Vincent Celier  <celier@gnat.com>
31365
31366         * clean.adb, mlib-utl.adb, osint.adb, makegpr.adb: Minor reformatting.
31367
31368 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
31369
31370         * freeze.adb (Freeze_Entity): If entity is a discriminated record type,
31371         emit itype references for the designated types of component types that
31372         are declared outside of the full record declaration, and that may
31373         denote a partial view of that record type.
31374
31375 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
31376
31377         PR ada/15607
31378         * sem_ch3.adb (Build_Discriminated_Subtype): Do not attach a subtype
31379         which is the designated type in an access component declaration, to the
31380         list of incomplete dependents of the parent type, to avoid elaboration
31381         issues with out-of-scope subtypes.
31382         (Complete_Private_Subtype): Recompute Has_Unknown_Discriminants from the
31383         full view of the parent.
31384
31385 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
31386
31387         PR ada/15610
31388         * sem_ch8.adb (Find_Expanded_Name): If name is overloaded, reject
31389         entities that are hidden, such as references to generic actuals
31390         outside an instance.
31391
31392 2004-07-20  Javier Miranda  <miranda@gnat.com>
31393
31394         * sem_ch4.adb (Try_Object_Operation): New subprogram that gives
31395         support to the new notation.
31396         (Analyze_Selected_Component): Add call to Try_Object_Operation.
31397
31398 2004-07-20  Jose Ruiz  <ruiz@act-europe.fr>
31399
31400         * s-taprob.adb: Adding the elaboration code required for initializing
31401         the tasking soft links that are common to the full and the restricted
31402         run times.
31403
31404         * s-tarest.adb (Init_RTS): Tasking soft links that are shared with the
31405         restricted run time has been moved to the package
31406         System.Soft_Links.Tasking.
31407
31408         * s-tasini.adb (Init_RTS): Tasking soft links that are shared with the
31409         restricted run time has been moved to the package
31410         System.Soft_Links.Tasking.
31411
31412         * Makefile.rtl: Add entry for s-solita.o in run-time library list.
31413
31414         * s-solita.ads, s-solita.adb: New files.
31415
31416 2004-07-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31417
31418         * trans.c (Identifier_to_gnu, Pragma_to_gnu, Attribute_to_gnu,
31419         Case_Statement_to_gnu): Split off from gnat_to_gnu.
31420         (Loop_Statement_to_gnu, Subprogram_Body_to_gnu, call_to_gnu,
31421         Handled_Sequence_Of_Statements_to_gnu, Exception_Handler_to_gnu_sjlj,
31422         Exception_Handler_to_gnu_zcx): Likewise.
31423
31424 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
31425
31426         * gigi.h (builtin_function): Declare.
31427
31428 2004-07-15  Robert Dewar  <dewar@gnat.com>
31429
31430         * makegpr.adb, s-secsta.ads, sem_ch3.adb, sem_case.adb: Minor
31431         reformatting
31432
31433         * gnat_ugn.texi: Add instantiation of direct_io or sequential_io with
31434         access values as an example of a warning.
31435
31436         * gnat_rm.texi: Document new attribute Has_Access_Values
31437
31438         * gnat-style.texi: Document that box comments belong on nested
31439         subprograms
31440
31441         * sem_util.ads (Has_Access_Values): Improved documentation
31442
31443         * s-finimp.ads, s-finimp.adb: Fix spelling error in comment
31444
31445         * sem_prag.adb (Check_Duplicated_Export_Name): New procedure
31446         (Process_Interface_Name): Call to this new procedure
31447         (Set_Extended_Import_Export_External_Name): Call to this new procedure
31448
31449         * s-mastop-x86.adb, 9drpc.adb: Fix spelling error in comment
31450
31451         * a-direio.ads, a-sequio.ads: Warn if Element_Type has access values
31452
31453         * einfo.ads: Minor comment typo fixed
31454
31455 2004-07-15  Jose Ruiz  <ruiz@act-europe.fr>
31456
31457         * snames.adb: Add _atcb.
31458
31459         * snames.ads: Add Name_uATCB.
31460
31461         * s-tarest.adb (Create_Restricted_Task): ATCBs are always preallocated
31462         (in the expanded code) when using the restricted run time.
31463
31464         * s-tarest.ads (Create_Restricted_Task): Created_Task transformed into
31465         a in parameter in order to allow ATCBs to be preallocated (in the
31466         expanded code).
31467
31468         * s-taskin.adb (Initialize_ATCB): T converted into a in parameter in
31469         order to allow ATCBs to be preallocated. In case of error, the ATCB is
31470         deallocated in System.Tasking.Stages.
31471
31472         * s-taskin.ads (Initialize_ATCB): T converted into a in parameter in
31473         order to allow ATCBs to be preallocated.
31474
31475         * s-tassta.adb (Create_Task): In case of error the ATCB is deallocated
31476         here. It was previously done in Initialize_ATCB.
31477
31478         * rtsfind.ads: Make the Ada_Task_Control_Block visible.
31479
31480         * exp_ch9.adb: Preallocate the Ada_Task_Control_Block when using the
31481         Restricted run time.
31482
31483         * exp_ch3.adb: When using the Restricted run time, pass the
31484         preallocated Ada_Task_Control_Block when creating a task.
31485
31486 2004-07-15  Ed Schonberg  <schonberg@gnat.com>
31487
31488         * sem_util.adb (Normalize_Actuals): If there are no actuals on a
31489         function call that is itself an actual in an enclosing call, diagnose
31490         problem here rather than assuming that resolution will catch it.
31491
31492         * sem_ch7.adb (Analyze_Package_Specification): If the specification is
31493         the local copy of a generic unit for a formal package, and the generic
31494         is a child unit, install private part of ancestors before compiling
31495         private part of spec.
31496
31497         * sem_cat.adb (Validate_Categorization_Dependency): Simplify code to
31498         use scope entities rather than tree structures, to handle properly
31499         parent units that are instances rewritten as bodies for inlining
31500         purposes.
31501
31502         * sem_ch10.adb (Get_Parent_Entity, Implicit_With_On_Parent,
31503         Remove_Parents): Handle properly a parent unit that is an
31504         instantiation, when the unit has been rewritten as a body for inlining
31505         purposes.
31506
31507         * par.adb (Goto_List): Global variable to collect goto statements in a
31508         given unit, for use in detecting natural loops.
31509
31510         * par-ch5.adb (P_Goto_Statement): Add goto to global Goto_List, for
31511         use in detecting natural loops.
31512
31513         * par-labl.adb (Find_Natural_Loops): Recognize loops create by
31514         backwards goto's, and rewrite as a infinite loop, to improve locality
31515         of temporaries.
31516
31517         * exp_util.adb (Force_Evaluation): Recognize a left-hand side
31518         subcomponent that includes an indexed reference, to prevent the
31519         generation of copies that would miscompile the desired assignment
31520         statement.
31521         (Build_Task_Image_Decls): Add a numeric suffix to
31522         generated name for string variable, to avoid spurious conflicts with
31523         the name of the type of a single protected object.
31524
31525         * exp_ch4.adb (Expand_Array_Equality): If indices are distinct, use a
31526         loop with an explicit exit statement, to avoid generating an
31527         out-of-range value with 'Succ leading to spurious constraint_errors
31528         when compiling with -gnatVo.
31529
31530 2004-07-15  Thomas Quinot  <quinot@act-europe.fr>
31531
31532         * sem_ch4.adb (Analyze_Slice): Always call Analyze on the prefix: it
31533         might not be analyzed yet, even if its Etype is already set (case of an
31534         unchecked conversion built using Unchecked_Convert_To, for example).
31535         If the prefix has already been analyzed, this will be a nop anyway.
31536
31537         * exp_ch5.adb (Make_Tag_Ctrl_Assignment): For an assignment of a
31538         controller type, or an assignment of a record type with controlled
31539         components, copy only user data, and leave the finalization chain
31540         pointers untouched.
31541
31542 2004-07-15  Vincent Celier  <celier@gnat.com>
31543
31544         * make.adb (Collect_Arguments): Improve error message when attempting
31545         to compile a source not part of any project, when -x is not used.
31546
31547         * prj.ads: (Defined_Variable_Kind): New subtype
31548
31549         * prj-attr.adb (Register_New_Package): Two new procedures to register
31550         a package with or without its attributes.
31551         (Register_New_Attribute): Mew procedure to register a new attribute in a
31552         package.
31553         New attribute oriented subprograms: Attribute_Node_Id_Of,
31554         Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
31555         Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
31556         Next_Attribute.
31557         New package oriented subprograms: Package_Node_Id_Of,
31558         Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
31559
31560         * prj-attr.ads (Attribute_Node_Id): Now a private, self initialized
31561         type.
31562         (Package_Node_Id): Now a private, self initialized type
31563         (Register_New_Package): New procedure to register a package with its
31564         attributes.
31565         New attribute oriented subprograms: Attribute_Node_Id_Of,
31566         Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
31567         Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
31568         Next_Attribute.
31569         New package oriented subprograms: Package_Node_Id_Of,
31570         Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
31571
31572         * prj-dect.adb (Parse_Attribute_Declaration,
31573         Parse_Package_Declaration): Adapt to new spec of Prj.Attr.
31574
31575         * prj-makr.adb (Make): Parse existing project file before creating
31576         other files. Fail if there was an error during parsing.
31577
31578         * prj-proc.adb (Add_Attributes, Process_Declarative_Items): Adapt to
31579         new spec of Prj.Attr.
31580
31581         * prj-strt.adb (Attribute_Reference, Parse_Variable_Reference): Adapt
31582         to new spec of Prj.Attr.
31583
31584 2004-07-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31585
31586         * utils2.c: Fix typo in comment.
31587
31588 2004-07-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31589
31590         * trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
31591         * utils.c (unchecked_convert): Don't do two VIEW_CONVERT_EXPRs.
31592
31593 2004-07-14  Andreas Schwab  <schwab@suse.de>
31594
31595         * trans.c (gnat_init_stmt_group): Remove duplicate definition.
31596
31597 2004-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31598
31599         * decl.c: (gnat_to_gnu_entity, object case): Convert initializer to
31600         object type.
31601         (gnat_to_gnu_entity, case E_Record_Subtype): Properly set
31602         TYPE_STUB_DECL.
31603
31604         * misc.c (gnat_types_compatible_p): New function.
31605         (LANG_HOOKS_TYPES_COMPATIBLE_P): New hook, to use it.
31606         (LANG_HOOKS_TYPE_MAX_SIZE, gnat_type_max_size): New.
31607
31608         * trans.c (gigi): Move processing of main N_Compilation_Unit here.
31609         (gnat_to_gnu, case N_Compilation_Unit): Just handle nested case here.
31610         (add_stmt): Force walking of sizes and DECL_INITIAL for DECL_EXPR.
31611         (mark_visited): Don't mark dummy type.
31612         (tree_transform <N_Procedure_Call_Statement>): Unless this is an In
31613         parameter, we must remove any LJM building from GNU_NAME.
31614         (gnat_to_gnu, case N_String_Literal): Fill in indices in CONSTRUCTOR.
31615         (pos_to_constructor): Use int_const_binop.
31616         (gnat_to_gnu, case N_Identifier): Don't reference DECL_INITIAL of
31617         PARM_DECL.
31618
31619         * utils.c (gnat_init_decl_processing): Don't make two "void" decls.
31620         (gnat_pushlevel): Set TREE_USE on BLOCK node.
31621         (gnat_install_builtins): Add __builtin_memset.
31622
31623 2004-07-13  Olivier Hainque  <hainque@act-europe.fr>
31624
31625         * decl.c (gnat_to_gnu_entity <E_Variable>): If we are making a pointer
31626         for a renaming, stabilize the initialization expression if we are at a
31627         local level.  At the local level, uses of the renaming may be performed
31628         by a direct dereference of the initializing expression, and we don't
31629         want possible variables there to be evaluated for every use.
31630
31631         * trans.c (gnat_stabilize_reference, gnat_stabilize_reference_1):
31632         Propagate TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE to avoid loosing
31633         them on the way.  Account for the fact that we may introduce side
31634         effects in the process.
31635
31636 2004-07-13  Richard Henderson  <rth@redhat.com>
31637
31638         * misc.c (default_pass_by_ref): Use pass_by_reference.
31639
31640 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
31641
31642         * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
31643         LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
31644
31645 2004-07-08  Richard Henderson  <rth@redhat.com>
31646
31647         * trans.c (gnat_to_gnu <N_Handled_Sequence_Of_Statements>): Update
31648         commentary.
31649
31650 2004-07-06  Vincent Celier  <celier@gnat.com>
31651
31652         * vms_conv.ads: Minor reformatting.
31653         Alphabetical order for enumerated values of type Command_Type, to have
31654         the command in alphabetical order for the usage.
31655
31656         * vms_conv.adb (Process_Argument): Set Keep_Temporary_Files to True for
31657         the special qualifier /KEEP_TEMPORARY_FILES (minimum 6 characters).
31658
31659         * gnat_ugn.texi: Document new switch -dn for the GNAT driver.
31660
31661         * makegpr.adb (Global_Archive_Exists): New global Boolean variable
31662         (Add_Archive_Path): Only add the global archive if there is one.
31663         (Build_Global_Archive): Set Global_Archive_Exists depending if there is
31664         or not any object file to put in the global archive, and don't build
31665         a global archive if there is none.
31666         (X_Switches): New table
31667         (Compile_Link_With_Gnatmake): Pass to gnatmake the -X switches stored
31668         in the X_Switches table, if any.
31669         (Initialize): Make sure the X_Switches table is empty
31670         (Scan_Arg): Record -X switches in table X_Switches
31671
31672         * opt.ads (Keep_Temporary_Files): New Boolean flag, defaulted to False.
31673
31674         * make.adb: Minor comment fix
31675
31676         * gnatname.adb (Gnatname): When not on VMS, and gnatname has been
31677         invoked with directory information, add the directory in front of the
31678         path.
31679
31680         * gnatchop.adb (Gnatchop): When not on VMS, and gnatchop has been
31681         invoked with directory information, add the directory in front of the
31682         path.
31683
31684         * gnatcmd.adb (Delete_Temp_Config_Files): Only delete temporary files
31685         when Keep_Temporary_Files is False.
31686         (GNATCmd): When not on VMS, and the GNAT driver has been invoked with
31687         directory information, add the directory in front of the path.
31688         When not on VMS, handle new switch -dn before the command to set
31689         Keep_Temporary_Files to True.
31690         (Non_VMS_Usage): Use lower case for the non VMS usage: this is valid
31691         everywhere.
31692
31693         * gnatlink.adb (Gnatlink): When not on VMS, and gnatlink has been
31694         invoked with directory information, add the directory in front of the
31695         path.
31696
31697 2004-07-06  Thomas Quinot  <quinot@act-europe.fr>
31698
31699         * snames.ads, snames.adb (Name_Stub): New name for the distributed
31700         systems annex.
31701
31702         * rtsfind.ads: New RTE TC_Object, for DSA/PolyORB.
31703         New RTEs RAS_Proxy_Type and RAS_Proxy_Type_Access, for DSA.
31704
31705         * g-socket.adb (To_Timeval): Fix incorrect conversion of
31706         Selector_Duration to Timeval for the case of 0.0.
31707
31708         * exp_util.ads (Evolve_Or_Else): Fix overenthusiastic copy/paste of
31709         documentation from Evolve_And_Then.
31710
31711 2004-07-06  Jose Ruiz  <ruiz@act-europe.fr>
31712
31713         * s-taprop-tru64.adb, s-taprop-os2.adb,
31714         s-taprop-mingw.adb, s-taprop-posix.adb: Update comment.
31715
31716 2004-07-06  Robert Dewar  <dewar@gnat.com>
31717
31718         * s-osinte-hpux.ads, s-osinte-freebsd.ads,
31719         s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-osinte-tru64.ads,
31720         s-osinte-aix.ads, s-osinte-irix.ads, s-taprop-irix.adb,
31721         s-interr-sigaction.adb, s-taprop-irix-athread.adb,
31722         s-osinte-hpux-dce.adb, s-taprop-hpux-dce.adb,
31723         s-taprop-linux.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
31724         s-interr-vms.adb, s-osinte-vms.ads, s-taprop-vms.adb,
31725         s-osinte-vxworks.ads, s-osprim-vxworks.adb, a-numaux-x86.adb,
31726         a-except.adb, a-exexpr.adb, a-intsig.adb, a-tags.adb,
31727         a-tags.ads, bindgen.ads, checks.adb, checks.adb,
31728         csets.ads, einfo.ads, einfo.ads, elists.adb, exp_ch4.adb,
31729         exp_ch7.adb, exp_dist.adb, exp_util.adb, freeze.adb,
31730         g-dynhta.adb, gnatmem.adb, g-regexp.adb, inline.adb,
31731         i-os2thr.ads, osint.adb, prj.adb, scng.adb, sem_cat.adb,
31732         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, sem_ch7.adb,
31733         sem_ch8.adb, sem_disp.adb, sem_prag.adb, sem_res.adb,
31734         sem_type.adb, sem_type.ads, sem_warn.adb, s-ficobl.ads,
31735         s-finimp.adb, s-htable.adb, sinfo.ads, sinput-l.ads,
31736         s-interr.adb, s-interr.ads, sprint.adb, s-tarest.adb,
31737         s-tasini.ads, s-taskin.ads, s-taskin.ads, uname.adb,
31738         vms_data.ads: Minor reformatting,
31739         Fix bad box comment format.
31740
31741         * gnat_rm.texi: Fix minor grammatical error
31742
31743         * sem_attr.adb, exp_attr.adb: New attribute Has_Access_Values
31744
31745         * sem_util.ads, sem_util.adb (Requires_Transient_Scope): Allow many
31746         more cases of discriminated records to be recognized as not needing a
31747         secondary stack.
31748         (Has_Access_Values): New function.
31749
31750         * snames.h, snames.adb, snames.ads: New attribute Has_Access_Values
31751
31752         * cstand.adb, layout.ads, layout.adb, sem_ch13.ads: Change name
31753         Set_Prim_Alignment to Set_Elem_Alignment (more accurate correspondence
31754         with LRM terminology).
31755         Change terminology in comments primitive type => elementary type.
31756
31757 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
31758
31759         PR ada/15602
31760         * sem_ch7.adb (Unit_Requires_Body): For a generic package, the formal
31761         parameters do not impose any requirements on the presence of a body.
31762
31763 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
31764
31765         PR ada/15593
31766         * sem_ch12.adb (Analyze_Package_Instantiation): If the generic is not a
31767         compilation unit and is in an open scope at the point of instantiation,
31768         assume that a body may be present later.
31769
31770 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
31771
31772         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case 'Size):
31773         Improve error message when specified size is not supported.
31774
31775         * sem_ch6.adb (Maybe_Primitive_Operation): A library-level subprogram
31776         is never a primitive operation.
31777
31778 2004-07-05  Andreas Schwab  <schwab@suse.de>
31779
31780         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Use
31781         RECORD_OR_UNION_CHECK.
31782         (TYPE_CONTAINS_TEMPLATE_P): Likewise.
31783
31784 2004-07-04  Kelley Cook  <kcook@gcc.gnu.org>
31785
31786         * Make-lang.in (doc/gnat_ugn_unw.texi): Eliminate explicit
31787         dependency on xgnatugn, instead build it via a submake.
31788         (ADA_INFOFILES): Add doc/gnat_ugn_unw.texi.
31789
31790 2004-07-04  Richard Henderson  <rth@redhat.com>
31791
31792         * utils2.c (gnat_mark_addressable): Don't put_var_into_stack.
31793
31794 2004-07-01  Richard Henderson  <rth@redhat.com>
31795
31796         * trans.c (gnat_stabilize_reference): Don't handle RTL_EXPR.
31797         * utils.c (max_size): Likewise.
31798
31799 2004-06-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31800
31801         * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
31802         and rest_of_type_compilation; add arg to create_*_decl.
31803         (annotate_decl_with_node): Deleted.
31804         (gnat_to_gnu_entity, case E_Array_Type): Set location of fields.
31805         * gigi.h (get_decls, block_has_vars, pushdecl): Deleted.
31806         (get_current_block_context, gnat_pushdecl): New declarations.
31807         (gnat_init_stmt_group): Likewise.
31808         (create_var_decl, create_type_decl, create_subprog_decl): Add new arg.
31809         * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK): Deleted.
31810         (LANG_HOOKS_GETDECLS, LANG_HOOKS_PUSHDECL): Deleted.
31811         (gnat_init): Call gnat_init_stmt_group.
31812         * trans.c (global_stmt_group, gnu_elab_proc_decl): New variables.
31813         (gnu_pending_elaboration_list): Deleted.
31814         (mark_visited, mark_unvisited, gnat_init_stmt_group): New functions.
31815         (gigi): Rearrange initialization calls and move some to last above.
31816         (gnat_to_gnu): If statement and not in procedure, go into elab proc.
31817         Delete calls to add_decl_expr; add arg to create_*_decl.
31818         (gnat_to_gnu, case N_Loop): Recalculate side effects on COND_EXPR.
31819         (gnat_to_gnu, case N_Subprogram_Body): Move some code to
31820         begin_subprog_body and call it.
31821         Don't push and pop ggc context.
31822         (gnat_to_gnu, case N_Compilation_Unit): Rework to support elab proc.
31823         (add_stmt): Remove handling of DECL_EXPR from here.
31824         If not in function, mark visited.
31825         (add_decl_expr): Put global at top level.
31826         Check for cases of DECL_INITIAL we have to handle here.
31827         (process_type): Add extra arg to create_type_decl.
31828         (build_unit_elab): Rework to just gimplify.
31829         * utils.c (pending_elaborations, elist_stack, getdecls): Deleted.
31830         (block_has_vars, mark_visited, add_pending_elaborations): Likewise.
31831         (get_pending_elaborations, pending_elaborations_p): Likewise.
31832         (push_pending_elaborations, pop_pending_elaborations): Likewise.
31833         (get_elaboration_location, insert_elaboration_list): Likewise.
31834         (gnat_binding_level): Renamed from ada_binding_level.
31835         (init_gnat_to_gnu): Don't clear pending_elaborations.
31836         (global_bindings_p): Treat as global if no current_binding_level.
31837         (set_current_block_context): New function.
31838         (gnat_pushdecl): Renamed from pushdecl; major rework.
31839         All callers changed.
31840         (create_type_decl, create_var_decl, create_subprog_decl): Add new arg.
31841         (finish_record_type): Call call pushdecl for stub decl.
31842         (function_nesting_depth): Deleted.
31843         (begin_subprog_body): Delete obsolete code.
31844         * utils2.c (build_call_alloc_dealloc): Add new arg to create_var_decl.
31845
31846 2004-06-28  Robert Dewar  <dewar@gnat.com>
31847
31848         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
31849         mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
31850         mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-solaris.adb,
31851         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
31852         a-strmap.adb, a-strmap.ads, clean.adb: Minor reformatting
31853
31854         * exp_util.adb (Is_Possibly_Unaligned_Slice): Completely rewritten, to
31855         deal with problem of inefficient slices on machines with strict
31856         alignment, when the slice is a component of a composite.
31857
31858         * checks.adb (Apply_Array_Size_Check): Do not special case 64-bit
31859         machines, we need the check there as well.
31860
31861 2004-06-28  Ed Schonberg  <schonberg@gnat.com>
31862
31863         * exp_ch5.adb (Expand_Assign_Array): Use correct condition to
31864         determine safe copying direction for overlapping slice assignments
31865         when component is controlled.
31866
31867         * sem_ch12.adb (Instantiate_Formal_Package): Implicit operations of a
31868         formal derived type in the actual for a formal package are visible in
31869         the enclosing instance.
31870
31871 2004-06-28  Ed Schonberg  <schonberg@gnat.com>
31872
31873         PR ada/15600
31874         * sem_util.adb (Trace_Components): Diagnose properly an illegal
31875         circularity involving a private type whose completion includes a
31876         self-referential component.
31877         (Enter_Name): Use Is_Inherited_Operation to distinguish a source
31878         renaming or an instantiation from an implicit derived operation.
31879
31880 2004-06-28  Pascal Obry  <obry@gnat.com>
31881
31882         * mlib-tgt-mingw.adb: (Library_Exists_For): Remove "lib" prefix from
31883         DLL.
31884         (Library_File_Name_For): Idem.
31885
31886 2004-06-28  Matthew Gingell  <gingell@gnat.com>
31887
31888         * g-traceb.ads: Add explanatory note on the format of addresses
31889         expected by addr2line.
31890
31891 2004-06-28  Jerome Guitton  <guitton@act-europe.fr>
31892
31893         * Makefile.in: Force debugging information on s-tasdeb.adb,
31894         a-except.adb and s-assert.adb needed by the debugger.
31895
31896 2004-06-28  Vincent Celier  <celier@gnat.com>
31897
31898         * make.adb (Collect_Arguments_And_Compile): Change Flag1 to
31899         Need_To_Build_Lib.
31900         (Gnatmake): Ditto.
31901
31902         * mlib-prj.adb (Check_Library): Replace Flag1 with Need_To_Build_Lib
31903
31904         * prj.adb: Minor reformatting
31905         (Project_Empty): Change Flag1 to Need_To_Build_Lib. Remove Flag2.
31906
31907         * prj.ads: Comment updates
31908         Minor reformatting
31909         (Project_Data): Change Flag1 to Need_To_Build_Lib.
31910         Remove Flag2: not used.
31911
31912         * prj-dect.adb (Parse_Declarative_Items): Accept "null" as a
31913         declaration.
31914
31915         * gnat_ugn.texi: Put a "null;" declaration in one project file example
31916
31917         * gnat_rm.texi: Document Empty declarations "null;".
31918
31919         * makegpr.adb (Compile_Link_With_Gnatmake): Put the global archives in
31920         front of the linker options.
31921         (Link_Foreign): Put the global archives and the libraries in front of
31922         the linker options.
31923
31924 2004-06-28  Javier Miranda  <miranda@gnat.com>
31925
31926         * rtsfind.adb: (Get_Unit_Name): Fix typo in comment
31927         (RTU_Loaded): Code cleanup
31928         (Set_RTU_Loaded): New procedure to register as *loaded* explicitly
31929         withed predefined units.
31930
31931         * rtsfind.ads (Set_RTU_Loaded): New procedure to register as *loaded*
31932         explicitly withed predefined units.
31933         Fix typo in comment
31934
31935         * sem_ch10.adb (Analyze_Compilation_Unit): Register as *loaded*
31936         explicitly withed predefined units.
31937
31938 2004-06-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31939
31940         * ada-tree.def (DECL_STMT): Deleted.
31941         * ada-tree.h (IS_ADA_STMT): Now test against STMT_STMT.
31942         (DECL_STMT_VAR): Deleted.
31943         * decl.c: add_decl_stmt now add_decl_expr.
31944         * gigi.h: Likewise.
31945         * trans.c: Likewise.
31946         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
31947         (gnat_to_gnu, case N_Subprogram_Body): Set cfun->function_end_locus.
31948         (add_stmt): Only handle padded type here.
31949         (add_stmt_with_node): Allow gnat_node to not be present.
31950         (gnat_gimplify_stmt, case USE_STMT): Set *STMT_P to null.
31951         (gnat_gimplify_stmt, case DECL_STMT): Deleted.
31952         (gnat_stabilize_reference_1): If COMPONENT_REF of fat pointer,
31953         make a SAVE_EXPR for the entire fat pointer.
31954         * utils.c (pushdecl): Walk a DECL_EXPR in global case.
31955         (create_index_type): Make a DECL_EXPR.
31956         (end_subprog_body): Don't call allocate_struct_function here but
31957         do clear cfun.
31958
31959 2004-06-25  Pascal Obry  <obry@gnat.com>
31960
31961         * makegpr.adb (Build_Library): Remove parameter Lib_Address and
31962         Relocatable from Build_Dynamic_Library call.
31963
31964         * gnat_ugn.texi: Change documentation about Library_Kind. Dynamic and
31965         Relocatable are now synonym.
31966
31967         * Makefile.in: Use s-parame-mingw.adb on MingW platform.
31968
31969         * mlib-prj.adb (Build_Library): Remove DLL_Address constant definition.
31970         Remove parameter Lib_Address and Relocatable from Build_Dynamic_Library
31971         call.
31972
31973         * mlib-tgt.ads, mlib-tgt.adb (Build_Dynamic_Library): Remove parameter
31974         Lib_Address and Relocatable.
31975         (Default_DLL_Address): Removed.
31976
31977         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
31978         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
31979         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-vxworks.adb:
31980         (Build_Dynamic_Library): Remove parameter Lib_Address and Relocatable.
31981         (Default_DLL_Address): Removed.
31982
31983         * mlib-tgt-mingw.adb: Ditto.
31984         (Build_Dynamic_Library): Do not add "lib" prefix to the DLL name.
31985
31986         * s-taprop-mingw.adb (Create_Task): Use Adjust_Storage_Size to compute
31987         the initial thread stack size.
31988
31989         * a-strmap.ads: Move package L to private part as it is not used in
31990         the spec. Found while reading code.
31991
31992 2004-06-25  Olivier Hainque  <hainque@act-europe.fr>
31993
31994         * tracebak.c: Introduce support for a GCC infrastructure based
31995         implementation of __gnat_backtrace.
31996
31997         * raise.c: Don't rely on a C mapping of the GNAT_GCC_Exception record
31998         any more. Use accessors instead. This eases maintenance and relaxes
31999         some alignment constraints.
32000         (_GNAT_Exception structure): Remove the Ada specific fields
32001         (EID_For, Adjust_N_Cleanups_For): New accessors, exported by
32002         a-exexpr.adb.
32003         (is_handled_by, __gnat_eh_personality): Replace component references to
32004         exception structure by use of the new accessors.
32005
32006         * init.c (__gnat_initialize): Adjust comments to match the just
32007         reverted meaning of the -static link-time option.
32008
32009         * adaint.c (convert_addresses): Arrange not to define a stub for
32010         mips-irix any more, as we now want to rely on a real version from a
32011         recent libaddr2line.
32012
32013         * a-exexpr.adb: Provide new accessors to a GNAT_GCC occurrence, so that
32014         the personality routine can use them and not have to rely on a C
32015         counterpart of the record anymore. This simplifies maintenance and
32016         relaxes the constraint of having Standard'Maximum_Alignment match
32017         BIGGEST_ALIGNMENT.
32018         Update comments, and add a section on the common header alignment issue.
32019
32020 2004-06-25  Geert Bosch  <bosch@gnat.com>
32021
32022         * a-ngelfu.adb (Tanh): Use full 20 digit precision for constants in
32023         polynomial approximation. Fixes inconsistency with Cody/Waite algorithm.
32024
32025 2004-06-25  Robert Dewar  <dewar@gnat.com>
32026
32027         * gnat_rm.texi: Fix section on component clauses to indicate that the
32028         restriction on byte boundary placement still applies for bit packed
32029         arrays.
32030         Add comment on stack usage from Initialize_Scalars
32031
32032         * gnat_ugn.texi: Add documentation for -gnatyLnnn
32033
32034         * stylesw.ads, stylesw.adb: Implement new -gnatyLnnn option for
32035         limiting nesting level.
32036
32037         * usage.adb: Add line for -gnatyLnnn switch
32038
32039         * g-debpoo.ads, xtreeprs.adb, sinput.ads, sem_ch13.ads,
32040         sem_ch13.adb, exp_aggr.adb: Minor reformatting
32041
32042         * sem_prag.adb (Process_Atomic_Shared_Volatile): Set Is_Atomic on base
32043         type as well as on the subtype. This corrects a problem in freeze in
32044         setting alignments of atomic types.
32045
32046         * sem_eval.ads: Minor comment typo fixed
32047
32048         * par-util.adb (Push_Scope_Stack): Check for violation of max nesting
32049         level.  Minor reformatting.
32050
32051         * fname.adb (Is_Predefined_File_Name): Require a letter after the
32052         minus sign. This means that file names like a--b.adb will not be
32053         considered predefined.
32054
32055         * freeze.adb: Propagate new flag Must_Be_On_Byte_Boundary to containing
32056         record Test new flag and give diagnostic for bad component clause.
32057         (Freeze_Entity): Set alignment of array from component alignment in
32058         cases where this is safe to do.
32059
32060         * exp_pakd.adb: Set new flag Must_Be_On_Byte_Boundary for large packed
32061         arrays.
32062
32063         * cstand.adb: (Create_Standard): Set alignment of String to 1
32064
32065         * einfo.ads, einfo.adb: Introduce new flag Must_Be_On_Byte_Boundary
32066
32067         * exp_ch4.adb (Expand_Array_Equality): Improve efficiency of generated
32068         code in the common constrained array cases.
32069
32070         * a-storio.adb: Change implementation to avoid possible alignment
32071         problems on machines requiring strict alignment (data should be moved
32072         as type Buffer, not type Elmt).
32073
32074         * checks.adb (Apply_Array_Size_Check): Improve these checks by
32075         killing the overflow checks which we really do not need (64-bits is
32076         enough).
32077
32078 2004-06-25  Vincent Celier  <celier@gnat.com>
32079
32080         * makegpr.adb (Is_Included_In_Global_Archive): New Boolean function
32081         (Add_Archives.Recursive_Add_Archives): Call Add_Archive_Path
32082         inconditionally for the main project.
32083         (Recursive_Add_Archives.Add_Archive_Path): New procedure
32084         (Link_Executables.Check_Time_Stamps): New procedure
32085         (Link_Executables.Link_Foreign): New procedure
32086         Changes made to reduce nesting level of this package
32087         (Check): New procedure
32088         (Add_Switches): When not in quiet output, check that a switch is not
32089         the concatenation of several valid switches. If it is, issue a warning.
32090         (Build_Global_Archive): If the global archive is rebuilt, linking need
32091         to be done.
32092         (Compile_Sources): Rebuilding a library archive does not imply
32093         rebuilding the global archive.
32094         (Build_Global_Archive): New procedure
32095         (Build_Library): New name for Build_Archive, now only for library
32096         project
32097         (Check_Archive_Builder): New procedure
32098         (Create_Global_Archive_Dependency_File): New procedure
32099         (Gprmake): Call Build_Global_Archive before linking
32100         * makegpr.adb: Use Other_Sources_Present instead of Sources_Present
32101         throughout.
32102         (Scan_Arg): Display the Copyright notice when -v is used
32103
32104         * gnat_ugn.texi: Document new switch -files= (VMS qualifier /FILES=)
32105         for gnatls.
32106
32107         * vms_data.ads: Add qualifier /MAX_NESTING=nnn (-gnatyLnnn) for GNAT
32108         COMPILE.
32109         Add new GNAT LIST qualifier /FILES=
32110         Added qualifier /DIRECTORY= to GNAT METRIC
32111         Added qualifier /FILES= to GNAT METRIC
32112         Added qualifier /FILES to GNAT PRETTY
32113
32114         * switch.adb (Is_Front_End_Switch): Refine the test for --RTS or -fRTS,
32115         to take into account both versions of the switch.
32116
32117         * switch-c.adb (Scan_Front_End_Switches): New switch -gnatez. Should
32118         always be the last switch to the gcc driver. Disable switch storing so
32119         that switches automatically added by the gcc driver are not put in the
32120         ALI file.
32121
32122         * prj.adb (Project_Empty): Take into account changes in components of
32123         Project_Data.
32124
32125         * prj.ads (Languages_Processed): New enumaration value All_Languages.
32126
32127         * prj.ads (Project_Data): Remove component Lib_Elaboration: never
32128         used. Split Boolean component Ada_Sources_Present in two Boolean
32129         components Ada_Sources_Present and Other_Sources_Present.
32130         Minor reformatting
32131
32132         * prj-env.adb (For_All_Source_Dirs.Add): Use Ada_Sources_Present
32133         instead of Sources_Present.
32134         (Set_Ada_Paths.Add.Recursive_Add): Ditto
32135
32136         * prj-nmsc.adb: Minor reformatting
32137         (Check_Ada_Naming_Scheme): New name of procedure Check_Naming_Scheme
32138         (Check_Ada_Naming_Scheme_Validity): New name of previous procedure
32139         Check_Ada_Naming_Scheme.
32140         Change Sources_Present to Ada_Sources_Present or Other_Sources_Present
32141         throughout.
32142
32143         * prj-part.adb (Post_Parse_Context_Clause): New Boolean parameter
32144         In_Limited.
32145         Make sure that all cycles where there is at least one "limited with"
32146         are detected.
32147         (Parse_Single_Project): New Boolean parameter In_Limited
32148
32149         * prj-proc.adb (Recursive_Check): When Process_Languages is
32150         All_Languages, call first Prj.Nmsc.Ada_Check, then
32151         Prj.Nmsc.Other_Languages_Check.
32152
32153         * prj-proc.adb (Process): Use Ada_Sources_Present or
32154         Other_Sources_Present (instead of Sources_Present) depending on
32155         Process_Languages.
32156
32157         * lang-specs.h: Keep -g and -m switches in the same order, and as the
32158         last switches.
32159
32160         * lib.adb (Switch_Storing_Enabled): New global Boolean flag
32161         (Disable_Switch_Storing): New procedure. Set Switch_Storing_Enabled to
32162         False.
32163         (Store_Compilation_Switch): Do nothing if Switch_Storing_Enabled is
32164         False.
32165
32166         * lib.ads (Disable_Switch_Storing): New procedure.
32167
32168         * make.adb: Modifications to reduce nesting level of this package.
32169         (Check_Standard_Library): New procedure
32170         (Gnatmake.Check_Mains): New procedure
32171         (Gnatmake.Create_Binder_Mapping_File): New procedure
32172         (Compile_Sources.Compile): Add switch -gnatez as the last option
32173         (Display): Never display -gnatez
32174
32175         * Makefile.generic:
32176         When using $(MAIN_OBJECT), always use $(OBJ_DIR)/$(MAIN_OBJECT)
32177
32178         * gnatcmd.adb (Check_Project): New function
32179         (Process_Link): New procedure to reduce nesting depth
32180         (Check_Files): New procedure to reduce the nesting depth.
32181         For GNAT METRIC, include the inherited sources in extending projects.
32182         (GNATCmd): When GNAT LS is invoked with a project file and no files,
32183         add the list of files from the sources of the project file. If this list
32184         is too long, put it in a temp text files and use switch -files=
32185         (Delete_Temp_Config_Files): Delete the temp text file that contains
32186         a list of source for gnatpp or gnatmetric, if one has been created.
32187         (GNATCmd): For GNAT METRIC and GNAT PRETTY, if the number of sources
32188         in the project file is too large, create a temporary text file that
32189         list them and pass it to the tool with "-files=<temp text file>".
32190         (GNATCmd): For GNAT METRIC add "-d=<abject dir>" as the first switch
32191
32192         * gnatlink.adb (Gnatlink): Do not compile with --RTS= when the
32193         generated file is in not in Ada.
32194
32195         * gnatls.adb: Remove all parameters And_Save that are no longer used.
32196         (Scan_Ls_Arg): Add processing for -files=
32197         (Usage): Add line for -files=
32198
32199         * g-os_lib.adb (On_Windows): New global constant Boolean flag
32200         (Normalize_Pathname): When on Windows and the path starts with a
32201         directory separator, make sure that the resulting path will start with
32202         a drive letter.
32203
32204         * clean.adb (Clean_Archive): New procedure
32205         (Clean_Project): When there is non-Ada code, delete the global archive,
32206         the archive dependency files, the object files and their dependency
32207         files, if they exist.
32208         (Gnatclean): Call Prj.Pars.Parse for All_Languages, not for Ada only.
32209
32210 2004-06-25  Thomas Quinot  <quinot@act-europe.fr>
32211
32212         * sinfo.ads: Fix typo in comment.
32213
32214         * sem_dist.adb (Process_Remote_AST_Attribute): Simplify code that uses
32215         the TSS for remote access-to-subprogram types, since these TSS are
32216         always present once the type has been analyzed.
32217         (RAS_E_Dereference): Same.
32218
32219         * sem_attr.adb (Analyze_Attribute): When analysis of an attribute
32220         reference raises Bad_Attribute, mark the reference as analyzed so the
32221         node (and any children resulting from rewrites that could have occurred
32222         during the analysis that ultimately failed) is not analyzed again.
32223
32224         * exp_ch7.ads (Find_Final_List): Fix misaligned comment.
32225
32226         * exp_dist.adb: Minor comment fix.
32227
32228         * exp_ch4.adb (Expand_N_Allocator): For an allocator whose expected
32229         type is an anonymous access type, no unchecked deallocation of the
32230         allocated object can occur. If the object is controlled, attach it with
32231         a count of 1. This allows attachment to the Global_Final_List, if
32232         no other relevant list is available.
32233         (Get_Allocator_Final_List): For an anonymous access type that is
32234         the type of a discriminant or record component, the corresponding
32235         finalisation list is the one of the scope of the type.
32236
32237 2004-06-25  Ed Schonberg  <schonberg@gnat.com>
32238
32239         * sem_ch3.adb (Replace_Type): When computing the signature of an
32240         inherited subprogram, use the first subtype if the derived type
32241         declaration has no constraint.
32242
32243         * exp_ch6.adb (Add_Call_By_Copy_Code): Check that formal is an array
32244         before applying previous optimization. Minor code cleanup.
32245
32246         * exp_util.adb (Is_Possibly_Unaligned_Slice): If the component is
32247         placed at the beginning of an unpacked record without explicit
32248         alignment, a slice of it will be aligned and does not need a copy when
32249         used as an actual.
32250
32251 2004-06-25  Ed Schonberg  <schonberg@gnat.com>
32252
32253         PR ada/15591
32254         PR ada/15592
32255         * sem_ch8.adb (Attribute_Renaming): Reject renaming if the attribute
32256         reference is written with expressions mimicking parameters.
32257
32258 2004-06-25  Hristian Kirtchev  <kirtchev@gnat.com>
32259
32260         PR ada/15589
32261         * sem_ch3.adb (Build_Derived_Record_Type): Add additional check to
32262         STEP 2a. The constraints of a full type declaration of a derived record
32263         type are checked for conformance with those declared in the
32264         corresponding private extension declaration. The message
32265         "not conformant with previous declaration" is emitted if an error is
32266         detected.
32267
32268 2004-06-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
32269
32270         * g-traceb.ads: Document the need for -E binder switch in the spec.
32271
32272         * g-trasym.ads: Document the need for -E binder switch in the spec.
32273
32274 2004-06-25  Jose Ruiz  <ruiz@act-europe.fr>
32275
32276         * sem_prag.adb: Add handling of pragma Detect_Blocking.
32277
32278         * snames.h, snames.ads, snames.adb: Add entry for pragma
32279         Detect_Blocking.
32280
32281         * s-rident.ads: Change reference to pragma Detect_Blocking.
32282
32283         * targparm.ads, targparm.adb: Allow pragma Detect_Blocking in
32284         system.ads.
32285
32286         * opt.ads (Detect_Blocking): New Boolean variable (defaulted to False)
32287         to indicate whether pragma Detect_Blocking is active.
32288
32289         * par-prag.adb: Add entry for pragma Detect_Blocking.
32290
32291         * rtsfind.adb (RTU_Loaded): Fix the temporary kludge to get past bug
32292         of not handling WITH.
32293         Note that this replaces the previous update which was incorrect.
32294
32295 2004-06-25  Javier Miranda  <miranda@gnat.com>
32296
32297         * sem_ch10.adb (Re_Install_Use_Clauses): Force the installation of the
32298         use-clauses to have a clean environment.
32299
32300         * sem_ch8.adb (Install_Use_Clauses): Addition of a new formal to force
32301         the installation of the use-clauses to stablish a clean environment in
32302         case of compilation of a separate unit; otherwise the call to
32303         use_one_package is protected by the barrier Applicable_Use.
32304
32305         * sem_ch8.ads (Install_Use_Clauses): Addition of a new formal to force
32306         the installation of the use-clauses to stablish a clean environment in
32307         case of compilation of a separate unit.
32308         (End_Use_Clauses): Minor comment cleanup.
32309
32310 2004-06-25  Sergey Rybin  <rybin@act-europe.fr>
32311
32312         * gnat_ugn.texi: Add description of the gnatpp 'files' switch
32313
32314 2004-06-23  Richard Henderson  <rth@redhat.com>
32315
32316         * trans.c (gnat_gimplify_stmt): Update gimplify_type_sizes call.
32317
32318 2004-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32319
32320         * decl.c (elaborate_expression, elaborate_expression_1): Arguments
32321         now bool instead of int.
32322         (gnat_to_gnu_entity, elaborate_expression_1): New arg to COMPONENT_REF.
32323         * trans.c (gnu_switch_label_stack): New function.
32324         (gnat_to_gnu, N_Object_Renaming_Declaration): Result is what the
32325         elaboration of renamed entity returns.
32326         (gnat_to_gnu, case N_Case_Statement): Add branches to end label.
32327         (add_decl_stmt): Don't add TYPE_DECL for UNCONSTRAINED_ARRAY_TYPE.
32328         (gnat_gimplify_stmt): Use alloc_stmt_list, not build_empty_stmt.
32329         (gnat_gimplify_stmt, case DECL_STMT): gimplify DECL_SIZE and
32330         DECL_SIZE_UNIT and simplify variable-sized case.
32331         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
32332         Callers changes to call gimplify_type_sizes and gimplify_one_sizepos.
32333         (gnat_stabilize_reference): Add arg to COMPONENT_REF.
32334         (build_unit_elab): Disable for now.
32335         * utils.c (mark_visited): New function.
32336         (pushdecl): Walk tree to call it for global decl.
32337         (update_pointer_to): Update all variants of pointer and ref types.
32338         Add arg to COMPONENT_REF.
32339         (convert): Likewise.
32340         Move check for converting between variants lower down.
32341         * utils2.c (build_simple_component_ref): Add arg to COMPONENT_REF.
32342         (build_allocator): Don't force type of MODIFY_EXPR.
32343         (gnat_mark_addressable, case VAR_DECL): Unconditionally call
32344         put_var_into_stack.
32345
32346 2004-06-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32347
32348         * ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.
32349         * ada-tree.h (EXIT_STMT_LABEL): Renamed from EXIT_STMT_LOOP.
32350         * decl.c (gnat_to_gnu_entity): Also set force_global for imported
32351         subprograms.
32352         * trans.c (gnu_loop_label_stack): Renamed from gnu_loop_stmt_stack;
32353         all callers changed.
32354         (gnat_to_gnu, case N_Loop_Statement, case N_Exit_Statement): Change
32355         the way that EXIT_STMT finds the loop label.
32356         (gnat_gimplify_stmt, case LOOP_STMT, EXIT_STMT): Likewise.
32357         (gnat_gimplify_stmt, case DECL_STMT): Handle variable-sized decls here.
32358         (add_stmt): Use annotate_with_locus insted of setting directly.
32359         (pos_to_construct): Set TREE_PURPOSE of each entry to index.
32360         (gnat_stabilize_reference, case ARRAY_RANGE_REF): Merge with ARRAY_REF.
32361         * utils.c (gnat_install_builtins): Install __builtin_memcmp.
32362         (build_vms_descriptor): Add extra args to ARRAY_REF.
32363         (convert): Use VIEW_CONVERT_EXPR between aggregate types.
32364         * utils2.c (gnat_truthvalue_conversion, case INTEGER_CST, REAL_CST):
32365         New cases.
32366         (build_binary_op): Don't make explicit CONVERT_EXPR.
32367         Add extra rgs to ARRAY_REF.
32368
32369 2004-06-14  Pascal Obry  <obry@gnat.com>
32370
32371         * gnat_ugn.texi: Document relocatable vs. dynamic Library_Kind on
32372         Windows.  Fix minor typo.
32373
32374         * mlib-tgt-mingw.adb: New implementation using the GCC -shared option
32375         which is now supported on Windows. With this implementation using the
32376         Library Project feature is no different on Windows than on UNIX.
32377
32378 2004-06-14  Vincent Celier  <celier@gnat.com>
32379
32380         * makegpr.adb (Compile_Sources): Nothing to do when there are no
32381         non-Ada sources.
32382
32383         * mlib-tgt-vxworks.adb (Library_Exists_For): Remove incorrect comment
32384
32385         * prj-part.adb (Parse_Single_Project): When a duplicate project name is
32386         found, show the project name and the path of the previously parsed
32387         project file.
32388
32389 2004-06-14  Ed Schonberg  <schonberg@gnat.com>
32390
32391         * exp_ch6.adb (Add_Call_By_Copy_Code): For an out-parameter that is an
32392         array, avoid copying the actual before the call.
32393
32394 2004-06-14  Thomas Quinot  <quinot@act-europe.fr>
32395
32396         * g-debpoo.adb: Remove alignment assumptions from GNAT.Debug_Pools.
32397         Instead, allocate memory on worst-case alignment assumptions, and then
32398         return an aligned address within the allocated zone.
32399
32400 2004-06-14  Robert Dewar  <dewar@gnat.com>
32401
32402         * bindgen.adb (Gen_Adainit_Ada): Do not generate external references to
32403         elab entities in predefined units in No_Run_Time_Mode.
32404         (Gen_Adainit_C): Same fix
32405         (Gen_Elab_Calls_Ada): Do not generate calls to elaborate predefined
32406         units in No_Run_Time_Mode
32407         (Gen_Elab_Calls_C): Same fix
32408
32409         * symbols-vms-alpha.adb: Minor reformatting
32410
32411         * g-debpoo.ads: Minor reformatting
32412
32413         * lib.adb (In_Same_Extended_Unit): Version working on node id's
32414
32415         * lib.ads (In_Same_Extended_Unit): Version working on node id's
32416
32417         * lib-xref.adb: Minor cleanup, use new version of In_Same_Extended_Unit
32418         working on nodes.
32419
32420         * make.adb: Minor reformatting
32421
32422         * par-ch12.adb: Minor reformatting
32423
32424         * par-prag.adb: Add dummy entry for pragma Profile_Warnings
32425
32426         * prj-strt.adb: Minor reformatting
32427
32428         * restrict.ads, restrict.adb: Redo handling of profile restrictions to
32429         be more general.
32430
32431         * sem_attr.adb: Minor reformatting
32432
32433         * sem_ch7.adb: Minor reformatting
32434
32435         * sem_elab.adb (Check_A_Call): Deal with problem of calling init proc
32436         for type in the same unit as the object declaration.
32437
32438         * sem_prag.adb (Check_Arg_Is_External_Name): New procedure, allows
32439         static string expressions and not just string literals.
32440         Minor reformatting
32441         (Set_Warning): Reset restriction warning flag for restriction pragma
32442         Implement pragma Profile_Warnings
32443         Implement pragma Profile (Restricted)
32444         Give obolescent messages for old restrictions and pragmas
32445
32446         * snames.h, snames.ads, snames.adb: Add new entry for pragma
32447         Profile_Warnings.
32448
32449         * s-rident.ads: Add declarations for restrictions required by profile
32450         Restricted and profile Ravenscar.
32451
32452         * targparm.ads, targparm.adb: Allow pragma Profile in system.ads
32453
32454         * gnat_ugn.texi: Correct some missing entries in the list of GNAT
32455         configuration pragmas.
32456
32457 2004-06-11  Vincent Celier  <celier@gnat.com>
32458
32459         * mlib-tgt-vms-alpha.adb (Build_Dynamic_Library): Issue switch -R to
32460         gnatsym, when symbol policy is Restricted.
32461
32462         * mlib-tgt-vms-ia64.adb (Build_Dynamic_Library): Issue switch -R to
32463         gnatsym, when symbol policy is Restricted.
32464
32465         * symbols-vms-alpha.adb (Initialize): When symbol policy is Restricted,
32466         read the symbol file.
32467         (Finalize): Fail in symbol policy Restricted if a symbol in the original
32468         symbol file is not in the object files. Do not create a new symbol file
32469         when symbol policy is Restricted.
32470
32471         * gnatbind.adb (Gnatbind): Initialize Snames, because Snames is used
32472         in Scng.
32473
32474         * gnatsym.adb (Parse_Vmd_Line): Process new switch -R for symbol policy
32475         Restricted.
32476         (Usage): Line for new switch -R
32477
32478         * make.adb (Initialize): When the platform is not VMS, add the
32479         directory where gnatmake is invoked in the front of the path, if
32480         gnatmake is invoked with directory information.  Change the Scan_Args
32481         while loop to a for loop.
32482         (Recursive_Compute_Depth): Remove parameter Visited. Improve efficiency:
32483         if Depth is equal or greater than the proposed depth, there is nothing
32484         to do.
32485         (Initialize): Call Recursive_Compute_Depth with initial Depth equal to 1
32486         instead of 0.
32487
32488         * prj.ads: Add new symbol policy Restricted.
32489
32490         * prj-dect.adb (Parse_Case_Construction): Call End_Case_Construction
32491         with the new parameters Check_All_Labels and Case_Location.
32492
32493         * prj-nmsc.adb (Ada_Check): Process new symbol policy Restricted
32494         (Library_Symbol_File needs to be defined).
32495
32496         * prj-strt.adb (End_Case_Construction): New parameters Check_All_Labels
32497         and Case_Location If Check_All_Labels is True, check that all values of
32498         the string type are used, and output warning(s) if they are not.
32499
32500         * prj-strt.ads (End_Case_Construction): New parameters Check_All_Labels
32501         and Case_Location.
32502
32503         * gnat_ugn.texi: Reorder subclauses in menus "Switches for gcc"
32504
32505         * gnat_ugn.texi: Update documentation about the library directory in
32506         Library Projects.
32507
32508         * makegpr.adb (Display_Command): In verbose mode, also display the
32509         value of the CPATH env var, when the compiler is gcc.
32510         (Initialize): Change the Scan_Args while loop to a for loop
32511         (Compile_Individual_Sources): Change directory to object directory
32512         before compilations.
32513
32514         * symbols.ads: New symbol policy Restricted.
32515
32516 2004-06-11  Olivier Hainque  <hainque@act-europe.fr>
32517
32518         * a-except.adb (Raise_After_Setup family): Remove. The responsibility
32519         is now taken care of internally in the Exception_Propagation package
32520         and does not require clients assistance any more.
32521
32522         * a-exexpr.adb (Is_Setup_And_Not_Propagated,
32523         Set_Setup_And_Not_Propagated, and Clear_Setup_And_Not_Propagated): New
32524         functions. Helpers to maintain a predicate required in the handling of
32525         occurrence transfer between tasks.
32526         This is now handled internally and does not require clients assistance
32527         for the setup/propagate separation anymore.
32528         (Setup_Exception, Propagate_Exception): Simplify the Private_Data
32529         allocation strategy, handle the Setup_And_Not_Propagated predicate and
32530         document.
32531
32532         * s-taenca.adb (Check_Exception): Use raise_with_msg instead of
32533         raise_after_setup, now that everything is handled internally within the
32534         setup/propagation engine.
32535
32536 2004-06-11  Hristian Kirtchev  <kirtchev@gnat.com>
32537
32538         * exp_ch6.adb (Expand_Inlined_Call): Add function Formal_Is_Used_Once.
32539         Add additional conditions for the case of an actual being a simple
32540         name or literal. Improve inlining by preventing the generation
32541         of temporaries with a short lifetime (one use).
32542
32543 2004-06-11  Hristian Kirtchev  <kirtchev@gnat.com>
32544
32545         PR ada/15587
32546         * einfo.ads: Minor comment updates for Has_Completion and
32547         E_Constant list of flags.
32548
32549         * sem_ch3.adb (Analyze_Object_Declaration): Full constant declarations
32550         and constant redeclarations now set the Has_Completion flag of their
32551         defining identifiers.
32552
32553         * sem_ch7.adb (Analyze_Package_Spec): Add procedure
32554         Inspect_Deferred_Constant_Completion.
32555         Used to detect private deferred constants that have not been completed
32556         either by a constant redeclaration or pragma Import. Emits error message
32557         "constant declaration requires initialization expression".
32558
32559         * sem_prag.adb (Process_Import_Or_Interface): An Import pragma now
32560         completes a deferred constant.
32561
32562 2004-06-11  Geert Bosch  <bosch@gnat.com>
32563
32564         * eval_fat.adb (Decompose_Int): Fix rounding of negative numbers.
32565
32566         * s-fatgen.adb (Gradual_Scaling): Correct off-by-one error in
32567         calculating exponent for scaling denormal numbers.
32568         (Leading_Part): Properly raise Constraint_Error for zero or negative
32569         Adjustment.
32570         (Remainder): Properly raise Constraint_Error for zero divisor.
32571
32572 2004-06-11  Thomas Quinot  <quinot@act-europe.fr>
32573
32574         * sem_util.adb: Minor reformatting.
32575
32576         * exp_ch2.adb (Expand_Entry_Parameter): Generate an explicit
32577         dereference when accessing the entry parameter record.
32578         (Check_Array_Type): Always check for possible implicit dereference.
32579         (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
32580         Abort if a pointer is still present (denoting that an implicit
32581         dereference was left in the tree by the front-end).
32582
32583         * sem_attr.adb (Expand_Entry_Parameter): Generate an explicit
32584         dereference when accessing the entry parameter record.
32585         (Check_Array_Type): Always check for possible implicit dereference.
32586         (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
32587         Abort if a pointer is still present (denoting that an implicit
32588         dereference was left in the tree by the front-end).
32589
32590 2004-06-11  Emmanuel Briot  <briot@act-europe.fr>
32591
32592         * g-debpoo.adb (Deallocate, Dereference): Add prefix "error:" to error
32593         message, like the compiler itself does. Easier to parse the output.
32594
32595         * g-debpoo.ads: (Allocate, Deallocate, Dereference): Add comments.
32596
32597         * gnat_ugn.texi (gnatxref, gnatfind): Clarify that source names should
32598         be base names, and not includes directories.
32599
32600 2004-06-11  Arnaud Charlet  <charlet@act-europe.fr>
32601
32602         * Makefile.generic ($(EXEC)): Depend on $(OBJECTS), not $(OBJ_FILES),
32603         so that dependencies are properly taken into account by make.
32604
32605 2004-06-11  Arnaud Charlet  <charlet@act-europe.fr>
32606
32607         PR ada/15622
32608         * s-unstyp.ads, s-maccod.ads, sem_ch8.adb, s-auxdec.ads,
32609         exp_intr.adb, s-auxdec-vms_64.ads: Fix typo: instrinsic -> intrinsic
32610
32611 2004-06-11  Jerome Guitton  <guitton@act-europe.fr>
32612
32613         * Makefile.in (install-gnatlib): install target-specific run-time files.
32614
32615         * Make-lang.in: Remove obsolete targets.
32616
32617 2004-06-11  Ed Schonberg  <schonberg@gnat.com>
32618
32619         * par-ch12.adb (P_Generic): Add scope before analyzing subprogram
32620         specification, to catch misuses of program unit names.
32621
32622         * sem_res.adb (Resolve_Type_Conversion): Do not emit warnings on
32623         superfluous conversions in an instance.
32624
32625 2004-06-11  Ed Schonberg  <schonberg@gnat.com>
32626
32627         PR ada/15403
32628         * sem_ch12.adb (Save_References): If operator node has been folded to
32629         enumeration literal, associated_node must be discarded.
32630
32631 2004-06-11  Jose Ruiz  <ruiz@act-europe.fr>
32632
32633         * s-stchop-vxworks.adb: Add required pragma Convention to
32634         Task_Descriptor because it is updated by a C function.
32635
32636 2004-06-08  Arnaud Charlet  <charlet@act-europe.fr>
32637
32638         PR ada/15568
32639         * Makefile.in: Remove target specific SO_OPT on IRIX
32640
32641 2004-06-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32642
32643         * ada-tree.def (TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR): Deleted.
32644         (GNAT_NOP_EXPR, GNAT_LOOP_ID, EXPR_STMT, NULL_STMT): Likewise.
32645         (BLOCK_STMT, IF_STMT, GOTO_STMT, LABEL_STMT, RETURN_STMT): Likewise.
32646         (ASM_STMT, BREAK_STMT, REGION_STMT,HANDLER_STMT): Likewise.
32647         (STMT_STMT, USE_STMT): New statement codes.
32648         (LOOP_STMT, EXIT_STMT): Make slight semantic changes.
32649         * ada-tree.h: Reflect above changes.
32650         (struct tree_loop_id): Deleted.
32651         (union lang_tree_node, struct lang_decl, struct lang_type):
32652         Now just contains a tree node; update macros using TYPE_LANG_SPECIFIC
32653         and DECL_LANGUAGE_SPECIFIC to reflect these changes.
32654         (DECL_INIT_BY_ASSIGN_P, TRE_LOOP_NODE_ID, TREE_SLOC): Deleted.
32655         (IS_ADA_STMT): New macro.
32656         * decl.c (annotate_decl_with_node): New function.
32657         (gnat_to_gnu_entity): Use it and Sloc_to_locus instead of set_lineno.
32658         (gnat_to_gnu_entity, case object): Remove call to expand CONVERT_EXPR.
32659         Call add_stmt_with_node to do needed assignments.
32660         Add call to update setjmp buffer directly, not via EXPR_STMT.
32661         (maybe_variable): Argment GNAT_NODE deleted.
32662         * gigi.h (maybe_variable): Likewise.
32663         (make_transform, add_stmt_with_node, set_block_for_group): New.
32664         (gnat_gimplify_expr, gnat_expand_body, Sloc_to_locus): Likewise.
32665         (set_block_jmpbuf_decl, get_block_jmpbuf_decl): Likewise.
32666         (discard_file_names, gnu_block_stack, gnat_to_code): Deleted.
32667         (set_lineno, set_lineno_from_sloc): Likewise.
32668         (record_code_position, insert_code_for): Likewise.
32669         (gnat_poplevel): Now returns void.
32670         (end_subprog_body): Now takes argument.
32671         * misc.c (cgraph.h, tree-inline.h): New includes.
32672         (gnat_tree_size, LANG_HOOKS_TREE_SIZE): Deleted.
32673         (gnat_post_options, LANG_HOOKS_POST_OPTIONS): New.
32674         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Likewise.
32675         (LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_GIMPLIFY_EXPR): Likewise.
32676         (gnat_parse_file): Don't set immediate_size_expand.
32677         Call cgraph functions.
32678         (gnat_expand_expr): Remove most cases.
32679         (record_code_position, insert_code_for): Remove from here.
32680         * trans.c (toplev.h, tree-gimple.h): Now included.
32681         (discard_file_names): Deleted.
32682         (gnu_block_stack, gnu_block_stmt_node, gnu_block_stmt_free_list): Del.
32683         (first_nondeleted_insn, make_expr_stmt_from_rtl): Likewise.
32684         (struct stmt_group, current_stmt_group, stmt_group_free_list): New.
32685         (gnu_stack_free_list, record_cost_position, insert_code_for): Likewise.
32686         (add_cleanup, push_stack, gnat_gimplify_stmt, add_cleanup): Likewise.
32687         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Likewise.
32688         (gnat_expand_body_1, gnat_gimplify_expr, annotate_with_node): Likewise.
32689         (set_block_for_group, add_stmt_list): Likewise.
32690         (start_stmt_group): Renamed from start_block_stmt.
32691         (end_stmt_group): Likewise, from end_block_stmt.
32692         (build_stmt_group): Likewise, from build_block_stmt, also add arg.
32693         (gigi): Don't set discard_file_names or call set_lineno.
32694         Disallow front end ZCX; call gnat_to_gnu, not gnat_to_code.
32695         (tree_transform): Deleted, now renamed to be gnat_to_gnu.
32696         Numerous changes throughout to reflect new names and complete
32697         function-at-a-time implementation.
32698         (gnat_expand_stmt): Delete or comment out all cases.
32699         (process_inlined_subprograms): Use add_stmt.
32700         (process_decls): Use gnat_to_gnu, not gnat_to_code, and don't
32701         call set_lineno; also remove unneeded block handling.
32702         (process_type): Remove unneeded block handling.
32703         (build_unit_elab): Remove calls to deleted functions.
32704         * utils.c (cgraph.h, tree-inline.h, tree-gimple.h): Now include.
32705         (tree-dump.h): Likewise.
32706         (struct ada_binding_level): Add field jmpbuf_decl.
32707         (gnat_define_builtin, gnat_install_builtins): New.
32708         (gnat_gimplify_function, gnat_finalize): Likewise.
32709         (gnat_poplevel): No longer return BLOCK, set it instead.
32710         Remove code dealing with nested functions.
32711         (gnat_init_decl_processing): Also set size_type_node.
32712         Call gnat_install_builtins.
32713         (create_var_decl): Don't set DECL_INIT_BY_ASSIGN.
32714         (create_subprog_decl): Change handling of inline_flag; set TREE_STATIC.
32715         Remove special-case for "main".
32716         (end_subprog_body): Add arg and rework for tree-ssa.
32717         (convert): Don't use GNAT_NOP_EXPR or look for TRANSFORM_EXPR.
32718         Add case for BOOLEAN_TYPE.
32719         * utils2.c (rtl.h): Now include.
32720         (build_call_raise): Test Debug_Flag_NN directly.
32721         (build_call_alloc_dealloc): Don't use local stack allocation for now.
32722         (gnat_mark_addressable, case GNAT_NOP_EXPR): Deleted.
32723         (gnat_mark_addressable, case VAR_DECL): Handle both early & late cases.
32724
32725 2004-06-07  Robert Dewar  <dewar@gnat.com>
32726
32727         * a-direct.ads, einfo.ads: Minor comment updates
32728
32729         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
32730         s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
32731         s-taprop-dummy.adb, s-taprop-os2.adb, s-taprop-solaris.adb,
32732         s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
32733         s-taprop-posix.adb, s-taprop.ads, exp_dbug.adb: Minor reformatting.
32734
32735         * s-interr-sigaction.adb: Remove unreferenced variable
32736         (Attached_Interrupts).  Minor reformatting.
32737         Avoid use of variable I (replace by J).
32738
32739         * par-ch10.adb: Fix text of one error message
32740
32741         * checks.adb, checks.ads, cstand.adb, vms_data.ads, errout.ads,
32742         exp_aggr.adb, exp_ch3.adb, exp_ch3.ads, exp_ch5.adb, exp_ch6.adb,
32743         exp_ch9.adb, exp_code.adb, gnat1drv.adb, lib-load.adb, lib-writ.adb,
32744         opt.adb, par.adb, opt.ads, par-ch11.adb, par-ch3.adb, par-ch4.adb,
32745         par-ch5.adb, par-ch6.adb, par-ch8.adb, par-ch9.adb, par-prag.adb,
32746         par-util.adb, scng.adb, sem_aggr.adb, sem_attr.adb, sem_cat.adb,
32747         sem_ch10.adb, sem_ch10.adb, sem_ch11.adb, sem_ch12.adb, sem_ch2.adb,
32748         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
32749         sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_eval.adb, sem_prag.adb,
32750         sem_res.adb, sem_type.adb, sem_util.adb, sinfo.ads, snames.adb,
32751         snames.ads, snames.h, sprint.adb, switch-c.adb: Modifications for Ada
32752         2005 support.
32753
32754 2004-06-07  Doug Rupp  <rupp@gnat.com>
32755
32756         * mlib-tgt-vms.adb: Rename mlib-tgt-vms.adb mlib-tgt-vms-alpha.adb
32757
32758         * s-vaflop-vms.adb: Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb
32759
32760         * mlib-tgt-vms-ia64.adb: New file.
32761
32762         * Makefile.in: Rename mlib-tgt-vms.adb to mlib-tgt-vms-alpha.adb
32763         Add mlib-tgt-vms-ia64.adb
32764         Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb.
32765         Move to alpha specific ifeq section.
32766         Add VMS specific versions of symbols.adb
32767         Renaming of 5q vms files.
32768
32769         * 5qsystem.ads renamed to system-vms_64.ads.
32770
32771 2004-06-07  Vincent Celier  <celier@gnat.com>
32772
32773         * a-calend.ads: Add a GNAT Note comment after function Time_Of to
32774         explain that when a time of day corresponding to the non existing hour
32775         on the day switching to DST is specified, Split may return a different
32776         value for Seconds.
32777
32778         * gnatcmd.adb: Add processing of GNAT METRIC (for gnatmetric), similar
32779         to GNAT PRETTY.
32780
32781         * g-os_lib.adb (OpenVMS): New Boolean value imported from System.
32782         (Normalize_Pathname): Only resolve VMS logical names when on VMS.
32783
32784         * mlib-prj.adb (Build_Library): New flag Gtrasymobj_Needed, initialize
32785         to False.
32786         If Gtrasymobj_Needed is True, add the full path of g-trasym.obj to
32787         the linking options.
32788         (Build_Library.Check_Libs): On VMS, if there is a dependency on
32789         g-trasym.ads, set Gtrasymobj_Needed to True.
32790
32791         * prj-attr.adb: Add new package Metrics for gnatmetric
32792
32793         * prj-nmsc.adb (Record_Other_Sources): Put source file names in
32794         canonical case to take into account files with upper case characters on
32795         Windows.
32796         (Ada_Check): Load the reference symbol file name in the name buffer to
32797         check it, not the symbol file name.
32798
32799         * snames.ads, snames.adb: Add standard name Metrics (name of project
32800         file package for gnatmetric).
32801
32802         * vms_conv.ads: Add Metric to Comment_Type
32803
32804         * vms_conv.adb (Initialize): Add component dor Metric in Command_List
32805
32806         * vms_data.ads: Add qualifiers for GNAT METRIC
32807
32808         * makegpr.adb (Link_Executables): Take into account the switches
32809         specified in package Linker of the main project.
32810
32811 2004-06-07  Thomas Quinot  <quinot@act-europe.fr>
32812
32813         * bindgen.adb (Set_Unit_Number): Units is an instance of Table, and so
32814         the index of the last element is Units.Last, not Units.Table'Last
32815         (which is usually not a valid index within the actually allocated
32816         storage for the table).
32817
32818         * exp_ch4.adb (Insert_Dereference_Action): Change predicate that
32819         determines whether to generate a call to a checked storage pool
32820         Dereference action.
32821         Generate such a call only for a dereference that either comes from
32822         source, or is the result of rewriting a dereference that comes from
32823         source.
32824
32825 2004-06-07  Romain Berrendonner  <berrendo@act-europe.fr>
32826
32827         * bindgen.adb (Gen_Output_File): Add support for GAP builds.
32828
32829 2004-06-07  Eric Botcazou  <ebotcazou@act-europe.fr>
32830
32831         (gnat_to_gnu_entity) <E_Array_Subtype>: For multi-dimensional arrays at
32832         file level, elaborate the stride for inner dimensions in alignment
32833         units, not bytes.
32834
32835         * exp_ch5.adb: Correct wrong reference to Component_May_Be_Bit_Aligned
32836         in a comment.
32837
32838 2004-06-07  Javier Miranda  <miranda@gnat.com>
32839
32840         * exp_ch6.adb: Correct wrong modification in previous patch
32841
32842 2004-06-07  Vasiliy Fofanov  <fofanov@act-europe.fr>
32843
32844         * g-trasym.ads: Corrected comment to properly reflect level of support
32845         on VMS.
32846
32847 2004-06-07  Hristian Kirtchev  <kirtchev@gnat.com>
32848
32849         * lib-xref.adb (Generate_Reference): Add nested function Is_On_LHS. It
32850         includes case of a variable referenced on the left hand side of an
32851         assignment, therefore remove redundant code. Variables and prefixes of
32852         indexed or selected components are now marked as referenced on left
32853         hand side. Warnings are now properly emitted when variables or prefixes
32854         are assigned but not read.
32855
32856         * sem_warn.adb (Output_Unreferenced_Messages): Add additional checks to
32857         left hand side referenced variables. Private access types do not
32858         produce the warning "variable ... is assigned but never read".
32859         Add also additional checks to left hand side referenced variables.
32860         Aliased, renamed objects and access types do not produce the warning
32861         "variable ... is assigned but never read" since other entities may read
32862         the memory location.
32863
32864 2004-06-07  Jerome Guitton  <guitton@act-europe.fr>
32865
32866         * Makefile.in: In the powerpc/vxworks-specific section, restore
32867         EXTRA_GNATRTL_NONTASKING_OBJS and EXTRA_GNATRTL_TASKING_OBJS (removed
32868         by mistake).
32869
32870 2004-06-07  Ed Schonberg  <schonberg@gnat.com>
32871
32872         * sem_ch4.adb (Remove_Abstract_Operations): Refine the removal of
32873         predefined operators.
32874         Removes spurious type errors from g-trasym-vms.adb.
32875
32876         * sem_res.adb (Rewrite_Renamed_Operator): If intrinsic operator is
32877         distinct from the operator appearing in the source, call appropriate
32878         routine to insert conversions when needed, and complete resolution of
32879         node.
32880         (Resolve_Intrinsic_Operator): Fix cut-and-paste bug on transfer of
32881         interpretations for rewritten right operand.
32882         (Set_Mixed_Mode_Operand): Handle properly a universal real operand when
32883         the other operand is overloaded and the context is a type conversion.
32884
32885 2004-06-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32886
32887         * ada-tree.def (BLOCK_STMT): Now has two operands.
32888         (BREAK_STMT): New.
32889
32890         * ada-tree.h: (BLOCK_STMT_BLOCK): New macro.
32891
32892         * gigi.h: (gnat_poplevel): Now returns a tree.
32893
32894         * trans.c (end_block_stmt): Add arg; all callers changed.
32895         (tree_transform, case N_Case_Statement): Make a BLOCK_STMT for a WHEN.
32896         (start_block_stmt): Clear BLOCK_STMT_BLOCK.
32897         (add_stmt): Set TREE_TYPE.
32898         (gnat_expand_stmt, case BLOCK_STMT): Handle BLOCK_STMT_BLOCK.
32899         (gnat_expand_stmt, case BREAK_STMT): New case.
32900
32901         * utils.c (gnat_poplevel): Return a BLOCK, if we made one.
32902
32903 2004-06-07  Jose Ruiz  <ruiz@act-europe.fr>
32904
32905         * s-stchop.adsm s-stchop.adb, s-stchop-vxworks.adb: Remove the
32906         procedure Set_Stack_Size that is not needed.
32907
32908 2004-06-07  Sergey Rybin  <rybin@act-europe.fr>
32909
32910         * gnat_ugn.texi: Clarify the case when non-standard naming scheme is
32911         used for gnatpp input file and for the files upon which it depends
32912
32913 2004-06-07  Ben Brosgol  <brosgol@gnat.com>
32914
32915         * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
32916
32917 2004-06-07  Arnaud Charlet  <charlet@act-europe.fr>
32918
32919         * gnatvsn.ads: Bump version numbers appropriately.
32920         Add new build type.
32921
32922 2004-06-07  Pascal Obry  <obry@gnat.com>
32923
32924         * gnat_ugn.texi: Improve comments about imported names and link names
32925         on Windows. Add a note about the requirement to use -k gnatdll's option
32926         when working with a DLL which has stripped stdcall symbols (no @nn
32927         suffix).
32928
32929 2004-05-27  Vincent Celier  <celier@gnat.com>
32930
32931         * vms_data.ads: Add new GNAT PRETTY qualifiers /NO_BACKUP and
32932         COMMENTS_LAYOUT=UNTOUCHED
32933
32934         * symbols-vms.adb, symbols-vms-alpha.adb: Renamed symbols-vms.adb to
32935         symbols-vms-alpha.adb
32936
32937 2004-05-27  Thomas Quinot  <quinot@act-europe.fr>
32938
32939         * sem.ads: Clarify documentation on checks suppression.
32940
32941         * einfo.ads (Is_Known_Non_Null): Minor comment typo fix and rephrasing.
32942
32943 2004-05-27  Ed Schonberg  <schonberg@gnat.com>
32944
32945         * sem_util.adb (Is_Descendent_Of): Examine properly all ancestors in
32946         the case of multiple derivations.
32947         (Is_Object_Reference): For a selected component, verify that the prefix
32948         is itself an object and not a value.
32949
32950         * sem_ch12.adb (Same_Instantiated_Constant): New name for
32951         Same_Instantiated_Entity.
32952         (Same_Instantiated_Variable): Subsidiary to
32953         Check_Formal_Package_Instance, to recognize actuals for in-out generic
32954         formals that are obtained from a previous formal package.
32955         (Instantiate_Subprogram_Body): Emit proper error when
32956         generating code and the proper body of a stub is missing.
32957
32958         * sem_ch4.adb (Remove_Address_Interpretations): If the operation still
32959         has a universal interpretation, do the disambiguation here.
32960
32961         * exp_ch4.adb (Expand_N_Type_Conversion,
32962         Expand_N_Unchecked_Type_Conversion): Special handling when target type
32963         is Address, to avoid typing anomalies when Address is a visible integer
32964         type.
32965
32966         * exp_ch6.adb (Expand_N_Subprogram_Body): Use Is_Descendent_Of_Address
32967         to determine whether a subprogram should not be marked Pure, even when
32968         declared in a pure package.
32969
32970 2004-05-27  Jose Ruiz  <ruiz@act-europe.fr>
32971
32972         * gnat_ugn.texi: Replace pragma Ravenscar by pragma Profile.
32973
32974         * gnat_rm.texi: Replace Max_Entry_Queue_Depth by Max_Entry_Queue_Length
32975         Document No_Dynamic_Attachment, that supersedes No_Dynamic_Interrupts.
32976         Update the documentation about the Ravenscar profile, following the
32977         definition found in AI-249.
32978
32979         * sem_prag.adb: Use FIFO_Within_Priorities and Ceiling_Locking when
32980         setting the Profile (Ravenscar). This must be done in addition to
32981         setting the required restrictions.
32982
32983         * rtsfind.ads: Add the set of operations defined in package
32984         Ada.Interrupts.
32985
32986         * exp_ch6.adb: Check whether we are violating the No_Dynamic_Attachment
32987         restriction.
32988
32989 2004-05-27  Eric Botcazou  <ebotcazou@act-europe.fr>
32990
32991         lang-specs.h: Always require -c or -S and always redirect to /dev/null
32992         if -gnatc or -gnats is passed.
32993
32994 2004-05-27  Hristian Kirtchev  <kirtchev@gnat.com>
32995
32996         * sem_prag.adb (Sig_Flags): A Pragma_Unchecked_Union does not count as
32997         a significant reference. Warnings are now properly emitted when a
32998         discriminated type is not referenced.
32999
33000         * lib-xref.adb (Generate_Reference): A deferred constant completion,
33001         record representation clause or record type discriminant does not
33002         produce a reference to its corresponding entity. Warnings are now
33003         properly emitted when deferred constants and record types are not
33004         referenced.
33005
33006 2004-05-27  Geert Bosch  <bosch@gnat.com>
33007
33008         * Makefile.in: Use long version of libm routines on ia64 gnu/linux.
33009         Fixes ACATS Annex G tests.
33010
33011 2004-05-27  Robert Dewar  <dewar@gnat.com>
33012
33013         * rtsfind.adb (RTU_Loaded): Temporary kludge to get past bug of not
33014         handling WITH
33015
33016 2004-05-27  Arnaud Charlet  <charlet@act-europe.fr>
33017
33018         * s-interr.adb (Server_Task): Take into account case of early return
33019         from sigwait under e.g. linux.
33020
33021 2004-05-27  Sergey Rybin  <rybin@act-europe.fr>
33022
33023         * gnat_ugn.texi: Add description for the new gnatpp options:
33024          -rnb - replace the original source without creating its backup copy
33025          -c0 - do not format comments
33026
33027 2004-05-24  Geert Bosch  <bosch@gnat.com>
33028
33029         * a-numaux-x86.adb (Reduce): Reimplement using an approximation of Pi
33030         with 192 bits of precision, sufficient to reduce a double-extended
33031         arguments X with a maximum relative error of T'Machine_Epsilon, for X
33032         in -2.0**32 .. 2.0**32.
33033         (Cos, Sin):  Always reduce arguments of 1/4 Pi or larger, to prevent
33034         reduction by the processor, which only uses a 68-bit approximation of
33035         Pi.
33036         (Tan): Always reduce arguments and compute function either using
33037         the processor's fptan instruction, or by dividing sin and cos as needed.
33038
33039 2004-05-24  Doug Rupp  <rupp@gnat.com>
33040
33041         * adaint.c (__gnat_readdir): Cast CRTL function retun value to avoid
33042         gcc error on 32/64 bit VMS.
33043
33044 2004-05-24  Olivier Hainque  <hainque@act-europe.fr>
33045
33046         * init.c (__gnat_error_handler): Handle EEXIST as EACCES for SIGSEGVs,
33047         since this is what we get for stack overflows although not documented
33048         as such.
33049         Document the issues which may require adjustments to our signal
33050         handlers.
33051
33052 2004-05-24  Ed Schonberg  <schonberg@gnat.com>
33053
33054         * inline.adb (Add_Scope_To_Clean): Do not add cleanup actions to the
33055         enclosing dynamic scope if the instantiation is within a generic unit.
33056
33057 2004-05-24  Arnaud Charlet  <charlet@act-europe.fr>
33058
33059         * exp_dbug.ads: Fix typo.
33060
33061         * Makefile.in: s-osinte-linux-ia64.ads was misnamed.
33062         Rename it to its proper name: system-linux-ia64.ads
33063         (stamp-gnatlib1): Remove extra target specific run time files when
33064         setting up the rts directory.
33065
33066 2004-05-24  Javier Miranda  <miranda@gnat.com>
33067
33068         * einfo.ads, einfo.adb (Limited_Views): Removed.
33069         (Limited_View): New attribute that replaces the previous one. It is
33070         now a bona fide package with the limited-view list through the
33071         first_entity and first_private attributes.
33072
33073         * sem_ch10.adb (Install_Private_With_Clauses): Give support to
33074         limited-private-with clause.
33075         (Install_Limited_Withed_Unit): Install the private declarations of a
33076         limited-private-withed package. Update the installation of the shadow
33077         entities according to the new structure (see Build_Limited_Views)
33078         (Build_Limited_Views): Replace the previous implementation of the
33079         limited view by a package entity that references the first shadow
33080         entity plus the first shadow private entity (required for limited-
33081         private-with clause)
33082         (New_Internal_Shadow_Entity): Code cleanup.
33083         (Remove_Limited_With_Clause): Update the implementation to undo the
33084         new work carried out by Build_Limited_Views.
33085         (Build_Chain): Complete documentation.
33086         Replace Ada0Y by Ada 0Y in comments
33087         Minor reformating
33088
33089         * sem_ch3.adb (Array_Type_Declaration): In case of anonymous access
33090         types the level of accessibility depends on the enclosing type
33091         declaration.
33092
33093         * sem_ch8.adb (Find_Expanded_Name): Fix condition to detect shadow
33094         entities. Complete documentation of previous change.
33095
33096 2004-05-24  Robert Dewar  <dewar@gnat.com>
33097
33098         * namet.adb: Minor reformatting
33099         Avoid use of name I (replace by J)
33100         Minor code restructuring
33101
33102         * sem_ch6.adb: Minor reformatting
33103
33104         * lib-writ.adb: Do not set restriction as active if this is a
33105         Restriction_Warning case.
33106
33107         * sem_prag.adb: Reset restriction warning flag if real pragma
33108         restriction encountered.
33109
33110         * s-htable.adb: Minor reformatting
33111         Change rotate count to 3 in Hash (improves hash for small strings)
33112
33113         * 5qsystem.ads: Add comments for type Address (no literals allowed).
33114
33115         * gnat_ugn.texi: Add new section of documentation "Code Generation
33116         Control", which describes the use of -m switches.
33117
33118 2004-05-24  Eric Botcazou  <ebotcazou@act-europe.fr>
33119
33120         trans.c (tree_transform) <N_Identifier>: Do the dereference directly
33121         through the DECL_INITIAL for renamed variables.
33122
33123 2004-05-24  Arnaud Charlet  <charlet@act-europe.fr>
33124
33125         * s-osinte-linux-ia64.ads: Renamed system-linux-ia64.ads
33126
33127 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
33128
33129         * exp_dbug.ads: Correct comments concerning handling of overloading,
33130         since we no longer use $ anymore.
33131
33132 2004-05-19  Sergey Rybin  <rybin@act-europe.fr>
33133
33134         * sem_ch10.adb (Optional_Subunit): When loading a subunit, do not
33135         ignore errors if ASIS_Mode is set. This prevents creating ASIS trees
33136         with illegal subunits.
33137
33138 2004-05-19  Ed Schonberg  <schonberg@gnat.com>
33139
33140         * sem_ch6.adb (Check_Following_Pragma): When compiling a subprogram
33141         body with front-end inlining enabled, check whether an inline pragma
33142         appears immediately after the body and applies to it.
33143
33144         * sem_prag.adb (Cannot_Inline): Emit warning if front-end inlining is
33145         enabled and the pragma appears after the body of the subprogram.
33146
33147 2004-05-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33148
33149         Part of function-at-a-time conversion
33150
33151         * misc.c (adjust_decl_rtl): Deleted.
33152         (LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
33153         Define.
33154
33155         * gigi.h: (adjust_decl_rtl, kept_level_p, set_block): Deleted.
33156         (add_decl_stmt, add_stmt, block_has_vars): New functions.
33157         (gnat_pushlevel, gnat_poplevel): Renamed from pushlevel and poplevel.
33158
33159         * decl.c (elaborate_expression, maybe_pad_type): Call add_decl_stmt
33160         when making a decl.
33161         (gnat_to_gnu_entity): Likewise.
33162         Use add_stmt to update setjmp buffer.
33163         Set TREE_ADDRESSABLE instead of calling put_var_into_stack and
33164         flush_addressof.
33165         No longer call adjust_decl_rtl.
33166         (DECL_INIT_BY_ASSIGN_P): New macro.
33167         (DECL_STMT_VAR): Likewise.
33168
33169         * trans.c (gigi): Call start_block_stmt to make the outermost
33170         BLOCK_STMT.
33171         (gnat_to_code, gnu_to_gnu, tree_transform, process_decls, process_type):
33172         Call start_block_stmt and end_block_stmt temporarily.
33173         Use gnat_expand_stmt instead of expand_expr_stmt.
33174         (add_decl_stmt): New function.
33175         (tree_transform): Call it.
33176         (add_stmt): Also emit initializing assignment for DECL_STMT if needed.
33177         (end_block_stmt): Set type and NULL_STMT.
33178         (gnat_expand_stmt): Make recursize call instead of calling
33179         expand_expr_stmt.
33180         (gnat_expand_stmt, case DECL_STMT): New case.
33181         (set_lineno_from_sloc): Do nothing if global.
33182         (gnu_block_stmt_node, gnu_block_stmt_free_list): New variables.
33183         (start_block_stmt, add_stmt, end_block_stmt): New functions.
33184         (build_block_stmt): Call them.
33185         (gnat_to_code): Don't expand NULL_STMT.
33186         (build_unit_elab): Rename pushlevel and poplevel to gnat_* and change
33187         args.
33188         (tree_transform): Likewise.
33189         (tree_transform, case N_Null_Statement): Return NULL_STMT.
33190         (gnat_expand_stmt, case NULL_STMT): New case.
33191         (gnat_expand_stmt, case IF_STMT): Allow nested IF_STMT to have no
33192         IF_STMT_TRUE.
33193
33194         * utils2.c (gnat_mark_addressable, case VAR_DECL): Do not set
33195         TREE_ADDRESSABLE.
33196
33197         * utils.c (create_var_decl): Do not call expand_decl or
33198         expand_decl_init.
33199         Set TREE_ADDRESSABLE instead of calling gnat_mark_addressable.
33200         Set DECL_INIT_BY_ASSIGN_P when needed and do not generate MODIFY_EXPR
33201         here.
33202         (struct e_stack): Add chain_next to GTY.
33203         (struct binding_level): Deleted.
33204         (struct ada_binding_level): New struct.
33205         (free_block_chain): New.
33206         (global_binding_level, clear_binding_level): Deleted.
33207         (global_bindings_p): Rework to see if no chain.
33208         (kept_level_p, set_block): Deleted.
33209         (gnat_pushlevel): Renamed from pushlevel and extensive reworked to use
33210         new data structure and work directly on BLOCK node.
33211         (gnat_poplevel): Similarly.
33212         (get_decls): Look at BLOCK_VARS.
33213         (insert_block): Work directly on BLOCK node.
33214         (block_has_var): New function.
33215         (pushdecl): Rework for new binding structures.
33216         (gnat_init_decl_processing): Rename and rework calls to pushlevel and
33217         poplevel.
33218         (build_subprog_body): Likewise.
33219         (end_subprog_body): Likewise; also set up BLOCK in DECL_INITIAL.
33220
33221         * ada-tree.def (DECL_STMT, NULL_STMT): New codes.
33222
33223         * ada-tree.h: (DECL_INIT_BY_ASSIGN_P): New macro.
33224         (DECL_STMT_VAR): Likewise.
33225
33226 2004-05-17  Robert Dewar  <dewar@gnat.com>
33227
33228         * restrict.ads, restrict.adb (Process_Restriction_Synonym): New
33229         procedure
33230
33231         * sem_prag.adb (Analyze_Pragma, case Restrictions): Cleanup handling
33232         of restriction synonyums by using
33233         Restrict.Process_Restriction_Synonyms.
33234
33235         * snames.ads, snames.adb: Add entries for Process_Restriction_Synonym
33236
33237         * s-restri.ads (Tasking_Allowed): Correct missing comment
33238
33239         * s-rident.ads: Add entries for restriction synonyms
33240
33241         * ali.adb: Fix some problems with badly formatted ALI files that can
33242         result in infinite loops.
33243
33244         * s-taprop-lynxos.adb, s-tpopsp-lynxos.adb, s-taprop-tru64.adb,
33245         s-tpopsp-posix-foreign.adb, s-taprop-irix.adb, s-interr-sigaction.adb,
33246         s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
33247         s-taprop-dummy.adb, s-interr-dummy.adb, s-taprop-os2.adb,
33248         s-taprop-solaris.adb, s-tpopsp-solaris.adb, s-asthan-vms.adb,
33249         s-inmaop-vms.adb, s-interr-vms.adb, s-taprop-vms.adb,
33250         s-tpopde-vms.adb, s-taprop-mingw.adb, s-interr-vxworks.adb,
33251         s-taprop-vxworks.adb, s-tpopsp-vxworks.adb, s-taprop-posix.adb,
33252         s-tpopsp-posix.adb, s-tratas-default.adb, a-dynpri.adb,
33253         a-tasatt.adb, a-taside.adb, a-taside.ads, exp_attr.adb,
33254         exp_ch9.adb, g-thread.adb, rtsfind.ads, sem_attr.adb,
33255         s-interr.adb, s-interr.ads, s-soflin.ads, s-taasde.adb,
33256         s-taasde.ads, s-taenca.adb, s-taenca.ads, s-taprop.ads,
33257         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
33258         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
33259         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
33260         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
33261         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
33262         s-tpoben.adb, s-tpobop.adb, s-tpobop.ads, s-tporft.adb,
33263         s-tposen.adb, s-tposen.ads, s-tratas.adb, s-tratas.ads: Change Task_ID
33264         to Task_Id (minor cleanup).
33265
33266 2004-05-17  Vincent Celier  <celier@gnat.com>
33267
33268         * g-os_lib.adb (Normalize_Pathname.Final_Value): Remove trailing
33269         directory separator.
33270
33271         * prj-proc.adb (Recursive_Process): Inherit attribute Languages from
33272         project being extended, if Languages is not declared in extending
33273         project.
33274
33275 2004-05-17  Javier Miranda  <miranda@gnat.com>
33276
33277         * sem_ch10.adb (Install_Limited_Withed_Unit): Do not install the
33278         limited view of a visible sibling.
33279
33280 2004-05-14  Robert Dewar  <dewar@gnat.com>
33281
33282         * gnat_ugn.texi: Minor change to -gnatS documentation
33283
33284         * sprint.adb: Remove some instances of Assert (False) and for this
33285         purpose replace them by output of a ??? string.
33286
33287         * checks.adb, exp_aggr.adb, sem_elim.adb: Remove useless pragma
33288         Assert (False).
33289
33290         * lib-writ.adb, lib-load.adb, lib.ads, lib.adb: Remove Dependent_Unit
33291         flag processing. This was suppressing required dependencies in
33292         No_Run_Time mode and is not needed since the binder does not generate
33293         references for things in libgnat anyway.
33294
33295         * sem_ch3.adb (Access_Type_Declaration): Reorganize code to avoid GCC
33296         warning.
33297
33298 2004-05-14  Thomas Quinot  <quinot@act-europe.fr>
33299
33300         * gnat_ugn.texi: Document AIX-specific issue with initialization of
33301         resolver library.
33302
33303         * exp_ch4.adb (Insert_Dereference_Action): Do not generate dereference
33304         action for the case of an actual parameter in an init proc call.
33305
33306 2004-05-14  Ed Schonberg  <schonberg@gnat.com>
33307
33308         * sem_ch4.adb (Analyze_Selected_Component): If prefix is a protected
33309         subtype, check visible entities in base type.
33310
33311         * exp_ch7.adb (Clean_Simple_Protected_Objects): Do not generate cleanup
33312         actions if the object is a renaming.
33313
33314         * sem_ch12.adb (Same_Instantiated_Entity): Predicate for
33315         Check_Formal_Package_Instance, to determine more precisely when the
33316         formal and the actual denote the same entity.
33317
33318 2004-05-14  Javier Miranda  <miranda@gnat.com>
33319
33320         * par-ch10.adb (P_Context_Clause): Complete documentation on AI-262
33321
33322         * sem_ch10.adb (Analyze_With_Clause): After analyzed, the entity
33323         corresponding to a private_with must be removed from visibility; it
33324         will be made visible later, just before we analyze the private part of
33325         the package.
33326         (Check_Private_Child_Unit): Allow private_with clauses in public
33327         siblings.
33328         (Install_Siblings): Make visible the private entities of private-withed
33329         siblings.
33330         (Install_Withed_Unit): Do not install the private withed unit if we
33331         are compiling a package declaration and the Private_With_OK flag was
33332         not set by the caller. These declarations will be installed later,
33333         just before we analyze the private part of the package.
33334
33335         * sem_ch3.adb (Analyze_Object_Declaration): In case of errors detected
33336         during the evaluation of the expression that initializes the object,
33337         decorate it with the expected type to avoid cascade errors.
33338         Code cleanup.
33339
33340         * sem_ch6.adb (Analyze_Subprogram_Body): If we are compiling a library
33341         subprogram we have to install the private_with clauses after its
33342         specification has been analyzed (as documented in AI-262.TXT).
33343
33344         * sem_ch8.adb (Has_Private_With): New function. Determines if the
33345         current compilation unit has a private with on a given entity.
33346         (Find_Direct_Name): Detect the Beaujolais problem described in
33347         AI-262.TXT
33348
33349         * sem_utils.ads, sem_util.adb (Is_Ancestor_Package): New function. It
33350         provides the functionality of the function Is_Ancestor that was
33351         previously available in sem_ch10. It has been renamed to avoid
33352         overloading.
33353
33354         * sprint.adb (Sprint_Node_Actual): Print limited_with clauses
33355
33356 2004-05-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33357
33358         * utils.c (build_vms_descriptor): Use SImode pointers.
33359
33360 2004-05-14  Vasiliy Fofanov  <fofanov@act-europe.fr>
33361
33362         * gnat_ugn.texi: Revised chapter "GNAT and Libraries".
33363
33364 2004-05-14  GNAT Script  <nobody@gnat.com>
33365
33366         * Make-lang.in: Makefile automatically updated
33367
33368 2004-05-14  Arnaud Charlet  <charlet@act-europe.fr>
33369
33370         Renaming of target specific files for clarity
33371
33372         * Makefile.in: Rename GNAT target specific files.
33373
33374         * 31soccon.ads, 31soliop.ads 35soccon.ads, 3asoccon.ads,
33375         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3psoccon.ads,
33376         3ssoccon.ads, 3ssoliop.ads, 3veacodu.adb, 3vexpect.adb,
33377         3vsoccon.ads, 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb,
33378         3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads, 3wsoliop.ads,
33379         3zsoccon.ads, 3zsocthi.adb, 3zsocthi.ads, 41intnam.ads,
33380         42intnam.ads, 45intnam.ads, 4aintnam.ads, 4cintnam.ads,
33381         4gintnam.ads, 4hexcpol.adb, 4hintnam.ads, 4lintnam.ads,
33382         4nintnam.ads, 4ointnam.ads, 4onumaux.ads, 4pintnam.ads,
33383         4sintnam.ads, 4vcaldel.adb, 4vcalend.adb, 4vcalend.ads,
33384         4vintnam.ads, 4wcalend.adb, 4wexcpol.adb, 4wintnam.ads,
33385         4zintnam.ads, 4znumaux.ads, 4zsytaco.adb, 4zsytaco.ads,
33386         51osinte.adb, 51osinte.ads, 51system.ads,
33387         52osinte.adb, 52osinte.ads, 53osinte.ads, 54osinte.ads,
33388         55osinte.adb, 55osinte.ads, 55system.ads, 56osinte.adb,
33389         56osinte.ads, 56system.ads, 56taprop.adb, 56taspri.ads,
33390         56tpopsp.adb, 57system.ads, 58system.ads,
33391         5amastop.adb, 5aml-tgt.adb, 5aosinte.adb, 5aosinte.ads,
33392         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
33393         5atpopsp.adb, 5avxwork.ads, 5bml-tgt.adb, 5bosinte.adb,
33394         5bosinte.ads, 5bsystem.ads, 5cosinte.ads, 5csystem.ads,
33395         5dsystem.ads, 5esystem.ads, 5fintman.adb, 5fosinte.adb,
33396         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
33397         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gml-tgt.adb,
33398         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
33399         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
33400         5hml-tgt.adb, 5hosinte.adb, 5hosinte.ads, 5hparame.ads,
33401         5hsystem.ads, 5htaprop.adb, 5htaspri.ads, 5htraceb.adb,
33402         5iosinte.adb, 5iosinte.ads, 5itaprop.adb, 5itaspri.ads,
33403         5ksystem.ads, 5kvxwork.ads, 5lml-tgt.adb, 5losinte.ads,
33404         5lparame.adb, 5lsystem.ads, 5msystem.ads, 5mvxwork.ads,
33405         5ninmaop.adb, 5nintman.adb, 5nosinte.ads, 5nsystem.ads,
33406         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
33407         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
33408         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
33409         5posprim.adb, 5psystem.ads, 5pvxwork.ads, 5sintman.adb,
33410         5sml-tgt.adb, 5sosinte.adb, 5sosinte.ads, 5sosprim.adb,
33411         5sparame.adb, 5ssystem.ads, 5staprop.adb, 5stasinf.adb,
33412         5stasinf.ads, 5staspri.ads, 5stpopsp.adb, 5svxwork.ads,
33413         5tosinte.ads, 5usystem.ads, 5vasthan.adb, 5vdirval.adb,
33414         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
33415         5vmastop.adb, 5vml-tgt.adb, 5vosinte.adb, 5vosinte.ads,
33416         5vosprim.adb, 5vosprim.ads, 5vparame.ads, 5vsymbol.adb,
33417         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
33418         5vtpopde.ads, 5vtraent.adb, 5vtraent.ads, 5vvaflop.adb,
33419         5wdirval.adb, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
33420         5wml-tgt.adb, 5wosinte.ads, 5wosprim.adb, 5wsystem.ads,
33421         5wtaprop.adb, 5wtaspri.ads, 5xparame.ads, 5xsystem.ads,
33422         5xvxwork.ads, 5yparame.ads, 5ysystem.ads, 5zinterr.adb,
33423         5zintman.adb, 5zintman.ads, 5zml-tgt.adb, 5zosinte.adb,
33424         5zosinte.ads, 5zosprim.adb, 5zparame.ads, 5zstchop.adb,
33425         5zsystem.ads, 5ztaprop.adb, 5ztaspri.ads, 5ztfsetr.adb,
33426         5ztpopsp.adb, 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads,
33427         7sinmaop.adb, 7sintman.adb, 7sosinte.adb, 7sosprim.adb,
33428         7staprop.adb, 7staspri.ads, 7stfsetr.adb, 7stpopsp.adb,
33429         7straceb.adb, 7straces.adb, 7strafor.adb, 7strafor.ads,
33430         7stratas.adb, 86numaux.adb, 86numaux.ads: Replaced by files below.
33431
33432         * a-caldel-vms.adb, a-calend-mingw.adb, a-calend-vms.adb,
33433         a-calend-vms.ads, a-dirval-mingw.adb, a-dirval-vms.adb,
33434         a-excpol-abort.adb, a-excpol-interix.adb, a-intnam-aix.ads,
33435         a-intnam-dummy.ads, a-intnam-freebsd.ads, a-intnam-hpux.ads,
33436         a-intnam-interix.ads, a-intnam-irix.ads, a-intnam-linux.ads,
33437         a-intnam-lynxos.ads, a-intnam-mingw.ads, a-intnam-os2.ads,
33438         a-intnam-solaris.ads, a-intnam-tru64.ads, a-intnam-unixware.ads,
33439         a-intnam-vms.ads, a-intnam-vxworks.ads, a-numaux-libc-x86.ads,
33440         a-numaux-vxworks.ads, a-numaux-x86.adb, a-numaux-x86.ads,
33441         a-sytaco-vxworks.adb, a-sytaco-vxworks.ads, g-eacodu-vms.adb,
33442         g-expect-vms.adb, g-soccon-aix.ads, g-soccon-freebsd.ads,
33443         g-soccon-hpux.ads, g-soccon-interix.ads, g-soccon-irix.ads,
33444         g-soccon-mingw.ads, g-soccon-solaris.ads, g-soccon-tru64.ads,
33445         g-soccon-unixware.ads, g-soccon-vms.adb, g-soccon-vxworks.ads,
33446         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vms.adb,
33447         g-socthi-vms.ads, g-socthi-vxworks.adb, g-socthi-vxworks.ads,
33448         g-soliop-mingw.ads, g-soliop-solaris.ads, g-soliop-unixware.ads,
33449         g-trasym-vms.adb, i-cpp-vms.adb, i-cstrea-vms.adb,
33450         interfac-vms.ads, mlib-tgt-aix.adb, mlib-tgt-hpux.adb,
33451         mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-mingw.adb,
33452         mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
33453         mlib-tgt-vxworks.adb, s-asthan-vms.adb, s-gloloc-mingw.adb,
33454         s-inmaop-dummy.adb, s-inmaop-posix.adb, s-inmaop-vms.adb,
33455         s-interr-dummy.adb, s-interr-sigaction.adb, s-interr-vms.adb,
33456         s-interr-vxworks.adb, s-intman-dummy.adb, s-intman-irix.adb,
33457         s-intman-irix-athread.adb, s-intman-mingw.adb, s-intman-posix.adb,
33458         s-intman-solaris.adb, s-intman-vms.adb, s-intman-vms.ads,
33459         s-intman-vxworks.adb, s-intman-vxworks.ads, s-mastop-irix.adb,
33460         s-mastop-tru64.adb, s-mastop-vms.adb, s-mastop-x86.adb,
33461         s-memory-mingw.adb, s-osinte-aix.adb, s-osinte-aix.ads,
33462         s-osinte-aix-fsu.ads, s-osinte-dummy.ads, s-osinte-freebsd.adb,
33463         s-osinte-freebsd.ads, s-osinte-fsu.adb, s-osinte-hpux.ads,
33464         s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads, s-osinte-interix.ads,
33465         s-osinte-irix.adb, s-osinte-irix.ads, s-osinte-irix-athread.ads,
33466         s-osinte-linux.ads, s-osinte-linux-fsu.ads, s-osinte-linux-ia64.ads,
33467         s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
33468         s-osinte-lynxos.ads, s-osinte-mingw.ads, s-osinte-os2.adb,
33469         s-osinte-os2.ads, s-osinte-posix.adb, s-osinte-solaris.adb,
33470         s-osinte-solaris.ads, s-osinte-solaris-fsu.ads,
33471         s-osinte-solaris-posix.ads, s-osinte-tru64.adb, s-osinte-tru64.ads,
33472         s-osinte-unixware.adb, s-osinte-unixware.ads, s-osinte-vms.adb,
33473         s-osinte-vms.ads, s-osinte-vxworks.adb,
33474         s-osinte-vxworks.ads, s-osprim-mingw.adb,
33475         s-osprim-os2.adb, s-osprim-posix.adb, s-osprim-solaris.adb,
33476         s-osprim-unix.adb, s-osprim-vms.adb, s-osprim-vms.ads,
33477         s-osprim-vxworks.adb, s-parame-ae653.ads, s-parame-hpux.ads,
33478         s-parame-linux.adb, s-parame-os2.adb, s-parame-solaris.adb,
33479         s-parame-vms.ads, s-parame-vms-restrict.ads, s-parame-vxworks.ads,
33480         s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
33481         s-stchop-vxworks.adb, s-taprop-dummy.adb,
33482         s-taprop-hpux-dce.adb, s-taprop-irix.adb,
33483         s-taprop-irix-athread.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
33484         s-taprop-mingw.adb, s-taprop-os2.adb, s-taprop-posix.adb,
33485         s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
33486         s-taprop-vxworks.adb, s-tasinf-irix.ads, s-tasinf-irix-athread.adb,
33487         s-tasinf-irix-athread.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
33488         s-tasinf-tru64.ads, s-taspri-dummy.ads, s-taspri-hpux-dce.ads,
33489         s-taspri-linux.ads, s-taspri-lynxos.ads, s-taspri-mingw.ads,
33490         s-taspri-os2.ads, s-taspri-posix.ads, s-taspri-solaris.ads,
33491         s-taspri-tru64.ads, s-taspri-vms.ads, s-taspri-vxworks.ads,
33492         s-tfsetr-default.adb, s-tfsetr-vxworks.adb, s-tpopde-vms.adb,
33493         s-tpopde-vms.ads, s-tpopsp-lynxos.adb, s-tpopsp-posix.adb,
33494         s-tpopsp-posix-foreign.adb, s-tpopsp-solaris.adb, s-tpopsp-vxworks.adb,
33495         s-traceb-hpux.adb, s-traceb-mastop.adb, s-traces-default.adb,
33496         s-traent-vms.adb, s-traent-vms.ads, s-trafor-default.adb,
33497         s-trafor-default.ads, s-tratas-default.adb, s-vaflop-vms.adb,
33498         s-vxwork-alpha.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
33499         s-vxwork-ppc.ads, s-vxwork-sparcv9.ads, s-vxwork-xscale.ads,
33500         symbols-vms.adb, system-aix.ads, system-freebsd-x86.ads,
33501         system-hpux.ads, system-interix.ads, system-irix-n32.ads,
33502         system-irix-o32.ads, system-linux-x86_64.ads,
33503         system-linux-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
33504         system-mingw.ads, system-os2.ads, system-solaris-sparc.ads,
33505         system-solaris-sparcv9.ads, system-solaris-x86.ads, system-tru64.ads,
33506         system-unixware.ads, system-vms.ads, system-vms-zcx.ads,
33507         system-vxworks-alpha.ads, system-vxworks-m68k.ads,
33508         system-vxworks-mips.ads, system-vxworks-ppc.ads,
33509         system-vxworks-sparcv9.ads, system-vxworks-xscale.ads: Replace files
33510         above.
33511
33512 2004-05-13  Zack Weinberg  <zack@codesourcery.com>
33513
33514         * trans.c (gnat_stabilize_reference_1): Remove case 'b'.
33515
33516 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
33517
33518         Merge from tree-ssa-20020619-branch.
33519
33520         * config-lang.in (boot_language, build_by_default): Set
33521         to no.
33522         * utils.c (unchecked_convert): Use OEP_ONLY_CONST.
33523         (max_size): Add static chain op for call_expr.
33524
33525 2004-05-12  Richard Sandiford  <rsandifo@redhat.com>
33526
33527         PR target/15331
33528         * 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '.
33529
33530 2004-05-11  Roger Sayle  <roger@eyesopen.com>
33531
33532         * utils.c (max_size): Use MIN_EXPR to find the minimum value of a
33533         COND_EXPR.
33534
33535 2004-05-10  Doug Rupp  <rupp@gnat.com>
33536
33537         * 5qsystem.ads: Remove Short_Address subtype declaration. Moved to
33538         system.aux_dec.
33539
33540         * s-auxdec.ads: Add Short_Address subtype (moved here from System).
33541
33542         * Makefile.in: [VMS]: Add translation for 5qauxdec.ads.
33543
33544         * init.c: [VMS] Macroize LIB$ calls for IA64 and Alpha.
33545         Fixes undefined symbols in IA64 gnatlib.
33546
33547         * 5vinmaop.adb: Reference s-auxdec for Short_Address.
33548
33549         * 5xsystem.ads, 5vsystem.ads: Back out last change (addition of subtype
33550         Short_Address). This will be moved to system.auxdec.
33551
33552 2004-05-10  Thomas Quinot  <quinot@act-europe.fr>
33553
33554         * sem_util.adb: Replace test for presence of a node that is always
33555         present with a call to Discard_Node.
33556
33557         * sem_ch10.adb (Analyze_Compilation_Unit): Remove superfluous call to
33558         Analyze on the library unit node after generation of distribution stub
33559         constructs.  The call was a no-op because Unit_Node has already been
33560         Analyzed, and the tree fragments for the distribution stubs are
33561         analyzed as they are inserted in Exp_Dist.
33562         Update comment regarding to distribution stubs to reflect that we
33563         do not generate stub in separate files anymore.
33564
33565         * einfo.ads: Clarify the fact that a tagged private type has the
33566         E_Record_Type_With_Private Ekind.
33567
33568         * erroutc.adb: Minor reformatting
33569
33570         * erroutc.ads (Max_Msg_Length): Increase to cover possible larger
33571         values if line length is increased using -gnatyM (noticed during code
33572         reading).
33573
33574         * eval_fat.adb: Minor reformatting
33575         Put spaces around exponentiation operator
33576
33577 2004-05-10  Ed Schonberg  <schonberg@gnat.com>
33578
33579         PR ada/15005
33580         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): If prefix
33581         has been rewritten as an explicit dereference, retrieve type of
33582         original node to check for possibly unconstrained record type.
33583
33584 2004-05-10  Ed Schonberg  <schonberg@gnat.com>
33585
33586         * exp_ch7.adb (Check_Visibly_Controlled): If given operation is not
33587         overriding, use the operation of the parent unconditionally.
33588
33589         * sem_ch4.adb (Remove_Address_Interpretations): Remove address
33590         operation when either operand is a literal, to avoid further
33591         ambiguities.
33592
33593         * sem_ch6.adb (New_Overloaded_Entity): If new entity is inherited and
33594         overridden by a previous explicit declaration, mark the previous entity
33595         as overriding.
33596
33597         * sem_disp.adb (Check_Dispatching_Operation): New predicate
33598         Is_Visibly_Controlled, to determine whether a declaration of a
33599         primitive control operation for a derived type overrides an inherited
33600         one. Add warning if the explicit declaration does not override.
33601
33602 2004-05-10  Vincent Celier  <celier@gnat.com>
33603
33604         * gnatls.adb (Gnatls): Initialize Snames, to avoid assertion error in
33605         some cases when the sources are no longer present.
33606
33607         * make.adb (Collect_Arguments): Fail if an external source, not part
33608         of any project need to be compiled, when switch -x has not been
33609         specified.
33610
33611         * makeusg.adb: Document new switch -x
33612
33613         * opt.ads (External_Unit_Compilation_Allowed): New Boolean flag,
33614         defaulted to False.
33615
33616         * switch-m.adb (Scan_Make_Switches): New switch -x
33617
33618         * vms_data.ads: Add VMS qualifier /NON_PROJECT_UNIT_COMPILATION for
33619         gnatmake switch -x.
33620
33621         * gnat_ugn.texi: Document new gnatmake switch -x
33622
33623 2004-05-10  Eric Botcazou  <ebotcazou@act-europe.fr>
33624
33625         * misc.c (gnat_init_options): Set flag_zero_initialized_in_bss to 0.
33626
33627         * utils.c (create_var_decl): Do not modify the DECL_COMMON flag.
33628         (process_attributes): Likewise.
33629
33630 2004-05-10  Joel Brobecker  <brobecker@gnat.com>
33631
33632         * s-inmaop.ads: Fix spelling mistake in one of the comments.
33633
33634 2004-05-10  Robert Dewar  <dewar@gnat.com>
33635
33636         * gnat_ugn.texi: Document that for config pragma files, the maximum
33637         line length is always 32767.
33638
33639         * gnat_rm.texi: For pragma Eliminate, note that concatenation of string
33640         literals is now allowed.
33641
33642         * gnat-style.texi: Remove statement about splitting long lines before
33643         an operator rather than after, since we do not follow this rule at all.
33644         Clarify rule (really lack of rule) for spaces around exponentiation
33645
33646         * sem_elim.adb: Allow concatenation of string literals as well as a
33647         single string literal for pragma arguments.
33648
33649         * sem_prag.ads, sem_prag.adb: (Is_Config_Static_String): New function
33650
33651         * a-textio.adb (Terminate_Line): Do not add line feed if nothing
33652         written for append case.
33653
33654         * frontend.adb: Changes to avoid checking max line length in config
33655         pragma files.
33656
33657         * g-os_lib.ads: Minor reformatting
33658
33659         * mlib-utl.adb: Do not define Max_Line_Length locally (definition was
33660         wrong in any case. Instead use standard value. Noticed during code
33661         reading.
33662
33663         * opt.ads (Max_Line_Length): New field, used to implement removal of
33664         limitation on length of lines when scanning config pragma files.
33665
33666         * osint.ads, prj-dect.adb, prj-strt.adb, prj-tree.adb,
33667         makeutl.ads, makeutl.adb: Minor reformatting
33668
33669         * scn.adb: Do not check line length while scanning config pragma files
33670         Do not check line length while scanning out license information
33671
33672         * scng.adb: Changes to avoid line length checks while parsing config
33673         pragma files.
33674
33675 2004-05-10  GNAT Script  <nobody@gnat.com>
33676
33677         * Make-lang.in: Makefile automatically updated
33678
33679 2004-05-05  Arnaud Charlet  <charlet@act-europe.fr>
33680
33681         * osint.adb (Find_Program_Name): Fix handling of VMS version
33682         number.
33683
33684 2004-05-05  Emmanuel Briot  <briot@act-europe.fr>
33685
33686         * g-os_lib.ads (Invalid_Time): New constant
33687
33688         * adaint.h, adaint.c (__gnat_file_time_name, __gnat_file_time_fd): Now
33689         return OS_Time instead of time_t to match what is imported by Ada.
33690         Now return -1 if the file doesn't exist, instead of a random value
33691
33692 2004-05-05  Robert Dewar  <dewar@gnat.com>
33693
33694         * usage.adb: Add line for -gnatR?s switch
33695
33696         * sem_ch13.adb, exp_ch2.adb: Minor reformatting
33697
33698         * g-regpat.ads, g-regpat.adb: Add documentation on handling of Size
33699         and for Match (Data_First, Data_last)
33700
33701         * lib-writ.adb (Write_With_Lines): Ensure that correct index number is
33702         written when we are dealing with multi-unit files.
33703
33704 2004-05-05  Jerome Guitton  <guitton@act-europe.fr>
33705
33706         * Makefile.in: Remove unused targets and variables.
33707
33708 2004-05-05  Vincent Celier  <celier@gnat.com>
33709
33710         * switch-m.adb: New gnatmake switch -eI
33711
33712         * vms_data.ads: Add VMS equivalents of new gnatclean swith -innn and
33713         of new gnatmake switch -eInnn.
33714
33715         * makegpr.adb: Take into account new parameters Index and Src_Index in
33716         Prj.Util.
33717
33718         * clean.adb: Implement support for multi-unit sources, including new
33719         switch -i.
33720
33721         * gnatcmd.adb (GNATCmd): Call Prj.Util.Value_Of with new parameter
33722         Src_Index.
33723
33724         * make.ads, make.adb (Insert_Q): New parameter Index, defaulted to 0
33725         (Extract_From_Q): New out parameter Index
33726         (Mark, Is_Marked): Subprograms moved to Makeutl
33727         (Switches_Of): New parameter Source_Index
33728         (Add_Switch): New parameter Index
33729         (Check): New parameter Source_Index
33730         (Collect_Arguments): New parameter Source_Index
33731         (Collect_Arguments_And_Compile): New parameter Source_Index
33732         (Compile): New parameter Source_Index
33733         Put subprograms in alphabetical order
33734         Add support for multi-source sources, including in project files.
33735
33736         * makeutl.ads, makeutl.adb (Unit_Index_Of): New function
33737         (Mark, Is_Marked, Delete_All_Marks): New subprograms, moved from
33738         Make.
33739
33740         * makeusg.adb: New gnatmake switch -eInnn
33741
33742         * mlib-prj.adb (Build_Library): Add new parameter Src_Index to call to
33743         Prj.Util.Value_Of.
33744
33745         * opt.ads (Main_Index): New variable, defaulted to 0.
33746
33747         * osint.ads, osinte.adb (Add_File): New parameter Index
33748         (Current_Source_Index): New function
33749
33750         * prj.adb: Take into account new components Index and Src_Index
33751
33752         * prj.ads (String_Element): New component Index
33753         (Variable_Value): New component Index
33754         (Array_Element): New component Src_Index
33755
33756         * prj-attr.adb: Indicate that optional index may be specified for
33757         attributes Main, Executable, Spec, Body and some of Switches.
33758
33759         * prj-attr.ads (Attribute_Kind): New values for optional indexes
33760         (Attribute_Record): New component Optional_Index
33761
33762         * prj-com.ads (File_Name_Data): New component Index
33763
33764         * prj-dect.adb (Parse_Attribute_Declaration): Process optional index
33765
33766         * prj-env.adb (Put): Output optional index
33767
33768         * prj-makr.adb: Put indexes for multi-unit sources in SFN pragmas and
33769         attributes Spec and Body.
33770
33771         * prj-nmsc.adb: Process optional indexes
33772
33773         * prj-pp.adb: Ouput "at" for optional indexes
33774
33775         * prj-proc.adb: Take into account optional indexes
33776
33777         * prj-strt.ads, prj-strt.adb (Terms): New Boolean parameter
33778         Optional_Index. For string literal,
33779         process optional index when Optional_Index is True.
33780         (Parse_Expresion): New Boolean parameter Optional_Index
33781
33782         * prj-tree.ads, prj-tree.adb (Source_Index_Of): New function
33783         (Set_Source_Index_Of): New procedure
33784
33785         * prj-util.adb (Executable_Of, Value_Of): Take into account optional
33786         index.
33787
33788         * prj-util.ads (Executable_Of): New parameter Index
33789         (Value_Of (Name_Id, Array_Element_Id) returning Variable_Value):
33790         New parameter Src_Index, defaulted to 0.
33791
33792 2004-05-05  Ed Schonberg  <schonberg@gnat.com>
33793
33794         PR ada/15257
33795         * sem_ch3.adb (Access_Definition): If this is an access parameter
33796         whose designated type is imported through a limited_with clause, do
33797         not add the enclosing subprogram to the list of private dependents of
33798         the type.
33799
33800 2004-05-05  Ed Schonberg  <schonberg@gnat.com>
33801
33802         PR ada/15258
33803         * sem_ch6.adb (Base_Types_Match): True if one type is imported through
33804         a limited_with clause, and the other is its non-limited view.
33805
33806 2004-05-05  Thomas Quinot  <quinot@act-europe.fr>
33807
33808         * cstand.adb (Create_Standard): Initialize Stand.Boolean_Literals.
33809
33810         * exp_attr.adb, exp_ch5.adb, exp_ch9.adb, exp_disp.adb,
33811         exp_fixd.adb, sem_attr.adb, sem_dist.adb, sem_util.adb: Use
33812         Stand.Boolean_Literals to produce references to entities
33813         Standard_False and Standard_True from compile-time computed boolean
33814         values.
33815
33816         * stand.ads (Boolean_Literals): New variable, provides the entity
33817         values for False and True, for use by the expander.
33818
33819 2004-05-05  Doug Rupp  <rupp@gnat.com>
33820
33821         * 5vinmaop.adb, 5[vx]system.ads: Add Short_Address subtype
33822         5vinmaop.adb: Unchecked convert Short_Address vice Address
33823
33824         * adaint.c, raise.c: Caste CRTL function return value
33825         to avoid gcc error on 32/64 bit IVMS.
33826
33827         * Makefile.in [VMS]: Use iar archiver if host = Alpha/VMS and
33828         target = IA64/VMS.
33829
33830         * init.c[VMS]: Only call Alpha specific __gnat_error_prehandler IN_RTS.
33831
33832         * 5qsystem.ads (Address): Declare as Long_Integer
33833         (Short_Address): Declare as 32 bit subtype of Address
33834         Declare  abstract address operations to avoid gratuitous ambiguities.
33835
33836 2004-05-05  Jose Ruiz  <ruiz@act-europe.fr>
33837
33838         * gnat_rm.texi: Use the new restriction Simple_Barriers (AI-249)
33839         instead of the old Boolean_Entry_Barriers.
33840         Ditto for No_Task_Attributes_Package instead of No_Task_Attributes.
33841
33842 2004-05-05  GNAT Script  <nobody@gnat.com>
33843
33844         * Make-lang.in: Makefile automatically updated
33845
33846 2004-05-03  Arnaud Charlet  <charlet@act-europe.fr>
33847
33848         * 50system.ads, 59system.ads, s-thread.ads: Removed, no longer used.
33849
33850 2004-05-03  Olivier Hainque  <hainque@act-europe.fr>
33851
33852         PR ada/15152
33853         * exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
33854         alone. Replacing object references by literals is inappropriate in a
33855         so low level context.
33856
33857 2004-05-03  Arnaud Charlet  <charlet@act-europe.fr>
33858
33859         * a-exexpr.adb: Add comments
33860
33861 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
33862
33863         * a-tags.adb (Tag_Table): Add Index_Check pragma Suppress. Allows us to
33864         declare the Ancestor_Tags array in Type_Specific_Data with a small size
33865         without risking a bounds check error when accessing one of its
33866         components.
33867         (Type_Specific_Data): Define Ancestor_Tags as a small array.
33868         This prevents us from hitting a limitation during the debug info
33869         generation when using stabs.
33870
33871         * a-tags.adb (Dispatch_Table): Define the Prims_Ptr component as a
33872         small array.
33873         This prevents us from hitting a limitation during the debug info
33874         generation when using stabs.
33875
33876 2004-05-03  Eric Botcazou  <ebotcazou@act-europe.fr>
33877
33878         lang-specs.h: Remove -gnatz* from specs.
33879
33880 2004-05-03  Vincent Celier  <celier@gnat.com>
33881
33882         * gprmake.adb, makegpr.ads, makegpr.adb: New files.
33883
33884         * Make-lang.in, Makefile.in: Add gprmake
33885
33886 2004-05-03  Thomas Quinot  <quinot@act-europe.fr>
33887
33888         * sem_aggr.adb: Fix typo in comment.
33889
33890 2004-05-03  Robert Dewar  <dewar@gnat.com>
33891
33892         * make.adb: Minor reformatting
33893
33894         * rtsfind.ads, rtsfind.adb: (RTU_Loaded): New function
33895
33896         * sem_attr.adb (Eval_Attribute, case Type_Class): Fix check for address
33897         so that it works when address is not a private type.
33898
33899         * sem_ch13.adb (Check_Expr_Constants, case N_Integer_Literal): Deal
33900         properly with rewritten unchecked conversions. This prevents
33901         order-of-elaboration issues that can otherwise arise.
33902         (Minimum_Size): Don't check size of access types under VMS
33903
33904         * sem_ch4.adb (Remove_Address_Interpretation): New circuit to remove
33905         interpretations of integer literals as type System.Address.
33906
33907         * sem_util.ads, sem_util.adb (Is_Descendent_Of_Address): New function
33908         (Is_Descendent_Of): New function
33909
33910 2004-05-03  Jose Ruiz  <ruiz@act-europe.fr>
33911
33912         * sem_prag.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
33913         Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length.
33914         No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment.
33915
33916         * sem_res.adb: Use the new restriction Max_Entry_Queue_Length instead
33917         of the old Max_Entry_Queue_Depth.
33918
33919         * snames.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
33920         Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length
33921         No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment
33922
33923         * snames.ads: New entry for proper handling of Boolean_Entry_Barriers.
33924         New entry for proper handling of Max_Entry_Queue_Depth.
33925         New entry for proper handling of No_Dynamic_Interrupts.
33926
33927         * s-rident.ads: Adding restriction Simple_Barriers (AI-00249) that
33928         supersedes the GNAT specific restriction Boolean_Entry_Barriers.
33929         Adding restriction Max_Entry_Queue_Length (AI-00249) that supersedes
33930         the GNAT specific restriction Max_Entry_Queue_Depth.
33931         Adding restriction No_Dynamic_Attachment (AI-00249) that supersedes
33932         the GNAT specific restriction No_Dynamic_Interrupts.
33933
33934         * restrict.ads, restrict.adb: Use the new restriction Simple_Barriers
33935         instead of the old Boolean_Entry_Barriers.
33936         Use the new restriction No_Dynamic_Attachment instead of the old
33937         No_Dynamic_Interrupts.
33938
33939         * exp_ch9.adb: Check restriction Simple_Barriers (AI-00249) that
33940         supersedes the GNAT specific restriction Boolean_Entry_Barriers.
33941
33942         * gnatbind.adb: Use the new restriction Max_Entry_Queue_Length instead
33943         of the old Max_Entry_Queue_Depth.
33944
33945 2004-05-03  GNAT Script  <nobody@gnat.com>
33946
33947         * Make-lang.in: Makefile automatically updated
33948
33949 2004-04-29  Ed Schonberg  <schonberg@gnat.com>
33950
33951         * checks.adb (Enable_Range_Check): If the prefix of an index component
33952         is an access to an unconstrained array, perform check unconditionally.
33953
33954 2004-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33955
33956         * decl.c (gnat_to_gnu_field): Also call make_packable_type if
33957         Component_Clause.
33958
33959 2004-04-29  Olivier Hainque  <hainque@act-europe.fr>
33960
33961         * init.c (__gnat_install_handler, __gnat_error_handler): Remove
33962         alternate stack setting. There was no support for the tasking cases
33963         and the changes eventually caused a number of side-effect failures in
33964         the non-tasking case too.
33965
33966 2004-04-29  Eric Botcazou  <ebotcazou@act-europe.fr>
33967
33968         lang-specs.h: Redirect output to /dev/null if -gnatc or -gnatz or
33969         -gnats is passed.
33970
33971 2004-04-29  Vincent Celier  <celier@gnat.com>
33972
33973         * make.adb (Gnatmake): Increase max size of argument array for
33974         gnatbind for the potential addition of -F.
33975         If there are Stand-Alone Library projects, invoke gnatbind with -F to
33976         be sure that elaboration flags will be checked.
33977
33978         * switch-c.adb: Correct call to Scan_Pos for -gnateI
33979
33980 2004-04-29  Thomas Quinot  <quinot@act-europe.fr>
33981
33982         * sem_warn.adb (Check_References): Move '<access-variable> may be
33983         null' warning out of under Warn_On_No_Value_Assigned.
33984
33985 2004-04-29  Ed Falis  <falis@gnat.com>
33986
33987         * gnat_ugn.texi: Fixed texi error
33988
33989 2004-04-29  Robert Dewar  <dewar@gnat.com>
33990
33991         * sem_ch4.adb (Remove_Abstract_Operations): Unconditionally remove
33992         abstract operations if they come from predefined files.
33993
33994         * gnat_rm.texi: Fix bad doc for pragma Elaboration_Checks (should be
33995         Dynamic, not RM).
33996
33997         * s-addope.adb: Correct obvious error in mod function
33998
33999 2004-04-28  Andrew W. Reynolds  <awreynolds@mac.com>
34000
34001         * Makefile.in: Add target pairs for powerpc darwin*
34002         tasking support.
34003
34004         * a-intnam-darwin.ads, s-osinte-darwin.adb,
34005         s-osinte-darwin.ads, system-darwin-ppc.ads: New files.
34006
34007 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
34008
34009         * Makefile.in: Add target macro definitions for s390*-linux*.
34010         * system-linux-s390.ads: New file.
34011         * system-linux-s390x.ads: New file.
34012
34013 2004-04-28  Joseph S. Myers  <jsm@polyomino.org.uk>
34014
34015         * gnat_ugn.texi: Correct argument to @setfilename.
34016
34017 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
34018
34019         * a-exexpr.adb (Unwind_Word): New data type.
34020         (Unwind_Exception): Use it as type of Private1 and Private2.
34021
34022         * raise.c (db_action_for): Fix debug printf.
34023
34024 2004-04-27  Ed Schonberg  <schonberg@gnat.com>
34025
34026         * a-wtmoio.ads: Formal type must be a modular type, not a signed
34027         integer type.
34028
34029 2004-04-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34030
34031         * decl.c (gnat_to_gnu_entity, case object): Call
34032         __builtin_update_setjmp_buf.
34033
34034         * gigi.h (update_setjmp_buf): Deleted.
34035         (ADT_update_setjmp_buf_decl, update_setjmp_buf_decl): New.
34036
34037         * misc.c: (update_setjmp_buf): Deleted.
34038
34039         * trans.c (gnat_to_gnu): Call do_pending_stack_adjust and emit_queue
34040         around block of RTL.
34041
34042         * utils.c (init_gigi_decls): Initialize update_setjmp_buf.
34043
34044 2004-04-26  Thomas Quinot  <quinot@act-europe.fr>
34045
34046         * sem_dist.adb, exp_dist.adb: When constructing a RAS value for a local
34047         subprogram for which no pragma All_Calls_Remote applies, store the
34048         address of the real subprogram in the underlying record type, so local
34049         dereferences do not go through the PCS.
34050
34051 2004-04-26  Robert Dewar  <dewar@gnat.com>
34052
34053         * i-c.ads: Add some type qualifications to avoid ambiguities when
34054         compiling with s-auxdec.ads and a non-private address type.
34055
34056 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
34057
34058         * Makefile.rtl: Fix error in previous check-in:
34059         Add s-addope.o to non tasking object list (rather than tasking object
34060         list).
34061
34062 2004-04-26  Javier Miranda  <miranda@gnat.com>
34063
34064         * sem_aggr.adb: Fix typo in comments
34065         (Resolve_Aggr_Expr): Propagate the type to the nested aggregate.
34066         Required to check the null-exclusion attribute.
34067
34068         * sem_attr.adb (Resolve_Attribute): Check the accessibility level in
34069         case of anonymous access types in record and array components. For a
34070         component definition the level is the same of the enclosing composite
34071         type.
34072
34073         * sem_ch3.adb (Analyze_Component_Declaration): In case of components
34074         that are anonymous access types the level of accessibility depends on
34075         the enclosing type declaration. In order to have this information, set
34076         the scope of the anonymous access type to the enclosing record type
34077         declaration.
34078         (Array_Type_Declaration): In case of components that are anonymous
34079         access types the level of accessibility depends on the enclosing type
34080         declaration. In order to have this information, set the scope of the
34081         anonymous access type to the enclosing array type declaration.
34082
34083         * sem_ch3.adb (Array_Type_Declaration): Set the scope of the anonymous
34084         access type.
34085
34086         * sem_ch8.adb (Analyze_Object_Renaming): Add check to verify that
34087         renaming of anonymous access-to-constant types allowed if and only if
34088         the renamed object is access-to-constant.
34089
34090         * sem_util.adb (Type_Access_Level): In case of anonymous access types
34091         that are component_definition or discriminants of a nonlimited type,
34092         the level is the same as that of the enclosing component type.
34093
34094 2004-04-26  Sergey Rybin  <rybin@act-europe.fr>
34095
34096         * sem_elim.adb: Some minor code reorganization from code reading. Fix
34097         misprint in the function name (File_Name_Match).
34098
34099 2004-04-23  Laurent Guerby  <laurent@guerby.net>
34100
34101         * Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
34102         install.
34103
34104 2004-04-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
34105
34106         * Make-lang.in (GNATBIND_OBJS): Add s-addope.o.
34107
34108 2004-04-23  Emmanuel Briot  <briot@act-europe.fr>
34109
34110         * adaint.c (__gnat_try_lock): No longer requires that the parent
34111         directory be writable, the directory itself is enough.
34112         (gnat_is_absolute_path): Change profile, so that the call from
34113         GNAT.OS_Lib can be made more efficient.
34114
34115         * adaint.h (gnat_is_absolute_path): Change profile, so that the call
34116         from GNAT.OS_Lib can be made more efficient.
34117
34118         * g-os_lib.adb (Is_Absolute_Path): More efficient implementation, avoid
34119         one copy of the file name. Found by code reading.
34120
34121 2004-04-23  Vincent Celier  <celier@gnat.com>
34122
34123         * gnat_ugn.texi: Add documentation for gnatmake switch -eL
34124         Correct documentation on gnatmake switches transmitted to the compiler
34125
34126         * ali.ads: Minor comment fix
34127
34128 2004-04-23  Javier Miranda  <miranda@gnat.com>
34129
34130         * sem_ch6.adb: (Confirming Types): Code cleanup
34131
34132         * decl.c (gnat_to_gnu_entity): Give support to anonymous access to
34133         subprogram types: E_Anonymous_Access_Subprogram_Type and
34134         E_Anonymous_Access_Protected_Subprogram_Type.
34135
34136 2004-04-23  Thomas Quinot  <quinot@act-europe.fr>
34137
34138         * sem_dist.adb: Add a new paramter to the RAS_Access TSS indicating
34139         whether a pragma All_Calls_Remote applies to the subprogram on which
34140         'Access is taken.
34141         No functional change is introduced by this revision; the new parameter
34142         will be used to allow calls to local RCI subprograms to be optimized
34143         to not use the PCS in the case where no pragma All_Calls_Remote applies,
34144         as is already done in the PolyORB implementation of the DSA.
34145
34146         * exp_dist.adb: Add a new paramter to the RAS_Access TSS indicating
34147         whether a pragma All_Calls_Remote applies to the subprogram on which
34148         'Access is taken.
34149         No functional change is introduced by this revision; the new parameter
34150         will be used to allow calls to local RCI subprograms to be optimized
34151         to not use the PCS in the case where no pragma All_Calls_Remote applies,
34152         as is already done in the PolyORB implementation of the DSA.
34153
34154 2004-04-23  Robert Dewar  <dewar@gnat.com>
34155
34156         * Makefile.rtl: Add entry for s-addope.o in run time library list
34157         * Make-lang.in: Add entry for s-addope.o to GNAT1 objects
34158         * s-addope.ads, s-addope.adb: New files.
34159
34160         * s-carsi8.adb, s-carun8.adb, s-casi16.adb, s-casi32.adb,
34161         s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
34162         s-finimp.adb, s-geveop.adb, s-stoele.adb: Modifications to allow
34163         System.Address to be non-private and signed.
34164
34165         * sem_elim.adb: Minor reformatting (fairly extensive)
34166         Some minor code reorganization from code reading
34167         Add a couple of ??? comments
34168
34169 2004-04-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34170
34171         * trans.c (tree_transform, build_unit_elab): Don't call getdecls.
34172         (tree_transform, case N_If_Statement): Remove non-determinism.
34173
34174         * utils.c (begin_subprog_body): Just set DECL_CONTEXT in PARM_DECL.
34175
34176 2004-04-23  Sergey Rybin  <rybin@act-europe.fr>
34177
34178         * gnat_rm.texi: Small fixes in the changes made in the 'pragma
34179         Eliminate' section.
34180
34181         * snames.ads, snames.adb: Remove Name_Homonym_Number (Homonym_Number is
34182         no longer used as a parameter name for Eliminate pragma).
34183
34184 2004-04-22  Laurent Guerby  <laurent@guerby.net>
34185
34186         PR optimization/14984
34187         PR optimization/14985
34188         * trans.c (gigi): Fix non determinism leading to bootstrap
34189         comparison failures.
34190
34191 2004-04-21  Pascal Obry  <obry@gnat.com>
34192
34193         * adaint.c (__gnat_portable_spawn): Quote first argument (argv[0])
34194         passed to spawnvp() to properly handle program pathname with spaces on
34195         Win32.
34196
34197 2004-04-21  Emmanuel Briot  <briot@act-europe.fr>
34198
34199         * g-debpoo.adb (Print_Info): Avoid extra work if Display_Slots is False.
34200         (Allocate, Deallocate, Free_Physically): Make sure the tasks are
34201         unlocked in case of exceptions.
34202
34203 2004-04-21  Joel Brobecker  <brobecker@gnat.com>
34204
34205         * gigi.h (get_target_no_dollar_in_label): Remove extern declaration.
34206         This function does not exist anymore.
34207
34208 2004-04-21  Thomas Quinot  <quinot@act-europe.fr>
34209
34210         * gnatbind.adb, gnatlink.adb: Update name of imported C symbol.
34211
34212         * link.c: Move variables to the __gnat name space.
34213
34214         * Makefile.in: list link.o explicitly when needed.
34215
34216         * mlib.adb: Remove pragma Linker_Option for "link.o" from mlib.
34217
34218 2004-04-21  Javier Miranda  <miranda@gnat.com>
34219
34220         * einfo.adb (Original_Access_Type): New subprogram
34221         (Set_Original_Access_Type): New subprogram
34222         (Write_Field21_Name): Write the name of the new field
34223
34224         * einfo.ads (Original_Access_Type): New field present in access to
34225         subprogram types.
34226         Addition of two new entities: E_Anonymous_Access_Subprogram_Type, and
34227         E_Anonymous_Access_Protected_Subprogram_Type.
34228
34229         * lib-xref.adb (Output_One_Ref): Give support to anonymous access to
34230         subprogram types.
34231
34232         * lib-xref.ads (Xref_Entity_Letters): Initialize values corresponding
34233         to anonymous access to subprogram types.
34234
34235         * sem_attr.adb (Resolve_Attribute): Give support to anonymous access
34236         to subprogram types.
34237
34238         * sem_ch3.adb (Access_Definition): Complete decoration of entities
34239         corresponding to anonymous access to subprogram types.
34240         (Analyze_Component_Declaration): Add new actual to the call to
34241         subprogram replace_anonymous_access_to_protected_subprogram.
34242         (Array_Type_Declaration): Add new actual to the call to subprogram
34243         replace_anonymous_access_to_protected_subprogram.
34244         (Process_Discriminants): Add new actual to the call to subprogram
34245         replace_anonymous_access_to_protected_subprogram.
34246         (Replace_Anonymous_Access_To_Protected_Subprogram): New formal.
34247
34248         * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
34249         formal.
34250
34251         * sem_ch6.adb, sem_type.adb, sem_res.adb: Give support to anonymous
34252         access to subprogram types.
34253
34254         * sem_util.adb (Has_Declarations): Addition of package_specification
34255         nodes.
34256
34257 2004-04-21  Ed Schonberg  <schonberg@gnat.com>
34258
34259         * sem_prag.adb (Make_Inline): If subprogram is a renaming, propagate
34260         inlined flags to renamed entity only if in current unit.
34261
34262 2004-04-21  Thomas Quinot  <quinot@act-europe.fr>
34263
34264         * s-parint.ads: Add DSA implementation marker.
34265
34266         * rtsfind.ads, rtsfind.adb, snames.ads, snames.adb, s-rpc.adb: Use the
34267         value of System.Partition_Interface.DSA_Implementation to determine
34268         what version of the distributed systems annex is available (no
34269         implementation, GLADE, or PolyORB).
34270
34271 2004-04-21  Joel Brobecker  <brobecker@gnat.com>
34272
34273         * targtyps.c (get_target_no_dollar_in_label): Remove, no longer used.
34274
34275 2004-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34276
34277         * utils.c (convert, case CONSTRUCTOR, COMPONENT_REF): Do not make node
34278         with new type if alias sets differ.
34279         Fixes ACATS c41103b.
34280
34281 2004-04-21  Vincent Celier  <celier@gnat.com>
34282
34283         * prj.ads: Remove FORTRAN as an accepted language: not tested yet.
34284         Add array Lang_Args for the language specific compiling argument
34285         switches.
34286
34287         * gnat_ugn.texi: Explain in more details when a library is rebuilt.
34288
34289 2004-04-21  Sergey Rybin  <rybin@act-europe.fr>
34290
34291         * gnat_rm.texi: Update the descripton of the Eliminate pragma
34292         according to the recent changes in the format of the parameters of the
34293         pragma (replacing Homonym_Number with Source_Location).
34294
34295 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
34296
34297         * 5isystem.ads: Removed, unused.
34298
34299         * gnat_rm.texi: Redo 1.13 change.
34300
34301 2004-04-19  Robert Dewar  <dewar@gnat.com>
34302
34303         * s-stoele.ads: Clean up definition of Storage_Offset (the new
34304         definition is cleaner, avoids the kludge of explicit Standard operator
34305         references, and also is consistent with a visible System.Address with
34306         no visible operations.
34307
34308         * s-geveop.adb: Add declarations to avoid assumption of visible
34309         operations on type System.Address (since these might not be available
34310         if Address is a non-private type for which the operations
34311         are made abstract).
34312
34313         * sem_eval.adb: Minor reformatting
34314
34315         * s-carsi8.ads, s-carun8.ads, s-casi16.ads, s-casi32.ads,
34316         s-casi64.ads, s-caun16.ads, s-caun32.ads, s-caun64.ads: Minor
34317         reformatting (new function spec format).
34318
34319         * s-auxdec.adb, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
34320         s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb,
34321         s-caun64.adb: Add declarations to avoid assumption of visible
34322         operations on type System.Address (since these might not be available
34323         if Address is a non-private type for which the operations are made
34324         abstract).
34325
34326         * lib.ads, lib.adb (Synchronize_Serial_Number): New procedure.
34327
34328         * exp_intr.adb: Minor comment update
34329
34330         * exp_aggr.adb, exp_attr.adb, exp_ch13.adb: Minor reformatting.
34331
34332         * 5omastop.adb: Add declarations to avoid assumption of visible
34333         operations on type System.Address (since these might not be available
34334         if Address is a non-private type for which the operations
34335         are made abstract).
34336
34337 2004-04-19  Vincent Celier  <celier@gnat.com>
34338
34339         * switch-m.adb: (Scan_Make_Switches): Process new switch -eL
34340
34341         * prj-pars.ads (Parse): New Boolean parameter Process_Languages,
34342         defaulted to Ada.
34343
34344         * prj-proc.adb (Process): New Boolean parameter Process_Languages,
34345         defaulted to Ada.
34346         Call Check with Process_Languages.
34347         (Check): New Boolean parameter Process_Languages. Call Recursive_Check
34348         with Process_Languages.
34349         (Recursive_Check): New Boolean parameter Process_Languages. Call
34350         Nmsc.Ada_Check or Nmsc.Other_Languages_Check according to
34351         Process_Languages.
34352
34353         * prj-proc.ads (Process): New Boolean parameter Process_Languages,
34354
34355         * prj-util.ads, prj-util.adb (Executable_Of): New Boolean
34356         parameter Ada_Main, defaulted to True.
34357         Check for Ada specific characteristics only when Ada_Main is True.
34358
34359         * opt.ads: (Follow_Links): New Boolean flag for gnatmake
34360
34361         * prj.adb: (Project_Empty): Add new Project_Data components.
34362
34363         * prj.ads: New types and tables for non Ada languages.
34364         (Project_Data): New components Languages, Impl_Suffixes,
34365         First_Other_Source, Last_Other_Source, Imported_Directories_Switches,
34366         Include_Path, Include_Data_Set.
34367
34368         * prj-env.ads, prj-env.adb: Minor reformatting
34369
34370         * prj-nmsc.ads, prj-nmsc.adb: (Other_Languages_Check): New procedure
34371         Put subprograms in alphabetical order
34372
34373         * prj-pars.adb (Parse): New Boolean parameter Process_Languages,
34374         defaulted to Ada; Call Prj.Proc.Process with Process_Languages and
34375         Opt.Follow_Links.
34376
34377         * mlib-prj.adb: Back out modification in last version, as they are
34378         incorrect.
34379         (Build_Library.Check_Libs): Remove useless pragma Warnings (Off)
34380
34381         * make.adb: (Mains): Moved to package Makeutl
34382         (Linker_Opts): Moved to package Makeutl
34383         (Is_External_Assignment): Moved to package Makeutl
34384         (Test_If_Relative_Path): Moved to package Makeutl
34385         (Gnatmake): Move sorting of linker options to function
34386         Makeutl.Linker_Options_Switches.
34387
34388         * makeutl.ads, makeutl.adb: New files.
34389
34390         * Makefile.in: Add makeutl.o to the object files for gnatmake
34391
34392         * makeusg.adb: Add line for new switch -eL.
34393
34394         * gnatls.adb (Image): New function.
34395         (Output_Unit): If in verbose mode, output the list of restrictions
34396         specified by pragmas Restrictions.
34397
34398         * 5bml-tgt.adb, 5vml-tgt.adb (Build_Dynamic_Library): Do not use
34399         Text_IO.
34400
34401         * a-calend.adb (Split): Shift the date by multiple of 56 years, if
34402         needed, to put it in the range 1970 (included) - 2026 (excluded).
34403         (Time_Of): Do not shift Unix_Min_Year (1970).
34404         Shift the date by multiple of 56 years, if needed, to put it in the
34405         range 1970 (included) - 2026 (excluded).
34406
34407         * adaint.h, adaint.c (__gnat_set_executable): New function.
34408
34409 2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34410
34411         * trans.c (tree_transform, case N_Subprogram_Body): Temporarily push
34412         and pop GC context.
34413         (tree_transform, case N_Procedure_Call): Fix typo in setting TREE_TYPE.
34414         (tree_transform, case N_Label): Don't set LABEL_STMT_FIRST_IN_EH.
34415         (tree_transform, case N_Procedure_Call_Statement): Build a tree.
34416         (tree_transform, case N_Code_Statement): Likewise.
34417         (gnat_expand_stmt, case LABEL_STMT): Don't look at
34418         LABEL_STMT_FIRST_IN_EH.
34419         (gnat_expand_stmt, case ASM_STMT): New case.
34420
34421         * utils2.c (build_unary_op): Properly set TREE_READONLY of
34422         UNCONSTRAINED_ARRAY_REF.
34423
34424         * utils.c (poplevel): Temporarily push/pop GC context around inline
34425         function expansion.
34426
34427         * decl.c (maybe_variable): Properly set TREE_READONLY of
34428         UNCONSTRAINED_ARRAY_REF.
34429         (make_packable_type): Only reference TYPE_IS_PADDING_P for RECORD_TYPE.
34430
34431         * ada-tree.def: (ASM_STMT): New.
34432
34433         * ada-tree.h: (LABEL_STMT_FIRST_IN_EH): Deleted.
34434         (ASM_STMT_TEMPLATE, ASM_STMT_OUTPUT, ASM_STMT_ORIG_OUT,
34435         ASM_STMT_INPUT): New.
34436         (ASM_STMT_CLOBBER): Likewise.
34437
34438 2004-04-19  Thomas Quinot  <quinot@act-europe.fr>
34439
34440         * a-except.adb, s-parint.ads, s-parint.adb, types.ads, types.h: Use
34441         general rcheck mechanism to raise Program_Error for E.4(18), instead
34442         of a custom raiser in System.Partition_Interface.
34443         Part of general cleanup work before PolyORB integration.
34444
34445         * snames.ads, snames.adb: Add new runtime library entities and names
34446         for PolyORB DSA.
34447
34448         * sem_dist.ads, sem_dist.adb (Get_Subprogram_Id): Move from sem_dist to
34449         exp_dist.
34450         (Build_Subprogram_Id): New subprogram provided by exp_dist
34451         Code reorganisation in preparation for PolyORB integration.
34452
34453         * exp_dist.ads, exp_dist.adb (Get_Subprogram_Id): Move from sem_dist to
34454         exp_dist.
34455         (Build_Subprogram_Id): New subprogram provided by exp_dist
34456
34457         * sem_ch4.adb (Analyze_One_Call): Fix error message for mismatch in
34458         actual parameter types for call to dereference of an
34459         access-to-subprogram type.
34460
34461         * rtsfind.ads: Add new runtime library entities and names for PolyORB
34462         DSA.
34463
34464         * gnatlink.adb (Value): Remove. Use Interfaces.C.Strings.Value
34465         instead, which has the same behaviour here since we never pass it a
34466         NULL pointer.
34467
34468         * link.c (run_path_option, Solaris case): Use -Wl, as for other
34469         platforms.
34470
34471         * Makefile.in: adjust object file lists for gnatlink and gnatmake
34472         to account for new dependency upon Interfaces.C.Strings + link.o
34473         For x86 FreeBSD, use 86numaux.
34474
34475         * make.adb, gnatcmd.adb: Linker_Library_Path_Option has been moved up
34476         from Mlib.Tgt to Mlib.
34477
34478         * mlib.ads, mlib.adb (Linker_Library_Path_Option): New subprogram, now
34479         target-independent.
34480
34481         * mlib-tgt.ads, mlib-tgt.adb (Linker_Library_Path_Option): Remove
34482         target-specific versions of this subprogram, now implemented as a
34483         target-independent function in Mlib.
34484
34485         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb, 5lml-tgt.adb,
34486         5sml-tgt.adb, 5vml-tgt.adb, 5zml-tgt.adb, 5wml-tgt.adb
34487         (Linker_Library_Path_Option): Remove target-specific versions of this
34488         subprogram, now implemented as a target-independent function in Mlib.
34489
34490         * atree.adb: (Allocate_Initialize_Node): New subprogram.
34491         Factors out node table slots allocation.
34492         (Fix_Parents): New subprogram.
34493         Encapsulate the pattern of fixing up parent pointers for syntactic
34494         children of a rewritten node.
34495         (New_Copy_Tree): Use New_Copy to copy non-entity nodes.
34496         (Rewrite): Use New_Copy when creating saved copy of original node.
34497         (Replace): Use Copy_Node to copy nodes.
34498
34499 2004-04-19  Javier Miranda  <miranda@gnat.com>
34500
34501         * sprint.adb (Sprint_Node_Actual): Give support to the new
34502         Access_To_Subprogram node available in Access_Definition nodes. In
34503         addition, give support to the AI-231 node fields: null-exclusion,
34504         all-present, constant-present.
34505
34506         * sem_util.ads, sem_util.adb: (Has_Declarations): New subprogram
34507
34508         * sinfo.ads, sinfo.adb:
34509         New field Access_To_Subprogram_Definition in Access_Definition nodes
34510
34511         * sem_ch6.adb (Process_Formals): Move here the code that creates and
34512         decorates internal subtype declaration corresponding to the
34513         null-excluding formal. This code was previously in Set_Actual_Subtypes.
34514         In addition, carry out some code cleanup on this code. In case of
34515         access to protected subprogram call
34516         Replace_Anonymous_Access_To_Protected_Subprogram.
34517         (Set_Actual_Subtypes): Code cleanup.
34518
34519         * sem_ch8.adb (Analyze_Object_Renaming): Remove un-necessary call to
34520         Find_Type in case of anonymous access renamings. Add warning in case of
34521         null-excluding attribute used in anonymous access renaming.
34522
34523         * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
34524         subprogram
34525
34526         * sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram): New
34527         subprogram.
34528         (Access_Definition): In case of anonymous access to subprograms call
34529         the corresponding semantic routine to decorate the node.
34530         (Access_Subprogram_Declaration): Addition of some comments indicating
34531         some code that probably should be added here. Detected by comparison
34532         with the access_definition subprogram.
34533         (Analyze_Component_Declaration): In case of access to protected
34534         subprogram call Replace_Anonymous_Access_To_Protected.
34535         (Array_Type_Declaration): In case of access to protected subprogram call
34536         Replace_Anonymous_Access_To_Protected_Subprogram.
34537         (Process_Discriminants): In case of access to protected subprogram call
34538         Replace_Anonymous_Access_To_Protected_Subprogram.
34539
34540         * par.adb (P_Access_Definition): New formal that indicates if the
34541         null-exclusion part was present.
34542         (P_Access_Type_Definition): New formal that indicates if the caller has
34543         already parsed the null-excluding part.
34544
34545         * par-ch3.adb (P_Subtype_Declaration): Code cleanup.
34546         (P_Identifier_Declarations): Code cleanup and give support to renamings
34547         of anonymous access to subprogram types.
34548         (P_Derived_Type_Def_Or_Private_Ext_Decl): Code cleanup.
34549         (P_Array_Type_Definition): Give support to AI-254.
34550         (P_Component_Items): Give support to AI-254.
34551         (P_Access_Definition): New formal that indicates if the header was
34552         already parsed by the caller.
34553         (P_Access_Type_Definition): New formal that indicates if the caller has
34554         already parsed the null-excluding part.
34555
34556         * par-ch6.adb (P_Formal_Part): Add the null-excluding parameter to the
34557         call to P_Access_Definition.
34558
34559 2004-04-19  Geert Bosch  <bosch@gnat.com>
34560
34561         * checks.adb (Apply_Float_Conversion_Check): New procedure to implement
34562         the delicate semantics of floating-point to integer conversion.
34563         (Apply_Type_Conversion_Checks): Use Apply_Float_Conversion_Check.
34564
34565         * eval_fat.adb (Machine_Mantissa): Moved to spec.
34566         (Machine_Radix): New function.
34567
34568         * eval_fat.ads (Machine_Mantissa): Moved from body for use in
34569         conversion checks.
34570         (Machine_Radix): New function also for use in conversion checks.
34571
34572 2004-04-19  Ed Schonberg  <schonberg@gnat.com>
34573
34574         * par-prag.adb (Source_File_Name_Project): Fix typo in error message.
34575
34576         * exp_ch9.adb (Expand_Access_Protected_Subprogram_Type): Call analyze
34577         to decorate the access-to-protected subprogram and the equivalent type.
34578
34579         * checks.adb (Null_Exclusion_Static_Checks): Code cleanup. Give support
34580         to anonymous access to subprogram types.
34581
34582         * exp_ch4.adb (Expand_N_In): Preserve Static flag before
34583         constant-folding, for legality checks in contexts that require an RM
34584         static expression.
34585
34586         * exp_ch6.adb (Expand_N_Function_Call): If call may generate large
34587         temporary but stack checking is not enabled, increment serial number
34588         to so that symbol generation is consistent with and without stack
34589         checking.
34590
34591         * exp_util.ads, exp_util.adb (May_Generate_Large_Temp): Predicate is
34592         independent on whether stack checking is enabled, caller must check
34593         the corresponding flag.
34594
34595         * sem_ch3.adb (Constrain_Index): Index bounds given by attributes need
34596         range checks.
34597         (Build_Derived_Concurrent_Type): Inherit Is_Constrained flag from
34598         parent if it has discriminants.
34599         (Build_Derived_Private_Type): Constructed full view does
34600         not come from source.
34601         (Process_Discriminants): Default discriminants on a tagged type are
34602         legal if this is the internal completion of a private untagged
34603         derivation.
34604
34605         * sem_ch6.adb (Set_Actual_Subtypes): The generated declaration needs
34606         no constraint checks, because it corresponds to an existing object.
34607
34608         * sem_prag.adb (Process_Convention): Pragma applies
34609         only to subprograms in the same declarative part, i.e. the same unit,
34610         not the same scope.
34611
34612         * sem_res.adb (Valid_Conversion): In an instance or inlined body,
34613         ignore type mismatch on a numeric conversion if expression comes from
34614         expansion.
34615
34616 2004-04-19  Sergey Rybin  <rybin@act-europe.fr>
34617
34618         * sem_elim.adb (Process_Eliminate_Pragma): Remove the processing for
34619         Homonym_Number parameter, add processing for Source_Location parameter
34620         corresponding.
34621         (Check_Eliminated): Remove the check for homonym numbers, add the check
34622         for source location traces.
34623
34624         * sem_elim.ads (Process_Eliminate_Pragma): Replace Arg_Homonym_Number
34625         with Arg_Source_Location corresponding to the changes in the format of
34626         the pragma.
34627
34628         * sem_prag.adb: (Analyze_Pragma): Changes in the processing of
34629         Eliminate pragma corresponding to the changes in the format of the
34630         pragma: Homonym_Number is replaced with Source_Location, two ways of
34631         distinguishing homonyms are mutially-exclusive.
34632
34633 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
34634
34635         * get_targ.ads (Get_No_Dollar_In_Label): Remove.
34636
34637         * exp_dbug.adb (Output_Homonym_Numbers_Suffix): Remove use of
34638         No_Dollar_In_Label, no longer necessary, as it is always True.
34639         (Strip_Suffixes): Likewise.
34640
34641 2004-04-19  Gary Dismukes  <dismukes@gnat.com>
34642
34643         * s-stalib.ads (type Exception_Code): Use Integer'Size for exponent of
34644         modulus for compatibility with size clause on targets with 16-bit
34645         Integer.
34646
34647         * layout.adb (Discrimify): In the case of private types, set Vtyp to
34648         full type to fix type mismatches on calls to size functions for
34649         discriminant-dependent array components.
34650
34651 2004-04-19  Jerome Guitton  <guitton@act-europe.fr>
34652
34653         * Makefile.in (gnatlib-zcx): New target, for building a ZCX run-time
34654         lib.
34655
34656 2004-04-19  Pascal Obry  <obry@gnat.com>
34657
34658         * mdll-utl.adb (Locate): New version is idempotent.
34659
34660 2004-04-17  Laurent Guerby  <laurent@guerby.net>
34661
34662         PR ada/14988 (partial)
34663         * impunit.adb: Fix typo.
34664
34665 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
34666
34667         * Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none,
34668         and install-rts-cert targets.  Remove all gnatlib and gnattools
34669         targets and all other rts-* targets (moved to libada).  Remove (now)
34670         unused Make variables CHMOD, CHMOD_AX_FLAGS, shext, THREAD_KIND,
34671         TRACE, GNATLIBFLAGS, GNATLIBCFLAGS.
34672
34673 2004-04-08  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34674
34675         * trans.c (tree_transform): Shortcut returning error_mark_node for
34676         statements in annotate_only_mode.
34677         (tree_transform, case N_Label, case N_Return_Statement,
34678         N_Goto_Statement): Make statement tree instead of generating code.
34679         (tree_transform, case N_Assignment_Statement): No longer check
34680         type_annotate_only.
34681         (gnat_expand_stmt, case GOTO_STMT, case LABEL_STMT, case
34682         RETURN_STMT): New.
34683         (first_nondeleted_insn, build_block_stmt, make_expr_stmt_from_rtl):
34684         New fcns.
34685         (gnat_to_gnu): Collect any RTL generated and deal with it.
34686         (tree_transform, case N_And_Then): Refine when have non-null RTL_EXPR.
34687         (tree_transform case N_If_Statement): Rewrite to make IF_STMT.
34688         (gnat_expand_stmt, case BLOCK_STMT, IF_STMT): New cases.
34689
34690         * ada-tree.def (GOTO_STMT, LABEL_STMT, RETURN_STMT): New tree nodes.
34691
34692         * ada-tree.def (EXPR_STMT): Fix typo in name.
34693         (BLOCK_STMT, IF_STMT): New nodes.
34694
34695         * ada-tree.h (GOTO_STMT_LABEL, LABEL_STMT_LABEL,
34696         LABEL_STMT_FIRST_IN_EH): New macros.
34697         (RETURN_STMT_EXPR): Likewise.
34698
34699         * ada-tree.h: (BLOCK_STMT_LIST, IF_STMT_COND, IF_STMT_TRUE,
34700         IF_STMT_ELSEIF, IF_STMT_ELSE): New macros.
34701
34702 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
34703
34704         * atree.ads: Correct documentation on extended nodes.
34705
34706         * link.c: Set run_path_option for FreeBSD.
34707
34708 2004-04-08  Vincent Celier  <celier@gnat.com>
34709
34710         * mlib-prj.adb (Build_Library.Check_Libs): On OpenVMS, if dec.ali is
34711         one of the ALI file, do not link with DEC lib.
34712
34713         * par.adb Remove the last two characters ("%s" or "%b") when checking
34714         if a language defined unit may be recompiled.
34715
34716 2004-04-08  Ed Schonberg  <schonberg@gnat.com>
34717
34718         * sem_ch4.adb (Remove_Abstract_Operations): Improve error message when
34719         removal of abstract operation leaves no possible interpretation for
34720         expression.
34721
34722         * sem_eval.adb (Eval_Qualified_Expression): Use
34723         Set_Raises_Constraint_Error on node when needed, so that it does not
34724         get optimized away by subsequent optimizations.
34725
34726         * sem_res.adb (Resolve_Intrinsic_Operator): Save interpretations of
34727         operands even when they are not wrapped in a type conversion.
34728
34729 2004-04-08  Olivier Hainque  <hainque@act-europe.fr>
34730
34731         * sem_prag.adb (Set_Exported): Warn about making static as result of
34732         export only when the export is coming from source. This may be not
34733         be true e.g. on VMS where we expand export pragmas for exception codes
34734         together with imported or exported exceptions, and we don't want the
34735         user to be warned about something he didn't write.
34736
34737 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
34738
34739         * sem_util.adb (Note_Possible_Modification): Reorganize to remove code
34740         duplication between normal entities and those declared as renamings.
34741         No functional change.
34742
34743         * s-fileio.ads (Form): Remove pragma Inline, as we cannot currently
34744         inline functions returning an unconstrained result.
34745
34746 2004-04-08  Eric Botcazou  <ebotcazou@act-europe.fr>
34747
34748         * utils.c (type_for_mode): Handle BLKmode and VOIDmode properly, to
34749         conform to what other front-ends do.
34750
34751 2004-04-08  Doug Rupp  <rupp@gnat.com>
34752
34753         * 5vml-tgt.adb: Use Gas instead of VMS Macro to build auto init shared
34754         libraries.
34755
34756 2004-04-06  Pascal Obry  <obry@gnat.com>
34757
34758         * adaint.c (DIR_SEPARATOR): Properly set DIR_SEPARATOR on Win32.
34759
34760         * osint.adb (Program_Name): Do not look past a directory separator.
34761
34762 2004-04-06  Thomas Quinot  <quinot@act-europe.fr>
34763
34764         * atree.adb: Update comment (Rewrite_Substitute_Node no longer exists).
34765
34766         * exp_ch6.adb (Rewrite_Function_Call): Clarify documentation of
34767         requirement for preserving a copy of the original assignment node.
34768
34769         * sinfo.ads: Update comment (Original_Tree -> Original_Node).
34770
34771 2004-04-06  Olivier Hainque  <hainque@act-europe.fr>
34772
34773         (__gnat_initialize [Vxworks]): Enable references to the crtstuff bits
34774         when supported.
34775
34776 2004-04-06  Ed Schonberg  <schonberg@gnat.com>
34777
34778         * sem_ch4.adb (Remove_Abstract_Operations): Extend previous changes to
34779         operator calls in functional notation, and apply
34780         Universal_Interpretation to operands, not to their type.
34781
34782 2004-04-06  Robert Dewar  <dewar@gnat.com>
34783
34784         * 5wdirval.adb: Minor reformatting
34785
34786 2004-04-06  Ed Falis  <falis@gnat.com>
34787
34788         * gnat_rm.texi: Improve a reference to the GCC manual
34789
34790 2004-04-05  Vincent Celier  <celier@gnat.com>
34791
34792         * adaint.h, adaint.c: Add function __gnat_named_file_length
34793
34794         * impunit.adb: Add Ada.Directories to the list
34795
34796         * Makefile.in: Add VMS and Windows versions of
34797         Ada.Directories.Validity package body.
34798
34799         * Makefile.rtl: Add a-direct and a-dirval
34800
34801         * mlib-tgt.ads: Minor comment update.
34802
34803         * a-dirval.ads, a-dirval.adb, 5vdirval.adb, 5wdirval.adb,
34804         a-direct.ads, a-direct.adb: New files.
34805
34806 2004-04-05  Vincent Celier  <celier@gnat.com>
34807
34808         PR ada/13620
34809         * make.adb (Scan_Make_Arg): Pass any -fxxx switches to gnatlink, not
34810         just to the compiler.
34811
34812 2004-04-05  Robert Dewar  <dewar@gnat.com>
34813
34814         * a-except.adb (Exception_Name_Simple): Make sure lower bound of
34815         returned string is 1.
34816
34817         * ali-util.adb: Use proper specific form for Warnings (Off, entity)
34818
34819         * eval_fat.ads: Minor reformatting
34820
34821         * g-curexc.ads: Document that lower bound of returned string values
34822         is always one.
34823
34824         * gnatlink.adb: Add ??? comment for previous change
34825         (need to document why this is VMS specific)
34826
34827         * s-stoele.ads: Minor reformatting
34828
34829         * tbuild.ads: Minor reformatting throughout (new function specs)
34830
34831         * par-ch10.adb (P_Context_Clause): Handle comma instead of semicolon
34832         after WITH.
34833
34834         * scng.adb: Minor reformatting
34835
34836 2004-04-05  Geert Bosch  <bosch@gnat.com>
34837
34838         * eval_fat.adb (Machine): Remove unnecessary suppression of warning.
34839         (Leading_Part): Still perform truncation to machine number if the
34840         specified radix_digits is greater or equal to machine_mantissa.
34841
34842 2004-04-05  Javier Miranda  <miranda@gnat.com>
34843
34844         * par-ch3.adb: Complete documentation of previous change
34845         Correct wrong syntax documentation of the OBJECT_DECLARATION rule
34846         (aliased must appear before constant).
34847
34848         * par-ch4.adb: Complete documentation of previous change.
34849
34850         * par-ch6.adb: Complete documentation of previous change.
34851
34852         * sinfo.ads: Fix typo in commment.
34853
34854 2004-04-05  Ed Schonberg  <schonberg@gnat.com>
34855
34856         * sem_ch3.adb (Inherit_Components): If derived type is private and has
34857         stored discriminants, use its discriminants to constrain parent type,
34858         as is done for non-private derived record types.
34859
34860         * sem_ch4.adb (Remove_Abstract_Operations): New subprogram to implement
34861         Ada 2005 AI-310: an abstract non-dispatching operation is not a
34862         candidate interpretation in an overloaded call.
34863
34864         * tbuild.adb (Unchecked_Convert_To): Preserve conversion node if
34865         expression is Null and target type is not an access type (e.g. a
34866         non-private address type).
34867
34868 2004-04-05  Thomas Quinot  <quinot@act-europe.fr>
34869
34870         * exp_ch6.adb (Rewrite_Function_Call): When rewriting an assignment
34871         statement whose right-hand side is an inlined call, save a copy of the
34872         original assignment subtree to preserve enough consistency for
34873         Analyze_Assignment to proceed.
34874
34875         * sem_ch5.adb (Analyze_Assignment): Remove a costly copy of the
34876         complete assignment subtree which is now unnecessary, as the expansion
34877         of inlined call has been improved to preserve a consistent assignment
34878         tree.  Note_Possible_Modification must be called only
34879         after checks have been applied, or else unnecessary checks will
34880         be generated.
34881
34882         * sem_util.adb (Note_Possible_Modification): Reorganise the handling
34883         of explicit dereferences that do not Come_From_Source:
34884          - be selective on cases where we must go back to the dereferenced
34885            pointer (an assignment to an implicit dereference must not be
34886            recorded as modifying the pointer);
34887          - do not rely on Original_Node being present (Analyze_Assignment
34888            calls Note_Possible_Modification on a copied tree).
34889
34890         * sem_warn.adb (Check_References): When an unset reference to a pointer
34891         that is never assigned is encountered, prefer '<pointer> may be null'
34892         warning over '<pointer> is never assigned a value'.
34893
34894 2004-04-05  Ramon Fernandez  <fernandez@gnat.com>
34895
34896         * tracebak.c: Change STOP_FRAME in ppc vxworks to be compliant with
34897         the ABI.
34898
34899 2004-04-05  Olivier Hainque  <hainque@act-europe.fr>
34900
34901         * 5gmastop.adb (Pop_Frame): Comment out the pragma Linker_Option for
34902         libexc. We currently don't reference anything in this library and
34903         linking it in triggers linker warnings we don't want to see.
34904
34905         * init.c: Update comments.
34906
34907 2004-04-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34908
34909         * decl.c (gnat_to_gnu_entity): Use TYPE_READONLY.
34910         * utils.c (create_field_decl): Likewise.
34911         * utils2.c (build_unary_op, gnat_build_constructor): Likewise.
34912
34913 2004-04-02  Arnaud Charlet  <charlet@act-europe.fr>
34914
34915         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
34916         Replace ifinfo by ifnottex, to make makeinfo --html happy again.
34917         Add info directory entry and category.
34918
34919 2004-04-02  Jan Hubicka  <jh@suse.cz>
34920
34921         * utils.c: Include function.h
34922         (end_subprog_body): Clear DECL_STRUCT_FUNCTION.
34923
34924 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
34925
34926         PR ada/14150
34927         * Make-lang.in: Clean up generation of documentation
34928
34929         * gnat-style.texi, gnat_rm.texi, ug_words: Resync with AdaCore version
34930
34931         * xgnatug.adb: Removed, replaced by xgnatugn.adb
34932
34933         * xgnatugn.adb: Replaces xgnatug.adb
34934
34935         * gnat_ug.texi: Removed, replaced by gnat_ugn.texi
34936
34937         * gnat_ugn.texi: Replaces gnat_ug.texi. Resync with AdaCore version
34938
34939         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
34940         gnat_ug_wnt.texi: Removed.
34941
34942 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
34943
34944         * utils2.c: Update copyright notice.
34945
34946 2004-04-01  Robert Dewar  <dewar@gnat.com>
34947
34948         * checks.adb: Minor reformatting throughout
34949         Note that prev checkin added RM reference to alignment warning
34950
34951 2004-04-01  Ed Schonberg  <schonberg@gnat.com>
34952
34953         * exp_aggr.adb (Get_Component_Val): Treat a string literal as
34954         non-static when building aggregate for bit-packed array.
34955
34956         * exp_ch4.adb (Expand_N_Slice): If a packed slice is an actual of a
34957         function call that is itself the actual in a procedure call, build
34958         temporary for it.
34959
34960         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If right-hand side is
34961         a string literal, create a temporary for it, constant folding only
34962         handles scalars here.
34963
34964 2004-04-01  Vincent Celier  <celier@gnat.com>
34965
34966         * ali-util.adb (Post_Scan, Error_Msg, Error_Msg_S, Error_Msg_SC,
34967         Error_Msg_SP): New empty procedures to instantiate the Scanner.
34968         (Style, Scanner): Instantiations of Styleg and Scng to be able to scan
34969         tokens.
34970         (Accumulate_Checksum, Initialize_Checksum): Remove procedures.
34971         (Get_File_Checksum): Use the instantiated scanner to scan all the tokens
34972         and get the checksum.
34973
34974         * make.adb (Gnatmake): Do not insert into Q the Main_Source if it is
34975         already in the Q.
34976         Increase the Marking_Label at the end of the Multiple_Main_Loop,
34977         instead of at the beginning.
34978
34979         * osint.adb (Lib_File_Name): Use Multi_Unit_Index_Character, not '~'
34980         directly.
34981         (Osint package elaboration): Change Multi_Unit_Index_Character to '$' if
34982         on VMS.
34983
34984         * osint.ads (Multi_Unit_Index_Character): New Character global variable
34985
34986         * osint-c.adb (Set_Library_Info_Name): Use Multi_Unit_Index_Character,
34987         not '~' directly.
34988
34989         * par.adb: Remove test on file name to detect language defined units.
34990         Add test on unit name, after parsing, to detect language defined units
34991         that are not compiled with -gnatg (except System.RPC and its children)
34992
34993         * par-ch10.adb (P_Compilation_Unit): In multi-unit sources, scan the
34994         following units without style checking.
34995
34996         * switch-c.adb: Change -gnatC to -gnateI
34997
34998         * usage.adb: Document new switch -gnateInnn
34999
35000         * scng.adb (Accumulate_Token_Checksum): New procedure
35001         (Scan): Call Accumulate_Token_Checksum after each identifier, reserved
35002         word or literal number.
35003         (Scan.Nlit.Scan_Integer): Do not accumulate internal '_' in litteral
35004         numbers.
35005
35006 2004-04-01  Thomas Quinot  <quinot@act-europe.fr>
35007
35008         * a-tasatt.adb,
35009         g-comlin.adb, sinput-c.adb, s-secsta.adb, s-tpobop.adb,
35010         switch-m.adb, 56taprop.adb, 5ginterr.adb, 5gmastop.adb,
35011         5staprop.adb, 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb,
35012         5vtpopde.adb: Add missing 'constant' keywords.
35013
35014 2004-04-01  Javier Miranda  <miranda@gnat.com>
35015
35016         * par-ch4.adb: (P_Allocator): Code cleanup
35017
35018         * sem_ch3.adb (Access_Definition): Properly set the null-excluding
35019         attribute.
35020
35021         * sinfo.ads: Complete documentation of previous change
35022
35023 2004-04-01  Pascal Obry  <obry@gnat.com>
35024
35025         * gnatlink.adb (Process_Binder_File): Remove duplicate linker options
35026         only on VMS.  This special handling was done because an old GNU/ld bug
35027         on Windows which has been fixed.
35028
35029 2004-04-01  GNAT Script  <nobody@gnat.com>
35030
35031         * Make-lang.in: Makefile automatically updated
35032
35033 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35034
35035         * decl.c (gnat_to_gnu_entity, make_type_from_size):
35036         Use TYPE_UNSIGNED, not TREE_UNSIGNED.
35037         * trans.c (tree_transform, convert_with_check): Likewise.
35038         * utils.c (gnat_signed_or_unsigned_type): Likewise.
35039         (build_vms_descriptor, unchecked_convert): Likewise.
35040         * utils2.c (nonbinary_modular_operation): Likewise.
35041
35042 2004-03-29  Javier Miranda  <miranda@gnat.com>
35043
35044         * checks.adb (Null_Exclusion_Static_Checks): New subprogram
35045         (Install_Null_Excluding_Check): Local subprogram that determines whether
35046         an access node requires a runtime access check and if so inserts the
35047         appropriate run-time check.
35048         (Apply_Access_Check): Call Install_Null_Excluding check if required
35049         (Apply_Constraint_Check): Call Install_Null_Excluding check if required
35050
35051         * checks.ads: (Null_Exclusion_Static_Checks): New subprogram
35052
35053         * einfo.ads: Fix typo in comment
35054
35055         * exp_ch3.adb (Build_Assignment): Generate conversion to the
35056         null-excluding type to force the corresponding run-time check.
35057         (Expand_N_Object_Declaration): Generate conversion to the null-excluding
35058         type to force the corresponding run-time check.
35059
35060         * exp_ch5.adb (Expand_N_Assignment_Statement): Generate conversion to
35061         the null-excluding type to force the corresponding run-time check.
35062
35063         * exp_ch6.adb (Expand_Call): Do not generate the run-time check in
35064         case of access types unless they have the null-excluding attribute.
35065
35066         * sprint.adb (Sprint_Node_Actual): Give support to the null-exclusing
35067         part.
35068
35069         * exp_util.ads: Fix typo in comment
35070
35071         * par.adb (P_Null_Exclusion): New subprogram
35072         (P_Subtype_Indication): New formal that indicates if the null-excluding
35073         part has been scanned-out and it was present
35074
35075         * par-ch3.adb, par-ch4.adb, par-ch6.adb: Give support to AI-231
35076
35077         * sem_aggr.adb: (Check_Can_Never_Be_Null): New subprogram
35078         (Aggregate_Constraint_Checks): Generate conversion to the null-excluding
35079         type to force the corresponding run-time check
35080         (Resolve_Aggregate): Propagate the null-excluding attribute to the array
35081         components
35082         (Resolve_Array_Aggregate): Carry out some static checks
35083         (Resolve_Record_Aggregate.Get_Value): Carry out some static check
35084
35085         * sem_ch3.adb (Access_Definition): In Ada 0Y the Can_Never_Be_Null
35086         attribute must be set only if specified by means of the null-excluding
35087         part. In addition, we must also propagate the access-constant attribute
35088         if present.
35089         (Access_Subprogram_Declaration, Access_Type_Declaration,
35090         Analyze_Component_Declaration, Analyze_Object_Declaration,
35091         Array_Type_Declaration, Process_Discriminants,
35092         Analyze_Subtype_Declaration): Propagate the null-excluding attribute
35093         and carry out some static checks.
35094         (Build_Derived_Access_Type): Set the null-excluding attribute
35095         (Derived_Type_Declaration, Process_Subtype): Carry out some static
35096         checks.
35097
35098         * sem_ch4.adb (Analyze_Allocator): Carry out some static checks
35099
35100         * sem_ch5.adb (Analyze_Assignment): Carry out some static checks
35101
35102         * sem_ch6.adb (Process_Formals): Carry out some static checks.
35103         (Set_Actual_Subtypes): Generate null-excluding subtype if the
35104         null-excluding part was present; it is not required to be done here in
35105         case of anonymous access types.
35106         (Set_Formal_Mode): Ada 0Y allows anonymous access to have the null
35107         value.
35108
35109         * sem_res.adb (Resolve_Actuals): Carry out some static check
35110         (Resolve_Null): Allow null in anonymous access
35111
35112         * sinfo.adb: New subprogram Null_Exclusion_Present
35113         All_Present and Constant_Present available on access_definition nodes
35114
35115         * sinfo.ads: New flag Null_Exclusion_Present on subtype_declaration,
35116         object_declaration, derived_type_definition, component_definition,
35117         discriminant_specification, access_to_object_definition,
35118         access_function_definition, allocator, access_procedure_definition,
35119         access_definition, parameter_specification, All_Present and
35120         Constant_Present flags available on access_definition nodes.
35121
35122 2004-03-29  Robert Dewar  <dewar@gnat.com>
35123
35124         * fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
35125         gnat1drv.adb, lib.adb, lib.ads, lib-load.adb, lib-writ.adb,
35126         opt.ads, osint.adb, osint.ads, osint-c.adb, par.adb,
35127         par-ch10.adb, par-load.adb, par-prag.adb, sfn_scan.adb,
35128         sfn_scan.ads, sinput-l.adb, sinput-l.ads, switch-c.adb,
35129         sem_prag.adb: Updates to handle multiple units/file
35130
35131         * par.adb: Change test for s-rpc to s-rp for detecting rpc and children
35132
35133         * par.adb, memtrack.adb, prj-makr.adb, prj-part.adb,
35134         sem_util.adb: Minor reformatting
35135
35136         * sem_ch12.adb: Add comment for previous change
35137
35138 2004-03-29  Laurent Pautet  <pautet@act-europe.fr>
35139
35140         * osint.adb (Executable_Prefix): Set Exec_Name to the current
35141         executable name when not initialized. Otherwise, use its current value.
35142
35143         * osint.ads (Exec_Name): Move Exec_Name from body to spec in order to
35144         initialize it to another executable name than the current one. This
35145         allows to configure paths for an executable name (gnatmake) different
35146         from the current one (gnatdist).
35147
35148 2004-03-29  Ed Schonberg  <schonberg@gnat.com>
35149
35150         * exp_ch6.adb (Expand_Call): A call to a function declared in the
35151         current unit cannot be inlined if it appears in the body of a withed
35152         unit, to avoid order of elaboration problems in gigi.
35153
35154         * exp_ch9.adb (Build_Protected_Sub_Specification): Generate debugging
35155         information for protected (wrapper) operation as well, to simplify gdb
35156         use.
35157
35158         * sem_ch6.adb (Analyze_Subprogram_Body): For a private operation in a
35159         protected body, indicate that the entity for the generated spec comes
35160         from source, to ensure that references are properly generated for it.
35161         (Build_Body_To_Inline): Do not inline a function that returns a
35162         controlled type.
35163
35164         * sem_prag.adb (Process_Convention): If subprogram is overloaded, only
35165         apply convention to homonyms that are declared explicitly.
35166
35167         * sem_res.adb (Make_Call_Into_Operator): If the operation is a function
35168         that renames an equality operator and the operands are overloaded,
35169         resolve them with the declared formal types, before rewriting as an
35170         operator.
35171
35172 2004-03-29  GNAT Script  <nobody@gnat.com>
35173
35174         * Make-lang.in: Makefile automatically updated
35175
35176 2004-03-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
35177
35178         * memtrack.adb: Log realloc calls, which are treated as free followed
35179         by alloc.
35180
35181 2004-03-25  Vincent Celier  <celier@gnat.com>
35182
35183         * prj-makr.adb (Process_Directories): Detect when a file contains
35184         several units. Do not include such files in the config pragmas or
35185         in the naming scheme.
35186
35187         * prj-nmsc.adb (Record_Source): New parameter Trusted_Mode.
35188         Resolve links only when not in Trusted_Mode.
35189         (Find_Sources, Recursive_Find_Dirs, Find_Source_Dirs, Locate_Directory):
35190         Do not resolve links for the display names.
35191
35192         * prj-part.adb (Parse_Single_Project, Project_Path_Name_Of): Do not
35193         resolve links when computing the display names.
35194
35195 2004-03-25  Thomas Quinot  <quinot@act-europe.fr>
35196
35197         * sem_attr.adb (Check_Dereference): When the prefix of a 'Tag
35198         attribute reference does not denote a subtype, it can be any
35199         expression that has a classwide type, potentially after an implicit
35200         dereference.  In particular, the prefix can be a view conversion for
35201         a classwide type (for which Is_Object_Reference holds), but it can
35202         also be a value conversion for an access-to-classwide type. In the
35203         latter case, there is an implicit dereference, and the original node
35204         for the prefix does not verify Is_Object_Reference.
35205
35206         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): A view
35207         conversion of a discriminant-dependent component of a mutable object
35208         is one itself.
35209
35210 2004-03-25  Ed Schonberg  <schonberg@gnat.com>
35211
35212         * freeze.adb (Freeze_Entity): When an inherited subprogram is
35213         inherited, has convention C, and has unconstrained array parameters,
35214         place the corresponding warning on the derived type declaration rather
35215         than the original subprogram.
35216
35217         * sem_ch12.adb (Instantiate_Formal_Subprogram): Set From_Default
35218         indication on renaming declaration, if formal has a box and actual
35219         is absent.
35220
35221         * sem_ch8.adb (Analyze_Subprogram_Renaming): Use From_Default flag to
35222         determine whether to generate an implicit or explicit reference to
35223         the renamed entity.
35224
35225         * sinfo.ads, sinfo.adb: New flag From_Default, to indicate that a
35226         subprogram renaming comes from a defaulted formal subprogram in an
35227         instance.
35228
35229 2004-03-25  Gary Dismukes  <dismukes@gnat.com>
35230
35231         * sem_elab.adb (Check_Elab_Call): Refine loop that checks for default
35232         value expressions to ensure that calls within a component definition
35233         will be checked (since those are evaluated during the record type's
35234         elaboration).
35235
35236 2004-03-25  Arnaud Charlet  <charlet@act-europe.fr>
35237
35238         * s-tpobop.adb: Code clean up:
35239         (Requeue_Call): Extract from PO_Service_Entries to remove duplicated
35240         code.
35241         (PO_Do_Or_Queue): Remove duplicated code and use Requeue_Call.
35242
35243 2004-03-25  Jose Ruiz  <ruiz@act-europe.fr>
35244
35245         * Makefile.in: Clean up in the ravenscar run time.
35246
35247 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35248
35249         * decl.c (gnat_to_gnu_entity, case E_Access_Type): Pass value
35250         of No_Strict_Aliasing to build_pointer_type_for_mode.
35251         * utils.c (update_pointer_to): Walk pointer and ref chains.
35252
35253 2004-03-22  Cyrille Comar  <comar@act-europe.fr>
35254
35255         * ali.ads: Fix Comment about Dynamic_Elab.
35256
35257         * gnatls.adb (Output_Unit): Add output of many flags (Dynamic_Elab,
35258         Has_RACW, Is_Generic, etc.)
35259         (Output_Object, Gnatls): Take into account ALI files not attached to
35260         an object.
35261
35262 2004-03-22  Vincent Celier  <celier@gnat.com>
35263
35264         * gprep.adb: Change all String_Access to Name_Id
35265         (Is_ASCII_Letter): new function
35266         (Double_File_Name_Buffer): New procedure
35267         (Preprocess_Infile_Name): New procedure
35268         (Process_Files): New procedure
35269         (Gnatprep): Check if output and input are existing directories.
35270         Call Process_Files to do the real job.
35271
35272 2004-03-22  Robert Dewar  <dewar@gnat.com>
35273
35274         * prj-env.adb, prj-nmsc.ads, prj-proc.ads,
35275         s-stache.ads, s-stache.adb: Comment updates. Minor reformatting.
35276
35277 2004-03-22  Sergey Rybin  <rybin@act-europe.fr>
35278
35279         * scn.adb (Contains): Add check for EOF, is needed for a degenerated
35280         case when the source contains only comments.
35281
35282 2004-03-22  Ed Schonberg  <schonberg@gnat.com>
35283
35284         * sem_ch10.adb (Analyze_Compilation_Unit): When generating a
35285         declaration for a child subprogram body that acts as a spec, indicate
35286         that the entity in the declaration needs debugging information.
35287
35288         * sem_ch3.adb (Complete_Private_Subtype): Do not build an underlying
35289         full view if the subtype is created for a constrained record component;
35290         gigi has enough information to construct the record, and there is no
35291         place in the tree for the declaration.
35292
35293         * sem_ch6.adb (Build_Body_To_Inline): Use an internal name without
35294         serial number for the dummy body that is built for analysis, to avoid
35295         inconsistencies in the generation of internal names when compiling
35296         with -gnatN.
35297
35298 2004-03-22  Thomas Quinot  <quinot@act-europe.fr>
35299
35300         * sem_util.adb (Is_Object_Reference): A view conversion denotes an
35301         object.
35302
35303 2004-03-22  GNAT Script  <nobody@gnat.com>
35304
35305         * Make-lang.in: Makefile automatically updated
35306
35307 2004-03-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35308
35309         * decl.c (gnat_to_gnu_entity): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
35310         * trans.c (tree_transform, emit_index_check): Likewise.
35311         * utils.c (build_template): Likewise.
35312         (max_size, convert): Remove handling of WITH_RECORD_EXPR.
35313         (maybe_unconstrained_array, unchecked_convert): Likewise.
35314         * utils2.c (gnat_truthvalue_conversion, build_binary_op): Likewise.
35315         (build_unary_op): Likewise.
35316         (compare_arrays, build_allocator): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
35317         (fill_vms_descriptor): Likewise.
35318         (build_call_alloc_dealloc): Likewise.
35319         ALIGN is unsigned.
35320         * gigi.h (build_call_alloc_dealloc): Alignment is unsigned.
35321
35322 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
35323
35324         PR other/14630
35325         * gnat_ug.texi: Add info directory category and entry.
35326         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
35327         gnat_ug_wnt.texi: Regenerate.
35328
35329 2004-03-19  Arnaud Charlet  <charlet@act-europe.fr>
35330
35331         * ada-tree.h: Update copyright notice.
35332         Minor reformatting.
35333
35334 2004-03-19  Olivier Hainque  <hainque@act-europe.fr>
35335
35336         * decl.c (gnat_to_gnu_entity, case E_Exception): Handle VMS exceptions
35337         as regular exception objects and not as mere integers representing the
35338         condition code.  The latter approach required some dynamics to mask off
35339         severity bits, which did not fit well into the GCC table based model.
35340         (gnat_to_gnu_entity, objects): Don't supply an external name for VMS
35341         exception data objects. We don't it and it would conflict with the other
35342         external symbol we have to generate for such exceptions.
35343
35344         * trans.c (tree_transform, case N_Exception_Handler): Remove part of
35345         the special code for VMS exceptions, since these are now represented
35346         as regular exceptions objects.
35347
35348 2004-03-19 Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35349
35350         * decl.c (debug_no_type_hash): Remove.
35351         (gnat_to_gnu_entity, case E_Array_Type): Don't set and clear it.
35352         * misc.c (LANG_HOOK_HASH_TYPE): Redefine.
35353
35354 2004-03-19  Laurent Guerby  <laurent@guerby.net>
35355
35356         * sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of
35357         aggregate, allows bootstrap from 3.3 on powerpc-darwin.
35358
35359 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35360
35361         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Add checking.
35362         (TYPE_CONTAINS_TEMPLATE_P, TYPE_OBJECT_RECORD_TYPE): Likewise.
35363         (TYPE_RM_SIZE_INT): Directly use type.values.
35364         (TREE_LOOP_ID): Clean up check.
35365         * decl.c (gnat_to_gnu_entity, case E_Enumeration_Type): Use
35366         TYPE_VALUES, not TYPE_FIELDS.
35367         * trans.c (convert_with_check): Delay access of bounds of basetype
35368         until sure is numeric.
35369
35370 2004-03-18  Arnaud Charlet  <charlet@act-europe.fr>
35371
35372         * 5atpopsp.adb: Remove RTEMS from list of platforms using this file.
35373
35374         Code clean up:
35375         * 5ataprop.adb, 5ftaprop.adb, 5htaprop.adb, 5itaprop.adb, 5staprop.adb,
35376         5vtaprop.adb, 5wtaprop.adb, 7staprop.adb (Finalize_TCB): Use
35377         Specific.Set instead of direct call to e.g pthread_setspecific.
35378
35379 2004-03-18  Thomas Quinot  <quinot@act-europe.fr>
35380
35381         * adaint.c: Update comments.
35382
35383         * Makefile.in: set PREFIX_OBJS, SYMLIB, THREADSLIB, and
35384         GNATLIB_SHARED for FreeBSD.
35385
35386 2004-03-18  Jose Ruiz  <ruiz@act-europe.fr>
35387
35388         * init.c [VxWorks]: Do not fix the stack size for the environment task.
35389         When needed (stack checking) the stack size is retrieved
35390         from the VxWorks kernel.
35391
35392         * Makefile.in: Flag -nostdinc is required when building the run time
35393         for avoiding looking for files in the base compiler.
35394         Add the VxWorks specific version of the package body for
35395         System.Stack_checking.Operations (5zstchop.adb).
35396
35397         * Make-lang.in: Add the object file for
35398         System.Stack_Checking.Operations.
35399
35400         * Makefile.rtl: Add object file for the package
35401         System.Stack_Checking.Operations.
35402
35403         * s-stchop.ads, s-stchop.adb, 5zstchop.adb: New files.
35404
35405         * s-stache.ads, s-stache.adb: Move the operations related to stack
35406         checking from this package to package System.Stack_Checking.Operations.
35407         This way, stack checking operations are only linked in the final
35408         executable when using the -fstack-check flag.
35409
35410 2004-03-18  Doug Rupp  <rupp@gnat.com>
35411
35412         * Makefile.in [VMS]: Handle 64 bit specs (5qsystem.ads, 5xcrtl.ads).
35413         Reorganize ifeq's.
35414
35415         * 5qsystem.ads, 5xcrtl.ads: New files.
35416
35417 2004-03-18  Vincent Celier  <celier@gnat.com>
35418
35419         * prj.adb (Reset): Reset hash table Files_Htable
35420
35421         * prj-env.adb (Source_Paths, Object_Paths): New tables.
35422         (Add_To_Source_Path, Add_To_Object_Path): New procedures, to replace
35423         the procedures Add_To_Path_File.
35424         (Set_Ada_Paths): Accumulate source and object dirs in the tables,
35425         making sure that each directory is present only once and, for object
35426         dirs, when a directory already present is added, the duplicate is
35427         removed and the directory is always put as the last in the table.
35428         Write the path files at the end of these accumulations.
35429
35430         * prj-nmsc.adb (Record_Source): Add source file name in hash table
35431         Files_Htable for all sources.
35432
35433         * prj-proc.adb (Process): Remove restrictions between not directly
35434         related extending projects.
35435
35436 2004-03-18  Emmanuel Briot  <briot@act-europe.fr>
35437
35438         * prj-nmsc.ads, prj-nmsc.adb (Ada_Check): New parameter Trusted_Mode.
35439         (Find_Sources): Minor speed optimization.
35440
35441         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): New
35442         parameter Trusted_Mode.
35443
35444 2004-03-18  Sergey Rybin  <rybin@act-europe.fr>
35445
35446         * scn.adb (Determine_License): Take into account a degenerated case
35447         when the source contains only comments.
35448
35449 2004-03-18  Ed Schonberg  <schonberg@gnat.com>
35450
35451         * sem_warn.adb (Check_References): For a warning on a selected
35452         component that does not come from source, locate an uninitialized
35453         component of the record type to produce a more precise error message.
35454
35455 2004-03-15  Jerome Guitton  <guitton@act-europe.fr>
35456
35457         * 3zsoccon.ads: Fix multicast options.
35458
35459         * s-thread.ads: Move unchecked conversion from ATSD_Access to Address
35460         in the spec.
35461
35462 2004-03-15  Robert Dewar  <dewar@gnat.com>
35463
35464         * sem_prag.adb: Make sure No_Strict_Aliasing flag is set right when
35465         pragma used for a private type.
35466
35467         * lib-xref.adb (Generate_Reference): Do not generate warning if
35468         reference is in a different unit from the pragma Unreferenced.
35469
35470         * 5vtpopde.adb: Minor reformatting
35471         Fix casing of To_Task_ID
35472
35473         * sem_ch13.adb (Validate_Unchecked_Conversion): Set No_Strict_Aliasing
35474         flag if we have an unchecked conversion to an access type in the same
35475         unit.
35476
35477 2004-03-15  Geert Bosch  <bosch@gnat.com>
35478
35479         * a-ngcoty.adb (Modulus): In alternate formula for large real or
35480         imaginary parts, use Double precision throughout.
35481
35482         * a-tifiio.adb (Put_Scaled): Remove remaining pragma Debug. Not only
35483         we want to be able to compile run-time with -gnata for testing, but
35484         this may also be instantiated in user code that is compiled with -gnata.
35485
35486 2004-03-15  Olivier Hainque  <hainque@act-europe.fr>
35487
35488         * s-stalib.ads (Exception_Code): New type, to represent Import/Export
35489         codes. Having a separate type for this is useful to enforce consistency
35490         throughout the various run-time units.
35491         (Exception_Data): Use Exception_Code for Import_Code.
35492
35493         * s-vmextra.ads, s-vmexta.adb: Use Exception_Code instead of a mix of
35494         Natural and Integer in various places.
35495         (Register_VMS_Exception): Use Base_Code_In to compute the exception code
35496         with the severity bits masked off.
35497         (Register_VMS_Exception): Handle the additional exception data pointer
35498         argument.
35499
35500         * raise.c (_GNAT_Exception structure): Remove the handled_by_others
35501         component, now reflected by an exported accessor.
35502         (is_handled_by): New routine to compute whether the propagated
35503         occurrence matches some handler choice specification. Extracted out of
35504         get_action_description_for, and expanded to take care of the VMS
35505         specifities.
35506         (get_action_description_for): Use is_handled_by instead of an explicit
35507         complex condition to decide if the current choice at hand catches the
35508         propagated occurrence.
35509
35510         * raise.h (Exception_Code): New type for C.
35511
35512         * rtsfind.ads (RE_Id, RE_Unit_Table): Add
35513         System.Standard_Library.Exception_Code, to allow references from the
35514         pragma import/export expander.
35515
35516         * a-exexpr.adb (Is_Handled_By_Others, Language_For, Import_Code_For):
35517         New accessors to allow easy access to GNAT exception data
35518         characteristics.
35519         (GNAT_GCC_Exception record, Propagate_Exception): Get rid of the
35520         redundant Handled_By_Others component, helper for the personality
35521         routine which will now be able to call the appropriate exception data
35522         accessor instead.
35523
35524         * cstand.adb (Create_Standard): Adjust the type of the Import_Code
35525         component of Standard_Exception_Type to be the closest possible to
35526         Exception_Code in System.Standard_Library, that we cannot get at this
35527         point. Expand a ??? comment to notify that this type node should
35528         probably be rewritten later on.
35529
35530         * exp_prag.adb (Expand_Pragma_Import_Export_Exception): Adjust the
35531         registration call to include a pointer to the exception object in the
35532         arguments.
35533
35534         * init.c (__gnat_error_handler): Use Exception_Code and Base_Code_In
35535         instead of int and explicit bitmasks.
35536
35537 2004-03-15  Vincent Celier  <celier@gnat.com>
35538
35539         * vms_data.ads: Add new GNAT BIND qualifier /STATIC. Makes /NOSHARED
35540         equivalent to /STATIC and /NOSTATIC equivalent to /SHARED.
35541
35542         * a-tasatt.adb (To_Access_Code): Remove this UC instantiation, no
35543         longer needed now that it is in the spec of
35544         System.Tasking.Task_Attributes.
35545
35546         * adaint.h, adaint.c: (__gnat_create_output_file): New function
35547
35548         * gnatcmd.adb: Fix bug introduced in previous rev: /= instead of =
35549
35550         * g-os_lib.ads, g-os_lib.adb (Create_Output_Text_File): New function.
35551
35552         * make.adb (Gnatmake): Do not check the executable suffix; it is being
35553         taken care of in Scan_Make_Arg.
35554         (Scan_Make_Arg): Add the executable suffix only if the argument
35555         following -o, in canonical case, does not end with the executable
35556         suffix.  When in verbose mode and executable file name does not end
35557         with executable suffix, output the executable name, in canonical case.
35558
35559         * s-tataat.ads (Access_Dummy_Wrapper): Add pragma No_Strict_Aliasing
35560         to avoid warnings when instantiating Ada.Task_Attributes.
35561         Minor reformating.
35562
35563         * mlib-prj.adb (Process_Imported_Libraries): Get the imported libraries
35564         in the correct order.
35565
35566         * prj-makr.adb (Process_Directory): No longer use GNAT.Expect, but
35567         redirect standard output and error to a file for the invocation of the
35568         compiler, then read the file.
35569
35570         * prj-nmsc.adb (Find_Sources): Use the Display_Value for each
35571         directory, instead of the Value.
35572         (Find_Source_Dirs): Remove useless code & comments.
35573
35574 2004-03-15  Ed Schonberg  <schonberg@gnat.com>
35575
35576         * exp_ch3.adb (Freeze_Record_Type): If a primitive operation of a
35577         tagged type is inherited, and the parent operation is not frozen yet,
35578         force generation of a freeze node for the inherited operation, so the
35579         corresponding dispatch entry is properly initialized.
35580         (Make_Predefined_Primitive_Specs): Check that return type is Boolean
35581         when looking for user-defined equality operation.
35582
35583         * exp_ch4.adb (Expand_Composite_Equality): Check that return type is
35584         boolean when locating primitive equality of tagged component.
35585
35586         * exp_ch5.adb (Expand_Assign_Array): If the left-hand side is a
35587         bit-aligned field and the right-hand side a string literal, introduce
35588         a temporary before expanding assignment into a loop.
35589
35590         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Copy expression for
35591         priority in full, to ensure that any expanded subepxressions of it are
35592         elaborated in the scope of the init_proc.
35593
35594         * exp_prag.adb (Expand_Pragma_Import): Search for initialization call
35595         after object declaration, skipping over code that may have been
35596         generated for validity checks.
35597
35598         * sem_ch12.adb (Validate_Private_Type_Instance): If type has unknown
35599         discriminants, ignore the known discriminants of its full view, if
35600         any, to check legality.
35601
35602         * sem_ch3.adb (Complete_Private_Subtype): Do not create constrained
35603         component if type has unknown discriminants.
35604         (Analyze_Private_Extension_Declaration): Discriminant constraint is
35605         null if type has unknown discriminants.
35606
35607         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Generate reference
35608         for end label when present.
35609
35610         * s-fileio.adb (Open): When called with a C_Stream, use given name for
35611         temporary file, rather than an empty string.
35612
35613 2004-03-15  Ed Falis  <falis@gnat.com>
35614
35615         * s-thread.adb: Removed, no longer used.
35616
35617 2004-03-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35618
35619         * decl.c (target.h): Now include.
35620         (gnat_to_gnu_entity, case E_Access_Type): Use mode derived from ESIZE
35621         in new build_pointer_from_mode calls for non-fat/non-thin pointer.
35622         (validate_size): For POINTER_TYPE, get smallest size permitted on
35623         machine.
35624
35625         * fe.h: Sort Einfo decls and add Set_Mechanism.
35626
35627         * Makefile.in: (LIBGNAT_SRCS): Remove types.h.
35628         (ada/decl.o): Depends on target.h.
35629
35630         * trans.c (tree_transform, N_Unchecked_Type_Conversion): Do not use
35631         FUNCTION_BOUNDARY; always use TYPE_ALIGN.
35632
35633 2004-03-15  Thomas Quinot  <quinot@act-europe.fr>
35634
35635         * 5ztpopsp.adb, 56tpopsp.adb: Fix spelling of Task_ID.
35636
35637         * exp_ch4.adb (Expand_N_Indexed_Component): Do not call
35638         Insert_Dereference_Action when rewriting an implicit dereference into
35639         an explicit one, this will be taken care of during expansion of the
35640         explicit dereference.
35641         (Expand_N_Slice): Same. Always do the rewriting, even for the case
35642         of non-packed slices, since the dereference action generated by
35643         expansion of the explicit dereference is needed in any case.
35644         (Expand_N_Selected_Component): When rewriting an implicit dereference,
35645         analyze and resolve the rewritten explicit dereference so it is seen
35646         by the expander.
35647         (Insert_Dereference_Action): This procedure is now called only for the
35648         expansion of an N_Explcit_Dereference_Node. Do insert a check even for
35649         dereferences that do not come from source (including explicit
35650         dereferences resulting from rewriting implicit ones), but do not
35651         recursively insert a check for the dereference nodes contained within
35652         the check.
35653         (Insert_Dereference_Action): Clarify and correct comment.
35654
35655 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
35656
35657         PR ada/14131
35658         Move language detection to the top level.
35659         * config-lang.in: Build by default.
35660
35661 2004-03-05  Robert Dewar  <dewar@gnat.com>
35662
35663         * 56taprop.adb, 5ataprop.adb: Remove unneeded unchecked conversions
35664
35665         * a-tags.adb, a-tags.ads, s-finimp.adb, s-finroo.ads,
35666         i-cpoint.ads, i-cpoint.adb, i-cstrin.adb, i-cstrin.ads,
35667         5iosinte.ads, 5sosinte.ads, 5staspri.ads, 5itaprop.adb,
35668         5staprop.adb, 5wtaprop.adb, s-tataat.ads, s-tataat.adb: Move
35669         unchecked conversion to spec to avoid warnings.
35670
35671         * s-tasini.adb, s-taskin.ads, 5atpopsp.adb: Correct spelling Task_Id
35672         to Task_ID
35673
35674         * 7stpopsp.adb: Correct casing in To_Task_ID call
35675
35676         * a-strsea.ads, a-strsea.adb: Minor reformatting
35677
35678         * einfo.ads, einfo.adb: Define new flag No_Strict_Aliasing
35679
35680         * errout.ads: Switch for VMS is now NO_STRICT_ALIASING.
35681         Adjust Max_Msg_Length to be clearly large enough.
35682
35683         * fe.h: Define In_Same_Source_Unit
35684
35685         * osint.adb: Add pragma Warnings Off to suppress warnings
35686         * g-dyntab.adb, g-table.adb, g-thread.adb: Add Warnings (Off) to kill
35687         aliasing warnings.
35688
35689         * opt.ads: Put entries in alpha order. Add entry for No_Strict_Aliasing
35690
35691         * par-prag.adb: Add dummy entry for No_Strict_Aliasing pragma
35692
35693         * sem_ch13.adb: Generate validate unchecked conversion nodes for gcc.
35694
35695         * sem_ch3.adb: Set No_Strict_Aliasing flag if config pragma set.
35696
35697         * sem_prag.adb: Implement pragma No_Strict_Aliasing.
35698
35699         * sinfo.ads: Remove obsolete comment on validate unchecked conversion
35700         node. We now do generate them for gcc back end.
35701
35702         * table.adb, sinput.adb: Add pragma Warnings Off to suppress aliasing
35703         warning.
35704
35705         * sinput-c.adb: Fix bad name in header.
35706         Add pragma Warnings Off to suppress aliasing warning.
35707
35708         * sinput-l.adb: Add pragma Warnings Off to suppress aliasing warning.
35709
35710         * snames.h, snames.ads, snames.adb: Add entry for pragma
35711         No_Strict_Aliasing.
35712
35713 2004-03-05  Vincent Celier  <celier@gnat.com>
35714
35715         * prj-com.ads: Add hash table Files_Htable to check when a file name
35716         is already a source of another project.
35717
35718         * prj-nmsc.adb (Record_Source): Before recording a new source, check
35719         if its file name is not already a source of another project. Report an
35720         error if it is.
35721
35722         * gnatcmd.adb: When GNAT PRETTY is invoked with a project file and no
35723         source file name, call gnatpp with all the sources of the main project.
35724
35725         * vms_conv.adb (Initialize): GNAT PRETTY may be called with any number
35726         of file names.
35727
35728         * vms_data.ads: Correct documentation of new /OPTIMIZE keyword
35729         NO_STRICT_ALIASING. Add new qualifier for GNAT PRETTY:
35730         /RUNTIME_SYSTEM=, converted to --RTS=
35731         /NOTABS, converted to -notabs
35732
35733 2004-03-05  Pascal Obry  <obry@gnat.com>
35734
35735         * make.adb: Minor reformatting.
35736
35737 2004-03-05  Ed Schonberg  <schonberg@gnat.com>
35738
35739         Part of implemention of AI-262.
35740         * par-ch10.adb (P_Context_Clause): Recognize private with_clauses.
35741
35742         * sem_ch10.ads, sem_ch10.adb: (Install_Private_With_Clauses): New
35743         procedure.
35744
35745         * sem_ch3.adb (Analyze_Component_Declaration): Improve error message
35746         when component type is a partially constrained class-wide subtype.
35747         (Constrain_Discriminated_Type): If parent type has unknown
35748         discriminants, a constraint is illegal, even if full view has
35749         discriminants.
35750         (Build_Derived_Record_Type): Inherit discriminants when deriving a type
35751         with unknown discriminants whose full view is a discriminated record.
35752
35753         * sem_ch7.adb (Preserve_Full_Attributes): Preserve Has_Discriminants
35754         flag, to handle properly derivations of tagged types with unknown
35755         discriminants.
35756         (Analyze_Package_Spec, Analyze_Package_Body): Install
35757         Private_With_Clauses before analyzing private part or body.
35758
35759         * einfo.ads: Indicate that both Has_Unknown_Discriminants and
35760         Has_Discriminants can be true for a given type (documentation).
35761
35762 2004-03-05  Arnaud Charlet  <charlet@act-europe.fr>
35763
35764         * s-restri.ads: Fix license (GPL->GMGPL).
35765
35766         * s-tassta.adb: Minor reformatting.
35767
35768         * s-tasren.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
35769         by calls to Exit_One_ATC_Level, since additional clean up is performed
35770         by this function.
35771
35772         * s-tpobop.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
35773         by calls to Exit_One_ATC_Level, since additional clean up is performed
35774         by this function.
35775
35776 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35777
35778         * trans.c: Reflect GCC changes to fix bootstrap problem.
35779         Add warning for suspicious aliasing unchecked conversion.
35780
35781 2004-03-05  GNAT Script  <nobody@gnat.com>
35782
35783         * Make-lang.in: Makefile automatically updated
35784
35785 2004-03-02  Emmanuel Briot  <briot@act-europe.fr>
35786
35787         * ali.adb (Read_Instantiation_Instance): Do not modify the
35788         current_file_num when reading information about instantiations, since
35789         this corrupts files in later references.
35790
35791 2004-03-02  Vincent Celier  <celier@gnat.com>
35792
35793         * bcheck.adb (Check_Consistency): Get the full path of an ALI file
35794         before checking if it is read-only.
35795
35796         * bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
35797         of SRC_DIRS and eliminate duplicates.
35798
35799         * gprcmd.adb: Replace command "path" with command "path_sep" to return
35800         the path separator.
35801         (Usage): Document path_sep
35802
35803         * Makefile.generic: For Ada and GNU C++ cases, link directly with the
35804         C++ compiler. No need for a script.
35805         Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
35806         Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
35807         subst.
35808
35809         * prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
35810         where there are Ada sources.
35811         (Set_Ada_Paths): Only add to the include path the source dirs of project
35812         with Ada sources.
35813         (Add_To_Path): Add the Display_Values of the directories, not their
35814         Values.
35815
35816         * prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
35817         data.
35818
35819         * prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
35820         is not No_Name.
35821         (Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
35822         Value is canonicalized.
35823         (Language_Independent_Check): Do not copy Value to Display_Value when
35824         canonicalizing Value.
35825
35826         * prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
35827         path to find limited with cycles.
35828         (Parse_Single_Project): Use canonical cased path to find the end of a
35829         with cycle.
35830
35831 2004-03-02  Ed Schonberg  <schonberg@gnat.com>
35832
35833         * sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
35834         and not a child unit.
35835
35836         * sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
35837         appear in a with_clause.
35838
35839         * decl.c (gnat_to_gnu_type): If entity is a generic type, which can
35840         only happen in type_annotate mode, do not try to elaborate it.
35841
35842         * exp_util.adb (Force_Evaluation): If expression is a selected
35843         component on the left of an assignment, use a renaming rather than a
35844         temporary to remove side effects.
35845
35846         * freeze.adb (Freeze_Entity): Do not freeze a global entity within an
35847         inlined instance body, which is analyzed before the end of the
35848         enclosing scope.
35849
35850 2004-03-02  Robert Dewar  <dewar@gnat.com>
35851
35852         * par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
35853         sem_ch4.adb: Use new feature for substitution of keywords in VMS
35854
35855         * errout.ads, errout.adb: Implement new circuit for substitution of
35856         keywords in VMS.
35857
35858         * sem_case.adb (Analyze_Choices): Place message properly when case is
35859         a subtype reference rather than an explicit range.
35860
35861         * sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
35862
35863 2004-03-02  Doug Rupp  <rupp@gnat.com>
35864
35865         * init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
35866
35867 2004-03-02  Thomas Quinot  <quinot@act-europe.fr>
35868
35869         * s-tporft.adb: Add missing locking around call to Initialize_ATCB.
35870
35871 2004-03-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35872
35873         * utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
35874         BLKmode bitfield.
35875
35876 2004-02-25  Robert Dewar  <dewar@gnat.com>
35877
35878         * 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
35879         55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
35880         5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
35881         5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
35882         5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
35883         5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
35884         the defining instance of the type to avoid aliasing problems.
35885         Fix copyright header.  Fix bad comments in package header.
35886
35887         * exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting
35888
35889 2004-02-25  Ed Schonberg  <schonberg@gnat.com>
35890
35891         * exp_ch2.adb (Param_Entity): Handle properly formals that have been
35892         rewritten as references when aliased through an address clause.
35893
35894         * sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
35895         whether call can be interpreted as an indirect call to the result of a
35896         parameterless function call returning an access subprogram.
35897
35898 2004-02-25  Arnaud Charlet  <charlet@act-europe.fr>
35899
35900         Code clean up:
35901         * exp_ch7.adb (Make_Clean): Remove generation of calls to
35902         Unlock[_Entries], since this is now done by Service_Entries directly.
35903
35904         * exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.
35905
35906         * s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
35907         Requeue_Call for better code readability. Change spec and update calls:
35908         PO_Service_Entries now unlock the PO on exit.
35909         (Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
35910         PO_Service_Entries.
35911
35912         * s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.
35913
35914         * s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.
35915
35916 2004-02-25  Sergey Rybin  <rybin@act-europe.fr>
35917
35918         * exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
35919         protected subprogram call and analyzing the result of such expanding
35920         in case when the called protected subprogram is eliminated.
35921
35922         * sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
35923         names.
35924
35925 2004-02-25  Jerome Guitton  <guitton@act-europe.fr>
35926
35927         * Makefile.in: Clean ups.
35928
35929 2004-02-23  Ed Schonberg  <schonberg@gnat.com>
35930
35931         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create
35932         protected operations if original subprogram is flagged as eliminated.
35933         (Expand_N_Subprogram_Body): For a protected operation, create
35934         discriminals for next operation before checking whether the operation
35935         is eliminated.
35936
35937         * exp_ch9.adb (Expand_N_Protected_Body,
35938         Expand_N_Protected_Type_Declaration): Do not generate specs and bodies
35939         for internal protected operations if the original subprogram is
35940         eliminated.
35941
35942         * sem_elim.adb (Check_Eliminated): Handle properly protected operations
35943         declared in a single protected object.
35944
35945 2004-02-23  Vincent Celier  <celier@gnat.com>
35946
35947         * prj-attr.adb: Make attribute Builder'Executable an associative array,
35948         case insensitive if file names are case insensitive, instead of a
35949         standard associative array.
35950
35951         * prj-attr.adb (Initialize): For 'b' associative arrays, do not set
35952         them as case insensitive on platforms where the file names are case
35953         sensitive.
35954
35955         * prj-part.adb (Parse_Single_Project): Make sure, when checking if
35956         project file has already been parsed that canonical path are compared.
35957
35958 2004-02-23  Robert Dewar  <dewar@gnat.com>
35959
35960         * sinput-c.ads: Correct bad unit title in header
35961
35962         * freeze.adb: Minor reformatting
35963
35964 2004-02-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35965
35966         * trans.c (tree_transform, case N_Procedure_Call_Statement): For
35967         nonaddressable COMPONENT_REF that is removing padding that we are
35968         taking the address of, take the address of the padded record instead
35969         if item is variable size.
35970
35971 2004-02-20  Robert Dewar  <dewar@gnat.com>
35972
35973         * bld.adb, exp_util.adb, gprcmd.adb: Minor reformatting
35974
35975 2004-02-20  Ed Schonberg  <schonberg@gnat.com>
35976
35977         * freeze.adb (Freeze_Record_Type): Generalize mechanism that generates
35978         itype references for the constrained designated type of a component
35979         whose base type is already frozen.
35980
35981 2004-02-20  Arnaud Charlet  <charlet@act-europe.fr>
35982
35983         * init.c (__gnat_error_handler [tru64]): Rewrite previous change to
35984         avoid GCC warnings.
35985
35986 2004-02-20  Sergey Rybin  <rybin@act-europe.fr>
35987
35988         * sem_ch12.adb (Analyze_Formal_Package): Create a new defining
35989         identifier for a phantom package that rewrites the formal package
35990         declaration with a box. The Add semantic decorations for the defining
35991         identifier from the original node (that represents the formal package).
35992
35993 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
35994
35995         * Make-lang.in (ada/stamp-sdefault): Use the top level
35996         move-if-change.
35997
35998 2004-02-19  Richard Henderson  <rth@redhat.com>
35999
36000         * misc.c (record_code_position): Add third build arg for RTL_EXPR.
36001
36002 2004-02-18  Emmanuel Briot  <briot@act-europe.fr>
36003
36004         * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
36005         Scan_ALI can be used for multiple ALI files without reinitializing
36006         between calls.
36007
36008 2004-02-18  Robert Dewar  <dewar@gnat.com>
36009
36010         * debug.adb: Minor reformatting.
36011
36012 2004-02-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36013
36014         * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
36015         to zero if there is an address clause.
36016
36017 2004-02-18  Thomas Quinot  <quinot@act-europe.fr>
36018
36019         * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
36020
36021 2004-02-18  Gary Dismukes  <dismukes@gnat.com>
36022
36023         * layout.adb (Layout_Component_List): Revise generation of call to
36024         discriminant-checking function to pass selections of all of the type's
36025         discriminants rather than just the variant-controlling discriminant.
36026
36027 2004-02-18  Olivier Hainque  <hainque@act-europe.fr>
36028
36029         * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
36030         fail in the current setup and triggers spurious system error messages.
36031         Pretend it occurred and failed instead.
36032
36033 2004-02-18  Vincent Celier  <celier@gnat.com>
36034
36035         * bld.adb: Mark FLDFLAGS as saved
36036         (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
36037         it is not the root project.  Put each directory to be
36038         extended between double quotes to prevent it to be expanded on Windows.
36039         (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
36040         the project file. Set them back to their initial values if they have not
36041         been set in the project file.
36042
36043         * gprcmd.adb: (Gprdebug, Debug): New global variables
36044         (Display_Command): New procedure
36045         (Usage): Document new command "linkopts"
36046         Call Display_Command when env var GPRDEBUG has the value "TRUE"
36047         Implement new command "linkopts"
36048         Remove quotes that may be around arguments for "extend"
36049         Always call Normalize_Pathname with arguments formatted for the platform
36050
36051         * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
36052         Change @echo to @$(display) in target clean to be able to clean silently
36053
36054         * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
36055
36056         * prj-part.adb (Project_Path_Name_Of): Do not put final result in
36057         canonical case.
36058
36059         * prj-part.adb (Parse_Single_Project): Always call with From_Extended
36060         = Extending_All when current project is an extending all project.
36061
36062         * vms_conv.adb (Output_File_Expected): New Boolean global variable,
36063         set to True only for LINK command, after Unix switch -o.
36064         (Process_Arguments): Set Output_File_Expected to True for LINK command
36065         after Unix switch -o. When Output_File_Expected is True, never add an
36066         extension to a file name.
36067
36068         * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
36069         option file name, only to the --for-linker= switch.
36070         (Option_File_Name): If option file name do not end with ".opt", append
36071         "/OPTIONS".
36072
36073 2004-02-18  GNAT Script  <nobody@gnat.com>
36074
36075         * Make-lang.in: Makefile automatically updated
36076
36077 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
36078
36079         * Make-lang.in (stamp-sdefault): Do not depend on
36080         move-if-change.
36081
36082 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
36083
36084         * config-lang.in: Disable Ada by default until probe logic for
36085         a bootstrap Ada compiler can be moved to the top level configure
36086         script.
36087
36088 2004-02-12  Olivier Hainque  <hainque@act-europe.fr>
36089
36090         * decl.c (components_to_record): Don't claim that the internal fields
36091         we make to hold the variant parts are semantically addressable, because
36092         they are not.
36093
36094         * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
36095         adjust the comment describing the modular type form when we can use it.
36096         (Install_PAT): Account for the Esiz renaming.
36097
36098         * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
36099         sc_onstack context indication before raising the exception to which
36100         the signal is mapped. Allows better handling of later signals possibly
36101         triggered by the resumed user code if the exception is handled.
36102
36103 2004-02-12  Arnaud Charlet  <charlet@act-europe.fr>
36104
36105         * 5zinit.adb: Removed, no longer used.
36106
36107 2004-02-12  Robert Dewar  <dewar@gnat.com>
36108
36109         * ali.adb: Remove separating space between parameters on R line. Makes
36110         format consistent with format used by the binder for Set_Globals call.
36111
36112         * atree.ads, atree.adb: Minor reformatting (new function header format)
36113
36114         * bindgen.adb: Add Run-Time Globals documentation section containing
36115         detailed documentation of the globals passed from the binder file to
36116         the run time.
36117
36118         * gnatls.adb: Minor reformatting
36119
36120         * init.c (__gnat_set_globals): Add note pointing to documentation in
36121         bindgen.
36122
36123         * lib-writ.ads, lib-writ.adb: Remove separating space between
36124         parameters on R line.
36125         Makes format consistent with format used by the binder for Set_Globals
36126         call.
36127
36128         * osint.ads: Add 2004 to copyright notice
36129         Minor reformatting
36130
36131         * snames.ads: Correct capitalization of FIFO_Within_Priorities
36132         Noticed during code reading, documentation issue only
36133
36134         * usage.adb: Remove junk line for obsolete C switch
36135         Noticed during code reading
36136
36137 2004-02-12  Vincent Celier  <celier@gnat.com>
36138
36139         * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
36140         extend for each directory, so that multiple /** directories are
36141         extended individually.
36142         (Recursive_Process): Set the default for LANGUAGES to ada
36143
36144         * gprcmd.adb: Define new command "ignore", to do nothing.
36145         Implement new comment "path".
36146
36147         * Makefile.generic: Suppress output when SILENT is set
36148         Make sure that when compiler for C/C++ is gcc, the correct -x switch is
36149         used, so that the correct compiler is invoked.
36150         When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
36151         CXX_INCLUDE_PATH, to avoid failure with too long command lines.
36152
36153 2004-02-12  Jerome Guitton  <guitton@act-europe.fr>
36154
36155         * Makefile.in: Clean ups and remove obsolete targets.
36156
36157 2004-02-12  Ed Schonberg  <schonberg@gnat.com>
36158
36159         * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
36160         predicate declared in exp_util.
36161
36162         * exp_util.adb: Add comments.
36163
36164         * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
36165         visibility before compiling context of the subunit.
36166
36167         * sem_res.adb (Check_Parameterless_Call): If the context expects a
36168         value but the name is a procedure, do not attempt to analyze as a call,
36169         in order to obtain more telling diagnostics.
36170
36171         * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
36172         'Access on parameterless function calls.
36173         (Normalize_Actuals): For a parameterless function call with missing
36174         actuals, defer diagnostic until resolution of enclosing call.
36175
36176         * sem_util.adb (Wrong_Type): If the context type is an access to
36177         subprogram and the expression is a procedure name, suggest a missing
36178         'attribute.
36179
36180 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
36181             Nathanael Nerode  <neroden@gcc.gnu.org>
36182
36183         PR ada/6637
36184         PR ada/5911
36185         Merge with libada-branch:
36186         * config-lang.in: Build libada only when ada is built.
36187
36188 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
36189
36190         * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
36191         for a tagged type, verify that both formals have the same type.
36192
36193         * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
36194         temporary when the formal is an in-parameter and the actual a possibly
36195         unaligned slice.
36196
36197         * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
36198         when expansion is disabled, to ensure proper name capture with
36199         overloaded literals.  Condition can be of any boolean type, resolve
36200         accordingly.
36201
36202         * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
36203         renaming is for a formal subprogram with a default operator name, and
36204         there is a usable operator that is visible at the point of
36205         instantiation.
36206
36207 2004-02-09  Robert Dewar  <dewar@gnat.com>
36208
36209         * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
36210         rewrite to ignore errors in ali files, intended to allow tools downward
36211         compatibility with new versions of ali files.
36212
36213         * ali.ads: Add new parameter Ignore_Errors
36214
36215         * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
36216         duplicating the error message giving the file with restrictions.
36217
36218         * debug.adb: Add debug flag I for gnatbind
36219
36220         * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
36221         operators for the case where the operator is a defining operator.
36222
36223         * exp_ch3.adb: Minor reformatting (new function spec format).
36224
36225         * exp_ch4.adb: Add comment for previous change, and make minor
36226         adjustment to loop to always check for improper loop termination.
36227         Minor reformatting throughout (new function spec format).
36228
36229         * gnatbind.adb: Implement -di debug flag for gnatbind
36230
36231         * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
36232
36233         * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
36234
36235         * lib-load.adb: Fix bad assertion.
36236         Found by testing and code reading.
36237         Minor reformatting.
36238
36239         * lib-load.ads: Minor reformatting.
36240
36241         * lib-writ.adb: There is only one R line now.
36242
36243         * lib-writ.ads: Add documentation on making downward compatible changes
36244         to ali files so old tools work with new ali files.
36245         There is only one R line now.
36246         Add documentation on format incompatibilities (with special GPS note)
36247
36248         * namet.ads, namet.adb: (Is_Operator_Name): New procedure
36249
36250         * par-load.adb: Minor reformatting
36251
36252         * sem_ch8.adb: Fix to error message from last update
36253         Minor reformatting and restructuring of code from last update
36254
36255         * par-prag.adb, snames.adb, snames.ads, snames.h,
36256         sem_prag.adb: Implement pragma Profile.
36257
36258         * stylesw.adb: Implement -gnatyN switch to turn off all style check
36259         options.
36260
36261         * usage.adb: Add line for -gnatyN switch
36262
36263         * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
36264
36265 2004-02-09  Albert Lee  <lee@gnat.com>
36266
36267         * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
36268
36269 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
36270
36271         * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
36272         slices.
36273
36274         * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
36275         is nested in an instance that is not frozen yet, to avoid
36276         order-of-elaboration problems in gigi.
36277
36278         * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
36279         body the attribute is legal.
36280
36281 2004-02-09  Robert Dewar  <dewar@gnat.com>
36282
36283         * s-rident.ads: Minor comment correction
36284
36285         * targparm.adb: Remove dependence on uintp completely. There was
36286         always a bug in Make in that it called Targparm before initializing
36287         the Uint package. The old code appeared to get away with this, but
36288         the new code did not! This caused an assertion error in gnatmake.
36289
36290         * targparm.ads: Fix bad comment, restriction pragmas with parameters
36291         are indeed fully supported.
36292
36293 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
36294
36295         * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
36296
36297 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
36298
36299         * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
36300         with targetm.calls.promote_prototypes.
36301
36302 2004-02-04  Robert Dewar  <dewar@gnat.com>
36303
36304         * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
36305         ali.ads, gprcmd.adb: Minor reformatting
36306
36307         * bindgen.adb: Output restrictions string for new style restrictions
36308         handling
36309
36310         * impunit.adb: Add s-rident.ads (System.Rident) and
36311         s-restri (System.Restrictions)
36312
36313         * lib-writ.adb: Fix bug in writing restrictions string (last few
36314         entries wrong)
36315
36316         * s-restri.ads, s-restri.adb: Change name Restrictions to
36317         Run_Time_Restrictions to avoid conflict with package name.
36318         Add circuit to read and acquire run time restrictions.
36319
36320 2004-02-04  Jose Ruiz  <ruiz@act-europe.fr>
36321
36322         * restrict.ads, restrict.adb: Use the new restriction
36323         No_Task_Attributes_Package instead of the old No_Task_Attributes.
36324
36325         * sem_prag.adb: No_Task_Attributes is a synonym of
36326         No_Task_Attributes_Package.
36327
36328         * snames.ads, snames.adb: New entry for proper handling of
36329         No_Task_Attributes.
36330
36331         * s-rident.ads: Adding restriction No_Task_Attributes_Package
36332         (AI-00249) that supersedes the GNAT specific restriction
36333         No_Task_Attributes.
36334
36335 2004-02-04  Ed Schonberg  <schonberg@gnat.com>
36336
36337         * sem_prag.adb:
36338         (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
36339          body, an identifier may be wrapped in an unchecked conversion.
36340
36341 2004-02-04  Vincent Celier  <celier@gnat.com>
36342
36343         * lib-writ.ads: Comment update for the W lines
36344
36345         * bld.adb: (Expression): An empty string list is static
36346
36347         * fname-uf.adb: Minor comment update
36348
36349         * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
36350
36351         * gnatbind.adb: Initialize Cumulative_Restrictions with the
36352         restrictions on the target.
36353
36354 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
36355
36356         * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
36357         gen_rtx.
36358
36359 2004-02-02  Arnaud Charlet  <charlet@gnat.com>
36360
36361         * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
36362
36363 2004-02-02  Vincent Celier  <celier@gnat.com>
36364
36365         * gprcmd.adb (Check_Args): If condition is false, print the invoked
36366         comment before the usage.
36367         Gprcmd: Fail when command is not recognized.
36368         (Usage): Document command "prefix"
36369
36370         * g-md5.adb (Digest): Process last block.
36371         (Update): Do not process last block. Store remaining characters and
36372         length in Context.
36373
36374         * g-md5.ads (Update): Document that several call to update are
36375         equivalent to one call with the concatenated string.
36376         (Context): Add fields to allow new Update behaviour.
36377
36378         * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
36379         defaulted to False.
36380         When May_Fail is True and no existing file can be found, return No_File.
36381
36382         * 6vcstrea.adb: Inlined functions are now wrappers to implementation
36383         functions.
36384
36385         * lib-writ.adb (Write_With_Lines): When body file does not exist, use
36386         spec file name instead on the W line.
36387
36388 2004-02-02  Robert Dewar  <dewar@gnat.com>
36389
36390         * ali.adb: Read and acquire info from new format restrictions lines
36391
36392         * bcheck.adb: Add circuits for checking restrictions with parameters
36393
36394         * bindgen.adb: Output dummy restrictions data
36395         To be changed later
36396
36397         * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
36398         exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
36399         freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
36400         sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
36401         sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
36402
36403         * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
36404         the warning message on access to possibly uninitialized variable S)
36405         Minor changes for new restrictions handling.
36406
36407         * gnatbind.adb: Minor reformatting
36408         Minor changes for new restrictions handling
36409         Move circuit for -r processing here from bcheck (cleaner)
36410
36411         * gnatcmd.adb, gnatlink.adb: Minor reformatting
36412
36413         * lib-writ.adb: Output new format restrictions lines
36414
36415         * lib-writ.ads: Document new R format lines for new restrictions
36416         handling.
36417
36418         * s-restri.ads/adb: New files
36419
36420         * Makefile.rtl: Add entry for s-restri.ads/adb
36421
36422         * par-ch3.adb: Fix bad error messages starting with upper case letter
36423         Minor reformatting
36424
36425         * restrict.adb: Major rewrite throughout for new restrictions handling
36426         Major point is to handle restrictions with parameters
36427
36428         * restrict.ads: Major changes in interface to handle restrictions with
36429         parameters. Also generally simplifies setting of restrictions.
36430
36431         * snames.ads/adb: New entry for proper handling of No_Requeue
36432
36433         * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
36434         restriction counting.
36435         Other minor changes for new restrictions handling
36436
36437         * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
36438         Restriction_Warnings now allows full parameter notation
36439         Major rewrite of Restrictions for new restrictions handling
36440
36441 2004-02-02  Javier Miranda  <miranda@gnat.com>
36442
36443         * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
36444         syntax rule for object renaming declarations.
36445         (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
36446         component definitions.
36447
36448         * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
36449         components.
36450         (Array_Type_Declaration): Give support to access components. In addition
36451         it was also modified to reflect the name of the object in anonymous
36452         array types. The old code did not take into account that it is possible
36453         to have an unconstrained anonymous array with an initial value.
36454         (Check_Or_Process_Discriminants): Allow access discriminant in
36455         non-limited types.
36456         (Process_Discriminants): Allow access discriminant in non-limited types
36457         Initialize the new Access_Definition field in N_Object_Renaming_Decl
36458         node.  Change Ada0Y to Ada 0Y in comments
36459
36460         * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
36461         equality operators.
36462         Change Ada0Y to Ada 0Y in comments
36463
36464         * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
36465         renamings Change Ada0Y to Ada 0Y in comments
36466
36467         * sem_type.adb (Find_Unique_Type): Give support to the equality
36468         operators for universal access types
36469         Change Ada0Y to Ada 0Y in comments
36470
36471         * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
36472
36473         * sinfo.ads (N_Component_Definition): Addition of Access_Definition
36474         field.
36475         (N_Object_Renaming_Declaration): Addition of Access_Definition field
36476         Change Ada0Y to Ada 0Y in comments
36477
36478         * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
36479         component definition and object renaming nodes
36480         Change Ada0Y to Ada 0Y in comments
36481
36482 2004-02-02  Jose Ruiz  <ruiz@act-europe.fr>
36483
36484         * restrict.adb: Use the new restriction identifier
36485         No_Requeue_Statements instead of the old No_Requeue for defining the
36486         restricted profile.
36487
36488         * sem_ch9.adb (Analyze_Requeue): Check the new restriction
36489         No_Requeue_Statements.
36490
36491         * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
36492         that supersedes the GNAT specific restriction No_Requeue. The later is
36493         kept for backward compatibility.
36494
36495 2004-02-02  Ed Schonberg  <schonberg@gnat.com>
36496
36497         * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
36498         5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
36499         pragma and fix incorrect ones.
36500
36501         * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
36502         warning if the pragma is redundant.
36503
36504 2004-02-02  Thomas Quinot  <quinot@act-europe.fr>
36505
36506         * 5staprop.adb: Add missing 'constant' keywords.
36507
36508         * Makefile.in: use consistent value for SYMLIB on
36509         platforms where libaddr2line is supported.
36510
36511 2004-02-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36512
36513         * utils.c (end_subprog_body): Do not call rest_of_compilation if just
36514         annotating types.
36515
36516 2004-02-02  Olivier Hainque  <hainque@act-europe.fr>
36517
36518         * init.c (__gnat_install_handler): Setup an alternate stack for signal
36519         handlers in the environment thread. This allows proper propagation of
36520         an exception on stack overflows in this thread even when the builtin
36521         ABI stack-checking scheme is used without support for a stack reserve
36522         region.
36523
36524         * utils.c (create_field_decl): Augment the head comment about bitfield
36525         creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
36526         here, because the former is not accurate enough at this point.
36527         Let finish_record_type decide instead.
36528         Don't make a bitfield if the field is to be addressable.
36529         Always set a size for the field if the record is packed, to ensure the
36530         checks for bitfield creation are triggered.
36531         (finish_record_type): During last pass over the fields, clear
36532         DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
36533         not covered by the calls to layout_decl.  Adjust DECL_NONADDRESSABLE_P
36534         from DECL_BIT_FIELD.
36535
36536 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
36537
36538         * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir).
36539         (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
36540         (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
36541
36542 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
36543
36544         * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
36545
36546         * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
36547         (ZCX_By_Default): Likewise.
36548         (Front_End_ZCX_Support): Likewise.
36549
36550         * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
36551         (Initialize_Lock): Mark Level unreferenced.
36552         (Sleep): Mark Reason unreferenced.
36553         (Timed_Sleep): Likewise.
36554         (Wakeup): Likewise.
36555         (Exit_Task): Use Result.
36556         (Check_No_Locks): Mark Self_ID unreferenced.
36557
36558         * 5gtasinf.adb (New_Sproc): Make Attr constant.
36559         (Bound_Thread_Attributes): Make Sproc constant.
36560         (New_Bound_Thread_Attributes): Likewise.
36561
36562 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
36563
36564         * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
36565         one-dimensional array an slice assignments, when component type is
36566         controlled.
36567
36568         * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
36569         component type is controlled, and control_actions are in effect, use
36570         TSS procedure rather than generating inline code.
36571
36572         * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
36573         arrays with controlled components.
36574
36575 2004-01-26  Vincent Celier  <celier@gnat.com>
36576
36577         * gnatcmd.adb (GNATCmd): Add specification of argument file on the
36578         command line for the non VMS case.
36579
36580         * gnatlink.adb (Process_Binder_File): When building object file, if
36581         GNU linker is used, put all object paths between quotes, to prevent ld
36582         error when there are unusual characters (such as '!') in the paths.
36583
36584         * Makefile.generic: When there are sources in Ada and the main is in
36585         C/C++, invoke gnatmake with -B, instead of -z.
36586
36587         * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
36588         from VMS_Conversion.
36589         (Process_Argument): New procedure, extracted from VMS_Conversion. Add
36590         specification of argument file on the command line.
36591
36592 2004-01-26  Bernard Banner  <banner@gnat.com>
36593
36594         * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
36595
36596 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
36597
36598         * snames.adb: Update copyright notice.
36599         Add info on slice assignment for controlled arrays.
36600
36601 2004-01-23  Robert Dewar  <dewar@gnat.com>
36602
36603         * exp_aggr.adb: Minor reformatting
36604
36605         * exp_ch9.adb: Minor code clean up
36606         Minor reformatting
36607         Fix bad character in comment
36608
36609         PR ada/13471
36610         * targparm.adb (Get_Target_Parameters): Give clean abort error on
36611         unexpected end of file, along with more detailed message.
36612
36613 2004-01-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36614
36615         * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
36616         PAT.
36617
36618         * decl.c (copy_alias_set): New function.
36619         (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
36620
36621 2004-01-23  Doug Rupp  <rupp@gnat.com>
36622
36623         * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
36624         lib$${file} in case subsequent character is not a separator.
36625
36626 2004-01-23  Vincent Celier  <celier@gnat.com>
36627
36628         * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
36629         when the GCC version is at least 3.
36630
36631         * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
36632         Remove all "Opt.", to prepare for opt split
36633
36634         * prj-part.adb (Parse_Single_Project): New Boolean out parameter
36635         Extends_All. Set to True when the project parsed is an extending all
36636         project. Fails for importing an extending all project only when the
36637         imported project is an extending all project.
36638         (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
36639         depending on the value of Extends_All returned.
36640
36641         * prj-proc.adb (Process): Check that no project shares its object
36642         directory with a project that extends it, directly or indirectly,
36643         including a virtual project.
36644         Check that no project extended by another project shares its object
36645         directory with another also extended project.
36646
36647         * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
36648         Kind = N_With_Clause
36649
36650         * prj-tree.ads: Minor reformatting
36651         Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
36652
36653 2004-01-23  Ed Schonberg  <schonberg@gnat.com>
36654
36655         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
36656         applies to a type with an incomplete view, use full view in Name of
36657         clause, for consistency with uses of Get_Attribute_Definition_Clause.
36658
36659 2004-01-23  Arnaud Charlet  <charlet@act-europe.fr>
36660
36661         * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
36662         SCHED_RR, since other values are not supported by this policy.
36663         (Initialize): Move initialization of mutex attribute to package
36664         elaboration, to prevent early access to this variable.
36665
36666         * Makefile.in: Remove mention of Makefile.adalib, unused.
36667
36668         * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
36669         1ssecsta.ads: Removed, unused.
36670
36671 2004-01-21  Javier Miranda  <miranda@gnat.com>
36672
36673         * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
36674         entity if already built in the current scope.
36675
36676         * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
36677         reminder in internal scopes. Required for nested limited aggregates.
36678
36679 2004-01-21  Doug Rupp  <rupp@gnat.com>
36680
36681         * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
36682         VMS. Replace all occurences of libgnat- and libgnarl- with
36683         libgnat$(hyphen) and libgnarl$(hyphen).
36684         Fixed shared library build problem on VMS.
36685
36686 2004-01-21  Robert Dewar  <dewar@gnat.com>
36687
36688         * mlib-prj.adb: Minor reformatting
36689
36690 2004-01-21  Thomas Quinot  <quinot@act-europe.fr>
36691
36692         * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
36693         'constant' keywords for declaration of pointers that are not modified.
36694
36695         * exp_pakd.adb: Fix English in comment.
36696
36697 2004-01-21  Ed Schonberg  <schonberg@gnat.com>
36698
36699         PR ada/10889
36700         * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
36701         copy all attributes of the parent, including the foreign language
36702         convention.
36703
36704 2004-01-21  Sergey Rybin  <rybin@act-europe.fr>
36705
36706         PR ada/10565
36707         * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
36708         for 'delay until' statement.
36709
36710 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
36711
36712         * Make-lang.in: Replace $(docdir) with doc.
36713         (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
36714         doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
36715         to use consistent MAKEINFO rule.
36716         (ada.man, ada.srcman): Dummy entry.
36717         (ADA_INFOFILES): Define.
36718         (ada.info, ada.srcinfo): New rules.
36719
36720 2004-01-19  Arnaud Charlet  <charlet@act-europe.fr>
36721
36722         * utils.c: Update copyright notice, missed in previous change.
36723
36724 2004-01-19  Vincent Celier  <celier@gnat.com>
36725
36726         * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
36727         args if Bind is True. Set First_ALI, if not already done.
36728         (Build_Library): For Stand Alone Libraries, extract from one ALI file
36729         an eventual --RTS switch, for gnatbind, and all backend switches +
36730         --RTS, for linking.
36731
36732 2004-01-19  Robert Dewar  <dewar@gnat.com>
36733
36734         * sem_attr.adb, memtrack.adb: Minor reformatting
36735
36736 2004-01-19  Ed Schonberg  <schonberg@gnat.com>
36737
36738         * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
36739         that rename enumeration literals. This is properly done in sem_eval.
36740
36741         * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
36742         to functions that rename enumeration literals.
36743
36744         * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
36745         functions that rename enumeration literals.
36746
36747 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
36748
36749         * Make-lang.in (utils.o): Depend on target.h.
36750         * utils.c: Include target.h.
36751         (process_attributes): Use targetm.have_named_sections instead
36752         of ASM_OUTPUT_SECTION_NAME.
36753
36754 2004-01-16  Andreas Jaeger  <aj@suse.de>
36755
36756         * Makefile.in: Add $(DESTDIR).
36757
36758 2004-01-15  Olivier Hainque  <hainque@act-europe.fr>
36759
36760         * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
36761         also when not defining if a Size clause applies. That information is
36762         not to be ignored.
36763
36764 2004-01-15  Arnaud Charlet  <charlet@act-europe.fr>
36765
36766         * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
36767         symbolic links for the shared gnat run time when needed.
36768
36769 2004-01-15  Vasiliy Fofanov  <fofanov@act-europe.fr>
36770
36771         * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
36772         for writing, and terminate with an error message if not.
36773
36774 2004-01-15  Ed Schonberg  <schonberg@gnat.com>
36775
36776         * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
36777         warning on an access to subprogram in an instance, when the target
36778         type is declared in the same generic unit.
36779         (Eval_Attribute): If 'access is known to fail accessibility check,
36780         rewrite as a raise statement.
36781
36782 2004-01-15  GNAT Script  <nobody@gnat.com>
36783
36784         * Make-lang.in: Makefile automatically updated
36785
36786 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
36787
36788         * Make-lang.in (ada.srcextra): Dummy entry.
36789
36790 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
36791
36792         * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
36793
36794 2004-01-13  Ed Schonberg  <schonberg@gnat.com>
36795
36796         * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
36797         components that are initialized with aggregates.
36798
36799 2004-01-13  Vincent Celier  <celier@gnat.com>
36800
36801         * gnatlink.adb (Process_Binder_File): To find directory of shared
36802         libgcc, if "gcc-lib" is not a subdirectory, look for the last
36803         subdirectory "lib" in the path of the shared libgnat or libgnarl.
36804
36805         * make.adb (Gnatmake): If GCC version is at least 3, link with
36806         -shared-libgcc, when there is at least one shared library project.
36807
36808         * opt.ads (GCC_Version): New integer constant.
36809
36810         * adaint.c (get_gcc_version): New function.
36811
36812 2004-01-13  Robert Dewar  <dewar@gnat.com>
36813
36814         * sem_dist.adb, sem_res.adb, sem_util.adb,
36815         sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
36816         exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
36817
36818 2004-01-13  Thomas Quinot  <quinot@act-europe.fr>
36819
36820         * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
36821         g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
36822         declarations.
36823
36824 2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>
36825
36826         * misc.c: Remove trailing spaces.
36827         Update copyright notice missed in previous change.
36828
36829         PR ada/13572
36830         * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
36831         prefix/share/make
36832
36833         * Makefile.generic: Update copyright.
36834         Add license notice.
36835
36836         * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
36837         of prefix/share/make.
36838
36839         * Makefile.prolog: Update copyright.
36840         Add license notice.
36841
36842 2004-01-12  Laurent Pautet  <pautet@act-europe.fr>
36843
36844         * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
36845         3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
36846         g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
36847         instead of String.
36848
36849         * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
36850         signature.
36851
36852 2004-01-12  Javier Miranda  <miranda@gnat.com>
36853
36854         * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
36855         exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
36856         sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
36857         sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
36858         Component_Definition node.
36859
36860 2004-01-12  Ed Falis  <falis@gnat.com>
36861
36862         * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
36863
36864 2004-01-12  Thomas Quinot  <quinot@act-europe.fr>
36865
36866         * link.c: Change default libgnat kind to STATIC for FreeBSD.
36867
36868 2004-01-12  Bernard Banner  <banner@gnat.com>
36869
36870         * Makefile.in: map 86numaux to a-numaux for x86_64
36871
36872 2004-01-12  Ed Schonberg  <schonberg@gnat.com>
36873
36874         * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
36875         generated to rename a generic actual, go to the actual itself, the
36876         subtype is not a user-visible entity.
36877
36878         * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
36879         part is a private subtype, reset the visibility of its full view, if
36880         any, to be consistent.
36881
36882         PR ada/13417
36883         * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
36884         to use a generic package G as a formal package for another generic
36885         declared within G.
36886
36887 2004-01-12  Robert Dewar  <dewar@gnat.com>
36888
36889         * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
36890
36891         * usage.adb: Remove mention of obsolete -gnatwb switch
36892         Noticed during code reading
36893
36894 2004-01-12  Jerome Guitton  <guitton@act-europe.fr>
36895
36896         * 1ssecsta.adb: Minor changes for -gnatwa warnings
36897
36898 2004-01-12  GNAT Script  <nobody@gnat.com>
36899
36900         * Make-lang.in: Makefile automatically updated
36901
36902 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
36903
36904         * misc.c (gnat_expand_expr): Add alt_rtl parameter.
36905
36906 2004-01-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
36907
36908         * link.c [sgi] (shared_libgnat_default): Change to STATIC.
36909
36910 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
36911
36912         * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
36913         Update comment and copyright date.
36914         * stamp-xgnatug: Delete.
36915
36916 2004-01-05  Robert Dewar  <dewar@gnat.com>
36917
36918         * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
36919         be modified by the binder generated main program if the -D switch is
36920         used.
36921
36922         * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
36923         imported functions (since now we expect this to be done for imported
36924         functions)
36925
36926         * 5vtaprop.adb: Add several ??? for sections requiring more comments
36927         Minor reformatting throughout
36928
36929         * 5zinit.adb: Minor reformatting
36930         Add 2004 to copyright date
36931         Minor changes to avoid -gnatwa warnings
36932         Correct some instances of using OR instead of OR ELSE (noted while
36933         doing reformatting)
36934
36935         * sprint.adb: Minor updates to avoid -gnatwa warnings
36936
36937         * s-secsta.ads, s-secsta.adb:
36938         (SS_Get_Max): New function to obtain high water mark for ss stack
36939         Default_Secondary_Stack is not a constant since it may be modified by
36940         the binder generated main program if the -D switch is used.
36941
36942         * switch-b.adb: New -Dnnn switch for binder
36943
36944         * switch-c.adb:
36945         Make -gnatg imply all warnings currently in -gnatwa
36946
36947         * vms_conv.adb: Minor reformatting
36948         Add 2004 to copyright notice
36949         Add 2004 to printed copyright notice
36950
36951         * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
36952         3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
36953         5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
36954         5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
36955         5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
36956         5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
36957         5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
36958         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
36959         5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
36960         5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
36961         6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
36962         vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
36963         xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
36964         sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
36965         checks.adb, clean.adb, cstand.adb, einfo.ads,
36966         einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
36967         exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
36968         prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
36969         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
36970         g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
36971         lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
36972         Minor reformatting and code clean ups.
36973         Minor changes to prevent -gnatwa warnings
36974
36975         * ali.adb: Minor reformatting and cleanup of code
36976         Acquire new SS indication of secondary stack use from ali files
36977
36978         * a-numaux.ads: Add Pure_Function pragmas for all imported functions
36979         (since now we expect this to be done for imported functions)
36980
36981         * bindgen.adb: Generate call to modify default secondary stack size if
36982         -Dnnn switch given
36983
36984         * bindusg.adb: Add line for new -D switch
36985
36986         * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
36987         replacement name for Type_May_Have_Non_Bit_Aligned_Components!
36988         Add circuitry for both records and arrays to avoid gigi
36989         processing if the type involved has non-bit-aligned components
36990
36991         * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
36992         N_String_Literal node always references an E_String_Literal_Subtype
36993         entity. This may not be true in the future.
36994         (Possible_Bit_Aligned_Component): Move processing of
36995         Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
36996
36997         * exp_ch6.adb (Expand_Thread_Body): Pick up
36998         Default_Secondary_Stack_Size as variable so that we get value modified
36999         by possible -Dnnn binder parameter.
37000
37001         * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
37002         (Type_May_Have_Bit_Aligned_Components): New function.
37003
37004         * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
37005         (Type_May_Have_Bit_Aligned_Components): New function.
37006
37007         * fe.h: (Set_Identifier_Casing): Fix prototype.
37008         Add declaration for Sem_Elim.Eliminate_Error_Msg.
37009         Minor reformatting.
37010
37011         * freeze.adb (Freeze_Entity): Add RM reference to error message about
37012         importing constant atomic/volatile objects.
37013         (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
37014         unless explicit Pure_Function pragma given, to avoid insidious bug of
37015         call to non-pure imported function getting eliminated.
37016
37017         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
37018         gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
37019         gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
37020         Add 2004 to printed copyright notice
37021
37022         * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
37023         stack used.
37024
37025         * Makefile.rtl: Add entry for g-sestin.o
37026         g-sestin.ads: New file.
37027
37028         * mdll.adb: Minor changes to avoid -gnatwa warnings
37029
37030         * mlib-tgt.adb: Minor reformatting
37031
37032         * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
37033         New switch Sec_Stack_Used (GNAT, GNATBIND)
37034         Make Default_Secondary_Stack_Size a variable instead of a constant,
37035         so that it can be modified by the new -Dnnn bind switch.
37036
37037         * rtsfind.adb (Load_Fail): Give full error message in configurable
37038         run-time mode if all_errors mode is set. This was not done in the case
37039         of a file not found, which was an oversight.
37040         Note if secondary stack unit is used by compiler.
37041
37042         * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
37043         ineffective elaborate all pragmas on non-visible packages (this
37044         happened when a renamed subprogram was called). Now the elaborate all
37045         always goes on the package containing the renaming rather than the one
37046         containing the renamed subprogram.
37047
37048         * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
37049         (Process_Eliminate_Pragma): Add parameter to capture pragma location.
37050
37051         * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
37052         has an Etype that references an E_String_Literal.
37053         (Eval_String_Literal): Avoid assumption that N_String_Literal node
37054         always references an E_String_Literal_Subtype entity. This may not
37055         be true in the future.
37056
37057         * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
37058         pragma location.
37059
37060         * sem_res.adb (Resolve): Specialize msg for function name used in proc
37061         call.
37062
37063 2004-01-05  Ed Falis  <falis@gnat.com>
37064
37065         * g-debuti.adb: Replaced direct boolean operator with short-circuit
37066         form.
37067
37068 2004-01-05  Vincent Celier  <celier@gnat.com>
37069
37070         * bld.adb: Minor comment updates
37071         (Process_Declarative_Items): Correct incorrect name (Index_Name instead
37072         of Item_Name).
37073
37074         * make.adb (Gnatmake): Special process for files to compile/check when
37075         -B is specified. Fail when there are only foreign mains in attribute
37076         Main of the project file and -B is not specified. Do not skip bind/link
37077         steps when -B is specified.
37078
37079         * makeusg.adb: Document new switch -B
37080
37081         * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
37082
37083         * switch-m.adb: (Scan_Make_Switches): Process -B switch
37084
37085         * vms_data.ads: Add new GNAT PRETTY qualifier
37086         /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
37087
37088 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
37089
37090         * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
37091         case.
37092
37093         * misc.c (gnat_printable_name): If VERBOSITY is 2, call
37094         Set_Identifier_Casing.
37095
37096         * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
37097         has size that overflows.
37098
37099 2004-01-05  Gary Dismukes  <dismukes@gnat.com>
37100
37101         * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
37102         -gnatwa warning on static condition.
37103
37104 2004-01-05  Doug Rupp  <rupp@gnat.com>
37105
37106         * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
37107
37108 2004-01-05  Arnaud Charlet  <charlet@act-europe.fr>
37109
37110         * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
37111         all attributes, including read-only attribute.
37112
37113 2004-01-05  Pascal Obry  <obry@gnat.com>
37114
37115         * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
37116         library naming scheme.
37117
37118         * mlib-prj.adb (Build_Library): Generate different names for the static
37119         or dynamic version of the GNAT runtime. This is needed to support the
37120         new shared library naming scheme.
37121         (Process_Binder_File): Add detection of shared library in binder file
37122         based on the new naming scheme.
37123
37124         * gnatlink.adb (Process_Binder_File): Properly detect the new naming
37125         scheme for the shared runtime libraries.
37126
37127         * Makefile.in:
37128         (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
37129         scheme.
37130         (install-gnatlib): Do not create symlinks for shared libraries.
37131         (gnatlib-shared-default): Idem.
37132         (gnatlib-shared-dual-win32): New target. Not used for now as the
37133         auto-import feature does not support arrays/records.
37134         (gnatlib-shared-win32): Do not create copy for the shared libraries.
37135         (gnatlib-shared-vms): Fix shared runtime libraries names.
37136
37137         * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
37138         dependent runtime shared library name.
37139
37140 2004-01-05  Vasiliy Fofanov  <fofanov@act-europe.fr>
37141
37142         * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
37143         than the object.
37144
37145 2004-01-05  Ed Schonberg  <schonberg@gnat.com>
37146
37147         * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
37148         protected objects when allocator has a subtype indication, not a
37149         qualified expression. Note that qualified expressions may have to be
37150         checked when limited aggregates are implemented.
37151
37152         * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
37153         pure, emit warning.
37154         (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
37155         subprogram is imported, remove warning.
37156
37157 2004-01-05  Geert Bosch  <bosch@gnat.com>
37158
37159         * s-poosiz.adb: Update copyright notice.
37160         (Allocate): Use Task_Lock to protect against concurrent access.
37161         (Deallocate): Likewise.
37162
37163 2004-01-05  Joel Brobecker  <brobecker@gnat.com>
37164
37165         * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
37166         comment.
37167
37168 2003-12-23  Kelley Cook  <kcook@gcc.gnu.org>
37169
37170         * gnat_ug.texi: Force a CVS commit by updating copyright.
37171         * gnat_ug_vxw.texi: Regenerate.
37172         * gnat_ug_wnt.texi: Regenerate.
37173         * gnat_ug_vms.texi: Regenerate.
37174         * gnat_ug_unx.texi: Regenerate.
37175
37176 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
37177
37178         * trans.c: Remove uses of "register" specifier in
37179         declarations of local variables.
37180
37181 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
37182
37183         * stamp-xgnatug: New stamp file.
37184         * Make-lang.in (stamp-xgnatug):  New stamp file and comment.
37185         (ada/doctools/xgnatug): Add $(build_exeext).
37186         (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
37187         ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
37188
37189 2003-12-17  Ed Falis  <falis@gnat.com>
37190
37191         * a-elchha.adb (Tailored_Exception_Information): made Info constant to
37192         eliminate warning.
37193
37194         * a-exextr.adb: Add context clause for
37195         Ada.Exceptions.Last_Chance_Handler.
37196
37197 2003-12-17  Sergey Rybin  <rybin@act-europe.fr>
37198
37199         * cstand.adb (Create_Standard): Change the way how the declaration of
37200         the Duration type is created (making it the same way as it is for all
37201         the other standard types).
37202
37203 2003-12-17  Robert Dewar  <dewar@gnat.com>
37204
37205         * s-crtl.ads: Fix header format
37206         Change Pure to Preelaborate
37207
37208 2003-12-17  Ed Schonberg  <schonberg@gnat.com>
37209
37210         * checks.adb (Selected_Length_Checks): Generate an Itype reference for
37211         the expression type only if it is declared in the current unit.
37212
37213         * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
37214         are universal and already analyzed, as can occur in constrained
37215         subcomponents that depend on discriminants, when one constraint is a
37216         subtype mark.
37217
37218         * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
37219         type Any_Fixed is legal as the argument of a conversion, if only one
37220         fixed-point type is in context.
37221
37222 2003-12-17  GNAT Script  <nobody@gnat.com>
37223
37224         * Make-lang.in: Makefile automatically updated
37225
37226 2003-12-15  Robert Dewar  <dewar@gnat.com>
37227
37228         * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
37229         sec stack size.
37230
37231 2003-12-15  Vincent Celier  <celier@gnat.com>
37232
37233         * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
37234         (Gnatchop): Do not set failure status when reporting the number of
37235         warnings.
37236
37237 2003-12-15  Doug Rupp  <rupp@gnat.com>
37238
37239         * s-ctrl.ads: New file.
37240
37241         * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
37242
37243         * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
37244         (GNATBIND_OBJS): Add ada/s-crtl.o.
37245
37246         * Makefile.in [VMS]: Clean up ifeq rules.
37247
37248         * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
37249         a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
37250         g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
37251         s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
37252         s-tasdeb.adb: Update copyright.
37253         Import System.CRTL.
37254         Make minor modifications to use System.CRTL declared functions instead
37255         of importing locally.
37256
37257 2003-12-15  GNAT Script  <nobody@gnat.com>
37258
37259         * Make-lang.in: Makefile automatically updated
37260
37261 2003-12-11  Ed Falis  <falis@gnat.com>
37262
37263         * 5zinit.adb: Clean up.
37264
37265         * 5zintman.adb (Notify_Exception): replaced case statement with a call
37266         to __gnat_map_signal, imported from init.c to support
37267         signal -> exception mappings that depend on the vxWorks version.
37268
37269         * init.c:
37270         Created and exported __gnat_map_signal to support signal -> exception
37271         mapping that is dependent on the VxWorks version.
37272         Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
37273
37274 2003-12-11  Vasiliy Fofanv  <fofanov@act-europe.fr>
37275
37276         * 5wosinte.ads: Link with -mthreads switch.
37277
37278 2003-12-11  Arnaud Charlet  <charlet@act-europe.fr>
37279
37280         * init.c (__gnat_install_handler [NetBSD]): Set
37281         __gnat_handler_installed, as done on all other platforms.
37282         Remove duplicated code.
37283
37284 2003-12-11  Jerome Guitton  <guitton@act-europe.fr>
37285
37286         * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
37287
37288 2003-12-11  Thomas Quinot  <quinot@act-europe.fr>
37289
37290         * sinfo.ads: Fix inconsistent example code in comment.
37291
37292 2003-12-11  Robert Dewar  <dewar@gnat.com>
37293
37294         * a-tiinau.adb: Add a couple of comments
37295
37296         * sem_ch3.adb: Minor reformatting
37297
37298         * sem_prag.adb:
37299         Fix bad prototype of Same_Base_Type in body (code reading cleanup)
37300         Minor reformatting throughout
37301
37302 2003-12-11  Ed Schonberg  <schonberg@gnat.com>
37303
37304         * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
37305         bounds of a loop, create a separate block in order to generate proper
37306         cleanup actions to prevent memory leaks.
37307
37308         * sem_res.adb (Resolve_Call): After a call to
37309         Establish_Transient_Scope, the call may be rewritten and relocated, in
37310         which case no further processing is needed.
37311
37312         * sem_util.adb: (Wrong_Type): Refine previous fix.
37313          Fixes ACATS regressions.
37314
37315         PR ada/13353
37316         * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
37317         be inlined.
37318
37319 2003-12-08  Jerome Guitton  <guitton@act-europe.fr>
37320
37321         * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
37322         i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
37323         obsolete files.
37324
37325         * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
37326         (rts-zfp): Ditto.
37327
37328 2003-12-08  Robert Dewar  <dewar@gnat.com>
37329
37330         * 7sintman.adb: Minor reformatting
37331
37332         * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
37333         standard linker options to get standard libraries linked. We now plan
37334         to provide dummy versions of these libraries to match the appropriate
37335         configurable run-time (e.g. if a library is not needed at all, provide
37336         a dummy empty library).
37337
37338         * targparm.ads: Configurable_Run_Time mode no longer affects linker
37339         options (-L parameters and standard libraries). What we plan to do is
37340         to provide dummy libraries where the libraries are not required.
37341
37342         * gnatbind.adb: Minor comment improvement
37343
37344 2003-12-08  Javier Miranda  <miranda@gnat.com>
37345
37346         * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
37347         aggregate in the parent. Otherwise constants with limited aggregates
37348         are not supported. Add new formal to pass the component type (Ctype).
37349         It is required to call the corresponding IP subprogram in case of
37350         default initialized components.
37351         (Gen_Assign): In case of default-initialized component, generate a
37352         call to the IP subprogram associated with the component.
37353         (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
37354         of aggregate with default initialized components.
37355         (Has_Default_Init_Comps): Improve implementation to recursively check
37356         all the present expressions.
37357
37358         * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
37359         to indicate that the initialization call corresponds to a
37360         default-initialized component of an aggregate.
37361         In case of default initialized aggregate with tasks this parameter is
37362         used to generate a null string (this is just a workaround that must be
37363         improved later). In case of discriminants, this parameter is used to
37364         generate a selected component node that gives access to the discriminant
37365         value.
37366
37367         * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
37368         subprogram, based on Build_Task_Allocate_Block, but adapted to expand
37369         allocated aggregates with default-initialized components.
37370
37371         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
37372         the box notation is used in positional aggregates.
37373
37374 2003-12-08  Samuel Tardieu  <tardieu@act-europe.fr>
37375
37376         * lib.ads: Fix typo in comment
37377
37378 2003-12-08  Vincent Celier  <celier@gnat.com>
37379
37380         * prj.adb (Project_Empty): New component Unkept_Comments
37381         (Scan): Remove procedure; moved to Prj.Err.
37382
37383         * prj.ads (Project_Data): New Boolean component Unkept_Comments
37384         (Scan): Remove procedure; moved to Prj.Err.
37385
37386         * prj-dect.adb: Manage comments for the different declarations.
37387
37388         * prj-part.adb (With_Record): New component Node
37389         (Parse): New Boolean parameter Store_Comments, defaulted to False.
37390         Set the scanner to return ends of line and comments as tokens, if
37391         Store_Comments is True.
37392         (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
37393         comments are associated with these nodes. Store the node IDs in the
37394         With_Records.
37395         (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
37396         With_Records.
37397         (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
37398         the N_Project node. Call Tree.Save and Tree.Reset before scanning the
37399         current project. Call Tree.Restore afterwards. Set the various nodes
37400         for comment storage (Next_End, End_Of_Line, Previous_Line,
37401         Previous_End).
37402
37403         * prj-part.ads (Parse): New Boolean parameter Store_Comments,
37404         defaulted to False.
37405
37406         * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
37407         to False. When Truncated is True, truncate the string, never go to the
37408         next line.
37409         (Write_End_Of_Line_Comment): New procedure
37410         (Print): Process comments for nodes N_With_Clause,
37411         N_Package_Declaration, N_String_Type_Declaration,
37412         N_Attribute_Declaration, N_Typed_Variable_Declaration,
37413         N_Variable_Declaration, N_Case_Construction, N_Case_Item.
37414         Process nodes N_Comment.
37415
37416         * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
37417         without comments and there are some comments, set the flag
37418         Unkept_Comments to True.
37419         (Scan): If there are comments, set the flag Unkept_Comments to True and
37420         clear the comments.
37421         (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
37422         (Next_End_Nodes: New table
37423         (Comment_Zones_Of): New function
37424         (Scan): New procedure; moved from Prj. Accumulate comments in the
37425         Comments table and set end of line comments, comments after, after end
37426         and before end.
37427         (Add_Comments): New procedure
37428         (Save, Restore, Seset_State): New procedures
37429         (There_Are_Unkept_Comments): New function
37430         (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
37431         (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
37432         procedures.
37433         (First_Comment_After, First_Comment_After_End): New functions
37434         (First_Comment_Before, First_Comment_Before_End): New functions
37435         (Next_Comment): New function
37436         (End_Of_Line_Comment, Follows_Empty_Line,
37437         Is_Followed_By_Empty_Line): New functions
37438         (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
37439         (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
37440         (Set_Next_Comment): New procedure
37441         (Default_Project_Node): Associate comment before if the node can store
37442         comments.
37443
37444         * scans.ads (Token_Type): New enumeration value Tok_Comment
37445         (Comment_Id): New global variable
37446
37447         * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
37448         defaulted to False.
37449         (Scan): Store position of start of comment. If comments are tokens, set
37450         Comment_Id and set Token to Tok_Comment when scanning a comment.
37451         (Set_Comment_As_Token): New procedure
37452
37453         * sinput-p.adb: Update Copyright notice
37454         (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
37455         that no longer exists.
37456
37457 2003-12-08  Javier Miranda  <miranda@gnat.com>
37458
37459         * sem_aggr.adb: Add dependence on Exp_Tss package
37460         Correct typo in comment
37461         (Resolve_Aggregate): In case of array aggregates set the estimated
37462         type of the aggregate before calling resolve. This is needed to know
37463         the name of the corresponding IP in case of limited array aggregates.
37464         (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
37465         in case of default initialized array components.
37466
37467         * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
37468         types. Required to give support to limited aggregates in generic
37469         formals.
37470
37471 2003-12-08  Ed Schonberg  <schonberg@gnat.com>
37472
37473         * sem_ch3.adb (Check_Initialization): For legality purposes, an
37474         inlined body functions like an instantiation.
37475         (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
37476         until bounds are analyzed, to diagnose premature use of type.
37477
37478         * sem_util.adb (Wrong_Type): Improve error message when the type of
37479         the expression is used prematurely.
37480
37481 2003-12-08  GNAT Script  <nobody@gnat.com>
37482
37483         * Make-lang.in: Makefile automatically updated
37484
37485 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr>
37486
37487         * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
37488         they are automatically generated by Make-lang.in and cause nothing but
37489         maintenance troubles.
37490
37491 2003-12-05  Thomas Quinot  <quinot@act-europe.fr>
37492
37493         * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
37494         version of this unit).
37495
37496 2003-12-05  Olivier Hainque  <hainque@act-europe.fr>
37497
37498         * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
37499         5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
37500         5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
37501         the body of System.Interrupt_Management common to several targets.
37502         Update copyright notice when appropriate.
37503
37504         * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
37505         constant.
37506
37507         * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
37508         to ensure that the kernel fills in the interrupted context structure
37509         before calling a signal handler, which is necessary to be able to
37510         unwind past it. Update the copyright notice.
37511
37512 2003-12-05  Jerome Guitton  <guitton@act-europe.fr>
37513
37514         * a-elchha.ads: New file.
37515
37516         * a-elchha.adb: New default last chance handler. Contents taken from
37517         Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
37518
37519         * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
37520         is moved to a-elchha.adb to provide a target-independent default last
37521         chance handler.
37522
37523         * Makefile.rtl: Add a-elchha.o
37524
37525         * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
37526
37527 2003-12-05  Ed Schonberg  <schonberg@gnat.com>
37528
37529         * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
37530         declared in an instance, do not inline the call if the instance is not
37531         frozen yet, to prevent order of elaboration problems.
37532
37533         * sem_prag.adb: Add comments for previous fix.
37534
37535 2003-12-05  Samuel Tardieu  <tardieu@act-europe.fr>
37536
37537         * g-table.adb: Use the right variable in Set_Item.
37538         Update copyright notice.
37539
37540 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
37541
37542         * Makefile.in: Remove unused rules.
37543
37544 2003-12-05  Vincent Celier  <celier@gnat.com>
37545
37546         * switch-c.adb (Scan_Front_End_Switches): Remove processing of
37547         -nostdlib. Not needed here after all.
37548
37549 2003-12-03  Thomas Quinot  <quinot@act-europe.fr>
37550
37551         PR ada/11724
37552         * adaint.h, adaint.c, g-os_lib.ads:
37553         Do not assume that the offset argument to lseek(2) is a 32 bit integer,
37554         on some platforms (including FreeBSD), it is a 64 bit value.
37555         Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
37556
37557 2003-12-03  Arnaud Charlet  <charlet@act-europe.fr>
37558
37559         * gnatvsn.ads (Library_Version): Now contain only the relevant
37560         version info.
37561         (Verbose_Library_Version): New constant.
37562
37563         * g-spipat.adb, g-awk.adb, g-debpoo.adb,
37564         g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
37565         s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
37566
37567         * gnatlbr.adb: Clean up: replace Library_Version by
37568         Verbose_Library_Version.
37569
37570         * make.adb, lib-writ.adb, exp_attr.adb:
37571         Clean up: replace Library_Version by Verbose_Library_Version.
37572
37573         * 5lintman.adb: Removed.
37574
37575         * Makefile.in:
37576         Update and simplify computation of LIBRARY_VERSION.
37577         Fix computation of GSMATCH_VERSION.
37578         5lintman.adb is no longer used: replaced by 7sintman.adb.
37579
37580 2003-12-03  Robert Dewar  <dewar@gnat.com>
37581
37582         * exp_ch5.adb:
37583         (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
37584         name. Modified to consider small non-bit-packed arrays as troublesome
37585         and in need of component-by-component assigment expansion.
37586
37587 2003-12-03  Vincent Celier  <celier@gnat.com>
37588
37589         * lang-specs.h: Process nostdlib as nostdinc
37590
37591         * back_end.adb: Update Copyright notice
37592         (Scan_Compiler_Arguments): Process -nostdlib directly.
37593
37594 2003-12-03  Jose Ruiz  <ruiz@act-europe.fr>
37595
37596         * Makefile.in:
37597         When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
37598         redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
37599         included in HIE_NONE_TARGET_PAIRS.
37600
37601 2003-12-03  Ed Schonberg  <schonberg@gnat.com>
37602
37603         * sem_attr.adb:
37604         (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
37605         is legal in an instance, because legality is cheched in the template.
37606
37607         * sem_prag.adb:
37608         (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
37609         appplied to an unchecked conversion of a formal parameter.
37610
37611         * sem_warn.adb:
37612         (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
37613         variables.
37614
37615 2003-12-03  Olivier Hainque  <hainque@act-europe.fr>
37616
37617         * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
37618         routines. The second one is new functionality to deal with backtracing
37619         through signal handlers.
37620         (unwind): Split into the two separate subroutines above.
37621         Update the documentation, and deal properly with sizeof (REG) different
37622         from sizeof (void*).
37623
37624 2003-12-01  Nicolas Setton  <setton@act-europe.fr>
37625
37626         * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
37627         so that the debugger can reliably access the value of the parameter,
37628         and therefore is able to display the exception name when an exception
37629         breakpoint is reached.
37630
37631 2003-12-01  Thomas Quinot  <quinot@act-europe.fr>
37632
37633         * fmap.adb: Fix typo in warning message.
37634
37635         * g-socket.ads, g-socket.adb: Make Free a visible instance of
37636         Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
37637
37638 2003-12-01  Vincent Celier  <celier@gnat.com>
37639
37640         * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
37641         ther is no Afile.
37642         (Build_Library): Get the switches only if Default_Switches is declared
37643         in package Binder.
37644
37645 2003-12-01  Ed Schonberg  <schonberg@gnat.com>
37646
37647         * exp_ch6.adb (Expand_Actuals): When applying validity checks to
37648         actuals that are indexed components, reanalyze actual to ensure that
37649         packed array references are properly expanded.
37650
37651         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
37652         attempted assignment to a discriminant.
37653
37654 2003-12-01  Robert Dewar  <dewar@gnat.com>
37655
37656         * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
37657         reformatting.
37658
37659         * switch-c.adb: Minor reformatting of comments
37660
37661 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
37662
37663         * Makefile.in: Clean ups.
37664
37665 2003-12-01  GNAT Script  <nobody@gnat.com>
37666
37667         * Make-lang.in: Makefile automatically updated
37668
37669 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
37670
37671         * 5wsystem.ads: Disable zero cost exception, not ready yet.
37672
37673 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
37674
37675         * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
37676         to force serialization.
37677
37678 2003-11-26  Thomas Quinot  <quinot@act-europe.fr>
37679
37680         * g-socket.ads, g-socket.adb:
37681         Clarify documentation of function Stream. Introduce a Free procedure
37682         to release the returned Stream once it becomes unused.
37683
37684         * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
37685
37686 2003-11-26  Arnaud Charlet  <charlet@act-europe.fr>
37687
37688         (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
37689         since NT 4 cannot handle timeout values that are too large,
37690         e.g. DWORD'Last - 1.
37691
37692 2003-11-26  Ed Schonberg  <schonberg@gnat.com>
37693
37694         * exp_ch4.adb:
37695         (Expand_N_Slice): Recognize all cases of slices that appear as actuals
37696         in procedure calls and whose expansion must be deferred.
37697
37698         * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
37699         is in exp_ch4.
37700
37701         * sem_ch3.adb:
37702         (Build_Derived_Array_Type): Create operator for unconstrained type
37703         if ancestor is unconstrained.
37704
37705 2003-11-26  Vincent Celier  <celier@gnat.com>
37706
37707         * make.adb (Project_Object_Directory): New global variable
37708         (Change_To_Object_Directory): New procedure
37709         (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
37710         of Change_Dir directly. Do not change working directory to object
37711         directory of main project after each compilation.
37712         (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
37713         directly.
37714         Change to object directory of main project before binding step.
37715         (Initialize): Initialize Project_Object_Directory to No_Project
37716
37717         * mlib-prj.adb:
37718         (Build_Library): Take into account Builder'Default_Switches ("Ada") when
37719         binding a Stand-Alone Library.
37720
37721         * output.adb: Update Copyright notice
37722         (Write_Char): Output buffer when full
37723
37724 2003-11-26  Robert Dewar  <dewar@gnat.com>
37725
37726         * sem_ch13.adb: (Check_Size): Reset size if size is too small
37727
37728         * sem_ch13.ads:
37729         (Check_Size): Fix documentation to include bit-packed array case
37730
37731         * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
37732
37733         * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
37734
37735         * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
37736
37737 2003-11-24  Arnaud Charlet  <charlet@act-europe.fr>
37738
37739         PR ada/13142
37740         * utils.c (init_gigi_decls): Change name of built-in setjmp to
37741         __builtin_setjmp, since this is apparently needed by recent
37742         non Ada changes.
37743
37744 2003-11-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
37745
37746         * adadecode.c: Only include ctype.h if not IN_GCC.
37747         (__gnat_decode): Use ISDIGIT from safe-ctype.h.
37748
37749 2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>
37750
37751         * Makefile.in:
37752         Use 5zintman.ads for VxWorks targets. This file avoid confusion between
37753         signals and interrupts.
37754
37755         * 5zintman.ads: New File.
37756
37757         * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
37758         add exception signals to the set of unmasked signals.
37759
37760         * 5ztaprop.adb:
37761         Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
37762         between signals and interrupts.
37763         Add to Unblocked_Signal_Mask the set of signals that are in
37764         Keep_Unmasked.
37765
37766         * 7sinmaop.adb:
37767         Adding a check to see whether the Interrupt_ID we want to unmask is in
37768         the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
37769         reason is that the index type of the Keep_Unmasked array is not always
37770         Interrupt_ID; it may be a subtype of Interrupt_ID.
37771
37772 2003-11-24  Gary Dismukes  <dismukes@gnat.com>
37773
37774         * exp_util.adb:
37775         (Remove_Side_Effects): Condition constantness of object created for a
37776          an unchecked type conversion on the constantness of the expression
37777          to ensure the correct value for 'Constrained when passing components
37778          of view-converted class-wide objects.
37779
37780 2003-11-24  Robert Dewar  <dewar@gnat.com>
37781
37782         * par-load.adb (Load): Improve handling of misspelled and missing units
37783         Removes several cases of compilation abandoned messages
37784
37785         * lib.adb: (Remove_Unit): New procedure
37786
37787         * lib.ads: (Remove_Unit): New procedure
37788
37789         * lib-load.adb: Minor reformatting
37790
37791 2003-11-24  Vincent Celier  <celier@gnat.com>
37792
37793         * make.adb:
37794         (Gnatmake, Initialize): Call Usage instead of Makeusg directly
37795         (Marking_Label): Label to mark processed source files. Incremented for
37796         each executable.
37797         (Gnatmake): Increase Marking_Labet for each executable
37798         (Is_Marked): Compare against marking label
37799         (Mark): Mark with marking label
37800
37801 2003-11-24  Jerome Guitton  <guitton@act-europe.fr>
37802
37803         * s-thread.ads:
37804         Move the declaration of the TSD for System.Threads to System.Soft_Links.
37805         Add some comments.
37806
37807         * Makefile.in: Added target pair for s-thread.adb for cert runtime.
37808         (rts-cert): build a single relocatable object for the run-time lib.
37809         Fix perms.
37810
37811 2003-11-24  Vasiliy Fofanov  <fofanov@act-europe.fr>
37812
37813         * Make-lang.in:
37814         Use gnatls rather than gcc to obtain the location of GNAT RTL for
37815         crosstools build.
37816
37817 2003-11-24  Sergey Rybin  <rybin@act-europe.fr>
37818
37819         * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
37820         can not use it as before (that is, as a variable) when dumping it into
37821         the tree file. Add a local variable to store the result of this
37822         function and to be used as the string to be written into the tree.
37823
37824         * scn.adb (Initialize_Scanner): Add comments explaining the recent
37825         changes.
37826
37827         * sinput.adb (Source_First, Source_Last): In case of
37828         Internal_Source_File, replace returning attributes of
37829         Internal_Source_Ptr (which is wrong) with returning attributes of
37830         Internal_Source.
37831
37832 2003-11-24  Ed Schonberg  <schonberg@gnat.com>
37833
37834         * sem_ch3.adb:
37835         (New_Concatenation_Op): Proper name for New_Binary_Operator, only
37836         used for implicit concatenation operators.
37837         Code cleanup.
37838
37839         * sem_elab.adb:
37840         (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
37841         task bodies that are in the scope of a Suppress pragma.
37842         (Check_A Call): Use the flag to prevent spurious elaboration checks.
37843
37844         * sinfo.ads, sinfo.adb:
37845         New flag No_Elaboration_Check on function/procedure calls, to properly
37846         suppress checks on calls in task bodies that are within a local suppress
37847         pragma.
37848
37849         * exp_ch4.adb:
37850         (Expand_Concatenate_Other): Use the proper integer type for the
37851         expression for the upper bound, to avoid universal_integer computations
37852         when possible.
37853
37854 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
37855
37856         * .cvsignore: Delete.
37857
37858 2003-11-21  Andreas Schwab  <schwab@suse.de>
37859
37860         * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
37861
37862 2003-11-21  Vasiliy Fofanov  <fofanov@act-europe.fr>
37863
37864         * 5wsystem.ads: Enable zero cost exception.
37865
37866 2003-11-21  Jerome Guitton  <guitton@act-europe.fr>
37867
37868         * 5ztiitho.adb: Remove an unreferenced variable.
37869
37870 2003-11-21  Thomas Quinot  <quinot@act-europe.fr>
37871
37872         * adaint.c: For FreeBSD, use mkstemp.
37873
37874 2003-11-21  Arnaud Charlet  <charlet@act-europe.fr>
37875
37876         * gnatlbr.adb: Now reference Gnat_Static_Version_String.
37877
37878 2003-11-21  Robert Dewar  <dewar@gnat.com>
37879
37880         * bld.adb: Remove useless USE of gnatvsn
37881
37882         * gnatchop.adb: Minor reformatting
37883         Clean up version handling to be more consistent
37884
37885         * gnatxref.adb: Minor reformatting
37886
37887         * gprcmd.adb: Minor reformatting
37888         Fix output of copyright to be more consistent with other tools
37889
37890 2003-11-21  Vincent Celier  <celier@gnat.com>
37891
37892         * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
37893
37894 2003-11-21  Sergey Rybin  <rybin@act-europe.fr>
37895
37896         * atree.adb (Initialize): Add initializations for global variables
37897         used in New_Copy_Tree.
37898
37899         * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
37900         Internal_Source_File as the actual).
37901         Put the set of statements creating Any_Character before the set of
37902         statements creating Any_Array to have Any_Character fully initialized
37903         when it is used in creating Any_Array.
37904
37905         * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
37906         not call Scan in case if the actual is Internal_Source_File
37907         Add 2003 to copyright note.
37908
37909         * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
37910         processing Internal_Source_File.
37911
37912         * types.ads: Add the constant Internal_Source_File representing the
37913         source buffer for artificial source-code-like strings created within
37914         the compiler (the definition of Source_File_Index is changed).
37915
37916 2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>
37917
37918         * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
37919         56system.ads: New file, FreeBSD version.
37920
37921 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
37922
37923         * Make-lang.in (ada.extraclean): Delete.
37924
37925 2003-11-19  Arnaud Charlet  <charlet@act-europe.fr>
37926
37927         * gnatmem.adb: Clean up verbose output.
37928
37929         * gprcmd.adb: Change copyright to FSF.
37930
37931 2003-11-19  Vincent Celier  <celier@gnat.com>
37932
37933         * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
37934         and Version (ignored).
37935
37936         * symbols.ads: (Policy): New type
37937         (Initialize): New parameter Reference, Symbol_Policy and
37938         Library_Version.
37939         Remove parameter Force.
37940         Minor reformatting.
37941
37942         * snames.ads, snames.adbadb: New standard names
37943         Library_Reference_Symbol_File and Library_Symbol_Policy
37944
37945         * mlib-prj.adb:
37946         (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
37947         project.
37948
37949         * mlib-tgt.adb:
37950         (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
37951
37952         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
37953
37954         * prj.adb: (Project_Empty): New component Symbol_Data
37955
37956         * prj.ads: (Policy, Symbol_Record): New types
37957         (Project_Data): New component Symbol_Data
37958
37959         * prj-attr.adb:
37960         New attributes Library_Symbol_File, Library_Symbol_Policy and
37961         Library_Reference_Symbol_File.
37962
37963         * prj-nmsc.adb:
37964         (Ada_Check): When project is a Stand-Alone library project, process
37965         attribute Library_Symbol_File, Library_Symbol_Policy and
37966         Library_Reference_Symbol_File.
37967
37968         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
37969         5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
37970         5sml-tgt.adb (Build_Dynamic_Library): New parameter
37971         Symbol_Data (ignored).
37972
37973         * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
37974         (Build_Dynamic_Library): New parameter Symbol_Data. New internal
37975         functions Option_File_Name and Version_String. Set new options of
37976         gnatsym related to symbol file, symbol policy and reference symbol
37977         file.
37978
37979         * 5vsymbol.adb:
37980         Extensive modifications to take into account the reference symbol file,
37981         the symbol policy, the library version and to put in the symbol file the
37982         minor and major IDs.
37983
37984         * bld.adb (Process_Declarative_Items): Put second argument of
37985         gprcmd to_absolute between single quotes, to avoid problems with
37986         Windows.
37987
37988         * bld-io.adb: Update Copyright notice.
37989         (Flush): Remove last character of a line, if it is a back slash, to
37990         avoid make problems.
37991
37992         * gnatsym.adb:
37993         Implement new scheme with reference symbol file and symbol policy.
37994
37995         * g-os_lib.ads: (Is_Directory): Clarify comment
37996
37997 2003-11-19  Robert Dewar  <dewar@gnat.com>
37998
37999         * atree.adb: Move New_Copy_Tree global variables to head of package
38000
38001         * errout.adb: Minor reformatting
38002
38003 2003-11-19  Javier Miranda  <miranda@gnat.com>
38004
38005         * sem_ch4.adb: (Diagnose_Call): Improve error message.
38006         Add reference to Ada0Y (AI-50217)
38007
38008         * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
38009         sem_util.adb: Add reference to AI-50217
38010
38011         * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
38012
38013         * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
38014
38015         * sem_aggr.adb: Complete documentation of AI-287 changes
38016
38017         * par-ch4.adb: Document previous changes.
38018
38019         * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
38020         sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
38021         Ada0Y (AI-50217)
38022
38023         * exp_aggr.adb: Add references to AI-287 in previous changes
38024
38025 2003-11-19  Ed Schonberg  <schonberg@gnat.com>
38026
38027         * exp_ch6.adb:
38028         (Add_Call_By_Copy_Node): Do not original node of rewritten expression
38029         in the rewriting is the result of an inlined call.
38030
38031         * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
38032         parameter is a type conversion, use original node to construct the
38033         post-call assignment, because expression may have been rewritten, e.g.
38034         if it is a packed array.
38035
38036         * sem_attr.adb:
38037         (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
38038         body, just as it is in an instance.
38039         Categorization routines
38040
38041         * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
38042         Instantiate_Object): Set proper sloc reference for message on missing
38043         actual.
38044
38045 2003-11-19  Thomas Quinot  <quinot@act-europe.fr>
38046
38047         * Makefile.in: Add FreeBSD libgnat pairs.
38048
38049         * usage.adb: Fix typo in usage message.
38050
38051 2003-11-19  Jerome Guitton  <guitton@act-europe.fr>
38052
38053         * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
38054         s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
38055         pragma Thread_Body.
38056         Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
38057
38058         * s-thread.adb: This file is now a dummy implementation of
38059         System.Thread.
38060
38061 2003-11-19  Sergey Rybin  <rybin@act-europe.fr>
38062
38063         * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
38064
38065 2003-11-19  Emmanuel Briot  <briot@act-europe.fr>
38066
38067         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
38068         instanciation references in the parent type description.
38069
38070 2003-11-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
38071
38072         * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
38073
38074         * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
38075         TYPE_PRECISION directly from esize.
38076
38077 2003-11-18  Thomas Quinot  <quinot@act-europe.fr>
38078
38079         * cstreams.c:
38080         Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
38081
38082         * init.c: Initialization routines for FreeBSD
38083
38084         * link.c: Link info for FreeBSD
38085
38086         * sysdep.c: Add the case of FreeBSD
38087
38088 2003-11-17  Jerome Guitton  <guitton@act-europe.fr>
38089
38090         * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
38091         already called in System.Threads.
38092
38093         * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
38094         environment task, as it has been moved to System.Threads.Initialization.
38095
38096 2003-11-17  Arnaud Charlet  <charlet@act-europe.fr>
38097
38098         * adaint.c (__gnatlib_install_locks): Only reference
38099         __gnat_install_locks on VMS, since other platforms can avoid using
38100         --enable-threads=gnat
38101
38102 2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
38103
38104         * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
38105
38106         * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
38107         TYPE_PACKED_ARRAY_TYPE_P.
38108         (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
38109
38110         Part of PR ada/12806
38111         * utils.c (float_type_for_precision): Renamed from float_type_for_size.
38112         Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
38113
38114 2003-11-17  Vincent Celier  <celier@gnat.com>
38115
38116         * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
38117         to False.
38118         Do not set exit status to Failure when Warning is True.
38119         (Gnatchop): Make errors "no compilation units found" and
38120         "no source files written" warnings only.
38121
38122         * make.adb (Gnatmake): When using a project file, set
38123         Look_In_Primary_Dir to False.
38124         (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
38125         and Local_Configuration_Pragmas in the project where they are declared
38126         not an extending project which might have inherited them.
38127
38128         * osint.adb (Locate_File): If Name is already an absolute path, do not
38129         look for a directory.
38130
38131         * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
38132         -gnats (Check_Syntax) is used, issue only a warning, not an error.
38133
38134         * prj.adb (Register_Default_Naming_Scheme): Add new component Project
38135         in objects of type Variable_Value.
38136
38137         * prj.ads: (Variable_Value): New component Project
38138
38139         * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
38140         is in a project extended by Project.
38141
38142         * prj-proc.adb (Add_Attributes): New parameter Project. Set component
38143         Project of Variable_Values to this new parameter value.
38144         (Expression): Set component Project of Variable_Values.
38145         (Process_Declarative_Items): Call Add_Attributes with parameter Project.
38146         Set the component Project in array elements.
38147
38148 2003-11-17  Sergey Rybin  <rybin@act-europe.fr>
38149
38150         * errout.adb: (Initialize): Add initialization for error nodes.
38151
38152         * sem_ch12.adb (Initialize): Add missing initializations for
38153         Exchanged_Views and Hidden_Entities.
38154
38155 2003-11-17  Ed Schonberg  <schonberg@gnat.com>
38156
38157         * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
38158         already instantiated tree for use in subsequent inlining.
38159         (Analyze_Associations, Instantiate_Formal_Subprogram,
38160         Instantiate_Object): improve error message for mismatch in
38161         instantiations.
38162
38163         * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
38164         instantiations of subprograms declared in instances.
38165
38166 2003-11-17  Javier Miranda  <miranda@gnat.com>
38167
38168         * sem_ch4.adb (Analyze_Allocator): Previous modification must be
38169         executed only under the Extensions_Allowed flag.
38170
38171 2003-11-17  Robert Dewar  <dewar@gnat.com>
38172
38173         * a-exexda.adb (Address_Image): Fix documentation to indicate leading
38174         zeroes suppressed.
38175         (Address_Image): Fix bug of returning 0x instead of 0x0
38176         Minor reformatting (function specs).
38177
38178         * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
38179         (missed case of 33-63)
38180
38181         * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
38182
38183         * s-thread.adb: Add comments for pragma Restriction
38184
38185         * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
38186         sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
38187
38188 2003-11-17  Ed Falis  <falis@gnat.com>
38189
38190         * s-thread.adb: Added No_Tasking restriction for this implementation.
38191
38192 2003-11-17  Emmanuel Briot  <briot@act-europe.fr>
38193
38194         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
38195         instanciation references in the parent type description.
38196
38197 2003-11-17  GNAT Script  <nobody@gnat.com>
38198
38199         * Make-lang.in: Makefile automatically updated
38200
38201 2003-11-16  Jason Merrill  <jason@redhat.com>
38202
38203         * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
38204         and TAGS files that include them for each front end.
38205
38206 2003-11-14  Andreas Jaeger  <aj@suse.de>
38207
38208         * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
38209         is the canonical version.
38210         * misc.c (gnat_handle_option): Likewise.
38211
38212         * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
38213
38214         * 5nsystem.ads: New file for x86_64-linux-gnu.
38215
38216 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
38217
38218         * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
38219
38220         * comperr.adb: Fix logic in previous change.
38221
38222 2003-11-13  Vincent Celier  <celier@gnat.com>
38223
38224         * 5bml-tgt.adb (Build_Dynamic_Library): Use
38225         Osint.Include_Dir_Default_Prefix instead of
38226         Sdefault.Include_Dir_Default_Name.
38227
38228         * gnatlbr.adb: Update Copyright notice
38229         (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
38230         Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
38231         instead of Sdefault.Object_Dir_Default_Name
38232
38233         * gnatlink.adb:
38234         (Process_Binder_File): Never suppress the option following -Xlinker
38235
38236         * mdll-utl.adb:
38237         (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
38238         Sdefault.Object_Dir_Default_Name.
38239
38240         * osint.ads, osint.adb:
38241         (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
38242         Minor reformatting.
38243
38244         * vms_conv.ads: Minor reformating
38245         Remove GNAT STANDARD and GNAT PSTA
38246
38247         * vms_conv.adb:
38248         Allow GNAT MAKE to have several files on the command line.
38249         (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
38250         Sdefault.Object_Dir_Default_Name.
38251         Minor Reformating
38252         Remove data for GNAT STANDARD
38253
38254         * vms_data.ads:
38255         Add new compiler qualifier /PRINT_STANDARD (-gnatS)
38256         Remove data for GNAT STANDARD
38257         Remove options and documentation for -gnatwb/-gnatwB: these warning
38258         options no longer exist.
38259
38260 2003-11-13  Ed Falis  <falis@gnat.com>
38261
38262         * 5zthrini.adb: (Init_RTS): Made visible
38263
38264         * 5zthrini.adb:
38265         (Register): Removed unnecessary call to taskVarGet that checked whether
38266          an ATSD was already set as a task var for the argument thread.
38267
38268         * s-thread.adb:
38269         Updated comment to reflect that this is a VxWorks version
38270         Added context clause for System.Threads.Initialization
38271         Added call to System.Threads.Initialization.Init_RTS
38272
38273 2003-11-13  Jerome Guitton  <guitton@act-europe.fr>
38274
38275         * 5zthrini.adb:
38276         (Init_RTS): New procedure, for the initialization of the run-time lib.
38277
38278         * s-thread.adb:
38279         Remove dependancy on System.Init, so that this file can be used in the
38280         AE653 sequential run-time lib.
38281
38282 2003-11-13  Robert Dewar  <dewar@gnat.com>
38283
38284         * bindgen.adb: Minor reformatting
38285
38286 2003-11-13  Ed Schonberg  <schonberg@gnat.com>
38287
38288         * checks.adb:
38289         (Apply_Discriminant_Check): Do no apply check if target type is derived
38290         from source type with no applicable constraint.
38291
38292         * lib-writ.adb:
38293         (Ensure_System_Dependency): Do not apply the style checks that may have
38294         been specified for the main unit.
38295
38296         * sem_ch8.adb:
38297         (Find_Selected_Component): Further improvement in error message, with
38298         RM reference.
38299
38300         * sem_res.adb:
38301         (Resolve): Handle properly the case of an illegal overloaded protected
38302         procedure.
38303
38304 2003-11-13  Javier Miranda  <miranda@gnat.com>
38305
38306         * exp_aggr.adb:
38307         (Has_Default_Init_Comps): New function to check the presence of
38308         default initialization in an aggregate.
38309         (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
38310         extension aggregate of a limited record. In addition, a new formal
38311         was added to do not initialize the record controller (if any) during
38312         this recursive expansion of ancestors.
38313         (Init_Controller): Add support for limited record components.
38314         (Expand_Record_Aggregate): In case of default initialized components
38315         convert the aggregate into a set of assignments.
38316
38317         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
38318         describing the new syntax.
38319         Nothing else needed to be done because this subprogram delegates part of
38320         its work to P_Precord_Or_Array_Component_Association.
38321         (P_Record_Or_Array_Component_Association): Give support to the new
38322         syntax for default initialization of components.
38323
38324         * sem_aggr.adb:
38325         (Resolve_Aggregate): Relax the strictness of the frontend in case of
38326         limited aggregates.
38327         (Resolve_Record_Aggregate): Give support to default initialized
38328         components.
38329         (Get_Value): In case of default initialized components, duplicate
38330         the corresponding default expression (from the record type
38331         declaration). In case of default initialization in the *others*
38332         choice, do not check that all components have the same type.
38333         (Resolve_Extension_Aggregate): Give support to limited extension
38334         aggregates.
38335
38336         * sem_ch3.adb:
38337         (Check_Initialization): Relax the strictness of the front-end in case
38338         of aggregate and extension aggregates. This test is now done in
38339         Get_Value in a per-component manner.
38340
38341         * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
38342         expression corresponds to a limited aggregate. This test is now done
38343         in Get_Value.
38344
38345         * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
38346         Box_Present flag.
38347
38348         * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
38349         present in an N_Component_Association node
38350
38351 2003-11-13  Thomas Quinot  <quinot@act-europe.fr>
38352
38353         * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
38354         type-conformant entry only if they are homographs.
38355
38356 2003-11-13  GNAT Script  <nobody@gnat.com>
38357
38358         * Make-lang.in: Makefile automatically updated
38359
38360 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
38361
38362         * adadecode.c: Use <> form of include for ctype.h.
38363         * sysdep.c [IN_RTS]: Use <> form of include for time.h.
38364
38365 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
38366
38367         * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
38368         Works around PR middle-end/6552.
38369
38370 2003-11-10  Ed Falis  <falis@gnat.com>
38371
38372         * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
38373
38374         * 5zinit.adb: (Install_Handler): Moved back to spec
38375         (Install_Signal_Handlers): Deleted
38376
38377         * 5zthrini.adb: Added context clause for System.Storage_Elements
38378         (Register): Only handles creation of taskVar; initialization moved to
38379         Thread_Body_Enter.
38380         (Reset_TSD): Deleted; replaced by Thread_Body_Enter
38381         Added declaration of environment task secondary stack and
38382         initialization.
38383
38384         * s-thread.adb: Implement bodies for thread body processing
38385
38386         * s-thread.ads:
38387         Added comment identifying supported targets for pragma Thread_Body.
38388
38389 2003-11-10  Pascal Obry  <obry@gnat.com>
38390
38391         * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
38392         GNAT_MAX_PATH_LEN.
38393
38394         * s-fileio.adb:
38395         (Open): Properly check for string length before copying into the buffer.
38396         Raises Name_Error if buffer is too small. Note that this was a potential
38397         buffer overflow.
38398
38399 2003-11-10  Romain Berrendonner  <berrendo@act-europe.fr>
38400
38401         * bindgen.adb, comperr.adb: Code clean ups.
38402         * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
38403
38404 2003-11-10  Sergey Rybin  <rybin@act-europe.fr>
38405
38406         * gnat1drv.adb: Add call to Sem_Elim.Initialize.
38407
38408 2003-11-10  Vincent Celier  <celier@gnat.com>
38409
38410         * gprcmd.adb:
38411         (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
38412         installation.
38413
38414         * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
38415
38416         * prj.adb: (Project_Empty): Add new boolean component Virtual
38417
38418         * prj.ads: (Virtual_Prefix): New constant string
38419         (Project_Data): New boolean component Virtual
38420
38421         * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
38422         a library project is extended by a virtual extending project.
38423
38424         * prj-part.adb:
38425         Modifications throughout to implement extending-all project, including:
38426         (Virtual_Hash, Processed_Hash): New hash tables
38427         (Create_Virtual_Extending_Project): New procedure
38428         (Look_For_Virtual_Projects_For): New procedure
38429
38430         * prj-proc.adb:
38431         (Process): After checking the projects, if main project is an
38432         extending-all project, set the object directory of all virtual extending
38433         project to the object directory of the main project.
38434         Adjust error message when a virtual extending project has the same
38435         object directory as an project being extended.
38436         (Recursive_Process): If name starts with the virtual prefix, set Virtual
38437         to True in the project data.
38438
38439         * prj-tree.adb:
38440         (Default_Project_Node): Add new boolean component Extending_All
38441         (Is_Extending_All): New function
38442         (Set_Is_Extending_All): New procedure
38443
38444         * prj-tree.ads: (Is_Extending_All): New function
38445         (Set_Is_Extending_All): New procedure
38446         (Project_Node_Record): New boolean component Extending_All
38447
38448         * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
38449
38450         * vms_data.ads:
38451         Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
38452
38453         * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
38454         "gprcmd prefix" to define it.
38455
38456 2003-11-10  Thomas Quinot  <quinot@act-europe.fr>
38457
38458         * einfo.ads: Fix a typo and remove an extraneous word in comments.
38459
38460         * lib-load.adb:
38461         (Create_Dummy_Package_Unit): Set the scope of the entity for the
38462         created dummy package to Standard_Standard, not to itself, to
38463         defend other parts of the front-end against encoutering a cycle in
38464         the scope chain.
38465
38466         * sem_ch10.adb:
38467         (Analyze_With_Clause): When setting the entities for the successive
38468         N_Expanded_Names that constitute the name of a child unit, do not
38469         attempt to go further than Standard_Standard in the chain of scopes.
38470         This case arises from the placeholder units created by
38471         Create_Dummy_Package_Unit in the case of a with_clause for a
38472         nonexistent child unit.
38473
38474 2003-11-10  Ed Schonberg  <schonberg@gnat.com>
38475
38476         * exp_ch6.adb:
38477         (Expand_Thread_Body): Place subprogram on scope stack, so that new
38478         declarations are given the proper scope.
38479
38480         * sem_ch13.adb:
38481         (Check_Expr_Constants): Reject an expression that contains a constant
38482         created during expansion, and that appears after the object to which
38483         the address clause applies.
38484
38485         * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
38486         Analyze_Iteration_Scheme, to rewrite a loop parameter specification
38487         that uses 'Range of a function call with controlled components, so
38488         that the function result can be finalized before starting the loop.
38489
38490         * sem_ch8.adb:
38491         (Find_Selected_Component): Improve error message when prefix is
38492         an implicit dereference of an incomplete type.
38493
38494 2003-11-10  Robert Dewar  <dewar@gnat.com>
38495
38496         * opt.ads: New Print_Standard flag for -gnatS switch
38497
38498         * sem_ch13.adb: Remove some additional checks for unaligned arrays
38499
38500         * cstand.adb (Create_Standard): Print out package standard if -gnatS
38501         switch set
38502
38503         * debug.adb: Update doc for -gnatds to discuss relationship with new
38504         -gnatS flag
38505
38506         * sinfo.adb: Add new field Entity_Or_Associated_Node
38507
38508         * sinfo.ads: Add new field Entity_Or_Associated_Node
38509         Update documentation for Associated_Node and Entity fields to clarify
38510         relationship and usage.
38511
38512         * sprint.adb:
38513         (Write_Id): Properly process Associated_Node field in generic template
38514
38515         * switch-c.adb:
38516         Recognize new -gnatS switch for printing package Standard
38517         This replaces gnatpsta
38518
38519         * usage.adb:
38520         Add line for  new -gnatS switch for printing package Standard
38521         This replaces gnatpsta
38522
38523 2003-11-10  Andreas Jaeger  <aj@suse.de>
38524
38525         * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
38526         integer.
38527
38528 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
38529
38530         * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
38531         by gnat1.
38532
38533 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
38534
38535         * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
38536         no longer needed.
38537
38538         * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
38539
38540         * sysdep.c: Add handling of cygwin.
38541
38542 2003-11-10  GNAT Script  <nobody@gnat.com>
38543
38544         * Make-lang.in: Makefile automatically updated
38545
38546 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
38547
38548         PR 12950
38549         * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
38550         functions. Used to handle dynamic prefix relocation, via set_std_prefix.
38551         Replace GNAT_ROOT by GCC_ROOT.
38552
38553         * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
38554
38555 2003-11-06  Zack Weinberg  <zack@codesourcery.com>
38556
38557         * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
38558         and update for changed meaning of GET_MODE_BITSIZE.
38559
38560 2003-11-04  Doug Rupp  <rupp@gnat.com>
38561
38562         * sysdep.c: Problem discovered during IA64 VMS port.
38563         [VMS] #include <unixio.h> to get proper prototypes.
38564
38565         * adaint.c:
38566         Issues discovered/problems fixed during IA64 VMS port.
38567         [VMS] #define _POSIX_EXIT for proper semantics.
38568         [VMS] #include <unixio.h> for proper prototypes.
38569         [VMS] (fork): #define IA64 version.
38570         (__gnat_os_exit): Remove unnecessary VMS specific code.
38571
38572 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
38573
38574         Part of PR ada/12806
38575         * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
38576         tree, not integer.
38577
38578         * decl.c:
38579         (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
38580         not integer.
38581
38582         * targtyps.c, decl.c, misc.c,
38583         gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
38584         routines to work around change in FP sizing semantics in GCC.
38585
38586         * utils.c:
38587         (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
38588
38589         * gigi.h: (enumerate_modes): New function.
38590
38591         * Make-lang.in: (ada/misc.o): Add real.h.
38592
38593         * misc.c: (enumerate_modes): New function.
38594
38595 2003-11-04  Robert Dewar  <dewar@gnat.com>
38596
38597         * 3vtrasym.adb: Minor reformatting
38598         Use terminology encoded/decoded name, rather than C++ specific notion
38599         of mangling (this is the terminology used throughout GNAT).
38600
38601         * einfo.h: Regenerated
38602
38603         * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
38604
38605         * exp_ch6.adb:
38606         (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
38607
38608         * par-prag.adb: Add dummy entry for Thread_Body pragma
38609
38610         * rtsfind.ads:
38611         Add entries for System.Threads entities for thread body processing
38612
38613         * sem_attr.adb:
38614         (Analyze_Pragma, Access attributes): Check these are not applied to a
38615         thread body, since this is not permitted
38616
38617         * sem_prag.adb: Add processing for Thread_Body pragma.
38618         Minor comment fix.
38619
38620         * sem_res.adb:
38621         (Resolve_Call): Check for incorrect attempt to call a thread body
38622          procedure with a direct call.
38623
38624         * snames.ads, snames.adb: Add entry for Thread_Body pragma
38625         Add names associated with thread body expansion
38626
38627         * snames.h: Add entry for Thread_Body pragma
38628
38629         * s-thread.adb: Add entries for thread body processing
38630         These are dummy bodies so far
38631
38632         * s-thread.ads: Add documentation on thread body handling.
38633         Add entries for thread body processing.
38634
38635 2003-11-04  Javier Miranda  <miranda@gnat.com>
38636
38637         * sem_ch10.adb:
38638         (Build_Limited_Views): Return after posting an error in case of limited
38639         with_clause on subprograms, generics, instances or generic renamings
38640         (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
38641         on subprograms, generics, instances or generic renamings
38642
38643 2003-11-04  Arnaud Charlet  <charlet@act-europe.fr>
38644
38645         * raise.c (setup_to_install): Correct mistake in last revision; two
38646         arguments out of order.
38647
38648         * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
38649         gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
38650         notice, missed in previous change.
38651         Remove trailing blanks and other style errors introduced in previous
38652         change.
38653
38654 2003-11-04  Olivier Hainque  <hainque@act-europe.fr>
38655
38656         * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
38657         rid of the wrapper for a LJM type, ensuring we don't do that if the
38658         field is addressable.  This avoids potential low level type view
38659         mismatches later on, for instance in a by-reference argument passing
38660         process.
38661
38662 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
38663
38664         * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
38665         aligned at byte boundary.
38666
38667 2003-11-04  Joel Brobecker  <brobecker@gnat.com>
38668
38669         * decl.c (components_to_record): Do not delete the empty variants from
38670         the end of the union type.
38671
38672 2003-11-04  Ed Schonberg  <schonberg@gnat.com>
38673
38674         * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
38675         operation for a derived type, an explicit declaration may use a local
38676         subtype of Boolean.
38677
38678 2003-11-04  Vincent Celier  <celier@gnat.com>
38679
38680         * make.adb (Gnatmake): Allow main sources on the command line with a
38681         library project when it is only for compilation (no binding or
38682         linking).
38683
38684 2003-11-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
38685
38686         * Makefile.in: Remove many duplicate variables.
38687
38688 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
38689
38690         * Make-lang.in (dvi): Move targets to $(docobjdir).
38691         (gnat_ug_vms.dvi): Simplify rule and adjust target.
38692         (gnat_ug_wnt.dvi): Likewise.
38693         (gnat_ug_unx.dvi): Likewise.
38694         (gnat_ug_vxw.dvi): Likewise.
38695         (gnat_rm.dvi): Likewise.
38696         (gnat-style.dvi): Likewise.
38697
38698 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
38699
38700         * gigi.h: Missed commit from update for C90.
38701
38702 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
38703
38704         * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
38705
38706 2003-10-31  Andreas Schwab  <schwab@suse.de>
38707
38708         * raise.c (get_action_description_for): Fix typo in last change.
38709
38710 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
38711
38712         PR ada/12761
38713         * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
38714         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
38715
38716 2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>
38717
38718         * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
38719         ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
38720         gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
38721         sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
38722         trans.c, utils.c, utils2.c: Convert function prototypes to C90.
38723
38724 2003-10-30  Vasiliy Fofanov  <fofanov@act-europe.fr>
38725
38726         * 3vtrasym.adb:
38727         Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
38728         numbers when symbol name is too long.
38729
38730 2003-10-30  Ed Falis  <falis@gnat.com>
38731
38732         * g-signal.ads, g-signal.adb: New files
38733
38734         * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
38735
38736         * Makefile.rtl: Introduce GNAT.Signals
38737
38738 2003-10-30  Robert Dewar  <dewar@gnat.com>
38739
38740         * freeze.adb: Minor reformatting
38741
38742         * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
38743
38744         * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
38745         par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
38746         New handling of Id_Check parameter to improve recognition of keywords
38747         used as identifiers.
38748         Update copyright notice to include 2003
38749
38750 2003-10-29  Robert Dewar  <dewar@gnat.com>
38751
38752         * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
38753         sem_ch10.adb: Minor reformatting
38754
38755         * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
38756         (Expand_Assign_Record): Test right hand side for bit unaligned as well
38757
38758 2003-10-29  Vasiliy Fofanov  <fofanov@act-europe.fr>
38759
38760         * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
38761         Support for TBK$SYMBOLIZE-based symbolic traceback.
38762
38763 2003-10-29  Jose Ruiz  <ruiz@act-europe.fr>
38764
38765         * exp_disp.adb:
38766         Revert previous change, that did not work well when pragma No_Run_Time
38767         was used in conjunction with a run-time other than ZFP.
38768
38769 2003-10-29  Vincent Celier  <celier@gnat.com>
38770
38771         * make.adb:
38772         (Gnatmake): When there are no Ada mains in attribute Main, disable the
38773          bind and link steps only is switch -z is not used.
38774
38775 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
38776
38777         * Makefile.generic: Remove duplicated setting of CC.
38778
38779         * Makefile.prolog: Set CC to gcc by default, to override make's
38780         default (cc).
38781
38782         * einfo.h: Regenerated.
38783
38784 2003-10-29  Ed Schonberg  <schonberg@gnat.com>
38785
38786         * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
38787         current body, after compiling subunit.
38788
38789         * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
38790         when in deleted code, because gigi needs properly ordered freeze
38791         actions to annotate types.
38792
38793         * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
38794         prevent the premature freezing of record type that contains
38795         subcomponents with a private type that does not yet have a completion.
38796
38797 2003-10-29  Javier Miranda  <miranda@gnat.com>
38798
38799         * sem_ch12.adb:
38800         (Analyze_Package_Instantiation): Check that instances can not be used in
38801         limited with_clauses.
38802
38803         * sem_ch8.adb:
38804         (Analyze_Package_Renaming): Check that limited withed packages cannot
38805         be renamed. Improve text on error messages related to limited
38806         with_clauses.
38807
38808         * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
38809
38810         * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
38811         Update copyright notice.
38812
38813         * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
38814         (Install_Limited_Context_Clauses): New subprogram that isolates all the
38815         checks required for limited context_clauses and installs the limited
38816         view.
38817         (Install_Limited_Withed_Unit): Complete its documentation.
38818         (Analyze_Context): Check that limited with_clauses are only allowed in
38819         package specs.
38820         (Install_Context): Call Install_Limited_Context_Clauses after the
38821         parents have been installed.
38822         (Install_Limited_Withed_Unit): Add documentation. Mark the installed
38823         package as 'From_With_Type'; this mark indicates that the limited view
38824         is installed. Used to check bad usages of limited with_clauses.
38825         (Build_Limited_Views): Do not add shadow entities to the scope's list
38826         of entities. Do not add real entities to the Non_Limited_Views chain.
38827         Improve error notification.
38828         (Remove_Context_Clauses): Remove context clauses in two phases:
38829         limited views first and regular views later (to maintain the
38830         stack model).
38831         (Remove_Limited_With_Clause): If the package is analyzed then reinstall
38832         its visible entities.
38833
38834 2003-10-29  Thomas Quinot  <quinot@act-europe.fr>
38835
38836         * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
38837         with any type that Is_Fixed_Point_Type.
38838
38839         * sinfo.ads: Fix documentation for Associated_Node attribute.
38840
38841 2003-10-29  Sergey Rybin  <rybin@act-europe.fr>
38842
38843         * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
38844         both '-gnatc' and '-gnatt' are specified.
38845
38846         * atree.adb (Initialize): Add initialization for Node_Count (set to
38847         zero).
38848
38849 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
38850
38851         * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
38852         do not consider as Pure.
38853
38854         Part of implementation of function-at-a-time:
38855
38856         * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
38857         (tree_transform): Add new argument to build_component_ref.
38858         (tree_transform, case N_Assignment_Statement): Make and return an
38859         EXPR_STMT.
38860         (tree_transform): If result IS_STMT, set flags and return it.
38861         (gnat_expand_stmt, set_lineno_from_sloc): New functions.
38862
38863         * utils2.c (build_simple_component_ref, build_component_ref): Add new
38864         arg, NO_FOLD_P.
38865         (build_binary_op, case EQ_EXPR): Pass additional arg to it.
38866         (build_allocator): Likewise.
38867
38868         * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
38869         Add new arg to build_component_ref.
38870         (maybe_unconstrained_array, unchecked_convert): Likewise.
38871
38872         * ada-tree.def (EXPR_STMT): New code.
38873
38874         * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
38875
38876         * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
38877         build_component_ref calls.
38878
38879         * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
38880
38881         * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
38882         (build_component_ref): Add new argument, NO_FOLD_P.
38883
38884 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
38885
38886         * Makefile.generic: Add missing substitution on object_deps handling.
38887
38888         PR ada/5909
38889         * Make-lang.in (check-ada): Enable ACATS test suite.
38890
38891 2003-10-27  Robert Dewar  <dewar@gnat.com>
38892
38893         * exp_ch3.adb:
38894         (Freeze_Array_Type): We do not need an initialization routine for types
38895         derived from String or Wide_String. They should be treated the same
38896         as String and Wide_String themselves. This caused problems with the
38897         use of Initialize_Scalars.
38898
38899         * exp_ch5.adb:
38900         (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
38901         composites. This allows use of component clauses that are not byte
38902         aligned.
38903
38904         * sem_prag.adb:
38905         (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
38906         is an attempt to pack an array of atomic objects.
38907
38908         * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
38909
38910 2003-10-27  Pascal Obry  <obry@gnat.com>
38911
38912         * g-dirope.adb:
38913         (Basename): Check for drive letters in a pathname only on DOS based OS.
38914
38915 2003-10-27  Vincent Celier  <celier@gnat.com>
38916
38917         * make.adb:
38918         (Gnatmake): When unable to change dir to the object dir, display the
38919         content of the parent dir of the obj dir, to try to understand why this
38920         happens.
38921
38922 2003-10-27  GNAT Script  <nobody@gnat.com>
38923
38924         * Make-lang.in: Makefile automatically updated
38925
38926 2003-10-27  Ed Schonberg  <schonberg@gnat.com>
38927
38928         * sem_ch12.adb:
38929         (Inline_Instance_Body): Indicate that the save/restore of use_clauses
38930         should not be done in Save/Restore_Scope_Stack, because it is performed
38931         locally.
38932
38933         * sem_ch8.adb:
38934         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
38935         whether use clauses should be removed/restored.
38936
38937         * sem_ch8.ads:
38938         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
38939         whether use clauses should be removed/restored.
38940
38941 2003-10-26  Andreas Jaeger  <aj@suse.de>
38942
38943         * Makefile.in: Remove duplicated lines.
38944
38945 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
38946
38947         * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
38948         minimize the differences with ACT tree.
38949
38950         * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
38951         gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
38952         Gnatvsn.Gnat_Static_Version_String to reduce differences between
38953         ACT and FSF trees.
38954
38955 2003-10-24  Pascal Obry  <obry@gnat.com>
38956
38957         PR ada/12014
38958         * adadecode.c (ostrcpy): New function.
38959         (__gnat_decode): Use ostrcpy of strcpy.
38960         (has_prefix): Set first parameter a const.
38961         (has_suffix): Set first parameter a const.
38962         Update copyright notice. Fix source name in header.
38963         Removes a trailing space.
38964
38965 2003-10-24  Jose Ruiz  <ruiz@act-europe.fr>
38966
38967         * exp_disp.adb:
38968         Remove the test against being in No_Run_Time_Mode before generating a
38969         call to Register_Tag. It is redundant with the test against the
38970         availability of the function Register_Tag.
38971
38972 2003-10-24  Vincent Celier  <celier@gnat.com>
38973
38974         * g-catiio.adb: (Month_Name): Correct spelling of February
38975
38976         * make.adb: (Mains): New package
38977         (Initialize): Call Mains.Delete
38978         (Gnatmake): Check that each main on the command line is a source of a
38979         project file and, if there are several mains, each of them is a source
38980         of the same project file.
38981         (Gnatmake): When a foreign language is specified in attribute Languages,
38982         no main is specified on the command line and attribute Mains is not
38983         empty, only build the Ada main. If there is no Ada main, just compile
38984         the Ada sources and their closure.
38985         (Gnatmake): If a main is specified on the command line with directory
38986         information, check that the source exists and, if it does, that the path
38987         is the actual path of a source of a project.
38988
38989         * prj-env.adb:
38990         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
38991         Full_Path is True, return the full path instead of the simple file name.
38992         (Project_Of): New function
38993
38994         * prj-env.ads:
38995         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
38996         defaulted to False.
38997         (Project_Of): New function
38998
38999 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
39000
39001         * Makefile.generic:
39002         Ensure objects of main project are always checked and rebuilt if needed.
39003         Set CC to gcc by default.
39004         Prepare new handling of link by creating a global archive (not activated
39005         yet).
39006
39007         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
39008         stringt.h: Update copyright notice. Remove trailing blanks.
39009         Fix source name in header.
39010
39011 2003-10-24  Robert Dewar  <dewar@gnat.com>
39012
39013         * sem_ch12.adb: Minor reformatting
39014
39015         * sem_ch3.adb:
39016         Minor reformatting (including new function return style throughout)
39017
39018         * sem_ch3.ads:
39019         Minor reformatting (including new function return style throughout)
39020
39021 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
39022
39023         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
39024         stringt.h: Update copyright notice. Remove trailing blanks.
39025         Fix source name in header.
39026
39027 2003-10-24  GNAT Script  <nobody@gnat.com>
39028
39029         * Make-lang.in: Makefile automatically updated
39030
39031 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
39032
39033         * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
39034         stringt.h: Convert to ISO C90 declarations and definitions.
39035
39036 2003-10-23  Thomas Quinot  <quinot@act-europe.fr>
39037
39038         PR ada/11978
39039         * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
39040         External_Tag attribute definition clauses.
39041
39042 2003-10-23  Ed Schonberg  <schonberg@gnat.com>
39043
39044         PR ada/7613
39045         * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
39046         child unit, generate a fully qualified name to avoid spurious errors
39047         when the context contains renamings of different child units with
39048         the same simple name.
39049
39050         * exp_dbug.ads: Add documentation on name qualification for renamings
39051         of child units.
39052
39053 2003-10-23  Robert Dewar  <dewar@gnat.com>
39054
39055         * g-regpat.ads, g-regpat.adb: Minor reformatting
39056
39057 2003-10-23  Jose Ruiz  <ruiz@act-europe.fr>
39058
39059         * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
39060
39061 2003-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39062
39063         * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
39064         Machine call.
39065
39066         * urealp.h: (Machine): Update to proper definition.
39067
39068 2003-10-23  Arnaud Charlet  <charlet@act-europe.fr>
39069
39070         * init.c, adaint.c: Minor reformatting.
39071
39072 2003-10-23  Danny Smith  <dannysmith@users.sourceforge.net>
39073
39074         * adaint.c (w32_epoch_offset): Define static const at file level.
39075         (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
39076         rather than t_create, t_access in call to GetFileTime. Use union
39077         to convert between FILETIME and  unsigned long long.
39078         (__gnat_file_time_name): Test for invalid file handle.
39079         (__gnat_set_filetime_name): Support win32 targets using
39080         w32api SetFileTime.
39081
39082 2003-10-22  Danny Smith  <dannysmith@users.sourceforge.net>
39083
39084         * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
39085
39086         * ctrl_c.c (__gnat_int_handler): Remove declaration.
39087
39088         * decl.c (creat_concat_name):  Const-ify prefix.
39089
39090         * adaint.c: Include ctype.h if __MINGW32__.
39091         (__gnat_readlink): Mark arguments as possibly unused.
39092         (__gnat_symlink): Likewise.
39093         (__gnat_is_symbolic_link): Likewise.
39094         (__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
39095         declaration
39096         (__gnat_file_time_name): Don't declare struct stat statbuf when
39097         not needed.
39098         (__gnat_is_absolute_path): Add parenthesis around condition of
39099         'if' statement to avoid warning.
39100         (__gnat_plist_init): Specify void as parameter.
39101         (plist_enter): Likewise.
39102         (plist_leave): Likewise.
39103         (remove_handle): Make static. Initialize prev.
39104
39105 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
39106
39107         PR ada/10110
39108         * Makefile.in: Disable build of gnatpsta.
39109         * cstreams.c (__gnat_full_name): Minor improvements and clean up
39110         of previous change.
39111
39112 2003-10-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
39113
39114         * tracebak.c (MAX): Avoid redefinition warning.
39115
39116         * init.c [sgi] (__gnat_error_handler): Remove i, unused.
39117         Change msg to const char *.
39118         (__gnat_install_handler): Remove ss, unused.
39119         [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
39120         to const char *.
39121         * cstreams.c (__gnat_full_name): Declare p only when used.
39122         (__gnat_full_name) [sgi] Return buffer.
39123
39124 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
39125
39126         * mingw32.h: New file.
39127         * gnat_wrapper.adb: New file.
39128
39129 2003-10-22  Jerome Roussel  <roussel@act-europe.fr>
39130
39131         * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
39132         string match a pre compiled regular expression (the corresponding
39133         version of the function working on a raw regular expression)
39134         Fix typos in various comments
39135         Update copyright notice in spec
39136
39137 2003-10-21  Gary Dismukes  <dismukes@gnat.com>
39138
39139         * exp_ch3.adb:
39140         (Component_Needs_Simple_Initialization): Return False when the type is a
39141         packed bit array. Revise spec comments to document this case.
39142
39143         * exp_prag.adb:
39144         (Expand_Pragma_Import): Set any expression on the imported object to
39145         empty to avoid initializing imported objects (in particular this
39146         covers the case of zero-initialization of bit arrays).
39147         Update copyright notice.
39148
39149 2003-10-21  Ed Schonberg  <schonberg@gnat.com>
39150
39151         * sem_ch12.adb:
39152         (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
39153         a subunit is missing.
39154         (Instantiate_Subprogram_Body): If body of function is missing, set type
39155         of return expression explicitly in dummy body, to prevent cascaded
39156         errors when a subunit is missing.
39157         Fixes PR 5677.
39158
39159         * sem_ch3.adb:
39160         (Access_Subprogram_Declaration): Verify that return type is valid.
39161         Fixes PR 8693.
39162
39163         * sem_elab.adb:
39164         (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
39165         generic.
39166         Fixes PR 12318.
39167
39168         * sem_util.adb:
39169         (Corresponding_Discriminant): If the scope of the discriminant is a
39170         private type without discriminant, use its full view.
39171         Fixes PR 8247.
39172
39173 2003-10-21  Arnaud Charlet  <charlet@act-europe.fr>
39174
39175         * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
39176         3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
39177         3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
39178         55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
39179         56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
39180         59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
39181         5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
39182         5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
39183         5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
39184         5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
39185         5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
39186         5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
39187         5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
39188         5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
39189         7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
39190         a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
39191         a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
39192         a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
39193         bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
39194         erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
39195         err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
39196         g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
39197         g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
39198         g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
39199         g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
39200         g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
39201         g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
39202         gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
39203         g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
39204         g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
39205         i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
39206         prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
39207         prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
39208         s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
39209         s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
39210         s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
39211         s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
39212         s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
39213         s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
39214         s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
39215         s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
39216         socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
39217         s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
39218         s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
39219         s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
39220         styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
39221         s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
39222         tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
39223         vms_conv.ads, vms_conv.adb, vms_data.ads,
39224         vxaddr2line.adb: Files added. Merge with ACT tree.
39225
39226         * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
39227         5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
39228         5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
39229         5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
39230         g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
39231         s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
39232         s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
39233         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
39234         s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
39235         s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
39236
39237         * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
39238         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
39239         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
39240         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
39241         4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
39242         4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
39243         4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
39244         4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
39245         51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
39246         53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
39247         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
39248         5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
39249         5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
39250         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
39251         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
39252         5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
39253         5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
39254         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
39255         5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
39256         5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
39257         5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
39258         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
39259         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
39260         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
39261         5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
39262         5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
39263         5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
39264         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
39265         5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
39266         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
39267         5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
39268         5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
39269         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
39270         5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
39271         6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
39272         7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
39273         7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
39274         a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
39275         a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
39276         a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
39277         a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
39278         a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
39279         ali.adb, ali.ads, ali-util.adb, ali-util.ads,
39280         a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
39281         a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
39282         a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
39283         a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
39284         a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
39285         a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
39286         a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
39287         a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
39288         a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
39289         a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
39290         a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
39291         a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
39292         atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
39293         a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
39294         a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
39295         bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
39296         checks.adb, checks.ads, cio.c, comperr.adb,
39297         comperr.ads, csets.adb, cstand.adb, cstreams.c,
39298         debug_a.adb, debug_a.ads, debug.adb, decl.c,
39299         einfo.adb, einfo.ads, errout.adb, errout.ads,
39300         eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
39301         expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
39302         exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
39303         exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
39304         exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
39305         exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
39306         exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
39307         exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
39308         exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
39309         fe.h, fmap.adb, fmap.ads, fname.adb,
39310         fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
39311         freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
39312         g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
39313         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
39314         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
39315         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
39316         g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
39317         g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
39318         g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
39319         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
39320         g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
39321         g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
39322         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
39323         g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
39324         gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
39325         gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
39326         gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
39327         gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
39328         gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
39329         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
39330         g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
39331         g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
39332         g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
39333         g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
39334         g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
39335         g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
39336         g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
39337         i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
39338         i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
39339         inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
39340         itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
39341         layout.adb, lib.adb, lib.ads, lib-list.adb,
39342         lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
39343         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
39344         link.c, live.adb, make.adb, make.ads,
39345         Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
39346         mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
39347         mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
39348         misc.c, mkdir.c, mlib.adb, mlib.ads,
39349         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
39350         mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
39351         namet.adb, namet.ads, namet.h, nlists.ads,
39352         nlists.h, nmake.adt, opt.adb, opt.ads,
39353         osint.adb, osint.ads, osint-b.adb, osint-c.adb,
39354         par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
39355         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
39356         par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
39357         par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
39358         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
39359         prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
39360         prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
39361         prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
39362         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
39363         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
39364         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
39365         prj-util.adb, prj-util.ads, raise.c, raise.h,
39366         repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
39367         rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
39368         s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
39369         s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
39370         scans.ads, scn.adb, scn.ads, s-crc32.adb,
39371         s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
39372         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
39373         sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
39374         sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
39375         sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
39376         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
39377         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
39378         sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
39379         sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
39380         sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
39381         sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
39382         sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
39383         s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
39384         s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
39385         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
39386         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
39387         s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
39388         s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
39389         s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
39390         sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
39391         sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
39392         sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
39393         s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
39394         s-memory.adb, s-memory.ads, snames.adb, snames.ads,
39395         snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
39396         s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
39397         s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
39398         s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
39399         s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
39400         s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
39401         s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
39402         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
39403         s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
39404         s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
39405         s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
39406         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
39407         s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
39408         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
39409         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
39410         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
39411         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
39412         stringt.adb, stringt.ads, stringt.h, style.ads,
39413         stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
39414         s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
39415         s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
39416         switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
39417         s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
39418         table.adb, table.ads, targparm.adb, targparm.ads,
39419         targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
39420         trans.c, tree_io.adb, treepr.adb, treeprs.adt,
39421         ttypes.ads, types.ads, types.h, uintp.adb,
39422         uintp.ads, uintp.h, uname.adb, urealp.adb,
39423         urealp.ads, urealp.h, usage.adb, utils2.c,
39424         utils.c, validsw.adb, validsw.ads, widechar.adb,
39425         xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
39426         xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
39427         einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
39428         gnatvsn.ads: Merge with ACT tree.
39429
39430         * gnatvsn.adb: Rewritten in a simpler and more efficient way.
39431
39432 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
39433
39434         * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
39435         (gnat_ug_vmx.info): Likewise.
39436         (gnat_ug_vxw.info): Likewise.
39437         (gnat_ug_wnt.info): Likewise.
39438         (gnat_rm.info): Likewise.
39439         (gnat-style.info): Likewise.
39440
39441         * Make-lang.in (ada.install-info): Remove target.
39442         (info): New target.
39443         (install-info): Likewise.
39444         (gnat_ug_unx.info): Simplify rule.
39445         (gnat_ug_vmx.info): Likewise.
39446         (gnat_ug_vxw.info): Likewise.
39447         (gnat_ug_wnt.info): Likewise.
39448         (gnat_rm.info): Likewise.
39449         (gnat-style.info): Likewise.
39450
39451 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
39452
39453         * Make-lang.in: Replace uses of $(target_alias) with
39454         $(target_noncanonical).
39455         * ada/Makefile.in: Remove unused mention of $(target_alias).
39456
39457 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
39458
39459         * Make-lang.in (ada.info): Replace with ...
39460         (info): ... this.
39461         (ada.dvi): Replace with ...
39462         (dvi): ... this.
39463
39464 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
39465
39466         * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
39467         initialize dconstp5 and dconstmp5.
39468
39469 2003-09-28  Richard Henderson  <rth@redhat.com>
39470
39471         * trans.c (tree_transform): Update call to expand_asm_operands.
39472
39473 2003-09-21  Richard Henderson  <rth@redhat.com>
39474
39475         * trans.c, utils.c: Revert.
39476
39477 2003-09-21  Richard Henderson  <rth@redhat.com>
39478
39479         * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
39480         change to const.
39481
39482 2003-09-04  Michael Matz  <matz@suse.de>
39483
39484         * misc.c: Include "target.h".
39485         * Make-lang.in (misc.o): Add dependency on target.h.
39486
39487 2003-09-03  DJ Delorie  <dj@redhat.com>
39488
39489         * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
39490         hook.
39491
39492 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
39493
39494         * Makefile.in: Update substitutions to match changes to
39495         configure.  Use include directives instead of @-insertions
39496         to read in host and target fragments.  Add a rule to
39497         regenerate ada/Makefile.
39498
39499 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
39500
39501         * lang-options.h: Remove.
39502         * lang.opt: Add help text.
39503
39504 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
39505
39506         * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
39507         calls.
39508
39509 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
39510
39511         * misc.c (gnat_handle_option): Don't handle filenames.
39512
39513 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
39514
39515         * Make-lang.in: Replace PWD with PWD_COMMAND.
39516         * Makefile.adalib: Likewise.
39517         * Makefile.in: Likewise.
39518
39519 2003-07-04  Matt Kraai  <kraai@alumni.cmu.edu>
39520
39521         * misc.c (gnat_argv): Revert last change.
39522         (gnat_handle_option, gnat_init_options): Copy arguments.
39523
39524 2003-07-03  Neil Booth  <neil@daikokuya.co.uk>
39525
39526         * misc.c (gnat_argv): Make const.
39527
39528 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
39529
39530         * misc.c (save_argc, save_argv): Keep non-static!
39531
39532 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
39533
39534         * misc.c (save_argc, save_argv): Make static.
39535         (gnat_init_options): New prototype.
39536         (gnat_init_options): Update.
39537
39538 2003-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
39539
39540         * gnat_ug.texi: Remove unlikely characters from @vars.
39541         * gnat_ug_vms.texi: Regenerate.
39542
39543 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
39544
39545         * misc.c (record_code_position): Adjust emit_note call.
39546
39547 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
39548
39549         * misc.c (gnat_handle_option): Don't check for missing arguments.
39550
39551 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
39552
39553         * utils.c (end_subprog_body): Adjust expand_function_end call.
39554
39555 2003-06-16  Matt Kraai  <kraai@alumni.cmu.edu>
39556
39557         * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
39558         Bind_Main_Program.
39559
39560 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
39561
39562         * lang.opt: Declare Ada.
39563         * misc.c (gnat_init_options): Update.
39564
39565 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
39566
39567         * utils.c (begin_subprog_body): Adjust init_function_start call.
39568
39569 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
39570
39571         * Make-lang.in: Update to use options.c and options.h.
39572         * misc.c: Include options.h not aoptions.h.
39573         (gnat_handle_option): Abort on unrecognized switch.
39574         (gnat_init_options): Request Ada switches.
39575
39576 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
39577
39578         * lang.opt: Add -Wall.
39579         * misc.c (gnat_handle_option): Handle it.
39580
39581 2003-06-12  Neil Booth  <neil@daikokuya.co.uk>
39582
39583         * misc.c (gnat_handle_option): Fix warnings.
39584
39585 2003-06-11  Matt Kraai  <kraai@alumni.cmu.edu>
39586
39587         * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
39588
39589 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
39590
39591         * Make-lang.in: Update to handle command-line options.
39592         * lang.opt: New file.
39593         * misc.c: Include aoptions.h.
39594         (cl_options_count, cl_options): Remove.
39595         (gnat_handle_option): New.
39596         (gnat_decode_option): Remove.
39597         (LANG_HOOKS_DECODE_OPTION): Remove.
39598         (LANG_HOOKS_HANDLE_OPTION): Override.
39599
39600 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
39601
39602         * init.c, misc.c, trans.c, utils.c: Remove dead code.
39603
39604 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
39605
39606         * Makefile.in: Replace "host_canonical" with "host" for autoconf
39607         substitution.
39608
39609 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
39610
39611         * Make-lang.in: Update.
39612         * misc.c: Include opts.h. Define cl_options_count and cl_options.
39613
39614 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
39615
39616         * misc.c (gnat_init_options): Update.
39617
39618 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
39619
39620         * Make-lang.in (ada/b_gnatb.o-warn): Remove.
39621         * bindgen.adb (Gen_Main_C): Mark ensure_reference with
39622         __attribute__ ((__unused__)).
39623
39624 2003-06-05  Jan Hubicka  <jh@suse.cz>
39625
39626         * Make-lang.in:  Add support for stageprofile and stagefeedback
39627
39628 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
39629
39630         * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
39631         (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
39632
39633 2003-06-04  Matt Kraai  <kraai@alumni.cmu.edu>
39634
39635         * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
39636         Remove non-VMS directive.
39637         (Switches for gnatlbr, Optimization Levels): Remove non-VMS
39638         alternatives.
39639         (Examples of gnatls Usage): Remove VMS alternative.
39640
39641 2003-06-04  Olivier Hainque  <hainque@act-europe.fr>
39642
39643         PR ada/9953
39644         * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
39645         and turn ZCX_By_Default back to False since the underlying support
39646         is not quite there yet.
39647
39648 2003-06-01  Andreas Jaeger  <aj@suse.de>
39649
39650         * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
39651         and ROUND_TYPE_SIZE_UNIT.
39652
39653 2003-05-22   Geert Bosch  <bosch@gnat.com>
39654
39655         * gnat_rm.texi : Remove reference to Ada Core Technologies.
39656
39657 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
39658
39659         * trans.c (tree_transform): Use location_t and input_location
39660         directly.
39661         (build_unit_elab): Likewise.
39662         * utils.c (create_label_decl): Likewise.
39663
39664 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
39665
39666         * trans.c (tree_transform, build_unit_elab,
39667         set_lineno): Rename lineno to input_line.
39668         * utils.c (pushdecl, create_label_decl, begin_subprog_body,
39669         end_subprog_body): Likewise.
39670         * utils2.c (build_call_raise): Likewise.
39671
39672 2003-05-01  Laurent Guerby  <guerby@acm.org>
39673
39674         PR ada/10546
39675         * 5iosinte.ads: Increase pthread_cond_t size to match recent
39676         LinuxThread and NPTL version, merge from ACT.
39677
39678 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
39679
39680         * utils.c (convert): No need to clear TREE_CST_RTL.
39681
39682 2003-04-23   Geert Bosch  <bosch@gnat.com>
39683
39684         * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
39685         1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
39686         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
39687         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
39688         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
39689         4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
39690         4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
39691         4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
39692         4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
39693         4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
39694         4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
39695         4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
39696         52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
39697         5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
39698         5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
39699         5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
39700         5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
39701         5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
39702         5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
39703         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
39704         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
39705         5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
39706         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
39707         5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
39708         5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
39709         5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
39710         5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
39711         5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
39712         5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
39713         5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
39714         5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
39715         5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
39716         5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
39717         5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
39718         5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
39719         5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
39720         5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
39721         5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
39722         5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
39723         5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
39724         5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
39725         5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
39726         5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
39727         5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
39728         6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
39729         7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
39730         7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
39731         9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
39732         a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
39733         a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
39734         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
39735         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
39736         a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
39737         a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
39738         a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
39739         a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
39740         a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
39741         a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
39742         a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
39743         a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
39744         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
39745         a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
39746         a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
39747         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
39748         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
39749         a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
39750         a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
39751         a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
39752         a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
39753         a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
39754         a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
39755         a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
39756         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
39757         a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
39758         a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
39759         a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
39760         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
39761         a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
39762         a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
39763         a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
39764         a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
39765         a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
39766         a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
39767         a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
39768         a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
39769         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
39770         a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
39771         a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
39772         a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
39773         a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
39774         a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
39775         a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
39776         a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
39777         a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
39778         a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
39779         a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
39780         a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
39781         a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
39782         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
39783         a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
39784         a-wttest.ads, ada-tree.h, ada.ads, ada.h,
39785         adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
39786         ali.adb, ali.ads, alloc.ads, argv.c,
39787         atree.adb, atree.ads, atree.h, aux-io.c,
39788         back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
39789         binde.adb, binde.ads, binderr.adb, binderr.ads,
39790         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
39791         butil.adb, butil.ads, cal.c, calendar.ads,
39792         casing.adb, casing.ads, ceinfo.adb, checks.adb,
39793         checks.ads, cio.c, comperr.adb, comperr.ads,
39794         config-lang.in, csets.adb, csets.ads, csinfo.adb,
39795         cstand.adb, cstand.ads, cuintp.c, debug.adb,
39796         debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
39797         dec-io.ads, dec.ads, deftarg.c, directio.ads,
39798         einfo.adb, einfo.ads, elists.adb, elists.ads,
39799         elists.h, errno.c, errout.adb, errout.ads,
39800         eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
39801         exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
39802         exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
39803         exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
39804         exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
39805         exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
39806         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
39807         exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
39808         exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
39809         exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
39810         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
39811         exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
39812         exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
39813         exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
39814         exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
39815         fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
39816         fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
39817         freeze.adb, freeze.ads, frontend.adb, frontend.ads,
39818         g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
39819         g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
39820         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
39821         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
39822         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
39823         g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
39824         g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
39825         g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
39826         g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
39827         g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
39828         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
39829         g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
39830         g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
39831         g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
39832         g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
39833         g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
39834         g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
39835         g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
39836         g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
39837         g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
39838         g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
39839         g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
39840         get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
39841         gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
39842         gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
39843         gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
39844         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
39845         gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
39846         gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
39847         gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
39848         hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
39849         i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
39850         i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
39851         i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
39852         i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
39853         i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
39854         i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
39855         inline.adb, inline.ads, interfac.ads, ioexcept.ads,
39856         itypes.adb, itypes.ads, krunch.adb, krunch.ads,
39857         layout.adb, layout.ads, lib-list.adb, lib-load.adb,
39858         lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
39859         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
39860         lib.adb, lib.ads, live.adb, live.ads,
39861         machcode.ads, make.adb, make.ads, makeusg.adb,
39862         makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
39863         mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
39864         memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
39865         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
39866         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
39867         mlib.ads, namet.adb, namet.ads, nlists.adb,
39868         nlists.ads, opt.adb, opt.ads, osint-b.adb,
39869         osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
39870         osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
39871         osint.ads, output.adb, output.ads, par-ch10.adb,
39872         par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
39873         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
39874         par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
39875         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
39876         par-tchk.adb, par-util.adb, par.adb, par.ads,
39877         prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
39878         prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
39879         prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
39880         prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
39881         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
39882         prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
39883         prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
39884         prj.adb, prj.ads, repinfo.adb, repinfo.ads,
39885         restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
39886         rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
39887         s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
39888         s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
39889         s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
39890         s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
39891         s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
39892         s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
39893         s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
39894         s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
39895         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
39896         s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
39897         s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
39898         s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
39899         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
39900         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
39901         s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
39902         s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
39903         s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
39904         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
39905         s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
39906         s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
39907         s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
39908         s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
39909         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
39910         s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
39911         s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
39912         s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
39913         s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
39914         s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
39915         s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
39916         s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
39917         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
39918         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
39919         s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
39920         s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
39921         s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
39922         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
39923         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
39924         s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
39925         s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
39926         s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
39927         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
39928         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
39929         s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
39930         s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
39931         s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
39932         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
39933         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
39934         s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
39935         s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
39936         s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
39937         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
39938         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
39939         s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
39940         s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
39941         s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
39942         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
39943         s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
39944         s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
39945         s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
39946         s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
39947         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
39948         s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
39949         s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
39950         s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
39951         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
39952         s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
39953         s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
39954         s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
39955         s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
39956         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
39957         s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
39958         s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
39959         s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
39960         s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
39961         s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
39962         s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
39963         s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
39964         s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
39965         s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
39966         s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
39967         s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
39968         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
39969         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
39970         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
39971         s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
39972         s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
39973         s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
39974         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
39975         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
39976         s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
39977         s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
39978         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
39979         s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
39980         scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
39981         sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
39982         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
39983         sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
39984         sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
39985         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
39986         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
39987         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
39988         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
39989         sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
39990         sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
39991         sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
39992         sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
39993         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
39994         sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
39995         sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
39996         sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
39997         sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
39998         sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
39999         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
40000         sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
40001         snames.ads, sprint.adb, sprint.ads, stand.adb,
40002         stand.ads, stringt.adb, stringt.ads, style.adb,
40003         style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
40004         switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
40005         switch-m.ads, switch.adb, switch.ads, system.ads,
40006         table.adb, table.ads, targparm.adb, targparm.ads,
40007         tbuild.adb, tbuild.ads, text_io.ads, trans.c,
40008         tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
40009         tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
40010         ttypef.ads, ttypes.ads, types.adb, types.ads,
40011         uintp.adb, uintp.ads, uname.adb, uname.ads,
40012         unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
40013         usage.adb, usage.ads, validsw.adb, validsw.ads,
40014         widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
40015         xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
40016         xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
40017         formatting and other trivial changes from ACT.
40018
40019 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
40020
40021         * gigi.h, utils2.c (build_constructor):
40022         Rename gnat_build_constructor. Use build_constructor.
40023         * decl.c (gnat_to_gnu_entity)
40024         * trans.c (tree_transform, pos_to_constructor, extract_values)
40025         * ada/utils.c (build_template, convert_to_fat_pointer, convert)
40026         (unchecked_convert)
40027         * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
40028         (fill_vms_descriptor):
40029         Update to match.
40030
40031 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
40032
40033         * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
40034         * misc.c (gnat_tree_size): New function.
40035         (LANG_HOOKS_TREE_SIZE): Override.
40036
40037 2003-04-03  Jason Merrill  <jason@redhat.com>
40038
40039         * misc.c (gnat_adjust_rli): #if 0.
40040
40041 2003-03-31   Geert Bosch  <bosch@gnat.com>
40042
40043         PR ada/10020
40044         * link.c : Fix misspelled "const" keyword
40045
40046 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
40047
40048         PR c++/7086
40049         * utils2.c: Adjust calls to put_var_into_stack.
40050
40051 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
40052
40053         * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
40054
40055 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
40056
40057         * misc.c (gnat_init): Update for new prototype.
40058
40059 2003-03-05  Olivier Hainque  <hainque@gnat.com>
40060
40061         ada/9961
40062         * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
40063         warning, and fix return type for the IN_RTS && !SJLJ case.
40064
40065 2003-03-04  Tom Tromey  <tromey@redhat.com>
40066
40067         * Make-lang.in (ada.tags): New target.
40068
40069 2003-03-04  Olivier Hainque  <hainque@act-europe.fr>
40070
40071         ada/9911
40072         * a-except.adb (Unwind_RaiseException): Import a GNAT specific
40073         wrapper, which name remains constant whatever underlying GCC
40074         scheme.
40075
40076         * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
40077         the stable interface needed for a-except.
40078
40079 2003-03-02  Andreas Jaeger  <aj@suse.de>
40080
40081         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40082         gnat_ug_wnt.texi: Regenerate.
40083
40084 2003-03-02  Laurent Guerby  <guerby@acm.org>
40085
40086         * Makefile.in (install-gnatlib): Match previous change there
40087         so it works.
40088
40089 2003-02-28  Andreas Schwab  <schwab@suse.de>
40090
40091         * Make-lang.in (install-gnatlib): Change to ada directory before
40092         running make instead of using ada/Makefile directly.
40093
40094 2003-02-18  Ben Elliston  <bje@redhat.com>
40095
40096         Part of PR ada/9406
40097         * gnat_ug.texi (Binder output file): Grammar fix.
40098
40099 2003-02-18  Ben Elliston  <bje@redhat.com>
40100
40101         PR other/7350
40102         * 5qtaprop.adb (Sleep): Fix typo in comment.
40103
40104 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
40105
40106         * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
40107         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40108         gnat_ug_wnt.texi: Regenerate.
40109
40110 2003-02-03  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
40111
40112         * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
40113         be created if necessary.
40114         (ada.install-common): Let $(DESTDIR)$(bindir) be created
40115         if necessary.  Remove erroneous and redundant gnatchop
40116         installation commands.  Test for gnatdll before attempting
40117         to install it.
40118         (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
40119         and gnatdll from all plausible locations.
40120
40121 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
40122
40123         * utils2.c (build_unary_op): Don't check flag_volatile.
40124         * gnat_ug.texi: Remove -fvolatile from example.
40125         * gnat_ug_vxw.texi: Likewise.
40126
40127 2003-01-29  Laurent Guerby  <guerby@acm.org>
40128
40129         PR ada/8344
40130         * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
40131         * Makefile.in: match previous change.
40132         * Make-lang.in: match previous change.
40133
40134 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
40135
40136         * 5rosinte.ads: Add SIGXCPU.
40137         * 5rtpopsp.adb: New file.
40138         * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
40139         * Makefile.in: Recognize more RTEMS targets and add the RTEMS
40140         specific file 5rtpopsp.adb.
40141         * adaint.h: Add include of <stdio.h> when target is RTEMS.  This
40142         is likely needed for all newlib targets.
40143         * init.c: Add RTEMS specific version of __gnat_initialize().
40144
40145 2003-01-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40146
40147         * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
40148
40149 2003-01-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40150
40151         * init.c (__gnat_error_handler): Make msg const.
40152
40153         * gmem.c (convert_addresses): Move declaration ...
40154         * adaint.h: ... here.
40155         * adaint.c (convert_addresses): Adapt addrs type to match
40156         prototype.
40157
40158         * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
40159
40160 2003-01-24  Andreas Schwab  <schwab@suse.de>
40161
40162         * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
40163         size_t to avoid warning.
40164
40165 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
40166
40167         * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
40168
40169 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
40170
40171         * gnat_rm.texi: Remove RCS version number.
40172
40173         * ada-tree.h (union lang_tree_node): Add chain_next option.
40174
40175 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
40176
40177         * Make-lang.in (ada.install-info, ada.install-common,
40178         ada.uninstall): Prepend $(DESTDIR) to the destination
40179         directory in all (un)installation commands.
40180         * Makefile.in (install-gnatlib, install-rts): Ditto.
40181
40182 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
40183
40184         * gnat_rm.texi, gnat_ug.texi: Use @copying.
40185         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40186         gnat_ug_wnt.texi: Regenerate.
40187
40188 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
40189
40190         * gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
40191         only.
40192         * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
40193         $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
40194         $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
40195         ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
40196         ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
40197         $(srcdir)/doc/include/gcc-common.texi.
40198
40199 2002-12-15   Geert Bosch  <bosch@gnat.com>
40200
40201         * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
40202
40203 2002-12-14   Geert Bosch  <bosch@gnat.com>
40204
40205         PR ada/5690
40206         * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
40207         case of a body created for a Renaming_As_Body, on which
40208         conformance checks are not performed.
40209
40210 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
40211
40212         * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
40213         utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
40214         not already included.
40215         * Make-lang.in: Update dependencies.
40216
40217 2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
40218         * adaint.c (__gnat_tmp_name): Better, but good enough for now,
40219         solution to buffer overflow bug on GNU/Linux.
40220
40221 2002-11-14  Nathanael Nerode  <neroden@gcc.gnu.org>
40222
40223         PR ada/5856
40224         PR ada/6919
40225         * bindgen.adb: Remove all references to Public_Version.
40226         * comperr.adb: Remove all references to Public_Version and
40227         GNATPRO_Version; correct bug reporting instructions.
40228         * comperr.ads: Change to match bug box.
40229         * gnatvsn.ads: Remove all references to Public version and
40230         GNATPRO version.
40231
40232 2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
40233
40234         PR ada/6919
40235         * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
40236         GNU/Linux.
40237
40238         PR ada/6558
40239         * config-lang.in: Remove diff_excludes.
40240
40241 2002-11-05  Graham Stott  <graham.stott@btinternet.com>
40242
40243         PR ada/8358
40244         * trans.c (gnu_pending_elaboration_lists): New GC root.
40245         (build_unit_elab): Use..
40246
40247 2002-10-30   Geert Bosch  <bosch@gnat.com>
40248
40249         PR ada/6558
40250         * misc.c : Include optabs.h
40251
40252         * Make-lang.in (misc.o): Add dependency on optabs.h
40253
40254 2002-10-29   Geert Bosch  <bosch@gnat.com>
40255
40256         PR ada/6558
40257         * Make-lang.in (gnatbind): Depend on CONFIG_H
40258
40259 2002-10-29  Geert bosch  <bosch@gnat.com>
40260
40261         PR ada/6558
40262         * misc.c: Unrevert misc.c (1.13)
40263
40264 2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>
40265
40266         * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
40267         maintainership comments.
40268
40269 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
40270
40271         PR ada/5904
40272         * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
40273         5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
40274         5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
40275         7staprop.adb: Correct statements in comments about
40276         maintainership of GNAT.
40277
40278         PR ada/5904
40279         * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
40280         gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
40281         osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
40282         osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
40283         s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
40284         s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
40285         sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
40286         switch-c.ads switch-m.adb switch-m.ads: Correct statements in
40287         comments about maintainership of GNAT.
40288
40289         PR ada/6919 (forward port of patch for PR ada/5904)
40290         * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
40291         4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
40292         4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
40293         4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
40294         4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
40295         4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
40296         4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
40297         52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
40298         5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
40299         5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
40300         5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
40301         5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
40302         5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
40303         5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
40304         5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
40305         5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
40306         5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
40307         5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
40308         5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
40309         5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
40310         5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
40311         5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
40312         5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
40313         5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
40314         5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
40315         5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
40316         5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
40317         5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
40318         7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
40319         a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
40320         a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
40321         a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
40322         a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
40323         a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
40324         a-except.adb a-except.ads a-excpol.adb a-exctra.adb
40325         a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
40326         a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
40327         a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
40328         a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
40329         a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
40330         a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
40331         a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
40332         a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
40333         a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
40334         a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
40335         a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
40336         a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
40337         a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
40338         a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
40339         a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
40340         a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
40341         a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
40342         a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
40343         a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
40344         a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
40345         a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
40346         a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
40347         a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
40348         a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
40349         a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
40350         a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
40351         a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
40352         a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
40353         a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
40354         a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
40355         a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
40356         a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
40357         a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
40358         adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
40359         alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
40360         back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
40361         binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
40362         bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
40363         ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
40364         csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
40365         cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
40366         debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
40367         einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
40368         errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
40369         exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
40370         exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
40371         exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
40372         exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
40373         exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
40374         exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
40375         exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
40376         exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
40377         exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
40378         exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
40379         exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
40380         exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
40381         exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
40382         final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
40383         fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
40384         freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
40385         g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
40386         g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
40387         gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
40388         gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
40389         gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
40390         gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
40391         gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
40392         gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
40393         i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
40394         i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
40395         i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
40396         i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
40397         impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
40398         itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
40399         lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
40400         lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
40401         lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
40402         lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
40403         makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
40404         namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
40405         nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
40406         osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
40407         par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
40408         par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
40409         par-endh.adb par-labl.adb par-load.adb par-prag.adb
40410         par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
40411         prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
40412         prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
40413         prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
40414         prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
40415         prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
40416         prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
40417         repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
40418         rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
40419         s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
40420         s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
40421         s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
40422         s-direio.adb s-direio.ads s-except.ads s-exctab.adb
40423         s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
40424         s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
40425         s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
40426         s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
40427         s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
40428         s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
40429         s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
40430         s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
40431         s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
40432         s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
40433         s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
40434         s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
40435         s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
40436         s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
40437         s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
40438         s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
40439         s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
40440         s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
40441         s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
40442         s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
40443         s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
40444         s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
40445         s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
40446         s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
40447         s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
40448         s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
40449         s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
40450         s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
40451         s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
40452         s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
40453         s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
40454         s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
40455         s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
40456         s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
40457         s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
40458         s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
40459         s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
40460         s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
40461         s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
40462         s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
40463         s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
40464         s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
40465         s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
40466         s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
40467         s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
40468         s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
40469         s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
40470         s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
40471         s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
40472         s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
40473         s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
40474         s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
40475         s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
40476         s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
40477         s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
40478         s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
40479         s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
40480         s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
40481         s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
40482         s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
40483         s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
40484         s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
40485         s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
40486         s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
40487         s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
40488         s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
40489         s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
40490         s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
40491         s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
40492         s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
40493         s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
40494         s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
40495         s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
40496         s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
40497         s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
40498         s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
40499         s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
40500         s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
40501         scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
40502         sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
40503         sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
40504         sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
40505         sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
40506         sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
40507         sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
40508         sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
40509         sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
40510         sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
40511         sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
40512         sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
40513         sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
40514         sem_type.adb sem_type.ads sem_util.adb sem_util.ads
40515         sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
40516         sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
40517         sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
40518         sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
40519         snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
40520         stringt.ads stringt.h style.adb style.ads stylesw.adb
40521         stylesw.ads switch.adb switch.ads sysdep.c system.ads
40522         table.adb table.ads targparm.adb targparm.ads targtyps.c
40523         tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
40524         tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
40525         treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
40526         types.adb types.ads types.h uintp.adb uintp.ads uintp.h
40527         uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
40528         usage.ads utils.c utils2.c validsw.adb validsw.ads
40529         widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
40530         xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
40531         xtreeprs.adb: Correct statements in comments about maintainership
40532         of GNAT.
40533
40534 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
40535
40536         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
40537         * Makefile.in (TOOLS_LIBS): Add ../../version.o.
40538         * gnatvsn.ads: Gnat_Version_String is now a function.
40539         * gnatvsn.adb: New file.  When asked for Gnat_Version_String,
40540         copy the C version_string into a String and return it.
40541         * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
40542         gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
40543         Remove pragma Ident (Gnat_Version_String).  If this was the
40544         sole use of package Gnatvsn, remove the with statement too.
40545         * gnat1drv.adb: Tweak -gnatv output.
40546
40547 2002-09-17  Richard Henderson  <rth@redhat.com>
40548
40549         * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
40550         * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
40551         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
40552         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
40553         * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
40554         and real_2expN instead of a loop.
40555         * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
40556         (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
40557
40558 2002-08-25  Andre Leis  <a.leis@gmx.net>
40559             David Billinghurst  <David.Billinghurst@riotinto.com>
40560
40561         * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
40562
40563 2002-08-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40564
40565         * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
40566         Remove $(CONFIG_H) dependency.
40567
40568 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
40569
40570         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
40571
40572 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
40573
40574         * adadecode.c (ada_demangle): Use xstrdup in lieu of
40575         xmalloc/strcpy.
40576         * misc.c (gnat_decode_option): Likewise.
40577
40578 2002-07-15  Florian Weimer  <fw@deneb.enyo.de>
40579
40580         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
40581         function approach did not work well because of a side effect (the
40582         function call could reallocate the table which was being indexed
40583         using its result). Fixes ada/4851. [RESURRECTED]
40584
40585 2002-07-01  Roger Sayle  <roger@eyesopen.com>
40586
40587         * ada/utils.c (builtin_function): Accept an additional parameter.
40588
40589 2002-06-28  Andreas Jaeger  <aj@suse.de>
40590
40591         PR ada/7144
40592         * Makefile.in: Fix typo in comment, patch by Adrian Knoth
40593         <adi@thur.de>.
40594
40595 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
40596
40597         * Makefile.in (SHELL): Set to @SHELL@.
40598
40599 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
40600
40601         * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
40602         array size calculation.
40603
40604 2002-06-04  Andreas Jaeger  <aj@suse.de>
40605
40606         * Make-lang.in (gnatbind): Readd rule that has been lost in last
40607         patch.
40608
40609 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
40610
40611         Merge from pch-branch:
40612
40613         * config-lang.in (gtfiles): Add ada-tree.h.
40614         * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
40615         (SET_TYPE_MODULUS): New.
40616         (SET_TYPE_INDEX): New.
40617         (SET_TYPE_DIGITS_VALUE): New.
40618         (SET_TYPE_RM_SIZE): New.
40619         (SET_TYPE_UNCONSTRAINED_ARRAY): New.
40620         (SET_TYPE_ADA_SIZE): New.
40621         (SET_TYPE_ACTUAL_BOUNDS): New.
40622         (SET_DECL_CONST_CORRESPONDING_VAR): New.
40623         (SET_DECL_ORIGINAL_FIELD): New.
40624         (TREE_LOOP_ID): Correct typo.
40625         * decl.c: Use new macros.
40626         * utils.c: Include debug.h, use new macros.
40627         * utils2.c: Use new macros.
40628
40629         * ada-tree.h: Update all macros for new tree description.
40630         (struct tree_loop_id): New.
40631         (union lang_tree_node): New.
40632         (struct lang_decl): New.
40633         (struct lang_type): New.
40634         * misc.c (gnat_mark_tree): Delete.
40635         (LANG_HOOKS_MARK_TREE): Delete.
40636         * trans.c (tree_transform): No longer any need to cast
40637         for TREE_LOOP_ID.
40638
40639         * utils.c (struct language_function): New dummy structure.
40640
40641         * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
40642         (misc.o): Likewise.
40643         (utils.o): Likewise; also gtype-ada.h.
40644         * Make-lang.in (gnat1): Add dependency on s-gtype.
40645         (gnatbind): Add dependency on $(CONFIG_H).
40646         * utils.c: Correct last #include.
40647         (stuct e_stack): Remove unnecessary 'static'.
40648         (mark_e_stack): Remove unused prototype.
40649
40650         * scn-nlit.adb: Remove whitespace after version number to
40651         keep lines under 80 chars.
40652         * snames.adb: Likewise.
40653         * treepr.ads: Likewise.
40654
40655         * Makefile.in (decl.o): Include gt-ada-<filename>.h.
40656         (misc.o): Likewise.
40657         (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
40658         * config-lang.in (gtfiles): New.
40659         * decl.c: Use gengtype for roots.
40660         * gigi.h: Use gengtype for roots.
40661         * trans.c: Use gengtype for roots.
40662         * utils.c: Use gengtype for roots, marking.  Include gtype-ada.h.
40663
40664 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
40665
40666         * misc.c (gnat_init): Adjust setting of internal_error_function.
40667
40668 2002-06-01  Joseph S. Myers  <jsm28@cam.ac.uk>
40669
40670         * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
40671         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40672         gnat_ug_wnt.texi: Regenerate.
40673
40674 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
40675
40676         * 5ntaprop.adb (with System.OS_Primitives): Remove.
40677
40678         * cstreams.c (max_path_len): Move from here ...
40679         * adaint.c (__gnat_max_path_len): ... to here.
40680         * adaint.c (__gnat_max_path_len): Declare.
40681         * g-dirope.adb (Max_Path): Adjust.
40682         * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
40683         * i-cstrea.ads (max_path_len): Adjust.
40684         * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
40685         * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
40686
40687         * Makefile.in, Make-lang.in: Documentation is now built in
40688         Make-lang.in.  Store Info and generated Texinfo files in the
40689         source directory.
40690         * gnat_ug.texi: Remove CVS keywords, correct version number.
40691         Set file name correctly.
40692
40693         * gnat_ug_*.texi: Add.
40694         * .cvsignore: Ignore generated Texinfo files.
40695
40696 2002-05-30  Zack Weinberg  <zack@codesourcery.com>
40697
40698         * ada.h: Add MI guard macro.
40699         (SUBTYPE): Define constants with an anonymous enum, not static
40700         const variables.
40701         (IN): Cast constants to appropriate type before use.
40702
40703 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
40704
40705         * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
40706         (experimental)".
40707
40708 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40709
40710         * Make-lang.in (CP, ECHO): Copy from Makefile.in.
40711         (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
40712         (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
40713         (ALL_ADA_CFLAGS): Likewise.
40714         (ADA_INCLUDES): Likewise.
40715         Adapt for new working dir.
40716         (GNATBIND): Use Makefile.in version.
40717         (.SUFFIXES): Copy from Makefile.in.
40718         (ada-warn): Define.
40719         (.adb.o, .ads.o): Copy from Makefile.in.
40720         Added $(OUTPUT_OPTION).
40721         (GNAT1_C_OBJS): Moved from Makefile.in.
40722         Prefix with ada subdir.
40723         (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
40724         (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
40725         Adapt for new working dir.
40726         (EXTRA_GNATBIND_OBJS): Likewise.
40727         (ADA_BACKEND): Moved from Makefile.in.
40728         Renamed to avoid conflict with global BACKEND.
40729         Use that one.
40730         (TARGET_ADA_SRCS): Moved from Makefile.in.
40731         (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
40732         Use ADA_BACKEND.
40733         (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
40734         (ada_extra_files): Moved from Makefile.in.
40735         Prefix with ada subdir.
40736         (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
40737         (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
40738         (ada/nmake.ads): Likewise.
40739         (update-sources): Moved from Makefile.in.
40740         Prefix with ada subdir.
40741         (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
40742         (ADA_TREE_H): Likewise.
40743         (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
40744         (ada/memtrack.o): Likewise.
40745         (ada/adadecode.o): Likewise.
40746         Update dependencies.
40747         (ada/adaint.o): New.
40748         (ada/argv.o): Moved from Makefile.in.
40749         Prefix with ada subdir.
40750         Update dependencies.
40751         (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
40752         (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
40753         (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
40754         Prefix with ada subdir.
40755         (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
40756         (GNAT DEPENDENCIES): Regenerate.
40757         * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
40758         toplevel Makefile.in.
40759         (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
40760         (TARGET_ADA_SRCS): Removed.
40761         (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
40762         (GNATBIND_OBJS): Likewise.
40763         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
40764         (BACKEND): Removed.
40765         (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
40766         (TREE_H): Likewise.
40767         (ada_extra_files): Likewise.
40768         (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
40769         (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
40770         (update-sources): Likewise.
40771         (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
40772         (ADA_TREE_H): Likewise.
40773         (adadecoce.o): Likewise.
40774         (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
40775         (GNAT DEPENDENCIES): Likewise.
40776
40777 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40778
40779         * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
40780         * Makefile.in: Likewise.
40781
40782 2002-05-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40783
40784         * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
40785         Restore $(CONFIG_H) and prefix.o dependencies.
40786         (ada.stage[1-4]): Depend on stage?-start.
40787
40788         * Makefile.in (b_gnatb.c): Depend on interfac.o.
40789
40790 2002-05-02  Jim Wilson  <wilson@redhat.com>
40791
40792         * utils.c (finish_record_type): Change record_size to record_type.
40793
40794 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
40795
40796         * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
40797         (ALL_ADA_CFLAGS): Define.  Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
40798         ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
40799
40800 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
40801
40802         * misc.c (gnat_parse_file): Update.
40803
40804 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
40805
40806         * misc.c (gnat_init): Don't set lang_attribute_common.
40807
40808 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
40809
40810         * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
40811
40812 2002-04-21  Florian Weimer  <fw@deneb.enyo.de>
40813
40814         * gnat_ug.texi: New file.
40815
40816         * gnat_rm.texi: Do not include texiplus.texi.  Include fdl.texi
40817         instead of gfdl.texi
40818
40819         * xgnatug.adb, ug_words: New files.
40820
40821         * Makefile.in (doc, dvi): New targets.  Build gnat_ug_*,
40822         gnat_rm and gnat-style manuals.
40823
40824 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
40825
40826         * gigi.h (incomplete_type_error): Remove.
40827         * utils.c (incomplete_type_error): Remove.
40828
40829 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
40830
40831         * trans.c (tree_transform): Add has_scope argument to
40832         expand_start_stmt_expr.
40833
40834 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
40835
40836         * gigi.h (truthvalue_conversion): Rename.
40837         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
40838         * trans.c (tree_transform): Update.
40839         * utils2.c (truthvalue_conversion): Rename, update.
40840         (build_binary_op, build_unary_op): Update.
40841
40842 2002-04-04  Laurent Guerby  <guerby@acm.org>
40843
40844         * make.adb: Implement -margs, remove restriction about file name placement.
40845         * makeusg.adb: Documentation update.
40846         * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
40847         * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
40848
40849 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
40850
40851         * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
40852         (builtin_function): Similarly.
40853
40854 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
40855
40856         * decl.c (gnat_to_gnu_entity): Update.
40857         * gigi.h (mark_addressable): Rename.
40858         * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
40859         * trans.c (tree_transform): Update.
40860         * utils.c (create_var_decl): Update.
40861         * util2.c (build_binary_op, build_unary_op,
40862         fill_vms_descriptor): Update.
40863         (mark_addressable): Rename, update.
40864
40865 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
40866
40867         * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
40868         Rename.
40869         * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
40870         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
40871         * trans.c (tree_transform, convert_with_check): Update.
40872         * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
40873         Rename.
40874
40875 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
40876
40877         * gigi.h (finish_incomplete_decl): Rename.
40878         * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
40879         * utils.c (gnat_init_decl_processing): Don't set hook.
40880         (finish_incomplete_decl): Rename.
40881
40882 2002-03-29  Andreas Schwab  <schwab@suse.de>
40883
40884         * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
40885         directory.
40886
40887 2001-03-28  Robert Dewar  <dewar@gnat.com>
40888
40889         * checks.ads:
40890         (Remove_Checks): New procedure
40891
40892         * checks.adb:
40893         (Remove_Checks): New procedure
40894
40895         * exp_util.adb:
40896         Use new Duplicate_Subexpr functions
40897         (Duplicate_Subexpr_No_Checks): New procedure
40898         (Duplicate_Subexpr_No_Checks_Orig): New procedure
40899         (Duplicate_Subexpr): Restore original form (checks duplicated)
40900         (Duplicate_Subexpr): Call Remove_Checks
40901
40902         * exp_util.ads:
40903         (Duplicate_Subexpr_No_Checks): New procedure
40904         (Duplicate_Subexpr_No_Checks_Orig): New procedure
40905         Add 2002 to copyright notice
40906
40907         * sem_util.adb: Use new Duplicate_Subexpr functions
40908
40909         * sem_eval.adb:
40910         (Eval_Indexed_Component): This is the place to call
40911         Constant_Array_Ref and to replace the value. We simply merge
40912         the code of this function in here, since it is now no longer
40913         used elsewhere. This fixes the problem of the back end not
40914         realizing we were clever enough to see that this was
40915         constant.
40916         (Expr_Val): Remove call to Constant_Array_Ref
40917         (Expr_Rep_Val): Remove call to Constant_Array_Ref
40918         Minor reformatting
40919         (Constant_Array_Ref): Deal with string literals (patch
40920         suggested by Zack Weinberg on the gcc list)
40921
40922 2001-03-28  Ed Schonberg  <schonber@gnat.com>
40923
40924         * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
40925         Duplicate_Subexpr_Move_Checks.
40926
40927         * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
40928         Duplicate_Subexpr_Move_Checks.
40929
40930         * sem_eval.adb: (Constant_Array_Ref): Verify that constant
40931         value of array exists before retrieving it (it may a private
40932         protected component in a function).
40933
40934 2002-03-28   Geert Bosch  <bosch@gnat.com>
40935
40936         * prj-pp.adb : New file.
40937
40938         * prj-pp.ads : New file.
40939
40940 2002-03-28  Andreas Jaeger  <aj@suse.de>
40941
40942         * Makefile.in (stamp-sdefault): Fix path for Makefile.
40943
40944 2002-03-28  Neil Booth  <neil@daikokuya.demon.co.uk>
40945
40946         * misc.c (gnat_expand_expr): Move prototype.
40947
40948 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
40949
40950         * misc.c (insert_default_attributes): Remove.
40951
40952 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
40953
40954         * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
40955         (gnat_init): Don't set hook.
40956         (gnat_expand_expr): Fix prototype.
40957
40958 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
40959
40960         * misc.c (ggc_p): Remove.
40961
40962 2002-03-27  Geert Bosch  <bosch@gnat.com>
40963
40964         * prj-makr.ads, prj-makr.adb : New files.
40965
40966 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
40967
40968         * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
40969         (lang_mark_tree): Make static, rename.
40970
40971 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
40972
40973         * misc.c (maybe_build_cleanup): Remove.
40974
40975 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
40976
40977         * gigi.h (yyparse): Remove.
40978
40979 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
40980
40981         From Ben Brosgol  <brosgol@gnat.com>
40982         * gnat_rm.texi: Sync with ACT version.
40983
40984 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
40985
40986         * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
40987         (gnat_init): Remove old hook.
40988
40989 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
40990
40991         * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
40992         (yyparse): Rename gnat_parse_file.
40993
40994 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
40995
40996         Delete all lines containing "$Revision:".
40997         * xeinfo.adb: Don't look for revision numbers.
40998         * xnmake.adb: Likewise.
40999         * xsinfo.adb: Likewise.
41000         * xsnames.adb: Likewise.
41001         * xtreeprs.adb: Likewise.
41002
41003 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41004
41005         * misc.c (gnat_tree_code_type, gnat_tree_code_length,
41006         gnat_tree_code_name): Delete.
41007         (tree_code_type, tree_code_length, tree_code_name): Define.
41008         (gnat_init): Don't try to copy into the various tree_code
41009         arrays.
41010
41011 2002-03-11  Richard Henderson  <rth@redhat.com>
41012
41013         * Makefile.in (.NOTPARALLEL): Add fake tag.
41014
41015 2002-03-07  Geert Bosch  <bosch@gnat.com>
41016
41017         * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
41018         s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
41019         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
41020         switch-m.adb, switch-m.ads : New files.
41021
41022 2002-03-07  Geert Bosch  <bosch@gnat.com>
41023
41024         * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
41025         4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
41026         4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
41027         4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
41028         5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
41029         5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
41030         5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
41031         5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
41032         5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
41033         5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
41034         5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
41035         5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
41036         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
41037         5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
41038         5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
41039         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
41040         5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
41041         5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
41042         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
41043         5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
41044         7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
41045         Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
41046         a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
41047         a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
41048         a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
41049         a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
41050         a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
41051         a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
41052         a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
41053         adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
41054         atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
41055         bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
41056         csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
41057         einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
41058         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
41059         exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
41060         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
41061         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
41062         exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
41063         exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
41064         expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
41065         freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
41066         g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
41067         g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
41068         g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
41069         g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
41070         g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
41071         g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
41072         gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
41073         gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
41074         gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
41075         i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
41076         impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
41077         lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
41078         lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
41079         memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
41080         mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
41081         nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
41082         output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
41083         par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
41084         prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
41085         prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
41086         prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
41087         rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
41088         s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
41089         s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
41090         s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
41091         s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
41092         s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
41093         s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
41094         s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
41095         s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
41096         s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
41097         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
41098         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
41099         s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
41100         s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
41101         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
41102         s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
41103         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
41104         sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
41105         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
41106         sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
41107         sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
41108         sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
41109         sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
41110         sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
41111         sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
41112         sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
41113         snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
41114         stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
41115         table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
41116         tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
41117         treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
41118         types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
41119         utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
41120         xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
41121
41122         * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
41123         g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
41124         mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
41125         osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
41126
41127         * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
41128         5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
41129
41130         * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
41131         to mdll-fil.ad[bs] and mdll-util.ad[bs]
41132
41133         * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
41134         from mdllfile.ad[bs] and mdlltool.ad[bs]
41135
41136 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41137
41138         * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
41139         lieu of explicit sizeof/sizeof.
41140
41141 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
41142
41143         * misc.c (copy_lang_decl): Remove.
41144
41145 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
41146
41147         * misc.c: Delete traditional-mode-related code copied from the
41148         C front end but not used, or used only to permit the compiler
41149         to link.
41150
41151 2002-02-07  Richard Henderson  <rth@redhat.com>
41152
41153         * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
41154         * adaint.h (__gnat_to_gm_time): Update prototype.
41155
41156 2002-01-30  Richard Henderson  <rth@redhat.com>
41157
41158         * trans.c (tree_transform) [N_Loop_Statement]: Use
41159         expand_exit_loop_top_cond.
41160
41161 2001-12-23  Richard Henderson  <rth@redhat.com>
41162
41163         * utils.c (end_subprog_body): Push GC context around
41164         rest_of_compilation for nested functions.
41165
41166 2001-12-23  Richard Henderson  <rth@redhat.com>
41167
41168         * 5nosinte.ads: Get definition of "int" from Interfaces.C.
41169
41170 2001-12-23  Florian Weimer  <fw@deneb.enyo.de>
41171
41172         * gnat-style.texi (Declarations and Types): Remove ancient style
41173         rule which was mandated by code generation issues.
41174
41175         * gnat-style.texi (header): Add @dircategory, @direntry.
41176         (title page): Remove date.
41177         (general) Add @./@: where approriate, and two spaces after the
41178         full stop at the end of a sentence.  Use @samp markup when
41179         referring concrete lexical entities (keywords, attribute names
41180         etc.), and @syntax for ARM grammar elements. Use @r for English
41181         text in comments.  Use @emph for emphasis.  Change "if-statements"
41182         etc. to "if statements" (without @samp). Break long lines.  Make
41183         casing of section names consistent.
41184         (Identifiers): Use @samp markup for variable names.
41185         (Comments): Use @samp markup for comment characters. Line-end
41186         comments may follow any Ada code, not just statements.  Fix
41187         misspelling of "Integer" as "integer".
41188         (Loop statements): Do not use variable name "I", use "J".
41189         (Subprogram Declarations): Document alignment.
41190         (Subprogram Bodies, Block statements): Document empty line before
41191         "begin".
41192
41193 2001-12-22  Florian Weimer  <fw@deneb.enyo.de>
41194
41195         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
41196         function approach did not work well because of a side effect (the
41197         function call could reallocate the table which was being indexed
41198         using its result). Fixes ada/4851.
41199
41200 2001-12-19  Robert Dewar  <dewar@gnat.com>
41201
41202         * bindgen.adb: Minor reformatting
41203
41204         * cstand.adb: Minor reformatting
41205
41206         * fmap.adb: Minor reformatting
41207         Change name from Add for Add_To_File_Map (Add is much too generic)
41208         Change Path_Name_Of to Mapped_Path_Name
41209         Change File_Name_Of to Mapped_File_Name
41210         Fix copyright dates in header
41211
41212         * fmap.ads:
41213         Change name from Add for Add_To_File_Map (Add is much too generic)
41214         Change Path_Name_Of to Mapped_Path_Name
41215         Change File_Name_Of to Mapped_File_Name
41216         Fix copyright dates in header
41217
41218         * fname-uf.adb: Minor reformatting.  New names of stuff in Fmap.
41219         Add use clause for Fmap.
41220
41221         * make.adb: Minor reformatting
41222
41223         * osint.adb: Minor reformatting.  Change of names in Fmap.
41224         Add use clause for Fmap.
41225
41226         * prj-env.adb: Minor reformatting
41227
41228         * prj-env.ads: Minor reformatting
41229
41230         * switch.adb: Minor reformatting.  Do proper raise of Bad_Switch if
41231         error found (there were odd exceptions to this general rule in
41232         -gnatec/-gnatem processing)
41233
41234 2001-12-19  Olivier Hainque  <hainque@gnat.com>
41235
41236         * raise.c (__gnat_eh_personality): Exception handling personality
41237         routine for Ada.  Still in rough state, inspired from the C++ version
41238         and still containing a bunch of debugging artifacts.
41239         (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
41240         inspired from the C++ library.
41241
41242         * raise.c (eh_personality): Add comments. Part of work for the GCC 3
41243         exception handling integration.
41244
41245 2001-12-19  Arnaud Charlet  <charlet@gnat.com>
41246
41247         * Makefile.in: Remove use of 5smastop.adb which is obsolete.
41248         (HIE_SOURCES): Add s-secsta.ad{s,b}.
41249         (HIE_OBJS): Add s-fat*.o
41250         (RAVEN_SOURCES): Remove files that are no longer required. Add
41251         interrupt handling files.
41252         (RAVEN_MOD): Removed, no longer needed.
41253
41254 2001-12-19  Robert Dewar  <dewar@gnat.com>
41255
41256         * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
41257         Add 2001 to copyright date
41258
41259         * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
41260         need to force universal inlining for these cases.
41261
41262 2001-12-19  Arnaud Charlet  <charlet@gnat.com>
41263
41264         * s-taprob.adb: Minor clean ups so that this unit can be used in
41265         Ravenscar HI.
41266
41267         * exp_ch7.adb: Allow use of secondary stack in HI mode.
41268         Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
41269
41270 2001-12-19  Vincent Celier  <celier@gnat.com>
41271
41272         * prj-tree.ads (Project_Node_Record): Add comments for components
41273         Pkg_Id and Case_Insensitive.
41274
41275 2001-12-19  Pascal Obry  <obry@gnat.com>
41276
41277         * g-socket.adb: Minor reformatting. Found while reading code.
41278
41279 2001-12-19  Robert Dewar  <dewar@gnat.com>
41280
41281         * prj-tree.ads: Minor reformatting
41282
41283 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
41284
41285         * config-lang.in (diff_excludes): Remove.
41286
41287 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41288
41289         * sem_res.adb (Resolve_Selected_Component): do not generate a
41290         discriminant check if the selected component is a component of
41291         the argument of an initialization procedure.
41292
41293         * trans.c (tree_transform, case of arithmetic operators): If result
41294         type is private, the gnu_type is the base type of the full view,
41295         given that the full view itself may be a subtype.
41296
41297 2001-12-17  Robert Dewar  <dewar@gnat.com>
41298
41299         * sem_res.adb: Minor reformatting
41300
41301         * trans.c (tree_transform, case N_Real_Literal): Add missing third
41302         parameter in call to Machine (unknown horrible effects from this
41303         omission).
41304
41305         * urealp.h: Add definition of Round_Even for call to Machine
41306         Add third parameter for Machine
41307
41308 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41309
41310         * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
41311         predefined units in No_Run_Time mode.
41312
41313 2001-12-17  Richard Kenner  <kenner@gnat.com>
41314
41315         * misc.c (insn-codes.h): Now include.
41316
41317 2001-12-17  Olivier Hainque  <hainque@gnat.com>
41318
41319         * a-except.adb: Preparation work for future integration of the GCC 3
41320         exception handling mechanism
41321         (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
41322         to factorize previous code sequences and make them externally callable,
41323         e.g. for the Ada personality routine when the GCC 3 mechanism is used.
41324         (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
41325         Use the new notification routines.
41326
41327 2001-12-17  Emmanuel Briot  <briot@gnat.com>
41328
41329         * prj-tree.ads (First_Choice_Of): Document the when others case
41330
41331 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
41332
41333         * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
41334         HI-E mode, in order to support Ravenscar profile properly.
41335
41336         * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
41337         mode on 32 bits targets.
41338
41339 2001-12-17  Vincent Celier  <celier@gnat.com>
41340
41341         * fmap.adb: Initial version.
41342
41343         * fmap.ads: Initial version.
41344
41345         * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
41346         If search is successfully done, add to mapping.
41347
41348         * frontend.adb: Initialize the mapping if a -gnatem switch was used.
41349
41350         * make.adb:
41351         (Gnatmake): Add new local variable Mapping_File_Name.
41352          Create mapping file when using project file(s).
41353          Delete mapping file before exiting.
41354
41355         * opt.ads (Mapping_File_Name): New variable
41356
41357         * osint.adb (Find_File): Use path name found in mapping, if any.
41358
41359         * prj-env.adb (Create_Mapping_File): New procedure
41360
41361         * prj-env.ads (Create_Mapping_File): New procedure.
41362
41363         * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
41364         (Mapping_File)
41365
41366         * usage.adb: Add entry for new switch -gnatem.
41367
41368         * Makefile.in: Add dependencies for fmap.o.
41369
41370 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41371
41372         * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
41373         is a package instantiation rewritten as a package body.
41374         (Install_Withed_Unit): Undo previous change, now redundant.
41375
41376 2001-12-17  Gary Dismuke  <dismukes@gnat.com>
41377
41378         * layout.adb:
41379         (Compute_Length): Move conversion to Unsigned to callers.
41380         (Get_Max_Size): Convert Len expression to Unsigned after calls to
41381         Compute_Length and Determine_Range.
41382         (Layout_Array_Type): Convert Len expression to Unsigned after calls to
41383         Compute_Length and Determine_Range.
41384         Above changes fix problem with length computation for supernull arrays
41385         where Max (Len, 0) wasn't getting applied due to the Unsigned
41386         conversion used by Compute_Length.
41387
41388 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
41389
41390         * rtsfind.ads:
41391         (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
41392          System.Secondary_Stack.
41393         (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
41394          in HI-E mode.
41395         Remove unused entity RE_Exception_Data.
41396
41397         * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
41398
41399         * rident.ads (No_Secondary_Stack): New restriction.
41400
41401 2001-12-17  Joel Brobecker  <brobecke@gnat.com>
41402
41403         * gnat_rm.texi: Fix minor typos. Found while reading the section
41404         regarding "Bit_Order Clauses" that was sent to a customer.
41405         Very interesting documentation!
41406
41407 2001-12-17  Robert Dewar  <dewar@gnat.com>
41408
41409         * sem_case.adb (Choice_Image): Avoid creating improper character
41410         literal names by using the routine Set_Character_Literal_Name. This
41411         fixes bombs in certain error message cases.
41412
41413 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
41414
41415         * a-reatim.adb: Minor reformatting.
41416
41417 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41418
41419         * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
41420         case where the formal is an extension of another formal in the current
41421         unit or in a parent generic unit.
41422
41423 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
41424
41425         * s-tposen.adb: Update comments.  Minor reformatting.
41426         Minor code clean up.
41427
41428         * s-tarest.adb: Update comments.  Minor code reorganization.
41429
41430 2001-12-17  Gary Dismukes  <dismukes@gnat.com>
41431
41432         * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
41433         when Java_VM.
41434
41435 2001-12-17  Robert Dewa  <dewar@gnat.com>
41436
41437         * exp_attr.adb: Minor reformatting
41438
41439 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41440
41441         * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
41442         derivations nested within a child unit: verify that the parent
41443         type is declared in an outer scope.
41444
41445 2001-12-17  Robert Dewar  <dewar@gnat.com>
41446
41447         * sem_ch12.adb: Minor reformatting
41448
41449 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41450
41451         * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
41452         warning if current unit is a predefined one, from which bodies may
41453         have been deleted.
41454
41455 2001-12-17  Robert Dewar  <dewar@gnat.com>
41456
41457         * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
41458         Fix header format. Add 2001 to copyright date.
41459
41460         * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
41461         which caused CE during compilation if checks were enabled.
41462
41463 2001-12-17  Vincent Celier  <celier@gnat.com>
41464
41465         * make.adb:
41466         (Switches_Of): New function
41467         (Test_If_Relative_Path): New procedure
41468         (Add_Switches): Use new function Switches_Of
41469         (Collect_Arguments_And_Compile): Use new function Switches_Of.
41470         When using a project file, test if there are any relative
41471         search path. Fail if there are any.
41472         (Gnatmake): Only add switches for the primary directory when not using
41473         a project file. When using a project file, change directory to the
41474         object directory of the main project file. When using a project file,
41475         test if there are any relative search path. Fail if there are any.
41476         When using a project file, fail if specified executable is relative
41477         path with directory information, and prepend executable, if not
41478         specified as an absolute path, with the exec directory.  Make sure
41479         that only one -o switch is transmitted to the linker.
41480
41481         * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
41482
41483         * prj-nmsc.adb:
41484         (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
41485         when using a non standard naming scheme.
41486         (Check_Ada_Naming_Scheme): Make sure that error messages
41487         do not raise exceptions.
41488         (Is_Illegal_Append): Return True if there is no dot in the suffix.
41489         (Language_Independent_Check): Check the exec directory.
41490
41491         * prj.adb (Project_Empty): Add new component Exec_Directory
41492
41493         * prj.ads:
41494         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
41495         (Project_Data): Add component Exec_Directory
41496
41497         * snames.adb: Updated to match snames.ads revision 1.215
41498
41499         * snames.ads: Added Exec_Dir
41500
41501 2001-12-17  Robert Dewar  <dewar@gnat.com>
41502
41503         * make.adb: Minor reformatting
41504
41505         * prj-nmsc.adb: Minor reformatting
41506
41507         * snames.adb: Updated to match snames.ads
41508
41509         * snames.ads: Alphebetize entries for project file
41510
41511 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41512
41513         * trans.c (process_freeze_entity): Do nothing if the entity is a
41514         subprogram that was already elaborated.
41515
41516 2001-12-17  Richard Kenner  <kenner@gnat.com>
41517
41518         * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
41519         and Esize if object is referenced via pointer.
41520
41521 2001-12-17  Ed Schonberg  <schonber@gnat.com>
41522
41523         * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
41524         is discrete before analyzing choices.
41525
41526 2001-12-17  Joel Brobecker  <brobecke@gnat.com>
41527
41528         * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
41529         containing the name of the Ada Main Program. This string is mainly
41530         intended for the debugger.
41531         (Gen_Output_File_C): Do the equivalent change when generating a C file.
41532
41533 2001-12-17  Robert Dewar  <dewar@gnat.com>
41534
41535         * ali.adb: Set new Dummy_Entry field in dependency entry
41536
41537         * ali.ads: Add Dummy_Entry field to source dependency table
41538
41539         * bcheck.adb (Check_Consistency): Ignore dummy D lines
41540
41541         * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
41542
41543         * lib-writ.ads: Document dummy D lines for missing files.
41544
41545         * types.ads: (Dummy_Time_Stamp): New value for non-existant files
41546
41547 2001-12-17  Robert Dewar  <dewar@gnat.com>
41548
41549         * ali.adb: Type reference does not reset current file.
41550
41551         * ali.adb: Recognize and scan renaming reference
41552
41553         * ali.ads: Add spec for storing renaming references.
41554
41555         * lib-xref.ads: Add documentation for handling of renaming references
41556
41557         * lib-xref.adb: Implement output of renaming reference.
41558
41559         * checks.adb:
41560         (Determine_Range): Document local variables
41561         (Determine_Range): Make sure Hbound is initialized. It looks as though
41562          there could be a real problem here with an uninitialized reference
41563          to Hbound, but no actual example of failure has been found.
41564
41565 2001-12-17  Laurent Pautet  <pautet@gnat.com>
41566
41567         * g-socket.ads:
41568         Fix comment of Shutdown_Socket and Close_Socket. These functions
41569         should not fail silently because if they are called twice, this
41570         probably means that there is a race condition in the user program.
41571         Anyway, this behaviour is consistent with the rest of this unit.
41572         When an error occurs, an exception is raised with the error message
41573         as exception message.
41574
41575 2001-12-17  Robert Dewar  <dewar@gnat.com>
41576
41577         * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
41578         that it happens before modification of Sloc values for -gnatD.
41579
41580         * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
41581         so that it happens before modification of Sloc values for -gnatD.
41582
41583         * switch.adb: Minor reformatting
41584
41585 2001-12-15  Richard Henderson  <rth@redhat.com>
41586
41587         * sem_ch7.adb: Wrap comment.
41588
41589 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
41590
41591         * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
41592         5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
41593         5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
41594         5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
41595         5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
41596         7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
41597         a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
41598         a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
41599         cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
41600         exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
41601         exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
41602         g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
41603         gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
41604         make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
41605         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
41606         repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
41607         s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
41608         s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
41609         s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
41610         s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
41611         sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
41612         sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
41613         sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
41614         sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
41615         spelling errors.
41616
41617 2001-12-14  Vincent Celier  <celier@gnat.com>
41618
41619         * osint.adb(Create_Debug_File): When an object file is specified,
41620         put the .dg file in the same directory as the object file.
41621
41622 2001-12-14  Robert Dewar  <dewar@gnat.com>
41623
41624         * osint.adb: Minor reformatting
41625
41626         * lib-xref.adb (Output_Instantiation): New procedure to generate
41627         instantiation references.
41628
41629         * lib-xref.ads: Add documentation of handling of generic references.
41630
41631         * ali.adb (Read_Instantiation_Ref): New procedure to read
41632         instantiation references
41633
41634         * ali.ads: Add spec for storing instantiation references
41635
41636         * bindusg.adb: Minor reformatting
41637
41638         * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
41639
41640         * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
41641
41642         * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
41643
41644         * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
41645
41646         * csets.ads:
41647         Fix header format
41648         Add 2001 to copyright date
41649         Add entry for Latin-5 (Cyrillic ISO-8859-5)
41650
41651 2001-12-14  Matt Gingell  <gingell@gnat.com>
41652
41653         * adaint.c: mktemp is a macro on Lynx and can not be used as an
41654         expression.
41655
41656 2001-12-14  Richard Kenner  <kenner@gnat.com>
41657
41658         * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
41659         if operand is CONSTRUCTOR.
41660
41661 2001-12-14  Ed Schonberg  <schonber@gnat.com>
41662
41663         * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
41664         before emiting check on right-hand side, so that exception information
41665         is correct.
41666
41667 2001-12-14  Richard Kenner  <kenner@gnat.com>
41668
41669         * utils.c (create_var_decl): Throw away initializing expression
41670         if just annotating types and non-constant.
41671
41672 2001-12-14  Vincent Celier  <celier@gnat.com>
41673
41674         * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
41675         Default_Ada_...
41676
41677         * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
41678         Remove functions.
41679         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
41680
41681         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
41682         Remove functions.
41683         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
41684
41685 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
41686
41687         * ChangeLog: Remove piece of diff output.
41688
41689 2001-12-14  Geert Bosch  <bosch@gnat.com>
41690
41691         * config-lang.in: Update copyright notice
41692
41693         * layout.adb: Remove commented out code.
41694
41695         * mdllfile.ads: Update copyright notice. Fix header format.
41696
41697         * sem_case.ads: Likewise.
41698
41699         * sem_ch3.adb: Minor reformatting.
41700
41701 2001-12-12  Geert Bosch  <bosch@gnat.com>
41702
41703         * freeze.ads: Update copyright date.
41704
41705         * g-comlin.ads: Minor reformatting.
41706
41707         * gnat-style.texi: Fix typo.
41708
41709 2001-12-12  Geert Bosch  <bosch@gnat.com>
41710
41711         *  einfo.h: Regenerate.
41712
41713 2001-12-12  Ed Schonberg  <schonber@gnat.com>
41714
41715         * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
41716         on known node types, rather than untyped fields. Further cleanups.
41717
41718 2001-12-12  Robert Dewar  <dewar@gnat.com>
41719
41720         * sem_ch12.adb:
41721         (Save_Entity_Descendant): Minor comment update.
41722         (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
41723          of an N_Attribute_Reference node. As per note below, this does not
41724         eliminate need for Associated_Node in attribute ref nodes.
41725         (Associated_Node): Documentation explicitly mentions attribute
41726         reference nodes, since this field is used in such nodes.
41727
41728         * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
41729
41730 2001-12-12  Robert Dewar  <dewar@gnat.com>
41731
41732         * s-stalib.adb: Add more comments on with statements being needed
41733
41734         * par-ch12.adb: Minor reformatting
41735
41736         * prj-dect.ads: Fix copyright header
41737
41738         * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
41739         inputs fit in 32 bits, but the result still overflows.
41740
41741         * s-fatgen.ads: Minor comment improvement
41742
41743 2001-12-12  Ed Schonberg  <schonber@gnat.com>
41744
41745         * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
41746         formal derived type, look for an inherited component from the full
41747         view of the parent, if any.
41748
41749 2001-12-12  Robert Dewar  <dewar@gnat.com>
41750
41751         * checks.ads (Apply_Alignment_Check): New procedure.
41752
41753         * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
41754         ensure that the alignment of objects with address clauses is
41755         appropriate, and raise PE if not.
41756
41757         * exp_util.ads (Must_Be_Aligned): Removed, replaced by
41758         Exp_Pakd.Known_Aligned_Enough
41759
41760         * mdllfile.ads: Minor reformatting
41761
41762         * mlib-fil.ads: Minor reformatting
41763
41764 2001-12-12  Ed Schonberg  <schonber@gnat.com>
41765
41766         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
41767         fix to any component reference if enclosing record has non-standard
41768         representation.
41769
41770 2001-12-12  Vincent Celier  <celier@gnat.com>
41771
41772         * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
41773         Iteration
41774
41775 2001-12-12  Ed Schonberg  <schonber@gnat.com>
41776
41777         * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
41778         sem_attr.
41779
41780 2001-12-12  Robert Dewar  <dewar@gnat.com>
41781
41782         * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
41783
41784 2001-12-12  Emmanuel Briot  <briot@gnat.com>
41785
41786         * g-regexp.adb: Remove all debug code, since it isn't required anymore,
41787         and it adds dependencies to system.io.
41788
41789 2001-12-12  Pascal Obry  <obry@gnat.com>
41790
41791         * g-dirope.adb (Expand_Path.Var): Correctly detect end of
41792         variable name.
41793
41794 2001-12-11  Ed Schonberg  <schonber@gnat.com>
41795
41796         * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
41797         that is the parent of other generics, the instance body replaces the
41798         instance node.  Retrieve the instance of the spec, which is the one
41799         that is visible in clients and within the body.
41800
41801 2001-12-11  Vincent Celier  <celier@gnat.com>
41802
41803         * gnatmain.adb: Initial version.
41804
41805         * gnatmain.ads: Initial version.
41806
41807         * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
41808
41809         * snames.adb: Updated to match snames.ads.
41810
41811         * snames.ads: Added Gnatstub.
41812
41813 2001-12-11  Vincent Celier  <celier@gnat.com>
41814
41815         * prj-attr.adb (Initialization_Data): Change name from
41816         Initialisation_Data.
41817
41818 2001-12-11  Emmanuel Briot  <briot@gnat.com>
41819
41820         * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
41821         + and * applied to backslashed expressions like \r.
41822
41823 2001-12-11  Vasiliy Fofanov  <fofanov@gnat.com>
41824
41825         * g-os_lib.ads: String_List type added, Argument_List type is now
41826         subtype of String_List.
41827
41828 2001-12-11  Robert Dewar  <dewar@gnat.com>
41829
41830         * g-os_lib.ads: Change copyright to FSF
41831         Add comments for String_List type
41832
41833 2001-12-11  Vincent Celier  <celier@gnat.com>
41834
41835         * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
41836         string to the buffer).
41837
41838 2001-12-11  Ed Schonberg  <schonber@gnat.com>
41839
41840         * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
41841         sem_attr.
41842
41843         * sem_attr.adb: Simplify previous fix for Address.
41844         (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
41845         to avoid anomalies where the bound of the type appears to raise
41846         constraint error.
41847
41848 2001-12-11  Robert Dewar  <dewar@gnat.com>
41849
41850         * lib-xref.adb (Output_Refs): Make sure pointers are always properly
41851         handled.
41852
41853 2001-12-11  Ed Schonber   <schonber@gnat.com>
41854
41855         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
41856         renamed unit before checking for recursive instantiations.
41857
41858 2001-12-11  Emmanuel Briot  <briot@gnat.com>
41859
41860         * prj.ads: Add comments for some of the fields.
41861
41862 2001-12-11  Robert Dewar  <dewar@gnat.com>
41863
41864         * lib-xref.adb (Output_Refs): Don't output type references outside
41865         the main unit if they are not otherwise referenced.
41866
41867 2001-12-11  Ed Schonberg  <schonber@gnat.com>
41868
41869         * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
41870         code and diagnose additional illegal uses
41871
41872         * sem_util.adb (Is_Object_Reference): An indexed component is an
41873         object only if the prefix is.
41874
41875 2001-12-11  Vincent Celier  <celier@gnat.com>
41876
41877         * g-diopit.adb: Initial version.
41878
41879         * g-diopit.ads: Initial version.
41880
41881         * g-dirope.adb:
41882         (Expand_Path): Avoid use of Unbounded_String
41883         (Find, Wildcard_Iterator): Moved to child package Iteration
41884
41885         * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
41886
41887 2001-12-11  Robert Dewar  <dewar@gnat.com>
41888
41889         * sem_attr.adb: Minor reformatting
41890
41891 2001-12-11  Ed Schonberg  <schonber@gnat.com>
41892
41893         * sem_ch3.adb: Clarify some ???.
41894
41895 2001-12-11  Robert Dewar  <dewar@gnat.com>
41896
41897         * exp_util.adb (Must_Be_Aligned): Removed, replaced by
41898         Exp_Pakd.Known_Aligned_Enough
41899
41900         * sem_ch13.adb (Check_Address_Alignment): Removed, extended
41901         version is moved to Exp_Ch13.
41902
41903 2001-12-11  Robert Dewar  <dewar@gnat.com>
41904
41905         * einfo.ads: Minor reformatting
41906
41907         * exp_ch5.adb: Add comment for previous.change
41908
41909         * ali.adb: New interface for extended typeref stuff.
41910
41911         * ali.ads: New interface for typeref stuff.
41912
41913         * checks.adb (Apply_Alignment_Check): New procedure.
41914
41915         * debug.adb: Add -gnatdM for modified ALI output
41916
41917         * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
41918
41919         * lib-xref.adb: Extend generation of <..> notation to cover
41920         subtype/object types. Note that this is a complete rewrite,
41921         getting rid of the very nasty quadratic algorithm previously
41922         used for derived type output.
41923
41924         * lib-xref.ads: Extend description of <..> notation to cover
41925         subtype/object types. Uses {..} for these other cases.
41926         Also use (..) for pointer types.
41927
41928         * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
41929
41930         * exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
41931         (Known_Aligned_Enough): Replaces Must_Be_Aligned.
41932
41933 2001-12-11  Vincent Celier  <celier@gnat.com>
41934
41935         * gnatcmd.adb:
41936         Changed /COMPILE_ONLY to /ACTIONS=COMPILE
41937         Changed /BIND_ONLY to /ACTIONS=BIND
41938         Changed /LINK_ONLY to /ACTIONS=LINK
41939
41940 2001-12-11  Ed Schonberg  <schonber@gnat.com>
41941
41942         * sem_ch8.adb (Find_Selected_Component): improved search for a
41943         candidate package in case of error.
41944
41945         * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
41946         chain back on scope stack before reinstalling use clauses.
41947
41948         * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
41949         is enabled, do not kill the code for the condition, to preserve
41950         warning.
41951
41952 2001-12-11  Robert Dewar  <dewar@gnat.com>
41953
41954         * checks.adb (Insert_Valid_Check): Apply validity check to expression
41955         of conversion, not to result of conversion.
41956
41957 2001-12-11  Ed Schonberg  <schonber@gnat.com>
41958
41959         * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
41960         before freezing parent. If the declarations are mutually recursive,
41961         an access to the current record type may be frozen before the
41962         derivation is complete.
41963
41964 2001-12-05  Vincent Celier  <celier@gnat.com>
41965
41966         * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
41967         -c /COMPILE_ONLY, -l /LINK_ONLY
41968
41969         * opt.ads:
41970         (Bind_Only): New Flag
41971         (Link_Only): New flag
41972
41973         * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
41974         and -l (Link_Only)
41975
41976         * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
41977
41978         * make.adb:
41979         (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
41980         (Gnatmake): Set the step flags. Only perform a step if the
41981         corresponding step flag is True.
41982         (Scan_Make_Arg): Reset the bind and link step flags when -u
41983         or -gnatc has been specified.
41984
41985 2001-12-05  Ed Schonberg  <schonber@gnat.com>
41986
41987         * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
41988         get bounds from right operand.
41989
41990         * sem_eval.adb: Minor reformatting
41991
41992         * exp_util.adb (Make_Literal_Range): use bound of literal rather
41993         than Index'First, its lower bound may be different from 1.
41994
41995         * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
41996         and C48009J
41997
41998 2001-12-05  Vincent Celier  <celier@gnat.com>
41999
42000         * prj-nmsc.adb Minor reformatting
42001
42002         * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
42003         set and libraries are not supported.
42004
42005 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42006
42007         * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
42008         private view explicitly, so the back-end can treat as a global
42009         when appropriate.
42010
42011 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42012
42013         * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
42014          unit, always replace instance node with new body, for ASIS use.
42015
42016 2001-12-05  Vincent Celier  <celier@gnat.com>
42017
42018         * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
42019         libraries are not supported and both attributes Library_Name and
42020         Library_Dir are specified.
42021
42022         * prj-proc.adb (Expression): Set location of Result to location of
42023         first term.
42024
42025         * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
42026         (prj-nmsc is now importing MLib.Tgt)
42027
42028         * prj-proc.adb: Put the change indicated above that was forgotten.
42029
42030 2001-12-05  Robert Dewar  <dewar@gnat.com>
42031
42032         * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
42033
42034 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42035
42036         * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
42037         constraint, introduce explicit subtype declaration and derive from it.
42038
42039         * sem_ch3.adb: Minor reformatting
42040
42041 2001-12-05  Robert Dewar  <dewar@gnat.com>
42042
42043         * checks.adb (Determine_Range): Increase cache size for checks.
42044         Minor reformatting
42045
42046         * exp_ch6.adb: Minor reformatting
42047         (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
42048         a parameter whose root type is System.Address, since treating such
42049         subprograms as pure in the code generator is almost surely a mistake
42050         that will lead to unexpected results.
42051
42052         * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
42053         change handling of conversions.
42054
42055         * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
42056
42057 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42058
42059         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
42060         aggregate with static wrong size, attach generated Raise node to
42061         declaration.
42062
42063 2001-12-05  Robert Dewar  <dewar@gnat.com>
42064
42065         * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
42066         Fixes compilation abandoned bomb in B24009B.
42067
42068 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42069
42070         * sem_ch12.adb:
42071         Document use of Associated_Node on Selected_Components.
42072         (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
42073         to clarify use of untyped descendant fields.
42074
42075 2001-12-05  Robert Dewar  <dewar@gnat.com>
42076
42077         * prj-dect.ads: Add ??? comment
42078         Add 2001 to copyright notice (was not done in after all)
42079
42080         * prj-part.adb: Minor reformatting. Reword one awkward error message.
42081
42082         * prj.ads: Minor reformatting throughout, and add some ??? comments
42083
42084         * snames.ads: Minor reformatting
42085
42086 2001-12-05  Geert Bosch  <bosch@gnat.com>
42087
42088         * snames.adb: Autoupdate
42089
42090 2001-12-05  Vincent Celier  <celier@gnat.com>
42091
42092         * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
42093
42094         * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
42095
42096         * prj-env.adb: Minor comment changes (modifying -> extends).
42097
42098         * prj-nmsc.adb: Minor comment changes (modifying -> extends).
42099
42100         * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
42101         Tok_Extends.
42102
42103         * prj.adb (Initialize): Change Modifying to Extends.
42104
42105         * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
42106
42107         * prj.ads: Minor comment change (Modifying -> extending).
42108
42109         * snames.ads: Change modifying to extends.
42110
42111 2001-12-05  Robert Dewar  <dewar@gnat.com>
42112
42113         * sem_warn.adb: Remove stuff for conditionals, we are not going to
42114         do this after all.
42115
42116         * sem_warn.ads: Remove stuff for conditionals, we are not going to
42117         do this after all.  Add 2001 to copyright notice
42118
42119 2001-12-04  Geert Bosch  <bosch@gnat.com>
42120
42121         *  einfo.h, sinfo.h, treeprs.ads: Regenerate.
42122
42123 2001-12-04  Robert Dewar  <dewar@gnat.com>
42124
42125         * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
42126         location if we already have errors. Stops some cases of cascaded
42127         errors.
42128
42129         * errout.adb: Improve comment.
42130
42131 2001-12-04  Robert Dewar  <dewar@gnat.com>
42132
42133         * sem_ch12.adb:
42134         (Analyze_Formal_Type_Definition): Defend against Error.
42135         (Analyze_Formal_Subprogram): Defend against Error.
42136
42137         * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
42138         remove following semicolon if present. Removes cascaded error.
42139
42140 2001-12-04  Douglas B. Rupp  <rupp@gnat.com>
42141
42142         * bindgen.adb:
42143         (Gen_Exception_Table_Ada): Write "begin" and then return if Num
42144          exceptions equals 0.
42145         (Gen_Exception_Table_C): Return if Num exceptions equals 0.
42146         Fixes PIWG E tests (which have to be run with -gnatL).
42147
42148 2001-12-04  Robert Dewar  <dewar@gnat.com>
42149
42150         * einfo.ads: Minor reformatting
42151
42152 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42153
42154         * einfo.ads: Block_Node points to the identifier of the block, not to
42155         the block node itself, to preserve the link when the block is
42156         rewritten, e.g. within an if-statement with a static condition.
42157
42158         * inline.adb (Cleanup_Scopes): recover block statement from block
42159         entity using new meaning of Block_Node.
42160
42161         * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
42162         identifier of block node, rather than to node itself.
42163
42164 2001-12-04  Gary Dismukes  <dismukes@gnat.com>
42165
42166         * layout.adb:
42167         (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
42168         (Discrimify): Go back to setting the Etypes of the selected component
42169         because the Vname component does not exist at this point and will
42170         fail name resolution. Also set Analyzed.
42171         Remove with and use of Sem_Res.
42172
42173 2001-12-04  Arnaud Charlet  <charlet@gnat.com>
42174
42175         * Makefile.in: (HIE_SOURCES): add s-fat*.
42176
42177 2001-12-04  Robert Dewar  <dewar@gnat.com>
42178
42179         * sem_attr.adb:
42180         (Compile_Time_Known_Attribute): New procedure.
42181         (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
42182          proper range check.
42183
42184 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42185
42186         * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
42187         processing discriminants to diagnose illegal default values.
42188
42189 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42190
42191         * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
42192         access discriminant within a type extension that constrains its
42193         parent discriminants.
42194
42195 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42196
42197         * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
42198         is malformed, use instance of Any_Id to allow analysis to proceed.
42199
42200         * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
42201         type definition is illegal.
42202         (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
42203         misplaced.
42204
42205 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42206
42207         * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
42208         constants.
42209
42210 2001-12-04  Robert Dewar  <dewar@gnat.com>
42211
42212         * errout.adb: Minor reformatting
42213
42214 2001-12-04  Robert Dewar  <dewar@gnat.com>
42215
42216         * exp_util.adb: Minor reformatting from last change
42217
42218         * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
42219         which is a rewriting of an expression, traverse the original
42220         expression to remove warnings that may have been posted on it.
42221
42222 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42223
42224         * exp_util.adb (Must_Be_Aligned): Return false for a component of a
42225         record that has other packed components.
42226
42227 2001-12-04  Douglass B. Rupp  <rupp@gnat.com>
42228
42229         * adaint.c: Minor cleanups.
42230
42231 2001-12-04  Douglass B. Rupp  <rupp@gnat.com>
42232
42233         * adaint.c: Do not use utime.h on vxworks.
42234
42235 2001-12-04  Arnaud Charlet  <charlet@gnat.com>
42236
42237         * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
42238         more confusion than it solves.
42239
42240 2001-12-04  Geert bosch  <bosch@gnat.com>
42241
42242         * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
42243
42244 2001-12-04  Geert Bosch  <bosch@gnat.com>
42245
42246         * Makefile.in (update-sources): New target.
42247         For use by gcc_release script.
42248
42249 2001-12-04  Ed Schonberg  <schonber@gnat.com>
42250
42251         * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
42252         a configuration pragma, it is now legal wherever a pragma can appear.
42253
42254 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
42255
42256         * Makefile.in: Don't set ALL.  Delete @cross_defines@,
42257         @cross_overrides@, @build_overrides@ stanzas.  INTERNAL_CFLAGS
42258         is now @CROSS@ -DIN_GCC; update comment.
42259
42260 2001-12-04  Robert Dewar  <dewar@gnat.com>
42261
42262         * einfo.adb (Has_Pragma_Pure_Function): New flag.
42263         Fix problem that stopped ceinfo from working
42264
42265         * einfo.ads (Has_Pragma_Pure_Function): New flag.
42266
42267         * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
42268
42269 2001-12-04  Douglas B. Rupp  <rupp@gnat.com>
42270
42271         * gnatchop.adb:
42272         (File_Time_Stamp): New procedure.
42273         (Preserve_Mode): New boolean.
42274         (Write_Unit): Pass time stamp.
42275         Implement -p switch (preserve time stamps).
42276
42277         * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
42278
42279         * gnatchop.adb: Do usage info for -p switch
42280
42281         * adaint.h (__gnat_set_file_time_name): New function
42282
42283         * adaint.c (__gnat_set_file_time_name): Implement
42284
42285         * adaint.h: Fix typo
42286
42287 2001-12-03  Robert Dewar  <dewar@gnat.com>
42288
42289         * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
42290         have Associated_Node.
42291
42292 2001-12-03  Robert Dewar  <dewar@gnat.com>
42293
42294         * prj-proc.adb: Minor reformatting
42295
42296         * make.adb: Minor reformatting
42297
42298 2001-12-03  Geert Bosch  <bosch@gnat.com>
42299
42300         * make.adb: Minor reformatting.
42301
42302 2001-12-03 Robert Dewar  <dewar@gnat.com>
42303
42304         * sem_ch12.adb: Minor reformatting
42305
42306 2001-12-03  Ed Schonberg  <schonber@gnat.com>
42307
42308         * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
42309         push Standard on the stack before analyzing the instance body,
42310         in order to have a clean visibility environment.
42311
42312         * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
42313
42314 2001-12-03  Ed Schonberg  <schonber@gnat.com>
42315
42316         * sem_ch12.adb (Instantiate_Package_Body): Protect against double
42317         instantiation of a body that contains an inlined body.
42318
42319 2001-12-03  Ed Schonberg  <schonber@gnat.com>
42320
42321         * sem_ch12.adb:
42322         (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
42323         to prevent freezing within formal packages.
42324         (Freeze_Subprogram_Body): If body comes from another instance that
42325         appeared before its own body, place freeze node at end of current
42326         declarative part, to prevent a back-end crash.
42327         (Inline_Instance_Body): Handle properly a package instance within
42328         a subprogram instance that is a child unit.
42329
42330 2001-12-01  Graham Stott  <grahams@redhat.com>
42331
42332         * Makefile.in (misc.o): Add missing $(srcdir) prefix
42333         and add optabs.h dependency.
42334
42335         * misc.c: Include optabs.h
42336         (gnat_tree_code_type): Make static and const.
42337         (gnat_tree_code_length): Likewise.
42338         (gnat_tree_code_name): Likewise.
42339         (update_setjmp_buf): Obtain operands mode from insn_data.
42340
42341 2001-11-29  Richard Henderson  <rth@redhat.com>
42342
42343         * init.c: Remove obsolete dwarf2 frame.h section.
42344
42345 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
42346
42347         * Make-lang.in (ada.generated-manpages): New dummy target.
42348
42349 2001-11-29  Ed Schonberg  <schonber@gnat.com>
42350
42351         * g-os_lib.adb (Add_To_Command): use explicit loop to move string
42352         into Command, an array conversion is illegal here. Uncovered by
42353         ACATS B460005.
42354
42355 2001-11-28  Geert Bosch  <bosch@gnat.com>
42356
42357         * init.c: Minor whitespace changes.
42358
42359 2001-11-28  Doug Rupp  <rupp@gnat.com>
42360
42361         * init.c: (__gnat_install_handler,VMS): Increase size of alternate
42362         signal stack.
42363
42364 2001-11-28  Zack Weinberg  <zack@codesourcery.com>
42365
42366         * misc.c (gnat_expand_constant): Move declaration above
42367         definition of lang_hooks.
42368         (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
42369         (gnat_init): lang_expand_constant no longer exists.
42370
42371         (internal_error_function): Remove #ifdef HAVE_VPRINTF.  We
42372         always have vprintf.
42373         (gnat_init): Always call set_internal_error_function.
42374
42375 2001-11-27  Andreas Jaeger  <aj@suse.de>
42376
42377         * Makefile.in (stamp-tool_src_dir): Use symbolic link.
42378
42379 2001-11-27  Laurent Guerby  <guerby@acm.org>
42380
42381         * Makefile.in: Regenerate Ada dependencies.
42382
42383 2001-11-26  Richard Henderson  <rth@redhat.com>
42384
42385         * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
42386         gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
42387         gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
42388
42389 2001-11-25  Laurent Guerby  <guerby@acm.org>
42390
42391         * sysdep.c (rts_get_*): Fix style.
42392
42393 2001-11-19  Laurent Guerby  <guerby@acm.org>
42394
42395         * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
42396         since it is of no apparent use and cause warnings.
42397
42398 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
42399
42400         * misc.c (gnat_decode_option, gnat_init_options): Make definitions
42401         static too.
42402         (gnat_init): Don't return NULL.
42403         (finish_parse): Remove.
42404
42405 2001-11-17  Laurent Guerby  <guerby@acm.org>
42406
42407         * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
42408         * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
42409         * io-aux.c: Provide K&R prototypes to all functions, reformat code.
42410         * lang-spec.h: Add missing struct field to silence warnings.
42411         * sysdep.c (rts_get_*): Provide K&R prototype.
42412         * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
42413         * traceback.c (Unlock_Task, Lock_Task): Likewise.
42414         * tracebak.c (__gnat_backtrace): Remove unused variable.
42415         * utils.c (end_subprog_body): Move to K&R style.
42416
42417 Thu Nov 15 18:16:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
42418
42419         * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
42420
42421 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
42422
42423         * misc.c (gnat_init): Change prototype.  Include the
42424         functionality of the old init_parse and init_decl_processing.
42425         (gnat_init_decl_processing): New prototype.
42426         (init_parse): Remove.
42427         * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
42428
42429 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
42430
42431         * misc.c (gnat_print_decl, gnat_print_type): Renamed.
42432         (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
42433         (print_lang_statistics, lang_print_xnode, print_lang_identifier,
42434         set_yydebug): Remove.
42435
42436 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
42437
42438         * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
42439         (struct lang_hooks): Constify.
42440         (language_string, lang_identify): Remove.
42441         * utils.c (init_decl_processing): Update.
42442
42443 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
42444
42445         * misc.c: Include langhooks-def.h.
42446         * Makefile.in: Update.
42447
42448 2001-10-30  Robert Dewar  <dewar@gnat.com>
42449
42450         * style.adb:
42451         (Check_Identifier): Rewrite circuit to be compatible with use of letters
42452         in the upper half of ASCII.
42453         (Check_Identifier): Minor reformatting
42454
42455 2001-10-30  Geert Bosch  <bosch@gnat.com>
42456
42457         * (Associated_Node, Set_Associated_Node): Do not check for
42458         Freeze_Entity.
42459
42460 2001-10-30  Robert Dewar  <dewar@gnat.com>
42461
42462         * a-reatim.ads: Minor reformatting
42463
42464 2001-10-30  Robert Dewar  <dewar@gnat.com>
42465
42466         * gnatdll.adb: Minor reformatting throughout. Many ??? added for
42467         undocumented declarations.
42468
42469 2001-10-30  Pascal Obry  <obry@gnat.com>
42470
42471         * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
42472         to the binder and linker.
42473         Minor style fix.
42474
42475         * mdll.ads: Fix layout.  Update copyright notice.
42476
42477         * mdll.adb: Fix layout.  Update copyright notice.
42478
42479 2001-10-30  Robert Dewar  <dewar@gnat.com>
42480
42481         * usage.adb: Minor fix to output for -gnaty.
42482
42483 2001-10-30  Ed Schonberg  <schonber@gnat.com>
42484
42485         * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
42486         to accommodate all its possible values.
42487
42488         * a-reatim.adb (Split): Special-case handling of Time_Span_First
42489         and of small absolute values of T.
42490
42491 2001-10-30  Richard Kenner  <kenner@gnat.com>
42492
42493         * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
42494         set_mem_attributes since not needed and wrong if RESULT if a REG;
42495         fixes ACATS failures.
42496
42497 2001-10-30  Geert Bosch  <bosch@gnat.com>
42498
42499         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
42500         s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
42501
42502 2001-10-30  Robert Dewar  <dewar@gnat.com>
42503
42504         * bindusg.adb: Undocument -f switch.
42505
42506         * gnatcmd.adb: Remove /FULL_ELABORATION.
42507
42508         * opt.ads (Force_RM_Elaboration_Order): Document that this is
42509         obsolescent.
42510
42511         * gnatbind.adb: Output new warning for use of obsolescent -f switch.
42512
42513         * gnatbind.adb: Minor update of warning msg.
42514
42515 2001-10-30  Vincent Celier  <celier@gnat.com>
42516
42517         * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
42518         for project file switches (-P (/PROJECT_FILE=),
42519          -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
42520         or MEDIUM or HIGH)
42521
42522 2001-10-30  Geert Bosch  <bosch@gnat.com>
42523
42524         * decl.c: Minor whitespace fixes.
42525
42526 2001-10-30  Richard Kenner  <kenner@gnat.com>
42527
42528         * utils2.c (build_allocator): Test for SIZE overflow in array case too
42529
42530 2001-10-30  Geert Bosch  <bosch@gnat.com>
42531
42532         * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
42533         Found due to GCC 3.0 warning of using uninitialized value.
42534
42535         * layout.adb:
42536         (Get_Max_Size): Use variant record for tracking value/expression.
42537          Makes logic clearer and prevents warnings for uninitialized variables.
42538         (Layout_Array_Type): Use variant record for tracking value/expression.
42539          Makes logic clearer and prevents warnings for uninitialized variables.
42540
42541 2001-10-30  Robert Dewar  <dewar@gnat.com>
42542
42543         * lib.adb: Minor reformatting
42544
42545         * s-taprop.ads: Minor reformatting
42546
42547 2001-10-29  Laurent Guerby  <guerby@acm.org>
42548
42549         * init.c:
42550         (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
42551         const.
42552         (_gnat_error_handler): Make MSG const.
42553
42554 2001-10-29  Richard Kenner  <kenner@gnat.com>
42555
42556         * sysdep.c: Fix localtime_r problem on LynxOS.
42557         Also remove #elif to avoid warnings.
42558
42559         * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
42560         used by this.
42561
42562         * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
42563
42564 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
42565
42566         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
42567         exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
42568         g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
42569         g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
42570         layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
42571         s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
42572         sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
42573         sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
42574         sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
42575         types.ads, urealp.adb: Fix spelling errors.
42576
42577 2001-10-27  Laurent Guerby  <guerby@acm.org>
42578
42579         * trans.c (gigi): Fix non determinism leading to bootstrap
42580         comparison failures for debugging information.
42581
42582 2001-10-26  Florian Weimer  <fw@deneb.enyo.de>
42583
42584         * gnat_rm.texi: Use @./@: where appropriate.
42585
42586 2001-10-26  Robert Dewar  <dewar@gnat.com>
42587
42588         * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
42589
42590 2001-10-26  Richard Kenner  <kenner@gnat.com>
42591
42592         * gmem.c (__gnat_gmem_read_next): Properly check for EOF
42593
42594 2001-10-26  Richard Kenner  <kenner@gnat.com>
42595
42596         * decl.c (validate_size): Modify message for bad size to avoid
42597         implication that compiler is modifying the size.
42598
42599 2001-10-26  Robert Dewar  <dewar@gnat.com>
42600
42601         * prj-util.adb: Minor reformatting. Fix bad header format.
42602
42603 2001-10-26  Robert Dewar  <dewar@gnat.com>
42604
42605         * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
42606
42607         * sinfo.ads: Clarify use of Associated_Node (documentation only).
42608
42609         * sem_ch12.adb: Change Node4 to Associated_Node. Change
42610         Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
42611         much more narrowly in places where needed. These are cleanups.
42612
42613 2001-10-26  Joel Brobecker  <brobecke@gnat.com>
42614
42615         * 5zosinte.ads (null_pthread): new constant.
42616
42617         * 5ztaprop.adb:
42618         (Initialize_TCB): Initialize thread ID to null, to be able to verify
42619          later that this field has been set.
42620         (Finalize_TCB): ditto.
42621         (Suspend_Task): Verify that the thread ID is not null before using it.
42622         (Resume_Task): ditto.
42623
42624         * s-tasdeb.adb:
42625         (Resume_All_Tasks): Lock the tasks list before using it.
42626         (Suspend_All_Tasks): ditto.
42627
42628 2001-10-26  Richard Kenner  <kenner@gnat.com>
42629
42630         * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
42631         Make constant variant of designated type for Is_Access_Constant.
42632         Call update_pointer_to with main variant.
42633
42634         * trans.c (process_freeze_entity, process_type):
42635         Call update_pointer_to on main variant.
42636
42637         * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
42638         If main variant, update all other variants.
42639
42640         * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
42641         TREE_STATIC.
42642
42643 2001-10-26  Robert Dewar  <dewar@gnat.com>
42644
42645         * prj-util.adb: Minor reformatting
42646
42647 2001-10-26  Robert Dewar  <dewar@gnat.com>
42648
42649         * prj-util.adb: Minor reformatting
42650
42651 2001-10-26  Robert Dewar  <dewar@gnat.com>
42652
42653         * prj-attr.adb: Minor reformatting throughout
42654
42655 2001-10-26  Robert Dewar  <dewar@gnat.com>
42656
42657         * prj-attr.ads: Minor reformatting
42658         Add ??? comment (this whole spec has almost no comments)
42659
42660 2001-10-26  Vincent Celier  <celier@gnat.com>
42661
42662         * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
42663         ("//") that precede the drive letter on Interix.
42664
42665 2001-10-26  Geert Bosch  <bosch@gnat.com>
42666
42667         * gnat_rm.texi: Add GNAT Reference Manual.
42668
42669 2001-10-25  Robert Dewar  <dewar@gnat.com>
42670
42671         * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
42672         is Error. Similar change for other renaming cases.
42673
42674 2001-10-25  Robert Dewar  <dewar@gnat.com>
42675
42676         * s-atacco.ads: Add pragma Inline_Always for functions.
42677         Fix header format. Add copyright 2001
42678
42679 2001-10-25  Ed Schonberg  <schonber@gnat.com>
42680
42681         * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
42682         return Error rather than Empty so that analysis can proceed.
42683
42684 2001-10-25  Ed Schonberg  <schonber@gnat.com>
42685
42686         * sem_util.adb (Enter_Name): better handling of cascaded error
42687         messages when a unit appears in its own context.
42688
42689 2001-10-25  Ed Schonberg  <schonber@gnat.com>
42690
42691         * sem_util.adb (Defining_Entity): in case of error, attach created
42692         entity to specification, so that semantic analysis can proceed.
42693
42694 2001-10-25  Robert Dewar  <dewar@gnat.com>
42695
42696         * sem_util.adb
42697         (Defining_Entity): Deal with Error.
42698         (Process_End_Label): Deal with bad end label for.
42699
42700 2001-10-25  Ed Schonberg  <schonber@gnat.com>
42701
42702         * sem_elab.adb (Check_A_Call): refine message when call is in an
42703         instance but callee is not declared in the generic unit.
42704
42705 2001-10-25  Ed Schonberg  <schonber@gnat.com>
42706
42707         * sem_elab.adb (Check_A_Call): check for renaming before finding the
42708         enclosing unit, which may already be different from the calling unit.
42709
42710 2001-10-25  Geert Bosch  <bosch@gnat.com>
42711
42712         * 4gintnam.ads: fix header format.
42713
42714 2001-10-25  Ed Schonberg  <schonber@gnat.com>
42715
42716         * sem_res.adb (Resolve_Call): if the call is actually an indexing
42717         operation on the result of a parameterless call, perform elaboration
42718         check after the node has been properly rewritten.
42719
42720         * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
42721         inlined within the generic tree, the defining identifier is not a
42722         compilation_unit.
42723
42724 2001-10-25  Ed Schonberg  <schonber@gnat.com>
42725
42726         * sem_res.adb (Resolve): special-case resolution of Null in an
42727          instance or an inlined body to avoid view conflicts.
42728
42729         * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
42730          compatibility by retrieving the access type of the generic copy.
42731
42732 2001-10-25  Robert Dewar  <dewar@gnat.com>
42733
42734         * sem_ch3.adb:
42735         (Analyze_Number_Declaration): Handle error expression.
42736         (Signed_Integer_Type_Declaration): Handle error bound.
42737         (Analyze_Subtype_Indication): Handle error range.
42738
42739         * sem_util.adb (Get_Index_Bounds): Check for Error.
42740
42741 2001-10-25  Robert Dewar  <dewar@gnat.com>
42742
42743         * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
42744         in no run time mode.
42745
42746 2001-10-25  Pascal Obry  <obry@gnat.com>
42747
42748         * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
42749         mode case for ALLOC case.
42750
42751         * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
42752         all platforms. Improvement of last change.
42753
42754 2001-10-25  Robert Dewar  <dewar@gnat.com>
42755
42756         * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
42757
42758 2001-10-25  Geert Bosch  <bosch@gnat.com>
42759
42760         * osint.adb (Is_Relative): Remove duplicate.
42761
42762 2001-10-25  Pascal Obry  <obry@gnat.com>
42763
42764         * osint.adb (Read_Default_Search_Dirs): correctly detect relative
42765         pathnames in UNIX and DOS style with drive letter.
42766         (Is_Relative): new routine.
42767
42768         * osint.adb: Minor reformatting
42769
42770         * osint.adb (Is_Relative): implementation using
42771         GNAT.OS_Lib.Is_Absolute_Path. Better fix.
42772
42773 2001-10-25  Pascal Obry  <obry@gnat.com>
42774
42775         * g-dirope.adb (Basename): correctly compute offset between the
42776         original Path and the translated one.
42777
42778         * g-dirope.adb: (Base_Name): add some comments.
42779
42780 2001-10-25  Robert Dewar  <dewar@gnat.com>
42781
42782         * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
42783         in HIE mode, avoids compilation abandoned message
42784
42785         * exp_imgv.adb: Correct typo in previous change
42786
42787         * exp_imgv.adb: Correct typo in previous change (not my day!)
42788
42789 2001-10-25  Robert Dewar  <dewar@gnat.com>
42790
42791         * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
42792
42793 2001-10-25  Pascal Obry  <obry@gnat.com>
42794
42795         * g-awk.ads: Move all pragma inlines next to the routine
42796          declarations. This is more uniform with other GNAT spec.
42797
42798 2001-10-22  Geert Bosch  <bosch@gnat.com>
42799
42800         * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
42801
42802 2001-10-19  Geert Bosch  <bosch@gnat.com>
42803
42804         * Makefile.in (tools, gnattools): Remove gnatmem.
42805
42806 2001-10-17  Richard Henderson  <rth@redhat.com>
42807
42808         * Makefile.in (misc.o): Depend on langhooks.h.
42809         * misc.c: Include it.
42810         (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
42811         (LANG_HOOKS_DECODE_OPTION): New.
42812         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
42813
42814 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
42815
42816         * trans.c (tree_transform): Adjust to recent change in
42817         expand_asm_operands to implement named asm operands.
42818
42819 2001-10-11  Ed Schonberg  <schonber@gnat.com>
42820
42821         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
42822         renaming of discriminant for mutable record type.
42823
42824 2001-10-11  Robert Dewar  <dewar@gnat.com>
42825
42826         * validsw.adb: Properly save -gnatVn status.
42827
42828 2001-10-11  Robert Dewar  <dewar@gnat.com>
42829
42830         * usage.adb: Add lines for V switch.
42831
42832         * gnatcmd.adb (COMPILE): Revise translations for -gnatV
42833         (/VALIDITY_CHECKING).
42834
42835 2001-10-11  Ed Schonberg  <schonber@gnat.com>
42836
42837         * sem_type.adb (Add_One_Interp): an operator for a type declared in
42838         an extension of System is known to be visible.
42839
42840 2001-10-11  Ed Schonberg  <schonber@gnat.com>
42841
42842         * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
42843         properly. Fixes regression on ACATS C34005G.
42844
42845 2001-10-11  Robert Dewar  <dewar@gnat.com>
42846
42847         * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
42848         loop in generic instance, since this is likely not very useful.
42849
42850 2001-10-11  Robert Dewar  <dewar@gnat.com>
42851
42852         * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
42853         the error message for high integrity mode.
42854
42855         * rtsfind.adb (RTE): Give message if we try to find an entity that
42856         is not available in high integrity mode.
42857
42858         * rtsfind.ads:
42859         (OK_To_Use_In_HIE_Mode): New array.
42860         (RTE): May return Empty in high integrity mode.
42861
42862         * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
42863         OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
42864
42865         * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
42866         unit if not inlined always and in no runtime mode. Fixes problem
42867         caused by new Rtsfind changes.
42868
42869         * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
42870         body is deleted.
42871
42872         * rtsfind.adb (RTE): Make sure we do not try to load unit after
42873         giving message for entity not available in high integrity mode.
42874
42875 2001-10-11  Pascal Obry  <obry@gnat.com>
42876
42877         * impunit.adb: Add GNAT.CRC32.
42878
42879 2001-10-11  Ed Schonberg  <schonber@gnat.com>
42880
42881         * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
42882         properly the case where one universal operand in a non-static
42883         exponentiation of a real literal.
42884
42885 2001-10-11  Ed Schonberg  <schonber@gnat.com>
42886
42887         * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
42888         clause, return the gobal finalization list, for lack of anthing else.
42889
42890 2001-10-11  Ed Schonberg  <schonber@gnat.com>
42891
42892         * exp_ch7.adb (Make_Transient_Block): if statement is within
42893         exception handler, always use new transient scope to place Clean
42894         procedure.
42895
42896 2001-10-11  Pascal Obry  <obry@gnat.com>
42897
42898         * Makefile.in:
42899         (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
42900         (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
42901         (GNATLS_RTL_OBJS): add g-crc32.o
42902         (GNATMAKE_RTL_OBJS): add g-crc32.o
42903
42904         * ali-util.adb:
42905         (CRC_Match): new function.
42906         (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
42907         instead of the previous simple checksum algorithm.
42908         (Time_Stamp_Mismatch): use CRC_Match for comparison.
42909         (Set_Source_Table): idem.
42910
42911         * ali-util.ads:
42912         (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
42913         instead of simple checksum.
42914         (CRC_Match): new function.
42915         (CRC_Error): new constant.
42916
42917         * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
42918         a CRC now and not a simple checksum. A CRC uses lower-case hex
42919         letters, fixes ambiguity in parsing.
42920
42921         * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
42922         is what this variable will store.
42923
42924         * bcheck.adb: Change reference to chechsum in comments by CRC.
42925         (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
42926         rename All_Checksum_Match to All_CRC_Match. Change due to API
42927         renaming since now GNAT does not use a simple checksum but a
42928         CRC using GNAT.CRC32.
42929
42930         * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
42931         now and not anymore a simple checksum.
42932
42933         * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
42934         places.
42935
42936         * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
42937
42938         * scans.adb:
42939         (Restore_Scan_State): rename Checksum to CRC.
42940         (Save_Scan_State): idem.
42941
42942         * scans.ads:
42943         With GNAT.CRC32.
42944         (Checksum): rename to CRC.
42945         (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
42946
42947         * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
42948         GNAT.CRC32).  Update copyright notice.
42949
42950         * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
42951         GNAT.CRC32).  Update copyright notice.
42952
42953         * scn.adb:
42954         (Accumulate_Checksum): removed.
42955         (Update): new procedure. Add a wide-character into the CRC.
42956
42957         * sinput-l.adb:
42958         (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
42959         (Load_File): fix initialization of S (change Source_Checksum to
42960         Source_CRC)
42961
42962         * sinput-p.adb (Load_Project_File): rename Source_Checksum to
42963         Source_CRC in S initialization.
42964
42965         * sinput.adb (Source_Checksum): renamed to Source_CRC.
42966
42967         * sinput.ads (Source_Checksum): renamed to Source_CRC.
42968         Update comments for the CRC.
42969
42970         * types.adb (Hex): Use lowercase for the letter part.
42971
42972         * types.ads (Get_Hex_String): Returns the hexadecimal representation
42973         for a word. This is currently used only for CRC. In previous version,
42974         the checksum was using a representation with all letter being
42975         upper-case. With the new implementation (using CRC) we do not remove
42976         the 32th bit of the CRC, so we can have an upper-case starting letter
42977         in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
42978         It is ambigous since the CRC was optional and could be followed by
42979         options like EB, EE. So now this routines uses lower-case letter for
42980         the hexadecimal representation. Strange enough only lower case letters
42981         where checked in Scan_ALI (even if this was not a possible case).
42982
42983         * gnatvsn.ads (Library_Version): changed to 3.15a.
42984
42985         * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
42986         for the compiler.
42987
42988         * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
42989         for the compiler.
42990
42991         * ali-util.adb: Redo previous change to avoid using word CRC everywhere
42992         Add 2001 to copyright notice
42993         (Accumulate_Checksum): Modify to use System.CRC32.
42994
42995         * ali-util.ads: Redo changes of previous revision to continue to use
42996         the word Checksum. Add 2001 to copyright notice.
42997
42998         * ali.adb: Undo some of previous changes, not needed.
42999         Keep the change for lower case letters in the checksum.
43000
43001         * ali.ads: Undo previous change not needed.
43002
43003         * bcheck.adb: Undo most of previous change, not needed.
43004         But do use Checksums_Match for checksum comparison.
43005
43006         * gnatls.adb: Undo most of previous change, not needed.
43007         But do use Checksums_Match for comparing checksums.
43008
43009         * lib-load.adb: Undo previous change, not needed.
43010
43011         * lib-writ.adb: Undo previous change, not needed.
43012
43013         * lib-writ.ads: Document that checksums use lower case,
43014         not upper case letters.
43015
43016         * scans.adb: Undo previous change, not needed
43017
43018         * scans.ads: Undo previous change, not needed.
43019
43020         * scn-nlit.adb: Undo previous changes, not needed.
43021
43022         * scn-slit.adb: Undo previous change, not needed.  Fix header format.
43023
43024         * scn.adb:
43025         (Accumulate_Checksum): Use System.CRC32.
43026         (Initialize_Checksum): New procedure.
43027         Remove other changes of previous revision.
43028
43029         * sinput-p.adb: Undo previous change, not needed.
43030
43031         * sinput.adb: Undo previous change, not needed.
43032
43033         * sinput-l.adb: Undo previous change, not needed.
43034
43035         * sinput.ads: Undo previous change, not needed.  Keep only comment
43036         on new checksum algorithm
43037
43038         * Makefile.in: Add s-crc32 as needed, remove g-crc32.
43039         Also remove a-tags and a-stream from GNAT sources.
43040
43041         * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
43042
43043         * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
43044
43045 2001-10-11  Geert Bosch  <bosch@gnat.com>
43046
43047         * einfo.h: Regenerate.
43048
43049         * nmake.ads: Regenerate.
43050
43051         * nmake.adb: Regenerate.
43052
43053         * sinfo.h: Regenerate.
43054
43055         * treeprs.adb: Regenerate.
43056
43057 2001-10-10  Geert Bosch  <bosch@gnat.com>
43058
43059         * gnat-style.texi: New file describing coding guidelines for Ada.
43060
43061 2001-10-10  Ed Schonberg  <schonber@gnat.com>
43062
43063         * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
43064         is Flag174.
43065
43066 2001-10-10  Geert Bosch  <bosch@gnat.com>
43067
43068         * snames.ads: Add new names for project facility.
43069
43070         * snames.adb: Update to reflect snames.ads changes.
43071
43072         * snames.h: Update to reflect snames.ads changes.
43073
43074 2001-10-10  Vincent Celier  <celier@gnat.com>
43075
43076         * make.adb:
43077         (Add_Switches): reflect the changes for the switches attributes
43078         Default_Switches indexed by the programming language,
43079         Switches indexed by the file name.
43080         (Collect_Arguments_And_Compile): Idem.
43081         Reflect the attribute name changes.
43082
43083         * prj-attr.adb:
43084         (Initialisation_Data): Change the names of some packages and
43085         attributes.
43086         (Initialize): process case insensitive associative arrays.
43087
43088         * prj-attr.ads:
43089         (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
43090
43091         * prj-dect.adb:
43092         (Parse_Attribute_Declaration): For case insensitive associative
43093          arrays, set the index string to lower case.
43094
43095         * prj-env.adb:
43096         Reflect the changes of the project attributes.
43097
43098         * prj-nmsc.adb:
43099         Replace Check_Naming_Scheme by Ada_Check and
43100         Language_Independent_Check.
43101
43102         * prj-nmsc.ads:
43103         Replaced Check_Naming_Scheme by 2 procedures:
43104         Ada_Check and Language_Independent_Check.
43105
43106         * prj-proc.adb:
43107         (Process_Declarative_Items): For case-insensitive associative
43108         arrays, set the index string to lower case.
43109         (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
43110         Prj.Nmsc.Check_Naming_Scheme.
43111
43112         * prj-tree.adb:
43113         (Case_Insensitive): New function
43114         (Set_Case_Insensitive): New procedure
43115
43116         * prj-tree.ads:
43117         (Case_Insensitive): New function
43118         (Set_Case_Insensitive): New procedure
43119         (Project_Node_Record): New flag Case_Insensitive.
43120
43121         * prj-util.adb:
43122         (Value_Of): new function to get the string value of a single
43123         string variable or attribute.
43124
43125         * prj-util.ads:
43126         (Value_Of): new function to get the string value of a single
43127         string variable or attribute.
43128
43129         * prj.adb:
43130         (Ada_Default_Spec_Suffix): New function
43131         (Ada_Default_Impl_Suffix): New function
43132         Change definitions of several constants to reflect
43133         new components of record types.
43134
43135         * prj.ads:
43136         (Naming_Data): Change several components to reflect new
43137         elements of naming schemes.
43138         (Project_Data): New flags Sources_Present and
43139         Language_Independent_Checked.
43140         (Ada_Default_Spec_Suffix): New function.
43141         (Ada_Default_Impl_Suffix): New function.
43142
43143         * snames.ads:
43144         Modification of predefined names for project manager: added
43145         Implementation, Specification_Exceptions, Implementation_Exceptions,
43146         Specification_Suffix, Implementation_Suffix, Separate_Suffix,
43147         Default_Switches, _Languages, Builder, Cross_Reference,
43148         Finder. Removed Body_Part, Specification_Append, Body_Append,
43149         Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
43150         Gnatlink.
43151
43152         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
43153         Add comments.
43154
43155         * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
43156         not that it is Nil_Variable_Value.
43157
43158         * prj.ads: Add ??? for uncommented declarations
43159
43160 2001-10-10  Ed Schonberg  <schonber@gnat.com>
43161
43162         * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
43163         constant, do not indicate possible modification, so that gigi can
43164         treat it as a bona fide constant.
43165
43166 2001-10-10  Robert Dewar  <dewar@gnat.com>
43167
43168         * sem_prag.adb: Add processing for pragma External.
43169
43170         * snames.ads: Add entry for pragma External.
43171
43172         * par-prag.adb: Add pragma External.
43173
43174         * snames.adb: Updated to match snames.ads.
43175
43176 2001-10-10  Ed Schonberg  <schonber@gnat.com>
43177
43178         * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
43179         a dynamic task if the allocator appears in an indexed assignment
43180         or selected component assignment.
43181
43182         * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
43183         For a dynamic task in an assignment statement, use target of
43184         assignment to generate meaningful name.
43185
43186 2001-10-10  Ed Schonberg  <schonber@gnat.com>
43187
43188         * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
43189         a generic package.
43190
43191         * einfo.ads: Body_Entity is also defined for generic package.
43192         Documentation change only
43193
43194         * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
43195         others_choice for a discriminated component initialization,
43196         convert discriminant references into the corresponding discriminals.
43197
43198         * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
43199         only if original type is private and expression has to be wrapped
43200         in a conversion.
43201
43202         * checks.adb:
43203         (Apply_Constraint_Check): Do not perform length check
43204         if expression is an aggregate with only an others_choice.
43205         (Length_N_Cond): two references to the same in_parameter
43206         (typically the discriminal in an init_proc) denote the same value.
43207         Two useful optimization uncovered by bugfixes above.
43208
43209 2001-10-10  Robert Dewar  <dewar@gnat.com>
43210
43211         * xeinfo.adb: Change int to char in translation of enumeration types.
43212         This fixes a problem in the C representation of component alignment.
43213         Add 2001 to copyright notice
43214
43215 2001-10-10  Richard Kenner  <kenner@gnat.com>
43216
43217         * decl.c: (validate_size): Do check size of object of integral type
43218         if it is a packed array type.
43219
43220 2001-10-10  Richard Kenner  <kenner@gnat.com>
43221
43222         * decl.c: (gnat_to_gnu_entity, case object): Also materialize
43223         VAR_DECL for constant if not Is_Public but -O0.
43224
43225 2001-10-10  Richard Kenner  <kenner@gnat.com>
43226
43227         * misc.c (struct lang_hooks): Add new initializer to match GCC change.
43228
43229 2001-10-10  Geert Bosch  <bosch@gnat.com>
43230
43231         * xnmake.adb (XNmake): Fix handling of -s/-b options.  No longer
43232         use '/' as switch character, allowing for absolute file names.
43233
43234 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
43235
43236         * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
43237         FSF address.
43238
43239 2001-10-08  Geert Bosch  <bosch@gnat.com>
43240
43241         * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
43242         Automatically build utilities when files need to be regenerated.
43243
43244 2001-10-08  Geert Bosch  <bosch@gnat.com>
43245
43246         * xsnames.adb: New utility for updating snames.ads and snames.adb
43247
43248 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
43249
43250         * Make-lang.in (ADAFLAGS): Add -W -Wall.
43251         (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
43252         (gnat1): Also depend on attribs.o.
43253         (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
43254         * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
43255         (ADAC): Set to @ADAC@ in stage1, $(CC) later.
43256         (ADAFLAGS): Add -W -Wall.
43257         (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
43258         take out CFLAGS.
43259
43260         (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
43261         s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
43262         s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
43263         Use $(ADAC), not $(CC), as compilation command.
43264
43265         (gnattools): Depend directly on tools to build, don't use
43266         recursive make.
43267         (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
43268
43269         * einfo.h, sinfo.h: New files (autogenerated).
43270
43271 2001-10-08  Richard Henderson  <rth@redhat.com>
43272
43273         * comperr.adb (Abort_In_Progress): New.
43274         (Compiler_Abort): Use it to prevent recursion.
43275
43276 2001-10-08  Robert Dewar  <dewar@gnat.com>
43277
43278         * atree.adb: Set Error_Posted in Error node, helps error recovery.
43279
43280         * par-endh.adb (Output_End_Expected): We should also not test
43281         Error_Posted on the Error node, since now it is always set.
43282
43283         * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
43284         to help error recovery. Part of general work on 9407-004.
43285
43286         * par.adb: Add ??? for misuse of error
43287
43288         * sem_res.adb:
43289         (Resolve): Defend against Error, fixes 9407-003.
43290         (Resolve_Discrete_Subtype_Indication): Defend against Error.
43291
43292         * sinfo.ads (N_Error): Now has Etype field (which will be set
43293         to Any_Type to help error recovery).
43294
43295 2001-10-08  Richard Kenner  <kenner@gnat.com>
43296
43297         * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
43298         Consistently set MEM attributes from expression; fixes
43299         bootstrap failure on x86.
43300
43301 2001-10-08  Geert Bosch  <bosch@gnat.com>
43302
43303         * 5oosinte.adb: Add 2001 to copyright notice.
43304
43305 2001-10-08  Geert Bosch  <bosch@gnat.com>
43306
43307         * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
43308
43309         * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
43310
43311 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
43312
43313         * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
43314
43315 2001-10-05  Geert Bosch  <bosch@gnat.com>
43316
43317         * adaint.h: Small formatting fix.
43318
43319 2001-10-04  Geert Bosch  <bosch@gnat.com>
43320
43321         * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
43322         Arg is int, not FILE *, in dummy version of functions.
43323
43324         * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
43325         Arg is int, not FILE *.
43326
43327 2001-10-04  Geert Bosch  <bosch@gnat.com>
43328
43329         * 3lsoccon.ads: Added file, missed with initial check ins.
43330
43331         * 4lintnam.ads: Fix header format.
43332         Change Linux to GNU/Linux.
43333
43334         * 5iosinte.adb: Change Linux to GNU/Linux.
43335
43336         * 5iosinte.ads: Change Linux to GNU/Linux.
43337
43338         * 5itaprop.adb: Change Linux to GNU/Linux.
43339
43340         * 5itaspri.ads: Change Linux to GNU/Linux.
43341         Update copyright notice.
43342
43343         * 5lintman.adb: Change Linux to GNU/Linux.
43344
43345         * 5lml-tgt.adb: Change Linux to GNU/Linux.
43346
43347         * 5losinte.ads: Change Linux to GNU/Linux.
43348
43349         * 5lsystem.ads: Change Linux to GNU/Linux.
43350
43351         * 5qosinte.adb: Change Linux to GNU/Linux.
43352
43353         * 5qosinte.ads: Change Linux to GNU/Linux.
43354
43355         * 5qparame.ads: Change Linux to GNU/Linux.
43356
43357         * 5qtaprop.adb: Change Linux to GNU/Linux.
43358
43359         * 5qtaspri.ads: Change Linux to GNU/Linux.
43360         Add 2001 to copyright notice.
43361
43362         * 5vintman.ads: Change Linux to GNU/Linux.
43363         Fix header format.  Add 2001 to copyright notice.
43364
43365         * g-soccon.ads: Change Linux to GNU/Linux.
43366
43367         * g-trasym.ads: Change Linux to GNU/Linux.
43368         Add 2001 to copyright notice.
43369
43370         * memtrack.adb: Change Linux to GNU/Linux.
43371
43372         * s-intman.ads: Change Linux to GNU/Linux.
43373         Add 2001 to copyright notice.  Fix header format.
43374
43375         * s-stache.adb: Change Linux to GNU/Linux.
43376
43377         * adaint.c: Change Linux to GNU/Linux.
43378
43379         * cio.c: Change Linux to GNU/Linux.
43380
43381         * cstreams.c: Change Linux to GNU/Linux.
43382
43383         * init.c: Change Linux to GNU/Linux.
43384
43385         * gmem.c: Change Linux to GNU/Linux.
43386
43387         * tracebak.c: Change Linux to GNU/Linux.
43388
43389
43390 2001-10-02  Geert Bosch  <bosch@gnat.com>
43391
43392         * misc.c (insert_default_attributes): Add dummy version.